Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0038791Openbravo ERPB. User interfacepublic2018-06-19 17:452019-03-28 14:56
joniturralde93 
jarmendariz 
highminoralways
closedfixed 
5
pi 
3.0PR19Q2 
alostale
Core
No
0038791: Configuring formatOutput from euroEdition (Format.xml) causes problems when exporting
If you configure formatOutput from euroEdition in Format.xml and you group it with ',' then the .csv exported files are not formatted correctly
1. Open Format.xml
2. Change euroEdition like this (formatOutup):
<Number name="euroEdition"
       decimal="." grouping="," formatOutput="#,##0.00" formatInternal="#0.00" />
3. Compile and log into backoffice
4. Create a sales order with lines with amount greater than 1,000,000
5. Select the sales order and clic 'Export to spreadsheet'.
6. The Total Gross Amount column appears separated in many columns for that order
No tags attached.
Issue History
2018-06-19 17:45joniturralde93New Issue
2018-06-19 17:45joniturralde93Assigned To => platform
2018-06-19 17:45joniturralde93Modules => Core
2018-06-19 17:45joniturralde93Triggers an Emergency Pack => No
2019-03-05 08:47jarmendarizAssigned Toplatform => jarmendariz
2019-03-06 09:29jarmendarizStatusnew => scheduled
2019-03-07 12:50hgbotCheckin
2019-03-07 12:50hgbotNote Added: 0110280
2019-03-07 12:50hgbotStatusscheduled => resolved
2019-03-07 12:50hgbotResolutionopen => fixed
2019-03-07 12:50hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/2e165a3c1b458bf5de9ed0da15bf0e4031a8c40e [^]
2019-03-07 16:37jarmendarizReview Assigned To => alostale
2019-03-08 09:05hgbotCheckin
2019-03-08 09:05hgbotNote Added: 0110304
2019-03-08 09:05alostaleStatusresolved => closed
2019-03-08 09:05alostaleFixed in Version => 3.0PR19Q2
2019-03-28 14:56hudsonbotCheckin
2019-03-28 14:56hudsonbotNote Added: 0110851
2019-03-28 14:56hudsonbotCheckin
2019-03-28 14:56hudsonbotNote Added: 0110854

Notes
(0110280)
hgbot   
2019-03-07 12:50   
Repository: erp/devel/pi
Changeset: 2e165a3c1b458bf5de9ed0da15bf0e4031a8c40e
Author: Javier Armendáriz <javier.armendariz <at> openbravo.com>
Date: Wed Mar 06 09:31:18 2019 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/2e165a3c1b458bf5de9ed0da15bf0e4031a8c40e [^]

Fixed issue 38791: Using comma as group separator causes problems in CSV export.

Numbers in csv does not need to have formatting, and using group separators
makes no sense. For this reason, number formatting is ignored when exporting to
csv and only the comma separator is taken into consideration to determine
whether to use a comma or a semicolon as the field separator.

---
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceServlet.java
---
(0110304)
hgbot   
2019-03-08 09:05   
Repository: erp/devel/pi
Changeset: dc2f40d0a65e225650a33d4d1b0c04c9db73a14c
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Mar 08 08:48:27 2019 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/dc2f40d0a65e225650a33d4d1b0c04c9db73a14c [^]

related to bug 38791: minor cleanup

  Removed dead code: "null instanceof X" is false.

---
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceServlet.java
---
(0110851)
hudsonbot   
2019-03-28 14:56   
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/b2fbc1588df4 [^]
Maturity status: Test
(0110854)
hudsonbot   
2019-03-28 14:56   
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/b2fbc1588df4 [^]
Maturity status: Test