Here's a tricky one... Customer needs to print labels for shipments to one customer. They sell liquid products and they may be in 55 gallon drums but the quantity per drum may vary. They sell by gallons so the customer may order 200 gallons of a particular product that in a perfect world would ship in four 50-gallon drums.
Here is the tricky part. For that 200-gallon order, it may ship in three drums with 50 gallons each and a final one with 52 gallons so total shipped is 202. They need to have four labels with the quantities included so three labels stating 50 gallons and one label stating 52 gallons. They use lot valuation so I created a label by lot number so if the four containers were from different lots, it works perfectly but if two come from the same lot, I can't think of a way to specify they need two labels that say 50 vs. one label that says 100.
Thought about using different packages in Shipping Data Entry (which they are using) but that was kind of messy splitting one lot between two packages (got the error that the packaging doesn't agree with the quantity shipped that I discovered for another customer last month). I didn't totally explore that option yet; it just seemed ""messy"".
TL/DR. What they really need is a table specifying how many labels by size, i.e. three labels that say 50 and one label that says 52 for the one 202 gallon shipment. Am I missing the easy solution??