Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0011694Openbravo ERPB. User interfacepublic2009-12-09 09:562009-12-16 00:00
anandan 
rafaroda 
normalminoralways
closedfixed 
20Ubuntu 9.10
pi 
2.50MP10 
Core
No
0011694: Filter Window "From" field Calculator button is not working properly
In a filter window, if the field type is Amount and it appears as
"From" and "To" field to specify the filter amount between From amount and To amount. The "From" field calculator button it is not working while clicking on it, i.e. not pop-up of the Calculator Window.

For example, take it as "Line No From and To" field in the Filter Window of Lines under G/L Journal || Batch >> Header. (Full Path: Financial Management || Accounting || Transactions || G/L Journal || Batch >> Header >> Lines)

But at the same time, the "To" Field calculator button is working.

This happens in almost all the places. One more example, take it as "Total Debit Amount From and To" field in the G/L Journal (after implementing the fix of 11510). In that the Calculator button of "From" Field is not working.
Stepts to Reproduce:

1. Login as System Administrator
2. Change the Login Role as "Openbravo Admin"
3. Click on Financial Management Menu and navigate to Accounting
4. Expand the Folder "Transactions"
5. Click on G/L Journal Menu
6. Navigate to Header Tab from Batch tab.
7. Then Click on Lines Tab.
8. Finally Click on Filter / Search button. You will get the Filter pop up Window

Now You can see the Line No. From and To field in that window.
Click on From field calculator button.
When I check the code for the left side ("From" Field) calculator button, the JavaScript "onclick" event were missing for this.

Please add the event and call the appropriate method (i.e. calculator() javascript method) to invoke the pop-up calculator window.

Pass the required parameter for the method.
No tags attached.
Issue History
2009-12-09 09:56anandanNew Issue
2009-12-09 09:56anandanAssigned To => rafaroda
2009-12-09 12:11anandanSummaryCalculator button is not working properly => Filter Window "From" field Calculator button is not working properly
2009-12-10 10:03anandanSteps to Reproduce Updated
2009-12-11 10:24hgbotCheckin
2009-12-11 10:24hgbotNote Added: 0022692
2009-12-11 10:24hgbotStatusnew => resolved
2009-12-11 10:24hgbotResolutionopen => fixed
2009-12-11 10:24hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/c29ed01fa1a3ec3428ef6320b2e5cbb97892f1ee [^]
2009-12-14 13:23sureshbabuNote Added: 0022753
2009-12-14 13:23sureshbabuStatusresolved => closed
2009-12-14 13:23sureshbabuFixed in Version => 2.50MP10
2009-12-14 13:56hgbotCheckin
2009-12-14 13:56hgbotNote Added: 0022755
2009-12-14 13:56hgbotStatusclosed => resolved
2009-12-14 13:56hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/c29ed01fa1a3ec3428ef6320b2e5cbb97892f1ee [^] => http://code.openbravo.com/erp/devel/pi/rev/13f9abb445144e92a566c0a782ee8da89b0ec788 [^]
2009-12-15 04:56hudsonbotCheckin
2009-12-15 04:56hudsonbotNote Added: 0022787
2009-12-15 08:58hudsonbotCheckin
2009-12-15 08:58hudsonbotNote Added: 0022802
2009-12-15 11:45arunkumarNote Added: 0022821
2009-12-15 11:45arunkumarStatusresolved => closed
2009-12-16 00:00anonymoussf_bug_id0 => 2915149

Notes
(0022692)
hgbot   
2009-12-11 10:24   
Repository: erp/devel/pi
Changeset: c29ed01fa1a3ec3428ef6320b2e5cbb97892f1ee
Author: Anandan Narasimachari Monnin <anandan.monnin <at> openbravo.com>
Date: Fri Dec 11 14:52:37 2009 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/c29ed01fa1a3ec3428ef6320b2e5cbb97892f1ee [^]

Fixes bug 0011694 Filter Window \"From\" field Calculator button is not working properly \"

---
M src/org/openbravo/erpCommon/businessUtility/Buscador.java
---
(0022753)
sureshbabu   
2009-12-14 13:23   
Tested, working fine (when we click calculator icon in From field, calculator getting popped up and user able to enter amount using the calculator)
(0022755)
hgbot   
2009-12-14 13:56   
Repository: erp/devel/pi
Changeset: 13f9abb445144e92a566c0a782ee8da89b0ec788
Author: Anandan Narasimachari Monnin <anandan.monnin <at> openbravo.com>
Date: Mon Dec 14 14:24:15 2009 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/13f9abb445144e92a566c0a782ee8da89b0ec788 [^]

Fixes bug 11694 Filter Window \"From\" field Calculator button is not working properly

---
M src/org/openbravo/erpCommon/businessUtility/Buscador.java
---
(0022787)
hudsonbot   
2009-12-15 04:56   
---
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/e7ad8a48210d [^]
Tests: http://builds.openbravo.com/view/devel-int/ [^]
OBX: http://builds.openbravo.com/erp/obx/core/OpenbravoERP-2.50CI.15705.obx [^]
---
(0022802)
hudsonbot   
2009-12-15 08:58   
---
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/d8660a4ab9a7 [^]
Tests: http://builds.openbravo.com/view/devel-int/ [^]
OBX: http://builds.openbravo.com/erp/obx/core/OpenbravoERP-2.50CI.15731.obx [^]
---
(0022821)
arunkumar   
2009-12-15 11:45   
Tested & Working fine