You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacopo Cappellato (JIRA)" <ji...@apache.org> on 2007/05/11 07:08:15 UTC

[jira] Reopened: (OFBIZ-774) balance inventory supports serialized inventory

     [ https://issues.apache.org/jira/browse/OFBIZ-774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato reopened OFBIZ-774:
-------------------------------------


Ray,

are you working with serialized inventory?
If not, I'm not totally sure that my commit is the cause of the issue you are reporting (even if it is possible).
In fact I didn't change the logic for non serialized items... or at least that was my intention.
It would be great if you (or someone interested) could test the same thing in one of the OFBiz revisions right before my commit.
If you will confirm that it was working before, I will focus on my changes to quickly spot and fix the bug.
Am I asking too much?
Thanks,

Jacopo


> balance inventory supports serialized inventory
> -----------------------------------------------
>
>                 Key: OFBIZ-774
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-774
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: product
>            Reporter: Si Chen
>         Assigned To: Jacopo Cappellato
>
> Balance inventory currently does not do anything if the inventory just received is serialized.
> Instead, what should happen is that if a unit of serialized inventory is received and there are non-serialized items with ATP < 0, then it should change the serialized item to Promised and use it to offset the first unit (1.0) of the non-serialized inventory item.
> For example, if we had 5 units on back order (created as a non-serialized inventory item with ATP = -5 and QOH = -5), and 1 unit of serialized inventory comes in, then we should change ATP and QOH of non-serialized item to -4 and the status of serailized inventory item to Promised, and reserve this serialized item against the first order item reserved against the non-serialized inventory item with a quantity of 1.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.