تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
7093 أدوات العرض

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) 

الصورة الرمزية
إهمال
أفضل إجابة

Hi, 

Here it needs little customisation to achieve this. You can follow bellow steps.


1) To make different fields.

-subtotal price = unit price * qty

-discount = (subtotal price /100) * discount percentage

-subtotal after discount = subtotal - discount

tax = (subtotal after discount /100) * tax percentage.


So you can add logic to the function which prepare amount calculations.

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
2
يوليو 25
882
2
مايو 25
848
Sales quotation تم الحل
2
مارس 24
1555
1
مارس 15
3996
1
مارس 15
4888