Cascading customer price list discounts

Currently we can set terms for a customer and then add price lists to give further discounts.
However these seem to be cumulative discounts, i.e. if a product has a gross price of $10, the customer has a general terms of 10% (this added at the Customer entry level) and then an additional promo discount of 25% this is calculated as $10 - (($100.25) + ($100.1)) = $10-($10*0.35)= $10 - $3.50 = $6.5.

How can we set up the systems so that the 25% discount is applied after the 10%
$10-($10*0.1) = $9 - ($9 *0.25) = $9- $2.25 = $6.75

Greg, did you find a solution to this?

Hi Bryan

Not within Std Epicor, we have created customisation’s to process this.

Greg