openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #19010
[Bug 1085971] Re: Point of sale taxes
I would also like to add that Sale Details and Sale Summary works like
I've said before and they both don't work correctly. And Pos Lines
report works with taxes not included in price and if you use taxes that
are included in price your taxes will be calculated twice on that
report!
--
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
References