Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0039870Openbravo ERP09. Financial managementpublic2018-12-27 16:302019-01-03 09:11
Leyre 
AugustoMauch 
urgentmajoralways
closedfixed 
5
 
3.0PR18Q4.23.0PR18Q4.2 
Sandrahuguet
Core
Production - Confirmed Stable
2018-05-18
3.0PR18Q3
https://code.openbravo.com/erp/devel/pi/rev/3404760330bcfea180a7869095eefbabf5e760e0 [^]
No
0039870: Reconciliation reports not generated
When the printing of the reconciliation reports is launched, the popup remains frozen and no report is generated.
Backend:
1. Open "Financial Account" window.
2. Select the "Reconciliations" tab of an account with information in this tab.
3. Select any Reconciliation
4. Press Reconciliation Details or Reconciliation Summary buttons

Verify that the pop-up remains frozen and no report is generated.
The log shows a non-existent jrxml error.
It seems that in version 18Q3 a new class "ReportCompiler.java" was inserted that modified the previous way to compile / execute jasper subreports.
This class extracts the name of the subreports using the name of the parameter. In "ReportReconciliation.java", the name given to the parameter related to the Payments subreport is "SUBREP_PAYMENT".
According to this logic, when compiling the subreport, the jrxml "PAYMENT.jrxml" is searched, when in fact it is called "OutstandingPayment.jrxml".

It works incorrectly from version 18Q3
No tags attached.
blocks defect 0039859 closed AugustoMauch Reconciliation reports not generated 
Issue History
2019-01-02 18:39AugustoMauchTypedefect => backport
2019-01-02 18:39AugustoMauchTarget Version => 3.0PR18Q4.2
2019-01-02 18:57hgbotCheckin
2019-01-02 18:57hgbotNote Added: 0108791
2019-01-02 18:57hgbotStatusscheduled => resolved
2019-01-02 18:57hgbotResolutionopen => fixed
2019-01-02 18:57hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/4f9bcd0a6fff981c60cfff6196949beba5800b0d [^] => http://code.openbravo.com/erp/backports/3.0PR18Q4.2/rev/cd36d91f1e2801a04af79139aa924a3c62da37f6 [^]
2019-01-02 18:57AugustoMauchReview Assigned To => Sandrahuguet
2019-01-02 18:57AugustoMauchStatusresolved => scheduled
2019-01-02 18:57AugustoMauchResolutionfixed => open
2019-01-02 18:57AugustoMauchFixed in SCM revisionhttp://code.openbravo.com/erp/backports/3.0PR18Q4.2/rev/cd36d91f1e2801a04af79139aa924a3c62da37f6 [^] => http://code.openbravo.com/erp/devel/pi/rev/4f9bcd0a6fff981c60cfff6196949beba5800b0d [^]
2019-01-02 18:59AugustoMauchStatusscheduled => resolved
2019-01-02 18:59AugustoMauchResolutionopen => fixed
2019-01-03 09:09hgbotCheckin
2019-01-03 09:09hgbotNote Added: 0108802
2019-01-03 09:11SandrahuguetNote Added: 0108805
2019-01-03 09:11SandrahuguetStatusresolved => closed
2019-01-03 09:11SandrahuguetFixed in Version => 3.0PR18Q4.2

Notes
(0108791)
hgbot   
2019-01-02 18:57   
Repository: erp/backports/3.0PR18Q4.2
Changeset: cd36d91f1e2801a04af79139aa924a3c62da37f6
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Dec 31 15:58:22 2018 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR18Q4.2/rev/cd36d91f1e2801a04af79139aa924a3c62da37f6 [^]

Fixes issue 39870: Replaces SUBREP_ prefix in report

The SUBREP_ prefix can only be used in a report parameter if there exists a jrxml file wich the same
name as the parameter suffix. Otherwise the report is not generated.

---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_reports/ReportReconciliation.java
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_reports/ReportReconciliation.jrxml
---
(0108802)
hgbot   
2019-01-03 09:09   
Repository: erp/backports/3.0PR18Q4.2
Changeset: 53bce1953bf57696fb6cc4f002f3e0dc58c581b1
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Thu Jan 03 09:02:38 2019 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR18Q4.2/rev/53bce1953bf57696fb6cc4f002f3e0dc58c581b1 [^]

related to issue 39870 update copyright year

---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_reports/ReportReconciliation.java
---
(0108805)
Sandrahuguet   
2019-01-03 09:11   
Code review + testing OK