sort_by seems promising
# advancedpdf
t
sort_by seems promising
d
Would also like to see if someone has a solution for sort by bin when using Advanced Bin/Numbered Inventory Management As instead of using
${item.binnumber}
you use
${item.inventorydetail}
which is just a string
"inventorynumber,binnumber,(quantity)"
. So sorting by inventory detail sorts by inventory number instead of bin
t
Thanks for the comment that got me ahead. Based on this I may have to figure out the sort order via script and write the numeric sort order on the line.
d
you know, that doesn't seem like a bad way to go about it.. I wonder how you would go about printing separate lines for an item that is in more than one bin..