openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #18921
[Bug 1085971] [NEW] Point of sale taxes
Public bug reported:
Point of sale module doesn't work with multiple taxes. All taxes will be accumulated together and there is no history of taxes by lines.
Sale module works fine and saves taxes by lines and calculates taxes fine.
IE, if I have a product with 2 taxes (lets say 25% and 3% like in Croatia) and price for that product is 10EUR and you sell 1 unit, you will get:
SALE MODULE(works fine):
----------------
Tax 25% amount 10.00EUR tax_amount 2.50EUR
Tax 3% amount 10.00EUR tax_amount 0.30EUR
TOTAL: 12.80EUR
----------------
POS MODULE(works wrong):
----------------
Tax 25% amount 10.00EUR tax_amount 2.80EUR
TOTAL: 12.80EUR
----------------
There is no relation with pos lines and taxes and everything is
calculated from product.product
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1085971
Title:
Point of sale taxes
Status in OpenERP Addons (modules):
New
Bug description:
Point of sale module doesn't work with multiple taxes. All taxes will be accumulated together and there is no history of taxes by lines.
Sale module works fine and saves taxes by lines and calculates taxes fine.
IE, if I have a product with 2 taxes (lets say 25% and 3% like in Croatia) and price for that product is 10EUR and you sell 1 unit, you will get:
SALE MODULE(works fine):
----------------
Tax 25% amount 10.00EUR tax_amount 2.50EUR
Tax 3% amount 10.00EUR tax_amount 0.30EUR
TOTAL: 12.80EUR
----------------
POS MODULE(works wrong):
----------------
Tax 25% amount 10.00EUR tax_amount 2.80EUR
TOTAL: 12.80EUR
----------------
There is no relation with pos lines and taxes and everything is
calculated from product.product
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1085971/+subscriptions
Follow ups
References