Cancelling Picked Shipments: Dump picked-stock into user's cart #507

Open
opened 2026-06-29 08:38:23 +00:00 by rob · 0 comments
Owner

When canceling a shipment that already has items picked, currently those items get "trapped" in the shipment-location.

Fix: change cancel behavior to move any items in the shipment-location (or cartons within) to the user's cart, so they can then sort it all out.

The tricky bit is that items can be in cartons. Current code correctly handles "loose" items, but not cartonized ones. (This belief is based on eyeballing code, not empirically testing).


What about for Retail ?

When canceling a shipment that already has items picked, currently those items get "trapped" in the shipment-location. Fix: change cancel behavior to move any items in the shipment-location (**or cartons within**) to the user's cart, so they can then sort it all out. The tricky bit is that items can be in cartons. Current code correctly handles "loose" items, but not cartonized ones. (This belief is based on eyeballing code, not empirically testing). --- **What about for Retail** ?
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rob/pms3#507