Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0028947Openbravo ERP00. Application dictionarypublic2015-02-16 10:172016-12-16 18:37
gorkaion 
nonofrancisco 
normalminorhave not tried
closedfixed 
20Gentoo
 
3.0PR17Q1 
caristu
Core
No
0028947: Add HTML output to Process Definition reports
When creating a report using Process Definition only PDF and XLS outputs are available. It should be possible to add the HTML output to the list.

This HTML could be managed using a regular jrxml template or by opening a new tab with a grid.


Project Link: http://wiki.openbravo.com/wiki/Projects:Add_HTML_Export_In_ProcessDefinition_Reports [^]
N/A
No tags attached.
related to feature request 0033903 new Triage Platform Base [UX] A tab opened from another tab, should be opened just after the opener one 
related to feature request 0026763 closed gorkaion Ability to launch reports from process definitions 
related to defect 0034247 closed caristu API change required in the model for OBUIAPP_REPORT_TMP_CHK check 
related to feature request 0034355 new Triage Platform Base [UX] Display HTML output of Process Definition Reports in a view with a toolbar 
related to design defect 0034356 acknowledged Triage Platform Base [UX] Label [done] should not be displayed on Process Definition Report tab once the report is generated 
related to design defect 0034357 new Triage Platform Base Find a solution to register maximized widgets and HTML output results of process definition reports in the URL history 
related to defect 0037269 closed caristu The title of the tab showing the HTML output of a Process Definition report is not translated 
related to defect 0048465 closed caristu Some process definition reports stop working after upgrading from 18Q3 to 21Q2.3 
blocks feature request 00350893.0PR17Q2 closed nonofrancisco Integrate module Aging Balance Report into Openbravo 3 distribution 
blocks feature request 0035130 closed rqueralta Integrate module Cashflow Forecast into Openbravo 3 distribution 
Issue History
2015-02-16 10:17gorkaionNew Issue
2015-02-16 10:17gorkaionAssigned To => AugustoMauch
2015-02-16 10:17gorkaionModules => Core
2015-02-16 10:17gorkaionTriggers an Emergency Pack => No
2015-03-03 09:29alostaleRelationship addedrelated to 0026763
2016-10-19 21:07hgbotCheckin
2016-10-19 21:07hgbotNote Added: 0090705
2016-10-19 21:07hgbotStatusnew => resolved
2016-10-19 21:07hgbotResolutionopen => fixed
2016-10-19 21:07hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/3b1867c375214fa7ed29b8979b3fb32794571e7b [^]
2016-10-20 08:33hgbotCheckin
2016-10-20 08:33hgbotNote Added: 0090706
2016-10-20 09:41caristuRelationship addedrelated to 0034247
2016-10-20 09:42caristuAssigned ToAugustoMauch => nonofrancisco
2016-10-20 09:49caristuReview Assigned To => caristu
2016-10-21 09:18hgbotCheckin
2016-10-21 09:18hgbotNote Added: 0090743
2016-10-21 09:23caristuDescription Updatedbug_revision_view_page.php?rev_id=13440#r13440
2016-10-21 09:25caristuNote Added: 0090745
2016-10-21 09:50caristuNote Added: 0090746
2016-10-21 09:50caristuStatusresolved => closed
2016-10-21 09:50caristuFixed in Version => 3.0PR17Q1
2016-10-31 19:20caristuRelationship addedrelated to 0033903
2016-10-31 19:24caristuRelationship addedrelated to 0034355
2016-10-31 19:31caristuRelationship addedrelated to 0034356
2016-10-31 19:41caristuRelationship addedrelated to 0034357
2016-12-16 18:37hudsonbotCheckin
2016-12-16 18:37hudsonbotNote Added: 0092535
2016-12-16 18:37hudsonbotCheckin
2016-12-16 18:37hudsonbotNote Added: 0092536
2016-12-16 18:37hudsonbotCheckin
2016-12-16 18:37hudsonbotNote Added: 0092540
2017-01-30 17:49vmromanosRelationship addedblocks 0035089
2017-02-01 14:53vmromanosRelationship addedblocks 0035130
2017-11-09 12:55caristuRelationship addedrelated to 0037269
2022-02-01 11:08caristuRelationship addedrelated to 0048465

Notes
(0090705)
hgbot   
2016-10-19 21:07   
Repository: erp/devel/pi
Changeset: 3b1867c375214fa7ed29b8979b3fb32794571e7b
Author: Nono Carballo <nonofce <at> gmail.com>
Date: Wed Oct 19 11:56:35 2016 -0400
URL: http://code.openbravo.com/erp/devel/pi/rev/3b1867c375214fa7ed29b8979b3fb32794571e7b [^]

Fixes issue 28947: Add HTML output to Process Definition Reports

A new functionality was added to allow HTML output to Process Definition Reports.
- A new column/field was added to hold HTML Template
- BaseReportActionHandler was reviewed and adapted to allow the new functionality
- Code dealing with generation of Process Definition Report window was adapted to
  allow the new functionality

---
M modules/org.openbravo.client.application/src-db/database/model/tables/OBUIAPP_REPORT.xml
M modules/org.openbravo.client.application/src-db/database/model/triggers/OBUIAPP_REPORT_MOD_TRG.xml
M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_COLUMN.xml
M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_ELEMENT.xml
M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_FIELD.xml
M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MESSAGE.xml
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/templates/ob-pick-and-execute-view-window.js.ftl
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/ParameterWindowComponent.java
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-base-parameter-window-view.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-history-manager.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities-action-def.js
---
(0090706)
hgbot   
2016-10-20 08:33   
Repository: erp/devel/pi
Changeset: 94456afa04a75925c31eb75ceaed73dd1f11d189
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Thu Oct 20 08:32:52 2016 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/94456afa04a75925c31eb75ceaed73dd1f11d189 [^]

Related to issue 28947: Add HTML output to Process Definition Reports

- JSBeautifier

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities-action-def.js
---
(0090743)
hgbot   
2016-10-21 09:18   
Repository: erp/devel/pi
Changeset: 09a4fe4462bee17c6d2388cf94f1b448ca3b1f2c
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Fri Oct 21 09:16:50 2016 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/09a4fe4462bee17c6d2388cf94f1b448ca3b1f2c [^]

related to issue 28947: Code review improvements
- Improved javadoc of some methods in BaseReportActionHandler
- Fixed some typos

---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/report/BaseReportActionHandler.java
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities-action-def.js
---
(0090745)
caristu   
2016-10-21 09:25   
Updated wiki page: http://wiki.openbravo.com/wiki/How_to_create_a_Report_using_Process_Definition#Report_Definition [^]
(0090746)
caristu   
2016-10-21 09:50   
Code reviewed and tested as part of the project: http://wiki.openbravo.com/wiki/Projects:Add_HTML_Export_In_ProcessDefinition_Reports [^]
(0092535)
hudsonbot   
2016-12-16 18:37   
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/dc8bf00badd0 [^]
Maturity status: Test
(0092536)
hudsonbot   
2016-12-16 18:37   
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/dc8bf00badd0 [^]
Maturity status: Test
(0092540)
hudsonbot   
2016-12-16 18:37   
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/dc8bf00badd0 [^]
Maturity status: Test