We need Price List Discount "Scaling"?, not just straight Discount.
Sample current pricing structure.
Base cost on Product is 0.3 cents
Discount
1-500 = .3 cents
501-1000 = .25 cents (.05 Discount)
1001-2000 = .20 cents (.10 Discount)
2001 – 10000000 = .18 cents (.12 Discount)
I created Discount Lists, but that does the “Total” calculation based on the total Qty * Discounted price.
Sample, for Qty of 1500, D365 calculates the Quote as1500* (.3-.1) = $300
Our current accounting system does the math as below. Trying to mimic this in D365.
(500 *.3) + (500 * .25) + (500 * .20) = $375