Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0008466Openbravo ERP09. Financial managementpublic2009-04-06 16:582009-04-26 00:00
networkb 
vmromanos 
immediateminoralways
closedfixed 
5
2.40 
2.50MP1 
Core
No
0008466: Autocalculated checkbox in Create lines from in Settlement does not work properly
When "Create lines from" process is used in Settlement window, there is one option called "autocalculated".

If this option is used, "Canceled" value in the grid should be the same as "Amount", insted of 0.00
Create a new settlement.
Press "create lines from" buttom.
Check "autocalculated" and find debt/payment.
Cancelled amount is always 0.00, instead of the same quantity as "Amount"
In CreateFrom_Settlement.html:

<input type="checkbox" name="inpAutoClaculated" value=""
id="paramAutoCalculated"></input>

should be

<input type="checkbox" name="inpAutoClaculated" value="Y"
id="paramAutoCalculated"></input>
main
depends on backport 0008560 closed vmromanos Autocalculated checkbox in Create lines from in Settlement does not work properly 
depends on backport 0008561 closed vmromanos Autocalculated checkbox in Create lines from in Settlement does not work properly 
Issue History
2009-04-06 16:58networkbNew Issue
2009-04-06 16:58networkbAssigned To => rafaroda
2009-04-06 16:58networkbRegression testing => No
2009-04-07 12:40rafarodaAssigned Torafaroda => vmromanos
2009-04-14 11:21vmromanosStatusnew => scheduled
2009-04-14 11:21vmromanosfix_in_branch => pi
2009-04-14 12:11hgbotCheckin
2009-04-14 12:11hgbotNote Added: 0015355
2009-04-14 12:11hgbotStatusscheduled => resolved
2009-04-14 12:11hgbotResolutionopen => fixed
2009-04-14 12:11hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/3c8e8c5374b90bfbc1a36b9c4e496e6c964ec26c [^]
2009-04-22 11:23psarobeTag Attached: main
2009-04-25 13:08psarobeStatusresolved => closed
2009-04-26 00:00anonymoussf_bug_id0 => 2781343

Notes
(0015355)
hgbot   
2009-04-14 12:11   
Repository: erp/devel/pi
Changeset: 3c8e8c5374b90bfbc1a36b9c4e496e6c964ec26c
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Tue Apr 14 12:10:21 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/3c8e8c5374b90bfbc1a36b9c4e496e6c964ec26c [^]

Fixed bug 8466: Autocalculated checkbox in Create lines from in Settlement does not work properly

---
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Settlement.html
---