Hello,
I have a question I want to add total price after discount in Quotation.
So I create a Quotation and I have added a discount and Tax to that Quotation, and I want the following to be applied in my Quotation.
-Subtotal price
- Discount
-Subtotal after discount(subtotal - discount)
-Tax
---------------
subtotal taxed
Can I do that in my Quotation? is it possible to perform this without modifying the source code? or I need to do modify it? (I have the source code)