Need a menu to see the Sales order sold item details with each serial numbers

7.15.17 - Shipment Transaction Browse
if it doesn't have column: Lot/Serial
you can add it easily (in eb2.1 .NET version)
 
or you can print the contents of the shipper/packing list
using menus 7.9.3 or 7.9.4 and BOL number from the invoice/order
 
My requirement is different.

I need the report with the following details

[TABLE="width: 375"]
[TR]
[TD]SO[/TD]
[TD]Item[/TD]
[TD] Item.Desc[/TD]
[TD]Lot/Serial [/TD]
[TD] Qty inv[/TD]
[/TR]
[TR]
[TD]S022272[/TD]
[TD]XXX[/TD]
[TD]XXXXXX[/TD]
[TD]LOT1[/TD]
[TD="align: right"]10[/TD]
[/TR]
[/TABLE]

if 10 quantity is invoiced then I need the lot/serial for all the 10 quantities.
 
Back
Top