The error message appears when a transaction printed using Advanced PDF/HTML Templates

The error message appears when a transaction or record is printed using Advanced PDF/HTML Templates. However, there is no HTML or FreeMarker syntax error within the template itself. This may be caused by any Rich Text field which is used within the Advanced PDF/HTML Template. Rich Text formatting applied to such custom field is invisible… Continue reading The error message appears when a transaction printed using Advanced PDF/HTML Templates

Group tax code of item lines in Advanced PDF

Show the tax total based on tax codes in the item line. Each tax code should be grouped and tax amounts should be added. <#assign seen_style = []><#list record.item as item> <#assign tax1amt=0/> <#assign groupId = item.taxcode> <#if seen_style?seq_contains(groupId) && groupId != “”> <#else> <#assign seen_style = seen_style + [groupId]/> <#list record.item as item2> <#if… Continue reading Group tax code of item lines in Advanced PDF

PAGENUMBER

The PAGENUMBER tag prints the page number of an element. By default it prints the pagenumber for itself (ie. the current page), but the idref attribute may be set to print the page number for another element. This element is often used in the header or footer of a document. Like the TOTALPAGES tag, the Report Generator has to take a guess as to how… Continue reading PAGENUMBER

Proposal For Invoice Template Update

The proposal covers the new updates on the Footer of the invoice PDF template. Requirement  Following are the requirements: On the footer of the invoice PDF template, add more space after Account Name and then align all bank fields on the right. On the footer of the invoice PDF template, if a bank field is… Continue reading Proposal For Invoice Template Update

Optimizing images for Advanced PDF templates in Netsuite

Netsuite has a data limit of 15Mb (current limit, may be revised in future) for file transfers, so it is recommended to optimize the assets that will be included while a new advanced template is created since PDF templates can use pretty large and graphics-intensive files/images. Note: Netsuite may or may not throw a data… Continue reading Optimizing images for Advanced PDF templates in Netsuite