Trying to find a solution for misc charges. Essentially we need to set a misc charge based on order qty. So for example, quote the customer a handling fee for every 100 pcs. So if they order 300 pcs, we get 3 misc charges on the sales order. There is the ‘quantity specific charges’ but that doesn’t help us any. We quote them price breaks but don’t know how much they will actually order. Any ideas appreciated.
No. I want a quantity dependent misc charge. So pure math, 1 misc charge for every 20 pcs. So an order of 400 pcs = 20 misc charges and an order of 34 pcs = 2 misc charges(rounded up). The quantity breaks as provided by epicor only allow misc charges for the minimum qty break achieved, any thing in-between is not possible.
We made a BPM for Small Cut Charges that does something similar, on SalesOrder.Update. It applies a $12 misc fee for less than 50 qty, where the $ and qty threshold is set in UD codes. No reason why you couldn’t do something similar.
Another option would be to add a UOM of 20pc and sell in those units. Bake in the charge, or BPM it to be an automatic misc charge.
It would be part dependent. Also not mentioned, technically it doesn’t have to be the qty of misc charges, but would live with the charged amount changing. End result is the same to us.