Current Problem
Currently we are having to pick orders one at a time using the “standard” picking method. This is not very efficient because we may need to pick item A from one end of an aisle, then walk to the other end to pick item Z. If we have 20 orders this is not a very efficient way of picking.
What we need is a picking method where we pick by item/location rather than by order. For example, we have a batch of 10 orders requiring the items shown in the following table.
The ideal picking process would be something like this:
For example the handset will direct us to location 3 to pick item C for orders 1002, 1004, 1008, 1009 and 1010.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Idea to resolve Problem | As Above |