Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0023503Openbravo ERP07. Sales managementpublic2013-04-08 13:252013-06-24 11:52
jonalegriaesarte 
ioritzCia 
normalminorhave not tried
closedfixed 
5
 
3.0MP253.0MP25 
jonalegriaesarte
Core
No
0023503: Several jxml files are using isSplitAllowed which is deprecated
Several jxml files are using isSplitAllowed which is deprecated. A warning appears in the log file when the reports are launched:

WARN net.sf.jasperreports.engine.xml.JRBandFactory - The 'isSplitAllowed' attribute is deprecated. Use the 'splitType' attribute instead.
- Report work requirement daily
- Launch it. Warning appears in the log file
No tags attached.
Issue History
2013-04-08 13:25jonalegriaesarteNew Issue
2013-04-08 13:25jonalegriaesarteAssigned To => jonalegriaesarte
2013-04-08 13:25jonalegriaesarteModules => Core
2013-04-08 13:25jonalegriaesarteTriggers an Emergency Pack => No
2013-05-20 11:58jonalegriaesarteAssigned Tojonalegriaesarte => ioritzCia
2013-05-20 11:59jonalegriaesarteTarget Version3.0MP24 => 3.0MP25
2013-06-04 10:44ioritzCiaStatusnew => scheduled
2013-06-04 10:44ioritzCiafix_in_branch => pi
2013-06-04 17:17hgbotCheckin
2013-06-04 17:17hgbotNote Added: 0059171
2013-06-04 17:17hgbotStatusscheduled => resolved
2013-06-04 17:17hgbotResolutionopen => fixed
2013-06-04 17:17hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/ed7a3d054f89b38b46fdc854b110bbe00807c711 [^]
2013-06-20 02:07hudsonbotCheckin
2013-06-20 02:07hudsonbotNote Added: 0059540
2013-06-24 11:52jonalegriaesarteReview Assigned To => jonalegriaesarte
2013-06-24 11:52jonalegriaesarteNote Added: 0059633
2013-06-24 11:52jonalegriaesarteStatusresolved => closed
2013-06-24 11:52jonalegriaesarteFixed in Version => 3.0MP25

Notes
(0059171)
hgbot   
2013-06-04 17:17   
Repository: erp/devel/pi
Changeset: ed7a3d054f89b38b46fdc854b110bbe00807c711
Author: Ioritz Cia <ioritz.cia <at> openbravo.com>
Date: Tue Jun 04 10:40:25 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/ed7a3d054f89b38b46fdc854b110bbe00807c711 [^]

Fixes issue 23503: Several jxml files are using isSplitAllowed which is deprecated.

---
M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorJR.jrxml
M src/org/openbravo/erpCommon/ad_reports/ReportInvoicesEditJR.jrxml
M src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDailyEdit.jrxml
M src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementJR.jrxml
M src/org/openbravo/erpCommon/ad_reports/SimpleDimensionalComparative.jrxml
M src/org/openbravo/erpCommon/ad_reports/SubreportWorkRequirementDaily.jrxml
---
(0059540)
hudsonbot   
2013-06-20 02:07   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/5caf871044ad [^]

Maturity status: Test
(0059633)
jonalegriaesarte   
2013-06-24 11:52   
Tested. All the reports changed are working fine, and the warnings do not appear.