← Back to team overview

openerp-india team mailing list archive

[Bug 1287243] [NEW] [7.0] Decimal Accuracy in POS

 

Public bug reported:

POS Module ignore the parametred Sale precison when subtotal are
calculated.

Look at these lines in the point_of_sale.py

        'price_unit': fields.float(string='Unit Price', digits=(16, 2)),
        'qty': fields.float('Quantity', digits=(16, 2)),
	'discount': fields.float('Discount (%)', digits=(16, 2)),

The decimal precision is forced.

Thanks in advance.

** Affects: openobject-addons
     Importance: Undecided
         Status: New


** Tags: accuracy decimal pos precison

-- 
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/1287243

Title:
  [7.0] Decimal Accuracy in POS

Status in OpenERP Addons (modules):
  New

Bug description:
  POS Module ignore the parametred Sale precison when subtotal are
  calculated.

  Look at these lines in the point_of_sale.py

          'price_unit': fields.float(string='Unit Price', digits=(16, 2)),
          'qty': fields.float('Quantity', digits=(16, 2)),
  	'discount': fields.float('Discount (%)', digits=(16, 2)),

  The decimal precision is forced.

  Thanks in advance.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1287243/+subscriptions


Follow ups

References