RE: Picking Lists

Hello!

By default, our picking lists for Sales Orders and Transfer Orders are printed with items in the same order/sequence as they had been entered.

We would like the ability to be able to sort items before printing (eg: by item/display name/), and Bin/lot number by the closest expiry.

Help!

BradGrandisonKKB Rookie Asked on September 12, 2023 in Order Management.
Add Comment
1 Answers

Hi,

This is pobbile in Advanced PDF using FreeMarker’s sort_by:

https://freemarker.apache.org/docs/ref_builtins_sequence.html#ref_builtin_sort_by

If this doesn’t cover it, you may need to loop through the list and create a new one.

Thanks,

Chris

Intermediate Answered on September 18, 2023.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.