Requirement 1: Tax Invoice (Base Currency) J-curve would like to create the Invoice PDF template as per given layout Our Solution The requirement can be achieved by creating a script for adding a custom button named Tax Invoice (Base Currency) in the Invoice. When the user clicks the custom button then PDF will be… Continue reading GIS_Document Printing for Sales Transaction Version 4.1 – Invoice/ Tax Invoice
Author: Keerthy Davis
GIS_Document Printing for Sales Transaction Version 4.1 – Delivery Note
Requirement 1: Delivery Note PDF J-curve would like to create the Item Fulfilment PDF template as per given layout Our Solution The requirement can be achieved by creating a script for adding a custom button named Delivery Order in the Item Fulfilment. When the user clicks the custom button then PDF will be generated. … Continue reading GIS_Document Printing for Sales Transaction Version 4.1 – Delivery Note
GIS_Document Printing for Sales Transaction Version 4.1 – Credit Memo
Requirement 1: Credit Memo PDF – Base Currency J-curve would like to create the Credit Memo PDF template as per given layout Our Solution The requirement can be achieved by creating a script for adding a custom button named Credit Memo (Base Currency) in the Credit Memo. When the user clicks the custom button then… Continue reading GIS_Document Printing for Sales Transaction Version 4.1 – Credit Memo
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
Serial Number of Inventory Detail
Refer the following sample code for fetching the serial number from inventory details into advanced PDF template