[ 
https://issues.apache.org/jira/browse/OFBIZ-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12704927#action_12704927
 ] 

David E. Jones commented on OFBIZ-2388:
---------------------------------------


Question from Divesh:

But here the confusion is , Entries in ItemIssuance Entity is not done when we 
do "Verify Pick" (only done when shipment is created in Packed status). So 
Entries are not present in ItemIssuance entity for Orders which have shipment 
in "Input", "Picked", and "Scheduled" status. So IMO above given logic will not 
help . Please let me know if I am wrong.

Answer from David:

When an OrderItem is added to a Shipment there should ALWAYS be an ItemIssuance 
along with it. Why is that not done in the Verify Pick process like it is for 
the Packing screens that those are based on? The main service called for this 
is the issueOrderItemShipGrpInvResToShipment service, and it is called from the 
AddItemsFromOrder screen for manual shipments, and the issueItemToShipment 
method in the PackingSession.java class.

In other words, the best solution to that problem would be to issue the items 
to the shipment as they are marked "picked". In fact, how else would you keep 
track of them?

> Add a page that shows orders with the "pick sheet printed date" field
> ---------------------------------------------------------------------
>
>                 Key: OFBIZ-2388
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2388
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>            Assignee: Vikas Mayur
>             Fix For: SVN trunk
>
>         Attachments: ofbiz-2388.patch
>
>
> *  Add page that shows orders with the "pick sheet printed date" field set 
> that do not have a Shipment associated with them that is in the "Input" or 
> "Scheduled" statuses (should be in Input status, but just in case Scheduled 
> is eventually used), sorted by the oldest date first to see the ones that 
> have gone the longest without being picked and verified.
> * Link to new page from the PicklistOptions page.

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

Reply via email to