At present the system allows you to print warehouse items in numerical order when printing a picking slip. This function however also includes your kits. When the kit is sorted too, the various components are not kept together. This request is to sort all items excluding the kit in numerical order. Kits would also be sorted in numerical order however only within the components of that particular kit.
by: Warren S. | over a year ago | Sales & Distribution
Comments
We had the same problem. Our workaround was to change the picking sheet form in Crystal. I created a formula called SortOrder which returned the LineSeqNo if the item was part of a kit (determined by a UDF mapped into the Pick Sheet work file) and ItemCode if not. It makes all the kits print at the top of the pick sheet.