Openbravo Issue Tracking System - Retail Modules
View Issue Details
0029997Retail ModulesWeb POSpublic2015-05-25 13:232015-06-01 11:12
caristu 
caristu 
urgentminoralways
closedfixed 
5
 
RR15Q3 
migueldejuana
No
0029997: Update usage of ListOfArrayDataSource class due to the Jasper Library upgrade
In the WebPOS module the CashUpReport class is making use of the ListOfArrayDataSource class of the jasper API. The constructor of this class has been modified between version 4.0.1 and 6.0.0:

On Jasper 4.0.1:
 
  public ListOfArrayDataSource(List records, String[] columnNames)

On Jasper 6.0.0

  public ListOfArrayDataSource(List<Object[]> records, String[] columnNames)

This change should be take into account in the CashUpReport class to ensure the correct compilation.
In description
No tags attached.
related to defect 0029882 closed caristu Openbravo ERP API changes required for Jasper library upgrade to version 6.0.0 
related to defect 0029999 closed caristu Retail Modules CashflowForecast uses a deprecated method 
Issue History
2015-05-25 13:23caristuNew Issue
2015-05-25 13:23caristuAssigned To => caristu
2015-05-25 13:23caristuTriggers an Emergency Pack => No
2015-05-25 13:23caristuRelationship addedrelated to 0029882
2015-05-25 15:58hgbotCheckin
2015-05-25 15:58hgbotNote Added: 0077713
2015-05-25 15:58hgbotStatusnew => resolved
2015-05-25 15:58hgbotResolutionopen => fixed
2015-05-25 15:58hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/876bd46a0b6fc901313f71db62cbb2fb6a311bbc [^]
2015-05-25 16:01caristuIssue Monitored: marvintm
2015-05-25 16:01caristuReview Assigned To => marvintm
2015-05-25 16:34caristuRelationship addedrelated to 0029999
2015-05-26 10:37hgbotCheckin
2015-05-26 10:37hgbotNote Added: 0077746
2015-06-01 11:12migueldejuanaReview Assigned Tomarvintm => migueldejuana
2015-06-01 11:12migueldejuanaNote Added: 0077920
2015-06-01 11:12migueldejuanaStatusresolved => closed
2015-06-01 11:12migueldejuanaFixed in Version => RR15Q3

Notes
(0077713)
hgbot   
2015-05-25 15:58   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 876bd46a0b6fc901313f71db62cbb2fb6a311bbc
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Mon May 25 15:57:42 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/876bd46a0b6fc901313f71db62cbb2fb6a311bbc [^]

Fixes issue 29997: Update usage of ListOfArrayDataSource in Cash Up Report

---
M src/org/openbravo/retail/posterminal/ad_reports/CashUpReport.java
---
(0077746)
hgbot   
2015-05-26 10:37   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: a411767adf05a10741d0d35b122d8b215971b027
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Tue May 26 10:35:40 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a411767adf05a10741d0d35b122d8b215971b027 [^]

Related to issue 29997: put .jrxml files up to date

---
M src/org/openbravo/retail/posterminal/ad_reports/CashUpReport.jrxml
M src/org/openbravo/retail/posterminal/ad_reports/CashUpSubreport.jrxml
---
(0077920)
migueldejuana   
2015-06-01 11:12   
Tested and reviewed in a5c25afa2d03