c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #23817
[Bug 778514] Re: OpenERPv6 - purchase_discount dont calculate properly
Hello,
I have checked your issue .You are right the taxes doesn't calculated properly.
But "purchase_discount" is part of the extra-addons, which are
maintained by the community, including all the modules created by
"OpenERP" or "Tiny", as none of these are actively developed by our
teams anymore.
So if you or anyone from the community would like to work on it, please
mark the bug as "In progress" and assign it to yourself (or ask us or
anyone from OpenERP Drivers to do it for you). In the mean time, I will
mark it as "Won't fix" to indicate that no further progress is expected
at the moment. If you require further assistance with any similar
trouble while updating the module, do not hesitate to ask here or via a
question: https://answers.launchpad.net/openobject-addons
Thank you!
** Changed in: openobject-addons
Status: New => 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/778514
Title:
OpenERPv6 - purchase_discount dont calculate properly
Status in OpenERP Modules (addons):
Won't Fix
Bug description:
OpenERP-server 6 updated
OpenERP web-client updated
Ubuntu 10.04 + postgresql 8.4
I have installed purchase_discount to show and calculate discounts on
purchase order lines
The problems:
- subtotal are calculated correctly
- VAT (IVA) NOT, it is calculated over total amount, without discount,
VAT incorrect and total incorrect
- When I confirm purchase order, the discounts on invoice are missing,
with total amount
i.e:
Purchase order not confirmed:
1 product x 500 EUR + 50% discount + 18% VAT
Amounts calculated:
untaxed amount: 250
taxes: 90 (18% over 250 = 45, not 90)
total: 340 (total will have 295, not 340)
Purchase order confirmed --> invoice generated
Invoice:
product order form (edit)
The %discount is 0 (dont save the discount on purchase order)
Thx.
References