Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0034792 | Openbravo ERP | 09. Financial management | public | 2016-12-20 18:41 | 2017-09-28 15:35 |
|
Reporter | egoitz | |
Assigned To | collazoandy4 | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR17Q4 | |
Merge Request Status | |
Review Assigned To | aferraz |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 44727 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0034792: Error when accessing to the general ledger report |
Description | An error is printed on the openbravo log at tomcat when accessing to the general ledger report. |
Steps To Reproduce | -Access to the report.
*The following error is shown:
2016-12-20 18:36:03,209 [ajp-bio-127.0.0.1-8009-exec-242] ERROR org.openbravo.xmlEngine.ErrorManagement - Data not defined for structure
2016-12-20 18:36:03,210 [ajp-bio-127.0.0.1-8009-exec-242] ERROR org.openbravo.xmlEngine.ErrorManagement - in designorg/openbravo/erpCommon/ad_reports/ReportGeneralLedger?sectionAmount?sectionPartner.structure2 |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-12-20 18:41 | egoitz | New Issue | |
2016-12-20 18:41 | egoitz | Assigned To | => Triage Finance |
2016-12-20 18:41 | egoitz | OBNetwork customer | => Yes |
2016-12-20 18:41 | egoitz | Modules | => Core |
2016-12-20 18:41 | egoitz | Support ticket | => 44727 |
2016-12-20 18:41 | egoitz | Triggers an Emergency Pack | => No |
2016-12-27 18:57 | markmm82 | Assigned To | Triage Finance => collazoandy4 |
2017-01-03 16:36 | collazoandy4 | Status | new => scheduled |
2017-01-03 16:36 | collazoandy4 | Note Added: 0093142 | |
2017-01-04 11:46 | psanjuan | Note Added: 0093163 | |
2017-01-04 11:48 | psanjuan | Note Added: 0093164 | |
2017-09-27 14:59 | hgbot | Checkin | |
2017-09-27 14:59 | hgbot | Note Added: 0099631 | |
2017-09-27 15:00 | aferraz | Note Added: 0099632 | |
2017-09-27 15:00 | aferraz | Status | scheduled => resolved |
2017-09-27 15:00 | aferraz | Fixed in Version | => 3.0PR17Q4 |
2017-09-27 15:00 | aferraz | Fixed in SCM revision | => https://code.openbravo.com/erp/devel/pi/rev/76953299f25ef060894dd61b532d2200401f45c0 [^] |
2017-09-27 15:00 | aferraz | Resolution | open => fixed |
2017-09-27 15:00 | aferraz | Review Assigned To | => aferraz |
2017-09-27 15:00 | aferraz | Status | resolved => closed |
2017-09-28 15:35 | hudsonbot | Checkin | |
2017-09-28 15:35 | hudsonbot | Note Added: 0099658 | |
Notes |
|
(0093142)
|
collazoandy4
|
2017-01-03 16:36
|
|
As Group Admin Role
Open the General Ledger Report
Check that openbravo log in tomcat doesn't show the following error
ERROR org.openbravo.xmlEngine.ErrorManagement - Data not defined for structure
ERROR org.openbravo.xmlEngine.ErrorManagement - in designorg/openbravo/erpCommon/ad_reports/ReportGeneralLedger?sectionAmount?sectionPartner.structure2 |
|
|
|
|
|
|
Test plan above verified. Issue can be code reviewed and closed. |
|
|
(0099631)
|
hgbot
|
2017-09-27 14:59
|
|
Repository: erp/devel/pi
Changeset: 76953299f25ef060894dd61b532d2200401f45c0
Author: Armaignac <collazoandy4 <at> gmail.com>
Date: Mon Jan 02 23:15:01 2017 -0800
URL: http://code.openbravo.com/erp/devel/pi/rev/76953299f25ef060894dd61b532d2200401f45c0 [^]
Fixes for issue 34792: Error printed in openbravo log when accessing to GLR
While accessing a General Ledger Report without selecting a group by criteria
an error was printed in the openbravo log at tomcat because the xml template
does not properly discard the sections according to the user shown structure
---
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.java
---
|
|
|
|
|
|
|
|