Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0028947
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Openbravo ERP] 00. Application dictionaryminorhave not tried2015-02-16 10:172016-12-16 18:37
ReportergorkaionView Statuspublic 
Assigned Tononofrancisco 
PrioritynormalResolutionfixedFixed in Version3.0PR17Q1
StatusclosedFix in branchFixed in SCM revision3b1867c37521
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabaseOracleJava version1.5.0_15
OS VersionGentooDatabase version11gAnt version1.7.0
Product VersionSCM revision 
Review Assigned Tocaristu
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0028947: Add HTML output to Process Definition reports

DescriptionWhen 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 [^]
Steps To ReproduceN/A
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to feature request 0033903 newTriage Platform Base [UX] A tab opened from another tab, should be opened just after the opener one 
related to feature request 0026763 closedgorkaion Ability to launch reports from process definitions 
related to defect 0034247 closedcaristu API change required in the model for OBUIAPP_REPORT_TMP_CHK check 
related to feature request 0034355 newTriage Platform Base [UX] Display HTML output of Process Definition Reports in a view with a toolbar 
related to design defect 0034356 acknowledgedTriage Platform Base [UX] Label [done] should not be displayed on Process Definition Report tab once the report is generated 
related to design defect 0034357 newTriage 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 closedcaristu The title of the tab showing the HTML output of a Process Definition report is not translated 
related to defect 0048465 closedcaristu Some process definition reports stop working after upgrading from 18Q3 to 21Q2.3 
blocks feature request 00350893.0PR17Q2 closednonofrancisco Integrate module Aging Balance Report into Openbravo 3 distribution 
blocks feature request 0035130 closedrqueralta Integrate module Cashflow Forecast into Openbravo 3 distribution 

-  Notes
(0090705)
hgbot (developer)
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 (developer)
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 (developer)
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 (developer)
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 (developer)
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 (developer)
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 (developer)
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 (developer)
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

- Issue History
Date Modified Username Field Change
2015-02-16 10:17 gorkaion New Issue
2015-02-16 10:17 gorkaion Assigned To => AugustoMauch
2015-02-16 10:17 gorkaion Modules => Core
2015-02-16 10:17 gorkaion Triggers an Emergency Pack => No
2015-03-03 09:29 alostale Relationship added related to 0026763
2016-10-19 21:07 hgbot Checkin
2016-10-19 21:07 hgbot Note Added: 0090705
2016-10-19 21:07 hgbot Status new => resolved
2016-10-19 21:07 hgbot Resolution open => fixed
2016-10-19 21:07 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/3b1867c375214fa7ed29b8979b3fb32794571e7b [^]
2016-10-20 08:33 hgbot Checkin
2016-10-20 08:33 hgbot Note Added: 0090706
2016-10-20 09:41 caristu Relationship added related to 0034247
2016-10-20 09:42 caristu Assigned To AugustoMauch => nonofrancisco
2016-10-20 09:49 caristu Review Assigned To => caristu
2016-10-21 09:18 hgbot Checkin
2016-10-21 09:18 hgbot Note Added: 0090743
2016-10-21 09:23 caristu Description Updated View Revisions
2016-10-21 09:25 caristu Note Added: 0090745
2016-10-21 09:50 caristu Note Added: 0090746
2016-10-21 09:50 caristu Status resolved => closed
2016-10-21 09:50 caristu Fixed in Version => 3.0PR17Q1
2016-10-31 19:20 caristu Relationship added related to 0033903
2016-10-31 19:24 caristu Relationship added related to 0034355
2016-10-31 19:31 caristu Relationship added related to 0034356
2016-10-31 19:41 caristu Relationship added related to 0034357
2016-12-16 18:37 hudsonbot Checkin
2016-12-16 18:37 hudsonbot Note Added: 0092535
2016-12-16 18:37 hudsonbot Checkin
2016-12-16 18:37 hudsonbot Note Added: 0092536
2016-12-16 18:37 hudsonbot Checkin
2016-12-16 18:37 hudsonbot Note Added: 0092540
2017-01-30 17:49 vmromanos Relationship added blocks 0035089
2017-02-01 14:53 vmromanos Relationship added blocks 0035130
2017-11-09 12:55 caristu Relationship added related to 0037269
2022-02-01 11:08 caristu Relationship added related to 0048465


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker