Hi gurus,
We don't know how customize the system for these requirements.
In some storage bins, different type of pallets can be stored. We need that the capacity check be managed by height and width of the pallet. Strategy P is not possible because in the same storage bin we could store different types of pallets (storage unit types).
Example:
- Pallet P1: 50x80 (Height x Width)
- Pallet P2: 70x80
In a storage bin 100x160, 4xP1 or 2xP1 pallets can be stored. In this case, the capacity check is easy according to storage unit type (for example P1 usage = 1, P2 usage = 2, bin capacity = 4).
But, if we define these SUT usages, if the bin measure is 140x160, we could store 4xP1 or 4xP2, so this SUT usages are not valid.
If we define the usages according to the higth (ie. P1=50, P2=70), the first bin capacity would be 200, but in this case if there are 2xP2 pallets in the bin, the capacity used is 140, so a new P1 pallet could be stored there (and this is not possible...).
Could anybody help me?