← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 762960] Re: sale price decimal accuracy

 

Hello Phong Nguyen-Thanh ,

Thanks for reporting !

It has been improved at lp:~openerp-dev/openobject-addons/trunk-
bug-762960-nch and will be merged soon to the trunk addons .


Thanks !

** Changed in: openobject-addons
   Importance: Low => Medium

** Changed in: openobject-addons
       Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/762960

Title:
  sale price decimal accuracy

Status in OpenERP Modules (addons):
  Fix Committed

Bug description:
  I setup to make the price/tax calculation to round to unit value but
  it doesn't seem to work (6.0.2 stable release)

  1. Setup Decimal accuracy for Sale/Purchase prices with 0 digit,i.e. round to nearest  unit.
  2. Setup pricelist to make sale price multiple of 100 (de factor practice for retailer in my country)
  3. Create a sale order: price = 3400d/unit x 20 unit (5% tax is included in the price) = 68000d
  4. Compute taxes: total tax shown as 3238.10, non-tax value = 64761.90 while the correct values should be 3238 and 64762 respectively.


References