Hello,
I'd like to add a surcharge to one of the conditions in pricing procedure. The algorithm is:
Base price - 140
Surcharge - 1,25
Net value (subtotal)
VAT - 22%
Gros value (subtotal)
I need to multiple base price (which is dependent of the material) by surcharge (which constant and independent of the material, it's always the same)
So it should look like that: 140*1,25= 175
Base price 140
Surcharge 1,25
Net value 175
VAT 22%
Gros value 213,5
Simple
But I'm not sure how it should be done ine the pricing procedure. Now my pricing procedure sees the base price as the calculation basis, but does not multiple it by the surcharge.
Net value I get is always 1,25. And it should be 175.
please help
Best regards
BJ