← Back to team overview

openerp-india team mailing list archive

[Bug 1085971] Re: Point of sale taxes

 

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

-- 
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):
  Confirmed

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