Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029997 | Retail Modules | Web POS | public | 2015-05-25 13:23 | 2015-06-01 11:12 |
|
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 | RR15Q3 | |
Merge Request Status | |
Review Assigned To | migueldejuana |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0029997: Update usage of ListOfArrayDataSource class due to the Jasper Library upgrade |
Description | 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. |
Steps To Reproduce | In description |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | 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 |
|
Attached Files | |
|
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 |