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/01/08 21:25:27 UTC

[jira] Commented: (OFBIZ-591) Shipping a serialized inventory item not handled correctly

    [ https://issues.apache.org/jira/browse/OFBIZ-591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463119 ] 

Jacopo Cappellato commented on OFBIZ-591:
-----------------------------------------

And what about refactoring the way the serialized inventory is implemented, instead?
I mean something like this:

* ignore the status of serialized inventory items; QOH and ATP will be considered instead:
QOH = 1 and ATP = 1 ---> AVAILABLE
QOH = 1 and ATP = 0 ---> PROMISED
QOH = 0 and ATP = 0 ---> DELIVERED

* add the following constraint: a serialized inventory item will never have QOH greater than 1

This will greatly simplify many processes (including inventory counting).

Does it make sense?

> Shipping a serialized inventory item not handled correctly
> ----------------------------------------------------------
>
>                 Key: OFBIZ-591
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-591
>             Project: Apache OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: product
>            Reporter: Si Chen
>
> When an order with serialized inventory items is shipped, the InventoryItem remains in the Promised status and hence is still counted in QOH.  It should be changed automatically to DELIVERED and no longer counted as inventory.
> The statusvalidchange from DELIVERED back to AVAILABLE should be removed, as once the item has been shipped out, it should no longer be marked as AVAILABLE, just RETURNED if it is returned.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira