Point of sale taxes

Bug #1085971 reported by Milan Tribuson
22
This bug affects 4 people
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Confirmed
Low
OpenERP R&D Addons Team 3

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

Tags: usability
Revision history for this message
Milan Tribuson (milan-infokom) wrote :

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!

Revision history for this message
Milan Tribuson (milan-infokom) wrote :

Btw, I'm working with the latest build of version 6.1 of OpenERP and sadly I conclude that taxes in global don't work in Point Of Sale module...

Revision history for this message
Milan Tribuson (milan-infokom) wrote :

Bump!

Revision history for this message
Twinkle Christian(OpenERP) (tch-openerp) wrote :

Hello Milan Tribuson,

I have checked your issue with latest trunk and I have seen that in POS module I could not see product tax details in order lines as well as on receipt of the order. So, I am confirming this as a usability issue with low importance.

Thanks for reporting..

Changed in openobject-addons:
assignee: nobody → OpenERP R&D Addons Team 3 (openerp-dev-addons3)
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
Milan Tribuson (milan-infokom) wrote :

You have wrong tax calculation and you set it to low importance??
Do you know what kind of fines you can get if you have wrong tax calculation?? Tax authorities can shut down your business because of things like this...

Revision history for this message
Amit Parik (amit-parik) wrote :

Hello Milan,

If I could understand it properly, the problem doesn't related to wrong calculation. You got the same result for both time (12.80 EUR). Only you could not see the tax deatils properly. It should be show the both taxes on pos.

Am I correct..???

Thanks!!

Amit Parik (amit-parik)
tags: added: usability
Revision history for this message
Milan Tribuson (milan-infokom) wrote :

Yes, all the taxes should be displayed. And there should be a many2many tax_ids field in pos_order_line like in sale_order_line and account_invoice_line so the taxes could be saved properly and not calculated from products.
Now all the taxes are calculated from taxes which are currently in product and not from taxes that were active and in product in the moment the order was created

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.