Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029999 | Retail Modules | Report: Cash Flow Forecast | public | 2015-05-25 16:33 | 2015-06-02 11:48 |
|
Reporter | caristu | |
Assigned To | caristu | |
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | vmromanos |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0029999: CashflowForecast uses a deprecated method |
Description | The printJRXML method of the CashflowForecast java class is using a deprecated method: Utility.getTranslatedJasperReport()
The ReportingUtils.getTranslatedJasperReport must be used instead |
Steps To Reproduce | In Description |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0029997 | | closed | caristu | Update usage of ListOfArrayDataSource class due to the Jasper Library upgrade |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-05-25 16:33 | caristu | New Issue | |
2015-05-25 16:33 | caristu | Assigned To | => caristu |
2015-05-25 16:33 | caristu | Triggers an Emergency Pack | => No |
2015-05-25 16:34 | caristu | Relationship added | related to 0029997 |
2015-05-25 16:35 | hgbot | Checkin | |
2015-05-25 16:35 | hgbot | Note Added: 0077717 | |
2015-05-25 16:35 | hgbot | Status | new => resolved |
2015-05-25 16:35 | hgbot | Resolution | open => fixed |
2015-05-25 16:35 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/mods/org.openbravo.financial.cashflowforecast/rev/17d1bef4ed1db192d1782e1c2f3e84f9762d74cc [^] |
2015-05-25 16:35 | caristu | Issue Monitored: marvintm | |
2015-05-25 16:35 | caristu | Review Assigned To | => marvintm |
2015-05-26 10:57 | hgbot | Checkin | |
2015-05-26 10:57 | hgbot | Note Added: 0077747 | |
2015-05-27 12:57 | hgbot | Checkin | |
2015-05-27 12:57 | hgbot | Note Added: 0077804 | |
2015-05-27 13:00 | caristu | Note Added: 0077805 | |
2015-05-27 13:01 | hgbot | Checkin | |
2015-05-27 13:01 | hgbot | Note Added: 0077806 | |
2015-06-02 11:08 | caristu | Review Assigned To | marvintm => vmromanos |
2015-06-02 11:48 | vmromanos | Note Added: 0077975 | |
2015-06-02 11:48 | vmromanos | Status | resolved => closed |
Notes |
|
(0077717)
|
hgbot
|
2015-05-25 16:35
|
|
|
|
(0077747)
|
hgbot
|
2015-05-26 10:57
|
|
Repository: erp/mods/org.openbravo.financial.cashflowforecast
Changeset: f9d39b594f7ba41049f4c1d1b22b988954c50533
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Tue May 26 10:56:42 2015 +0200
URL: http://code.openbravo.com/erp/mods/org.openbravo.financial.cashflowforecast/rev/f9d39b594f7ba41049f4c1d1b22b988954c50533 [^]
Related to issue 29999: put .jrxml files up to date
---
M src/org/openbravo/financial/cashflowforecast/CashflowForecast.jrxml
M src/org/openbravo/financial/cashflowforecast/CashflowForecastExcel.jrxml
M src/org/openbravo/financial/cashflowforecast/CashflowForecastLines.jrxml
M src/org/openbravo/financial/cashflowforecast/CashflowForecastLinesByDate.jrxml
M src/org/openbravo/financial/cashflowforecast/CashflowForecastSummary.jrxml
M src/org/openbravo/financial/cashflowforecast/FinaccDetailByDate.jrxml
M src/org/openbravo/financial/cashflowforecast/FinaccDetailMain.jrxml
---
|
|
|
(0077804)
|
hgbot
|
2015-05-27 12:57
|
|
Repository: erp/mods/org.openbravo.financial.cashflowforecast
Changeset: 903d3aa98434edaa412b21880cc47b9570de0ab7
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Wed May 27 12:53:36 2015 +0200
URL: http://code.openbravo.com/erp/mods/org.openbravo.financial.cashflowforecast/rev/903d3aa98434edaa412b21880cc47b9570de0ab7 [^]
Related to issue 29999: Deprecate method to keep backwards compatibility
Deprecate the printJRXML to keep using Utility instead of the new API in order to keep backwards compatibility with Openbravo 2.50
---
M src/org/openbravo/financial/cashflowforecast/CashflowForecast.java
---
|
|
|
|
|
|
(0077806)
|
hgbot
|
2015-05-27 13:01
|
|
|
|
|
Code review + testing OK
PDF & Excel file properly generated |
|