Default Directed Putaway Logic
-
Calculate the weight / cubic of the ULD based on the item master data.
-
Calculate the popularity factor of the item.
The key factor is the number of orders that the item appears on with a decaying calculation.
ExampleAn item with a large number of sales in the last month will be weighted more than an item with a large number of sales 2 months ago.
-
Filter by zones.
This is only possible if the:
-
AllowedZones
item attribute is set - this is if you wish to force it into a cool room.
or
-
Inventory.DirectedPutaway.AllowedZones
setting - this is useful if you wish to always send a tenant to a location.
-
-
A check if there is any stock already in bulk.
If there is stock already in bulk, then we want to go directly to bulk to maintain FIFO.
-
If the
Inventory.DirectedPutaway.AddToPicking
is set to Yes (the default is No), it will see if it can top up an existing pick location. -
Otherwise, a new pick location is created for the item.