Content
The main purpose of the service is capturing goods receipts. Strategies for handling expected and blind receipts are supported, as well as strategies for capturing goods on Location, in Container or full Containers.
Functional Requirements
In case of an expected receipt the incoming goods were previously announced in ReceivingOrderPositions as part of a ReceivingOrder. Captured items are validated against open, not satisfied order positions. If the captured quantity reaches the expected quantity of the position the position is completed. If all positions of the order are completed, the order is completed as well. It depends on the product attributes whether more of the expected quantity can be captured.
Feature | Description |
FEAT-014: Expected Receipt of Inventory on Location | Previously announced goods are captured against open ReceivingOrderPositions, the captured items are created and placed on a Location |
FEAT-015: Expected Receipt of Inventory on TransportUnit | Previously announced goods are captured against open ReceivingOrderPositions, the captured items are created and placed in a LoadUnit of a TransportUnit |
FEAT-016: Expected Receipt of a TransportUnit | A TransportUnit is expected to be received. When the TransportUnit is captured it is created. |
FEAT-017: Blind Receipt of Inventory on Location | Received goods were not previously announced and cannot be captured against a ReceivingOrder. The items are captured and placed on a Location |
FEAT-018: Blind Receipt of Inventory on TransportUnit | An unknown TransportUnit is captured and created in the system |
FEAT-019: Create Receiving Order | Create a new ReceivingOrder with ReceivingOrderPositions |
FEAT-020: Complete Receiving Order at once | Complete all ReceivingOrderPositions and the order. Create all expected items with their expected quantity |