HI,
I want to fetch the item serial no to the delivery note in the print format.
A) Example for the HTML coding
- I have a Machine -X
- I have intialized the serial number as101 in the item master.
- I have done a stock entry as Finished Goods Note and the serial number is generated.
- This serial number has to be fetched in the delivery note for the print.
My clarification is can I use (doc.get_formatted(“item_serial_no”) for the custom HTML coding print format.
B) Example for the fetching the Sales Order item in the print.
I need the custom HTML coding to fetch the sales order item as against the serial no.
Regards