Openbravo Issue Tracking System - Retail Modules
View Issue Details
0029999Retail ModulesReport: Cash Flow Forecastpublic2015-05-25 16:332015-06-02 11:48
caristu 
caristu 
urgentminoralways
closedfixed 
5
 
 
vmromanos
No
0029999: CashflowForecast uses a deprecated method
The printJRXML method of the CashflowForecast java class is using a deprecated method: Utility.getTranslatedJasperReport()

The ReportingUtils.getTranslatedJasperReport must be used instead
In Description
No tags attached.
related to defect 0029997 closed caristu Update usage of ListOfArrayDataSource class due to the Jasper Library upgrade 
Issue History
2015-05-25 16:33caristuNew Issue
2015-05-25 16:33caristuAssigned To => caristu
2015-05-25 16:33caristuTriggers an Emergency Pack => No
2015-05-25 16:34caristuRelationship addedrelated to 0029997
2015-05-25 16:35hgbotCheckin
2015-05-25 16:35hgbotNote Added: 0077717
2015-05-25 16:35hgbotStatusnew => resolved
2015-05-25 16:35hgbotResolutionopen => fixed
2015-05-25 16:35hgbotFixed in SCM revision => http://code.openbravo.com/erp/mods/org.openbravo.financial.cashflowforecast/rev/17d1bef4ed1db192d1782e1c2f3e84f9762d74cc [^]
2015-05-25 16:35caristuIssue Monitored: marvintm
2015-05-25 16:35caristuReview Assigned To => marvintm
2015-05-26 10:57hgbotCheckin
2015-05-26 10:57hgbotNote Added: 0077747
2015-05-27 12:57hgbotCheckin
2015-05-27 12:57hgbotNote Added: 0077804
2015-05-27 13:00caristuNote Added: 0077805
2015-05-27 13:01hgbotCheckin
2015-05-27 13:01hgbotNote Added: 0077806
2015-06-02 11:08caristuReview Assigned Tomarvintm => vmromanos
2015-06-02 11:48vmromanosNote Added: 0077975
2015-06-02 11:48vmromanosStatusresolved => closed

Notes
(0077717)
hgbot   
2015-05-25 16:35   
Repository: erp/mods/org.openbravo.financial.cashflowforecast
Changeset: 17d1bef4ed1db192d1782e1c2f3e84f9762d74cc
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Mon May 25 16:34:53 2015 +0200
URL: http://code.openbravo.com/erp/mods/org.openbravo.financial.cashflowforecast/rev/17d1bef4ed1db192d1782e1c2f3e84f9762d74cc [^]

Fixes issue 29999: CashflowForecast uses a deprecated method

---
M src/org/openbravo/financial/cashflowforecast/CashflowForecast.java
---
(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
---
(0077805)
caristu   
2015-05-27 13:00   
Reverted changes in .jrxml files:

https://code.openbravo.com/erp/mods/org.openbravo.financial.cashflowforecast/rev/6170df0e7d52 [^]
(0077806)
hgbot   
2015-05-27 13:01   
Repository: erp/mods/org.openbravo.financial.cashflowforecast
Changeset: 88dd6409655b07822303c50e46043fda9632c5f6
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Wed May 27 13:01:03 2015 +0200
URL: http://code.openbravo.com/erp/mods/org.openbravo.financial.cashflowforecast/rev/88dd6409655b07822303c50e46043fda9632c5f6 [^]

Related to issue 29999: New module version 1.0.2

---
M src-db/database/sourcedata/AD_MODULE.xml
---
(0077975)
vmromanos   
2015-06-02 11:48   
Code review + testing OK

PDF & Excel file properly generated