c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #05609
[Bug 554194] Re: purchse order - invoiced - wrong value used to compare
** Changed in: openobject-addons
Status: New => Triaged
--
purchse order - invoiced - wrong value used to compare
https://bugs.launchpad.net/bugs/554194
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: Triaged
Bug description:
invoiced shows only 86% -
Example
Order
* qty = 100
* price = 10
* subtotal = 1000
Picking = 100% received
* qty = 100
* price = 10
* subtotal = 1000
Invoice = 95% invoiced
* qty = 100
* price = 9,5
* subtotal = 950
IMHO also for "invoiced" the qty has to be used - not the final subtotal.
95% would be interpreted as 5% will still be invoiced - which is obviously not the case.