← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 539704] Re: point of sale tax error

 

Hello,

Our R&D Teams are focused on the latest OpenERP version, and unfortunately this issue does not seem to affect it.
Could you try with the latest development version (for example v6.0RC1 available on openerp.com, there's a windows installer too), and reopen the bug if it is still present?

Our policy is to keep the changes applied on stable branches to a minimum, in order to limit the regression risks for customers that are in production. This means that bugs reported on Launchpad are fixed in the trunk branch only by default, even if they were reported against other stable versions.
We stand of course ready to backport the change to stable releases if it has an impact on any customer. In this case please report it to our maintenance team via the OpenERP Publisher's Warranty (mentioning this bug report number). They will quickly help solve the issue and backport the fix if needed.
Thank you for your understanding!

-- 
point of sale tax error
https://bugs.launchpad.net/bugs/539704
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Addons Modules: Invalid

Bug description:
Hi people,

I'm working with openERP 5.x version on Windows.

I have the following problem:

I created a new tax called TAX10, tax type: percent, amount 0,1000 (10%) and include in base amount uncheked.
After that, i created a new product called PRODUCT with sale taxes TAX10 and sale price 10000
When i create a new quotation on sale management addon the tax computation is 1000 (that's right because is 10% of untaxed amount 10000)
Finally, when I created a new entry in point of sale addon the computation for taxes is 909,09 (isn't 10%,  really is 9,0909%).

Thanks for your support