Now that you have converted the basic template into html format, its time for us to use Jinja to fetch value into our format. The format for it is { { name of variable to print }} In ERPNext, these ...
Now that you have converted the basic template into html format, its time for us to use Jinja to fetch value into our format. The format for it is {{ name of variable to print }} In ERPNext, these ...