c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #14807
[Bug 707923] Re: [6.0 and 5] invoice tax - rounding issue
Hello everyone,
yes as far as i remember this issue has already been discussed several
times, with always the same conclusion: the 2 ways to compute (by line
or by column) are allowed by the law, so we can't speak here of 'bug'.
We don't plan to improve that for version 6.1, if you think it's a huge
lack in openerp i encourage you to create a poll for this idea on
http://feedback.openerp.com, in the accounting section. But i remind you
that this "lack" doesn't prevent at all to use the software and you can
always adjust manually the tax by hand.
Thanks for your contribution
Quentin
** Changed in: openobject-addons
Importance: Low => Wishlist
** Changed in: openobject-addons
Status: Confirmed => Won't Fix
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/707923
Title:
[6.0 and 5] invoice tax - rounding issue
Status in OpenERP Modules (addons):
Won't Fix
Bug description:
see attachment
due to rounding of the calculated tax for each position we get totals
which are wrong.
In Austria we usually group the basis per tax rate and calculate the
tax from this basis to avoid such errors.
in account/invoice.py
class account_invoice_tax -
def compute must be modified
actually only some lines of code to group the invoice lines before
calculating the tax
probably this has been discussed (but not solved) already
References