Hello!
I am trying to make a basic model where orders are created, each one with two labels Cantidad that specifies the number of boxes to pick and Cliente, that specifies which client is requesting product.
Since the boxes are placed in racks in a random fashion, and many boxes must be picked to complete an order, I supposed that making a query where pulled items were ordered by distance would help to have less traveled distance to complete an order. I think the error is that the distance is considered from the item to the puller, and the puller is the token, hence the distance can't exist as a number.
If my assumption is correct, how can I make the query look for closer items?
Thank you!