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
Author: Keerthy Davis
Printing Pick Tickets from Wave Transactions
The Wave have 2 PDF layout based on the Picking Type selected on the corresponding Wave record Single Order Pick Ticket – Pick ticket for each released order, containing all line items included in the wave. Multiple Order Pick Ticket – Pick ticket for each pick task with similar items across the orders included in the wave.
Create ItemFulfillment from Dropship Purchase order
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
Create Item fulfillment record from dropship Purchase Order transaction
To create an Item fulfillment for the Purchase Order, attaching sample code below
Vertical axis line is missing in horizontal bar graph
In sometimes v-axis line is missed from the Bar chart. To fix that use following property for drawing the graph scaleType: ‘mirrorLog’
Missing horizontal bar graph in Google Chart
In sometimes horizontal bar is properly displayed. To fix that use following property for drawing the graph logScale:true
Date comparison in Advanced PDF template
In order to show vale based on the date filter refer below sample
Convert date into BC and Show in dd/mm/yyyy format
To show date of transaction record in the ‘dd/mm/yyyy” format and convert it into BC