Hi Deepak, Issue ==== Renuka: “when we create an order for product with serialized inventory with quantity more than ATP then a negative ATP Inventory Item record is created, which is of type Non-Serialized.”
Pro for using Non-Serialized type ======================== 1. As the placeholder record in Inventory Item is of type Non-Serialized, it can be used to store any number of negative ATP quantity. 2. If the sales order is cancelled, we only need to update that one record. Con for using Non-Serialized type ========================= 1. The placeholder record in Inventory Item cannot be reused when the actual Inventory Item is received. Yes we can further discuss / refine on the serialised inventory item support in the JIRA. I also concur with you that InventoryItemDetail should also be used for serialised item, and the logics for ATP/QOH of a serialised inventory item. Thank you. Regards, James Deepak Dixit-3 wrote > Hi James, > > System create new inventory item each time, it does not use single > InventoryItem for all backorder. So it create incorrect inventory item(s) > data for serialized inventory item. > I think we can refine serialized inventory item support under > https://issues.apache.org/jira/browse/OFBIZ-7762 > > As per current implementation serialized inventory logic implemented on > status, and non-serialized inventory logic implemented on > InventoryItemDetail. > > Ideally both should use IID and if item is serialized than qoh can't be > greater then one, if we go with this route than we can implement status > base check on both type of inventory item. > Like if inventory item is defective than we can set its ATP to zero for > both cases etc.... > > > > > > > > Thanks & Regards > -- > Deepak Dixit > www.hotwaxsystems.com > > On Sat, Dec 17, 2016 at 8:42 PM, james yong < > [email protected] > > wrote: > >> Hi Renuka, >> >> In this case, the non-serialized inventory acts as a placeholder to >> ensure >> the final ATP is correct. >> This is correct behaviour, and not a bug. >> >> Regards, >> James >> >> >> Renuka Srishti-2 wrote >> > Hello All, >> > >> > In OFBiz, when we create an order for product with serialized inventory >> > with quantity more than ATP then a negative ATP Inventory Item record >> is >> > created, which is of type Non-Serialized. >> > It should be of type serialized . >> > >> > If we resolve this issue, we need to check all scenarios related to >> this >> > process. Please let me know your thoughts. If it looks good I will open >> a >> > ticket for the same. >> > >> > Thanks >> > >> > -- >> > Regards, >> > Renuka Srishti >> >> >> >> >> >> -- >> View this message in context: http://ofbiz.135035.n4.nabble. >> com/Serialized-Inventory-issue-with-backorder-item-tp4700367p4700409.html >> Sent from the OFBiz - Dev mailing list archive at Nabble.com. >> -- View this message in context: http://ofbiz.135035.n4.nabble.com/Serialized-Inventory-issue-with-backorder-item-tp4700367p4700614.html Sent from the OFBiz - Dev mailing list archive at Nabble.com.
