Sorry, forgot to mention that we are currently using OFBiz version 4.0 and in phase of upgrading it to OFBiz 9.04. I saw in org.ofbiz.product.inventory.InventoryServices, there is a TODO part in the doing inventory transfer code. It says something that need to get inventoryTransferId to put in inventoryitemDetail. This TODO part is still exist in OFBiz 9.04.
Yasin Lyyas wrote: > > Hi people, > > I have a question regarding the inventory transfer. When we requested an > inventory transfer, the atp for associated inventory item will be > nullified to prevent reservation on this to-be-transferred inventory item. > For example, inventory item 1000, has atp/qoh = 10/10. And we request an > inventory transfer with quantity 5. The inventory item will split into 2. > Inventory item 1000 will have atp/qoh = 5/5 while inventory 1001 (newly > auto-created) will have atp/qoh = 0/5. The atp will stay as long as the > inventory transfer is not completed. > The problem is: > 1. when someone else checks this inventory, he will have no clue why the > atp/qoh is 0/5 and there is no order reservation in that inventory item > 1001 > 2. I want to check the inventory balance among "ATP", "QOH", "Reserved > quantity" and "Reserved not available quantity". And just pulling out the > ATP and QOH directly from inventory item wont guarantee the accuracy due > to inventory transfer. I am struggling to get the quantity which "stucked" > in inventory transfer > > Can someone help me point to how to get the quantity in inventory transfer > please? Thanks > > > Lyyas > Yasin > -- View this message in context: http://www.nabble.com/Quantity-in-inventory-transfer-tp24407177p24407263.html Sent from the OFBiz - User mailing list archive at Nabble.com.
