Hi everyone,
I was able to get the correct number of label prints by following this example:
🔗 Acumatica Inventory Label Report Per Qty – GitHub
I implemented a similar setup using INTran, InventoryItem, UsrNumbers, and POReceipt tables, where the user enters the Receipt Nbr and Inventory ID as parameters.
However, I’ve run into two problems:
-
When using the barcode scanner, it only provides the Inventory IDÂ not the PO Receipt number.
-
The INTran table is only populated after release, but that doesn’t fit our workflow. We need labels to print before release, as soon as an item is scanned and the quantity is set (for example, if the set quantity is 5 and the base quantity is 10, we should get 50 labels).
Has anyone handled this scenario printing labels by Inventory ID before release and can share the best approach or table structure to use?
Thanks in advance!