In most cases, Alignment is a major concern while working with Templates. Checking the above example; Even the columns required are same in both cases, we should consider the span of each section in order to make the center-aligned field to be perfectly occurred as a midline which will increase the visibility much more effective.… Continue reading Fixing Column span if multiple tables are aligned together
Category: Advanced PDF Templates
Advanced PDF Templates designs – PDF samples and xml codes
Handle Content Overlapping in the PDF print
There may be a chance to to break the rest of contents display due to more contents in a column. To handle this by controlling contents length as follow
Set Content in all page except last page on PDF print
Add the content in the table footer and then after this table, add another table with blank image to set a content in all page except last page as a last content . Make some adjustment in the blank image alignment. Refer the following Code Sample
Removing the Currency Symbol Printed Using Advanced PDF HTML Templates
If There is a requirement to remove the Currency Symbol printed using Advanced PDF/HTML Templates for Currency type fields without converting to 2 decimal places, add the following code to the value you need to remove the symbol. ?string?replace(‘[^\.,0-9]’,”,’r’) Example: ${item.rate?string?replace(‘[^\.,0-9]’,”,’r’)} Note: The additional code removes all non-numeric characters except ‘.’ and ‘,’. Add characters within the… Continue reading Removing the Currency Symbol Printed Using Advanced PDF HTML Templates
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
TLV Encoding
As per Zakat, Tax and Customs Authority (ZATCA) of Saudi Arabia, one of the main requirements is the implementation of QR codes on tax invoices in the e-invoicing project (Fatoora), which will be mandatory starting December 4, 2021 As per the ZATCA instructions(Page No. 23), the minimum requirements that must be shown after scanning a QR… Continue reading TLV Encoding
Custom Invoice PDF/ HTML Template
Description Create 2 copies of the the Invoice PDF template ( one original and one copy ) as per the given layout and mappings. Solution Go to Customization -> Forms -> Advanced PDF/HTML Templates Search for the Standard Invoice PDF/HTML Template and click the customize option to create customized Invoice template. JJ Custom Invoice PDF… Continue reading Custom Invoice PDF/ HTML Template
Best Practices In Advanced PDF Template
To Handle the Header and Body content Overlapping issue To Handle the Header and Body content Overlapping issue to include all header content in the Body table as header data. Refer the following sample To Handle Unwanted space when data in the column is increased If the row contains multiples columns as follow There is… Continue reading Best Practices In Advanced PDF Template
Calling Suitelet from PDF
Create a suitelet script with the required details and return the results. Update PDF with suitelet link and pass the values
Dropship Purchase Order Form
For making the Dropship purchase order form preferred, we had to do the following Go to Setup –> Accounting –> Accounting preferences, Click the Order management option at the top. In it under the Drop shipments and Special Order settings, there is an option to set the form for Dropship PO. When a Dropship purchase… Continue reading Dropship Purchase Order Form