Quantity Dependent Misc Charges

See idea ‘KIN-I-4196’

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.

Where do you see this new quantity field? On Part table I guess as some parts could have different break quantities.

Here is the section under ‘quote->line->misc charges’

So you want to use the quantity breaks to control this new Misc charge type?

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.

Is that across every part? What if a part is 1 charge per 100 pcs? That’s the settings I’m asking.

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.

2 Likes

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.

Yeah, will likely have to look into a BPM then.