Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0034796Openbravo ERPA. Platformpublic2016-12-21 10:142016-12-23 11:31
caristu 
caristu 
normalminorN/A
closedfixed 
5
 
3.0PR17Q1 
alostale
Core
No
0034796: Not possible to compile subreports automatically in process definition reports
The reporting infrastructure has a feature that allows to compile the subreports at runtime. Currently, is not possible to take advantage of this feature in process definition reports (BaseProcessActionHandler).
In description
No tags attached.
related to feature request 0026763 closed gorkaion Ability to launch reports from process definitions 
related to feature request 0038518 closed caristu Ability of compiling subreports with HttpSecureAppServlet.renderJR 
Issue History
2016-12-21 10:14caristuNew Issue
2016-12-21 10:14caristuAssigned To => caristu
2016-12-21 10:14caristuModules => Core
2016-12-21 10:14caristuTriggers an Emergency Pack => No
2016-12-21 10:14caristuRelationship addedrelated to 0026763
2016-12-21 11:58hgbotCheckin
2016-12-21 11:58hgbotNote Added: 0092901
2016-12-21 11:58hgbotStatusnew => resolved
2016-12-21 11:58hgbotResolutionopen => fixed
2016-12-21 11:58hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/112334d02c09bf94f051fc997133154aa85cbab5 [^]
2016-12-21 11:58caristuReview Assigned To => alostale
2016-12-21 20:51hudsonbotCheckin
2016-12-21 20:51hudsonbotNote Added: 0092925
2016-12-23 08:53alostaleNote Added: 0092960
2016-12-23 08:53alostaleStatusresolved => closed
2016-12-23 08:53alostaleFixed in Version => 3.0PR17Q1
2016-12-23 11:31caristuNote Added: 0092966
2018-05-10 17:49vmromanosRelationship addedrelated to 0038518

Notes
(0092901)
hgbot   
2016-12-21 11:58   
Repository: erp/devel/pi
Changeset: 112334d02c09bf94f051fc997133154aa85cbab5
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Wed Dec 21 11:32:24 2016 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/112334d02c09bf94f051fc997133154aa85cbab5 [^]

fixes issue 34796: Ability to compile subreports in process definition reports

A new method isCompilingSubreports() has been added. This method can be overriden by those handlers extending BaseReportActionHandler that need to compile sub-reports at runtime. In that case this method must return true.

---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/report/BaseReportActionHandler.java
M modules/org.openbravo.client.application/src/org/openbravo/client/application/report/ReportingUtils.java
---
(0092925)
hudsonbot   
2016-12-21 20:51   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/abc21394bfb8 [^]
Maturity status: Test
(0092960)
alostale   
2016-12-23 08:53   
code reviewed
(0092966)
caristu   
2016-12-23 11:31   
Updated wiki: http://wiki.openbravo.com/wiki/How_to_create_a_Report_using_Process_Definition#Sub-Report_Runtime_Compilation [^]