User wants to remove the Balance Forward line (first line) within the Customer Statement using the Advanced PDF/HTML Template. Solution Navigate to Customization > Forms > Transaction Forms Preferred Statement Form: Click Customize Print Template: Make a note of the Name Navigate to Customization > Forms > Advanced PDF/HTML Templates Click Edit/Customize by the Template from step 3 Top right corner: Toggle Source Code Source Code: Add an if-else tag on the line item part… Continue reading Remove Balance Forward Line on Statement Advanced PDF/HTML Templates
Tag: Advanced PDF
XML Formatting in Advanced PDF/HTML Templates
When working in advanced PDF/HTML templates, such as email, fax, and marketing, it is important that you use valid XML formatting. Invalid formatting can result in broken pages. Code can seem to work when it is opened in a single page, but the same code can cause broken pages when included in other pages, like… Continue reading XML Formatting in Advanced PDF/HTML Templates
Display number into 5 digits format in Advanced PDF template
To display any number value into print as in the format of fixed digits, refer below code sample
Display the Amount in fixed format, where amount contains $ symbol in advanced PDF template
In order to display the amount into a fixed digit format , where the amount value contains the $ symbol, refer the sample code below
Date comparison in Advanced PDF template
In order to show vale based on the date filter refer below sample
Total Amount after rounding into 2 fixed decimal place
To display the total amount after rounding into a fixed decimal place in Advanced PDF template, refer sample code below
Display subsidiary address in a single line in Advanced PDF template
By populating subsidiary address on the PDF ,this will show same manner as in the subsidiary record. Suppose user want to show the address in a single line or no needs to display separate line then refer following code sample
Display Amount as comma separated format in Advanced PDF template
Display the amount as a comma-separated value without rounding into fixed number of digits.
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
Populate Zip Code into Advanced PDF Template
In order to populate zip code of vendor into Purchase Order print, use following syntax