I'm using a variable price inventory item to add a tax that can't be implemented via Tax Rates. As the user adds liquors to an order, I add those variable price items(one for each liquor). Let's say the name of this item is "Tax XYZ". I'd like to have something like this, though, on the register/receipts:
Tax XYZ (750mL) 1.86
Tax XYZ (250mL) 0.92
In other words, custom names for different line items backed by the same variable price inventory item. Is it possible? My current solution is to use binName.
Tax XYZ (750mL) 1.86
Tax XYZ (250mL) 0.92
In other words, custom names for different line items backed by the same variable price inventory item. Is it possible? My current solution is to use binName.