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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0029997
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminoralways2015-05-25 13:232015-06-01 11:12
ReportercaristuView Statuspublic 
Assigned Tocaristu 
PriorityurgentResolutionfixedFixed in VersionRR15Q3
StatusclosedFix in branchFixed in SCM revision876bd46a0b6f
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomigueldejuana
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0029997: Update usage of ListOfArrayDataSource class due to the Jasper Library upgrade

DescriptionIn 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.
Steps To ReproduceIn description
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0029882 closedcaristu Openbravo ERP API changes required for Jasper library upgrade to version 6.0.0 
related to defect 0029999 closedcaristu Retail Modules CashflowForecast uses a deprecated method 

-  Notes
(0077713)
hgbot (developer)
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 (developer)
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 (developer)
2015-06-01 11:12

Tested and reviewed in a5c25afa2d03

- Issue History
Date Modified Username Field Change
2015-05-25 13:23 caristu New Issue
2015-05-25 13:23 caristu Assigned To => caristu
2015-05-25 13:23 caristu Triggers an Emergency Pack => No
2015-05-25 13:23 caristu Relationship added related to 0029882
2015-05-25 15:58 hgbot Checkin
2015-05-25 15:58 hgbot Note Added: 0077713
2015-05-25 15:58 hgbot Status new => resolved
2015-05-25 15:58 hgbot Resolution open => fixed
2015-05-25 15:58 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/876bd46a0b6fc901313f71db62cbb2fb6a311bbc [^]
2015-05-25 16:01 caristu Issue Monitored: marvintm
2015-05-25 16:01 caristu Review Assigned To => marvintm
2015-05-25 16:34 caristu Relationship added related to 0029999
2015-05-26 10:37 hgbot Checkin
2015-05-26 10:37 hgbot Note Added: 0077746
2015-06-01 11:12 migueldejuana Review Assigned To marvintm => migueldejuana
2015-06-01 11:12 migueldejuana Note Added: 0077920
2015-06-01 11:12 migueldejuana Status resolved => closed
2015-06-01 11:12 migueldejuana Fixed in Version => RR15Q3


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker