This question has been flagged
1 Reply
891 Views

How can I sort the products of a sales order, I would like to sort them using the ecommerce number or a anohter way to set up my warehouse routing. 


Example: customers order some products in my webshop: Product: A, Z, D, K, B, B

On the invoice the products may remain in this order, but to optimize the order picking I want them to sort : Product A,B,B,D,K,Z  (on the delivery slip) 


How do I do this? 

Avatar
Discard
Best Answer

You can add a new sequence field on product model and set a number for all your products. That field can be added as a related field on picking operations model which can be used to sort delivery slip or picking operations report. Here is a clip on using the field on the picking operations report https://youtube.com/clip/UgkxUynxrl_-hLuZGMWJgq2xmAqjm_4EZo9i

Avatar
Discard