Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0011017Openbravo ERP09. Financial managementpublic2009-10-16 13:342009-10-29 12:52
networkb 
dalsasua 
immediatemajoralways
closedfixed 
5
2.40MP9 
2.40MP112.40MP11 
Core
No
0011017: The values of the filter on the General Accounting Report are not properly used
The values of the filter on the General Accounting Report are not properly used.
In the org.openbravo.erpCommon.ad_reports.GeneralAccountingReports
the value for strDateToRef variable is taked from the field inpAsDateToRef
ant it should be taken from the field inpDateToRef
Replace the following line

String strDateToRef = vars.getRequestGlobalVariable("inpAsDateToRef", "GeneralAccountingReports|dateToRef");

for this other

String strDateToRef = vars.getRequestGlobalVariable("inpDateToRef", "GeneralAccountingReports|dateToRef");

main
blocks defect 00110132.40MP11 closed dalsasua The values of the filter on the General Accounting Report are not properly used 
Issue History
2009-10-16 13:55psarobeTypedefect => backport
2009-10-16 13:55psarobefix_in_branch => 2.40
2009-10-19 08:30rafarodaAssigned Torafaroda => dalsasua
2009-10-19 12:37dalsasuaStatusscheduled => resolved
2009-10-19 12:37dalsasuaFixed in Version => 2.40
2009-10-19 12:37dalsasuaFixed in SCM revision => 0db06307da42c6df79eb1558414233545078e1ef
2009-10-19 12:37dalsasuaResolutionopen => fixed
2009-10-19 12:37dalsasuaNote Added: 0021171
2009-10-22 19:26psarobeTag Attached: main
2009-10-29 12:52arunkumarStatusresolved => closed
2009-10-29 12:52arunkumarNote Added: 0021468
2009-10-29 12:52arunkumarFixed in Version2.40 => 2.40MP11

Notes
(0021171)
dalsasua   
2009-10-19 12:37   
Repository: erp/stable/2.40
Changeset: 0db06307da42c6df79eb1558414233545078e1ef
Author: David Alsasua <david.alsasua <at> openbravo.com>
Date: Mon Oct 19 10:04:52 2009 +0200
URL: http://code.openbravo.com/erp/stable/2.40/rev/0db06307da42c6df79eb1558414233545078e1ef [^] [^]

Fixes issue 10945. Fixes issue 11013.
The values of the filter on the General Accounting Report are not properly used

---
M src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.java
---
(0021468)
arunkumar   
2009-10-29 12:52   
Tested & Working fine.