← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 372415] Re: purchase, sale and many others - compute tax must NOT jump in first line

 

Very good idea, we used it for the Payment and Sales Receipt in account voucher.
This will be planned for future version, I close as it is not a bug.

** Changed in: openobject-addons
       Status: New => Won't Fix

-- 
purchase, sale and many others - compute tax must NOT jump in first line
https://bugs.launchpad.net/bugs/372415
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Addons Modules: Won't Fix

Bug description:
branch-server 1766
branch-addons 2298

all "compute tax" functions in SO, PO and Invoice lines make a refresh of the one2many widget and position the cursor/focus in the first line - 

IMHO the cursor/focus  must remain in the current line - something I created a blueprint already.

this way it is not "economically" possible to check if the line sub totals are correct - the user has to reposition the focus manually to the line which was current before "compute"

Suggestion: replace "Compute" with a bit more "modern" approach using onchange trigger on qty,price and tax to recalculate the form 
the users should see after each data entry a consistent form 
qty*price=subtotal and 
Sum(subtotal)+VAT=Total