c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #14506
[Bug 710334] Re: POS tax included
** Changed in: openobject-addons
Importance: Undecided => Low
** Changed in: openobject-addons
Status: New => Confirmed
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP R&D Addons Team 3 (openerp-dev-addons3)
--
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/710334
Title:
POS tax included
Status in OpenERP Modules (addons):
Confirmed
Bug description:
About POS:
1. In POS is usual price with tax included. So point_of_sale need imrovement to tax_included.
2. About discount: I can use discount in % or price_ded as amount. If I use price_ded, then this amount must use in calculate subtotal and amount total, not to recalculte with discount % (that induce errors).
If i sell 75 units of product 1 with price_unit=2.30 and price_ded=0.30, then subtotal must be 150.00 exactly.
But, with your amount_all discount is 13.039999999999999% and with this subtotal is 150.01, that is wrong.
This error afect acount moves generated from pos in cash statment that must be very precisely.
References