Activity log for bug #1246655

Date Who What changed Old value New value Message
2013-10-31 09:59:46 Prajul P T bug added bug
2013-10-31 10:03:59 Prajul P T description In POS backend, when i try to create two orders in which in one i am ordering 4 quantity of the product as a single order line and in the second one in am ordering 4 quantity of the same product as 4 order lines with quantity 1. But the total amount to pay for two orders are different. Step to reproduce this bug: 1 - I am having a product "USB Adapter" with unit price as 1.95. 2 - Create a POS order from backend with single order line for the product "USB Adapter" with a discount of 10%. 3 - Create another POS order form backend with 4 individual order line of quantity 1 and discount 10% for the product "USB Adapter" The total i am getting is 7.02 for the order with single order line and 7.04 for the order with 4 order lines. In OpenERP 7 POS backend, when i try to create two orders in which in one i am ordering 4 quantity of the product as a single order line and in the second one in am ordering 4 quantity of the same product as 4 order lines with quantity 1. But the total amount to pay for two orders are different. Step to reproduce this bug: 1 - I am having a product "USB Adapter" with unit price as 1.95. 2 - Create a POS order from backend with single order line for the product "USB Adapter" with a discount of 10%. 3 - Create another POS order form backend with 4 individual order line of quantity 1 and discount 10% for the product "USB Adapter" The total i am getting is 7.02 for the order with single order line and 7.04 for the order with 4 order lines.
2013-11-01 06:03:28 diannejose tags openerp-7 openerp-7 pos
2013-11-01 06:16:07 Amit Parik openobject-addons: importance Undecided Medium
2013-11-01 06:16:07 Amit Parik openobject-addons: status New Confirmed
2013-11-01 06:16:07 Amit Parik openobject-addons: assignee OpenERP R&D Addons Team 3 (openerp-dev-addons3)
2013-11-01 06:16:35 Amit Parik summary POS backend total amount calculation error Use digits_compute= dp.get_precision('Product Price') on unit price field on pos order line