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!
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