43

When a picked item needs to be distributed in different quantities along multiple cluster positions ,the worker needs to put the corresponding quantities in the different boxes (cluster positions) in a sorted way regardless the order of the works assignment when creating the cluster.

 

Example : A picked item needs to be distributed in different

quantities along the 6 cluster positions : 1,2,3,4;5;6

NB: the works has been assigned to the cluster in a random order

for example we have 6 works that has been assigned to the Cluster 1 in the

following order:

Cluster position 1- Work00009

Cluster position 2- Work00001

Cluster position 3- Work00008

Cluster position 4- Work00005

Cluster position 5- Work00010

Cluster position 6- Work00006

 

Target behavior : When picking the quantities, the worker needs

to put the corresponding quantities in the cluster position in a sorted way:

 

1- Quantity 1 in cluster position 1

2- Quantity 2 in cluster position 2

3- Quantity 3 in cluster position 3

4- Quantity 4 in cluster position 4

5- Quantity 5 in cluster position 5

6- Quantity 6 in cluster position 6

STATUS DETAILS
Needs Votes