Skip to Content
Menu
This question has been flagged
1 Reply
4766 Views

Hi,

I need to create a provision for entering discount manually after the bill sub-total in POS. Tax will not be stored with each product but flat VAT% needs to be applied on total amount after discount.

How do I achieve this?

I am using OpenERP v7.

Regards, Bhoopathi

Avatar
Discard
Best Answer

I would create a new field in the model sale.order, to store the discount (a value, not as percentage).

In the various methods where sale.order is calculating the total, substract the value of the new field, before doing the tax.

How to do it, check the following link.

Avatar
Discard
Author

Hi,

Thank you for your response. I understand high-level what to do. I need more specific details, if somebody can guide me.

Thanks.

Related Posts Replies Views Activity
1
May 25
910
2
Oct 24
2317
2
Oct 16
3171
1
Jun 25
871
1
Mar 25
1007