← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 715269] [NEW] Residual Amount Still Wrong

 

Public bug reported:

Platform Open ERP 6.01 Addon Release 4394. - UK Minimal Accounts
Bug Description: Residual Amount Still Incorrect.
Previous Result: Not adding Up (Just displayed last line entry)
Previous fix: Add  + so its now += ( Result[invoice.id]+= m.amount_residual_currency.) inside invoice.py
New Result: Tax Added On Twice.

Example -> Fresh Database with demo data.
New Invoice for a 3xPC1 and OVAT R. Upon validation result is:
Untaxed: 1350.00
Tax 67.50
Total 1417.50
Residual 1485.00.

Residual is 1417.50 + 67.50 (AKA tax added on twice). Residual should
just be 1417.50.

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

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

Title:
  Residual Amount Still Wrong

Status in OpenERP Modules (addons):
  New

Bug description:
  Platform Open ERP 6.01 Addon Release 4394. - UK Minimal Accounts
  Bug Description: Residual Amount Still Incorrect.
  Previous Result: Not adding Up (Just displayed last line entry)
  Previous fix: Add  + so its now += ( Result[invoice.id]+= m.amount_residual_currency.) inside invoice.py
  New Result: Tax Added On Twice.

  Example -> Fresh Database with demo data.
  New Invoice for a 3xPC1 and OVAT R. Upon validation result is:
  Untaxed: 1350.00
  Tax 67.50
  Total 1417.50
  Residual 1485.00.

  Residual is 1417.50 + 67.50 (AKA tax added on twice). Residual should
  just be 1417.50.





Follow ups

References