Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0037626 | Openbravo ERP | 04. Warehouse management | public | 2018-01-12 11:09 | 2018-02-22 18:18 |
|
Reporter | gorkaion | |
Assigned To | collazoandy4 | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR18Q2 | |
Merge Request Status | |
Review Assigned To | dmiguelez |
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 | 0037626: Numbers in Valued Stock Report are exported to Excel as strings |
Description | Numbers in Valued Stock Report are exported to Excel as strings |
Steps To Reproduce | As group admin role:
Go to Valued Stock Report
Select any org
Export to Excel
Open the file and check the number values are exported with an apostrophe |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0031710 | | closed | collazoandy4 | Review XLS reports to apply cell type when required |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-01-12 11:09 | gorkaion | New Issue | |
2018-01-12 11:09 | gorkaion | Assigned To | => Triage Finance |
2018-01-12 11:09 | gorkaion | Modules | => Core |
2018-01-12 11:09 | gorkaion | Resolution time | => 1517526000 |
2018-01-12 11:09 | gorkaion | Triggers an Emergency Pack | => No |
2018-01-12 11:11 | gorkaion | Relationship added | related to 0031710 |
2018-01-12 11:59 | Practics | Issue Monitored: Practics | |
2018-01-12 13:52 | dmiguelez | Assigned To | Triage Finance => collazoandy4 |
2018-01-12 17:15 | collazoandy4 | Status | new => scheduled |
2018-01-12 22:22 | collazoandy4 | Note Added: 0101684 | |
2018-01-16 11:58 | hgbot | Checkin | |
2018-01-16 11:58 | hgbot | Note Added: 0101714 | |
2018-01-16 11:58 | hgbot | Status | scheduled => resolved |
2018-01-16 11:58 | hgbot | Resolution | open => fixed |
2018-01-16 11:58 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/8e83421e15ba8e98c8e5fc34440f4c57eef75e70 [^] |
2018-01-16 11:59 | dmiguelez | Review Assigned To | => dmiguelez |
2018-01-16 11:59 | dmiguelez | Note Added: 0101716 | |
2018-01-16 11:59 | dmiguelez | Status | resolved => closed |
2018-01-16 12:00 | dmiguelez | Fixed in Version | => 3.0PR18Q2 |
2018-02-22 18:18 | hudsonbot | Checkin | |
2018-02-22 18:18 | hudsonbot | Note Added: 0102658 | |
Notes |
|
(0101684)
|
collazoandy4
|
2018-01-12 22:22
|
|
Test Plan
As F&B International Group Admin Role
Go to Valued Stock Report
Select F&B EspaƱa - Region Norte as organization
Export the report to Excel
Open the file and check the number values are exported as number |
|
|
(0101714)
|
hgbot
|
2018-01-16 11:58
|
|
Repository: erp/devel/pi
Changeset: 8e83421e15ba8e98c8e5fc34440f4c57eef75e70
Author: Armaignac <collazoandy4 <at> gmail.com>
Date: Mon Jan 15 12:28:10 2018 -0500
URL: http://code.openbravo.com/erp/devel/pi/rev/8e83421e15ba8e98c8e5fc34440f4c57eef75e70 [^]
Fixes issue 37626:Numbers in Valued Stock Report are exported as strings
The number columns of Valued Stock Report was exporting to text in xls format.
The net.sf.jasperreports.export.xls.detect.cell.type property was added to the report
with a true value. Also the pattern "#,##0.00;-#,##0.00" was included to the fields.
---
M src/org/openbravo/erpCommon/ad_reports/ReportValuationStockExcel.jrxml
---
|
|
|
|
|
|
|
|