Per row tax calculation

Asked by tarmof

Hello,

I have invoice with multiple rows.
Each product row has fixed VAT tax 20%
I want that this 20% tax is applied to full sum of invoice.
But as each rows VAT is calculated separately and rounded to precision 0.01,
I get incorrect VAT for full sum.

How to overcome this problem?
Can I change the precision of row calculations for VAT to 0.001?

Thanks

Question information

Language:
English Edit question
Status:
Answered
For:
OpenERP Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) said :
#1

Hello,

Ideally, vat is applied per Product.

1. Currently, Applying tax on full sum is not available. It can be imlpemented.It is really a good suggestion.
2. Run you server with --price_accuracy=3, it will set the accuracy to 0.001.

Thank you.

Revision history for this message
Nicki Escalera (ponij2) said :
#2

Hi ,

Can we calculate tax for each row through SDK ? https://www.vatcalculator.info/mehrwertsteuer-rechner/

I have a "choose from list" with tax code , tax amount should be calculated according to the tax code selected.

is there any way to do it using SDK.

Regards

Can you help with this problem?

Provide an answer of your own, or ask tarmof for more information if necessary.

To post a message you must log in.