[
https://issues.apache.org/jira/browse/OFBIZ-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489904 ]
Si Chen commented on OFBIZ-312:
-------------------------------
The test is very simple: If you have a product like WG-9943-B3 which has only 10 units in stock and you order 15, but set allow split to true, and then create a picklist, does the picklist show 10 or 15 of WG-9943-B3? Previously, it would show "15:10:5" in the "quantity:avail:not avail" columns.
> picklist shows incorrect quantities for out of stock items
> ----------------------------------------------------------
>
> Key: OFBIZ-312
> URL:
https://issues.apache.org/jira/browse/OFBIZ-312> Project: OFBiz (The Open for Business Project)
> Issue Type: Bug
> Components: product
> Reporter: Si Chen
> Assigned To: Jacopo Cappellato
>
> Let's say you order an item, and it is out of stock. The picking sheet will still show a quantity of 1. On the packing sheet, to the right, is a column with header "Inventory Avail:Not Avail" and it will show "11000 1:1", "11000" being the inventoryItemId of the reservation.
> Similarly, if you order 12 of something and only 6 are in stock, on the picking sheet it will show 12, and on the packing sheet it will show 12:6.
> The picklist should only show inventory which is available on the picking part of the report (the first page), and on the packing packages it should show qtyAvailable:qtyNotAvailable, so for the above examples it should be showing "0:1" and "6:6"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.