Currently, we have no way of telling the system to deplete stock sequentially when the location efficiencies are the same.
Example would be if I have 2 aisles, with 10 bays in my warehouse and all of the bottom locations are Efficiency 10.
A-01-01 > A-10-01
B-01-01 > B-10-01
All bottom locations are holding the exact same stock and I place an order for 10 pallets. Currently, the system will pick those 10 pallets at random, as they all meet the criteria. So you can end up with 4 from row A and 6 from row B.
Customers want the system to apply some logic to this selection and start working in location order.
To achieve this, we could have a sub selection method of Location Name, which would then look at the locations and deplete this in Alphanumeric order.
This would be extremely helpful in bulk locations, as we could get the system to deplete in a more structured order.