Is Serial Numbers linked with Sales Invoice

When creating a Delivery Note for an item with serial numbers enabled, I select the serial numbers for that item. Once the serial and batch bundle is created, it contains the list of selected serial numbers. However, when I generate a Sales Invoice from the Delivery Note, there is no reference to these serial numbers in the Sales Invoice. I need to ensure that the selected serial numbers or the created serial and batch bundle are included in the Sales Invoice. How can I achieve this?

Thanks in Advance!

To ensure serial numbers from a Delivery Note appear in a Sales Invoice, you may need to customize the Sales Invoice form to include serial numbers. Ensure that the serial numbers field is linked and set to fetch data from the Delivery Note.

Hi @Smit-Bhaliya, No need to customize the Sales Invoice form, The Serial Number related field is already available on the sales invoice item table.

@Abai, you have to only pass the delivery data to the sales invoice with logic.

1 Like

Ok ,Thanks for sharing

Do you mean that I need to write a client script for that @NCP

Not sure, but you have to write a client script and a server script. Client script alone will not solve your issue.

Ok Thanks @NCP