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.
Field Mapping can be followed as per the given mapping file.
The “Angsana” font can be used for the content
The layout of the PDF will be designed as below
- Header will be displayed on every page
- The item body table can be considered as the Dynamic. So, the table will be end immediately after the item’s lines
- Signature will be displayed on every page
Assumptions
- 2 copies need to be generated per IF. 1 Original and 1 copy of the same page size.
- The header and footer section (actions 1-33, 42 and 37-44) will be repeated on every page if the print has multiple pages
- The amount format is comma-separated.
- The Thai words/Labels will be provided by the JCurve Solutions Limited and we can hard code the Thai labels in the print.
- The font style should be Angsana and the font size should be the same as the file provided by the client.
- The field sourcing will be done based on the file that is provided by the client and we assume all the fields are available in Netsuite account
- Project is considering from the first line
Risks
- Section 37 to 41, 43, 44 is considered as the footer. So, we cannot print the Item table and footer sections in a continuous manner. There will be a separation between this both these sections.
- Created From of Item fulfilment is considered sales order type transaction only