Verify Pick ignores ship group/picklist bin
-------------------------------------------
Key: OFBIZ-4365
URL: https://issues.apache.org/jira/browse/OFBIZ-4365
Project: OFBiz
Issue Type: Bug
Components: product
Affects Versions: SVN trunk
Environment: revision 1156416
Reporter: Paul Foxworthy
Even though the Verify Pick screen prompts for the shipping group sequence ID
or the picklist bin ID, the completeVerifiedPick service ignores this
information. Rather, completeVerifiedPick looks at all items in the order. The
result is that any outstanding ship group prevents a verify on a separate ship
group which is ready to pick and ship.
The attached patch fixes this issue, but I would appreciate some review on all
this. It's possible I haven't understood everything about the design of Verify
Pick.
- The completeVerifiedPick service is defined with a shipGroupSeqId parameter,
but that parameter is not used in the method that implements the service,
namely completeVerifiedPick in VeryPickServices. Why not?
See
https://fisheye6.atlassian.com/browse/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/verify/VerifyPickServices.java?hb=true#to86
- The VerifyPickSession class remembers the picklist bin if you've chosen to
enter one, but doesn't remember the shipGroupSeqId if you chose to enter that.
Why not?
See
https://fisheye6.atlassian.com/browse/ofbiz/trunk/applications/product/src/org/ofbiz/shipment/verify/VerifyPickSession.java?r=935487#to52
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira