You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Christian Carlow (JIRA)" <ji...@apache.org> on 2014/03/28 16:38:14 UTC

[jira] [Updated] (OFBIZ-5603) Picking page does not list order item ship groups with maySplit=Y after initial picking

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

Christian Carlow updated OFBIZ-5603:
------------------------------------

    Attachment: OFBIZ-5603.patch

This patch resolves the problem of orders never appearing in the pick list again after partial picking occurs by changing the balanceInventoryItems simple-method to allow all reservations to be re-reserved if the quantityNotAvailable field is greater than 0.  Previously it only re-reserved orderItemShipGroups without previous picks which is incorrect for maySplit=Y for which partial pickings may occur.

> Picking page does not list order item ship groups with maySplit=Y after initial picking
> ---------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-5603
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5603
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Christian Carlow
>         Attachments: OFBIZ-5603.patch
>
>
> Orders with ship groups with maySplit=Y are not listed after initial picking at https://localhost:8443/facility/control/PicklistOptions?facilityId=WebStoreWarehouse.
> To reproduce:
> 1.  Create a new product with a default price
> 2.  Create a new order for 10 of the newly created product
> 3.  Approve the newly created order and click the "May Split" button for the ship group
> 4.  Receive 1 of the newly created product into inventory
> 5.  Pick the newly created order from the Facility Picking page
> 6.  Receive 1 more of the newly created product into inventory
> 7.  Navigate back to the Facility Picking page and notice that the orderId is not listed



--
This message was sent by Atlassian JIRA
(v6.2#6252)