Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0039869 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Openbravo ERP] 09. Financial management | major | always | 2018-12-27 16:30 | 2019-01-03 09:12 | |||
Reporter | Leyre | View Status | public | |||||
Assigned To | AugustoMauch | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | 3.0PR19Q1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | b66b4b64a2e5 | ||||
Projection | none | ETA | none | Target Version | 3.0PR19Q1 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | Sandrahuguet | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | Production - Confirmed Stable | |||||||
Regression date | 2018-05-18 | |||||||
Regression introduced in release | 3.0PR18Q3 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/3404760330bcfea180a7869095eefbabf5e760e0 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0039869: Reconciliation reports not generated | |||||||
Description | When the printing of the reconciliation reports is launched, the popup remains frozen and no report is generated. | |||||||
Steps To Reproduce | 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. | |||||||
Proposed Solution | 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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0108792) hgbot (developer) 2019-01-02 19:00 |
Repository: erp/backports/3.0PR19Q1 Changeset: b66b4b64a2e5be400ad085cc49af7199668926f9 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.0PR19Q1/rev/b66b4b64a2e5be400ad085cc49af7199668926f9 [^] Fixes issue 39869: 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 --- |
(0108803) hgbot (developer) 2019-01-03 09:09 |
Repository: erp/backports/3.0PR19Q1 Changeset: 40ebfe718e9f4bd5b8d480452bf3edad8c132aa5 Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Thu Jan 03 09:05:35 2019 +0100 URL: http://code.openbravo.com/erp/backports/3.0PR19Q1/rev/40ebfe718e9f4bd5b8d480452bf3edad8c132aa5 [^] related to issue 39869 update copyright year --- M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_reports/ReportReconciliation.java --- |
(0108806) Sandrahuguet (developer) 2019-01-03 09:12 |
Code review + testing OK |
Issue History | |||
Date Modified | Username | Field | Change |
2019-01-02 18:39 | AugustoMauch | Type | defect => backport |
2019-01-02 18:39 | AugustoMauch | Target Version | => 3.0PR19Q1 |
2019-01-02 18:59 | AugustoMauch | Review Assigned To | => Sandrahuguet |
2019-01-02 19:00 | hgbot | Checkin | |
2019-01-02 19:00 | hgbot | Note Added: 0108792 | |
2019-01-02 19:00 | hgbot | Status | scheduled => resolved |
2019-01-02 19:00 | hgbot | Resolution | open => fixed |
2019-01-02 19:00 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/4f9bcd0a6fff981c60cfff6196949beba5800b0d [^] => http://code.openbravo.com/erp/backports/3.0PR19Q1/rev/b66b4b64a2e5be400ad085cc49af7199668926f9 [^] |
2019-01-03 09:09 | hgbot | Checkin | |
2019-01-03 09:09 | hgbot | Note Added: 0108803 | |
2019-01-03 09:12 | Sandrahuguet | Note Added: 0108806 | |
2019-01-03 09:12 | Sandrahuguet | Status | resolved => closed |
2019-01-03 09:12 | Sandrahuguet | Fixed in Version | => 3.0PR19Q1 |
Copyright © 2000 - 2009 MantisBT Group |