Openbravo Issue Tracking System - Openbravo ERP | |||||||||||||||||||||||||||||
View Issue Details | |||||||||||||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||||||||||||
0029882 | Openbravo ERP | A. Platform | public | 2015-05-14 13:32 | 2015-06-01 16:45 | ||||||||||||||||||||||||
Reporter | caristu | ||||||||||||||||||||||||||||
Assigned To | caristu | ||||||||||||||||||||||||||||
Priority | immediate | Severity | minor | Reproducibility | have not tried | ||||||||||||||||||||||||
Status | closed | Resolution | no change required | ||||||||||||||||||||||||||
Platform | OS | 5 | OS Version | ||||||||||||||||||||||||||
Product Version | |||||||||||||||||||||||||||||
Target Version | Fixed in Version | ||||||||||||||||||||||||||||
Merge Request Status | |||||||||||||||||||||||||||||
Review Assigned To | caristu | ||||||||||||||||||||||||||||
OBNetwork customer | |||||||||||||||||||||||||||||
Web browser | |||||||||||||||||||||||||||||
Modules | Core | ||||||||||||||||||||||||||||
Support ticket | |||||||||||||||||||||||||||||
Regression level | |||||||||||||||||||||||||||||
Regression date | |||||||||||||||||||||||||||||
Regression introduced in release | |||||||||||||||||||||||||||||
Regression introduced by commit | |||||||||||||||||||||||||||||
Triggers an Emergency Pack | No | ||||||||||||||||||||||||||||
Summary | 0029882: API changes required for Jasper library upgrade to version 6.0.0 | ||||||||||||||||||||||||||||
Description | Two API changes are required to integrate properly the upgrade of the Jasper library to version 6.0.0. 1) In the WebPOS module (org.openbravo.retail.posterminal) the CashUpReport class is making use of the ListOfArrayDataSource class of the jasper API. The constructor of this class has changed 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. 2) The "Print and Send"[1] module is making use of the itext library. A new version of this library should be introduced with Jasper 6.0.0. To adapt this module to this new version just a small change should be done: the Print.java class is importing the itext classes using the following package: com.lowagie.text. The imports should use the com.itextpdf.text package instead [1] http://centralrepository.openbravo.com/openbravo/org.openbravo.forge.ui/ForgeModuleDetail/Print-And-Send-Documents [^] | ||||||||||||||||||||||||||||
Steps To Reproduce | In description | ||||||||||||||||||||||||||||
Proposed Solution | |||||||||||||||||||||||||||||
Additional Information | |||||||||||||||||||||||||||||
Tags | Approved | ||||||||||||||||||||||||||||
Relationships |
| ||||||||||||||||||||||||||||
Attached Files | |||||||||||||||||||||||||||||
Issue History | |||||||||||||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||||||||||||
2015-05-14 13:32 | caristu | New Issue | |||||||||||||||||||||||||||
2015-05-14 13:32 | caristu | Assigned To | => dmitry_mezentsev | ||||||||||||||||||||||||||
2015-05-14 13:32 | caristu | Modules | => Core | ||||||||||||||||||||||||||
2015-05-14 13:32 | caristu | Triggers an Emergency Pack | => No | ||||||||||||||||||||||||||
2015-05-14 13:40 | caristu | Description Updated | bug_revision_view_page.php?rev_id=8546#r8546 | ||||||||||||||||||||||||||
2015-05-14 13:40 | caristu | Description Updated | bug_revision_view_page.php?rev_id=8547#r8547 | ||||||||||||||||||||||||||
2015-05-14 17:58 | dmitry_mezentsev | Tag Attached: Approved | |||||||||||||||||||||||||||
2015-05-14 17:58 | dmitry_mezentsev | Assigned To | dmitry_mezentsev => caristu | ||||||||||||||||||||||||||
2015-05-25 12:51 | caristu | Relationship added | related to 0029566 | ||||||||||||||||||||||||||
2015-05-25 13:23 | caristu | Relationship added | related to 0029997 | ||||||||||||||||||||||||||
2015-05-25 15:59 | caristu | Issue Monitored: marvintm | |||||||||||||||||||||||||||
2015-05-25 16:00 | caristu | Review Assigned To | => marvintm | ||||||||||||||||||||||||||
2015-05-25 16:00 | caristu | Status | new => scheduled | ||||||||||||||||||||||||||
2015-05-25 16:00 | caristu | Review Assigned To | marvintm => | ||||||||||||||||||||||||||
2015-05-25 16:01 | caristu | Issue End Monitor: marvintm | |||||||||||||||||||||||||||
2015-06-01 16:45 | caristu | Review Assigned To | => caristu | ||||||||||||||||||||||||||
2015-06-01 16:45 | caristu | Status | scheduled => closed | ||||||||||||||||||||||||||
2015-06-01 16:45 | caristu | Resolution | open => no change required | ||||||||||||||||||||||||||
2015-08-25 15:16 | ngarcia | Relationship added | related to 0030668 |
There are no notes attached to this issue. |