This question is related to put-away template. Assume a scenario as following,
Item no – TI00001
Item unit of measure table
Code |
Qty. per Unit of Measure |
Item No. |
Width |
Height |
Length |
Cubage |
Weight |
CASE |
30 |
TI00001 |
10 |
15 |
2 |
300 |
100 |
EACH |
1 |
TI00001 |
3 |
4 |
3 |
36 |
2 |
Warehouse class – ADHESIVES
Zone which the warehouse class attached – LEVEL_3
Bins within LEVEL_3 zone
Code |
Description |
Empty |
Bin Ranking |
Bin Type Code |
Maximum Cubage |
Maximum Weight |
Warehouse Class Code |
Zone Code |
L3-01-01-01-01 |
Level 3 bin |
No |
1 |
PUTPICK |
200,000 |
150,000 |
ADHESIVES |
LEVEL_3 |
L3-01-01-01-02 |
Level 3 bin |
No |
2 |
PUTPICK |
200,000 |
150,000 |
ADHESIVES |
LEVEL_3 |
L3-01-01-01-03 |
Level 3 bin |
No |
3 |
PUTPICK |
200,000 |
150,000 |
ADHESIVES |
LEVEL_3 |
Remaining cubage
Code |
Description |
Remaining cubage |
L3-01-01-01-01 |
Level 3 bin |
80000 |
L3-01-01-01-02 |
Level 3 bin |
150000 |
L3-01-01-01-03 |
Level 3 bin |
75000 |
Put-away template
Find Fixed Bin |
Find Floating Bin |
Find Same Item |
Find Unit of Measure Match |
Find Bin w. Less than Min. Qty |
Find Empty Bin |
Description |
No |
Yes |
No |
No |
No |
Yes |
|
Yes |
No |
Yes |
No |
No |
No |
Assume all bins within LEVEL_3 are filled with TI00001. But bins are not fully filled. Since put-away template, as shown above, is configured to search for empty bin, the system always search for empty bins to fill up. Even a bin has remaining cubage, system doesn’t consider it as an empty bin.
Let’s say we did another grn for the same item with a cubage of 3000 (3 cases – ( 300*10)). As shown in item unit of measure table for 3 cases the cubage is 3000. When I tried to make a put-away, the system shows an error message saying that there is no enough bin capacity.
As per the put-away template, it is supposed to search for bins with the same item as in the second line of put-away template, “Find same item” is flagged. But it seems like the system doesn’t consider the second line, if the condition of first line fails.
*This post is locked for comments