Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0038791 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] B. User interface | minor | always | 2018-06-19 17:45 | 2019-03-28 14:56 | |||
Reporter | joniturralde93 | View Status | public | |||||
Assigned To | jarmendariz | |||||||
Priority | high | Resolution | fixed | Fixed in Version | 3.0PR19Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 2e165a3c1b45 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | alostale | |||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | 2650 | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0038791: Configuring formatOutput from euroEdition (Format.xml) causes problems when exporting | |||||||
Description | If you configure formatOutput from euroEdition in Format.xml and you group it with ',' then the .csv exported files are not formatted correctly | |||||||
Steps To Reproduce | 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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0110280) hgbot (developer) 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 (developer) 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 (viewer) 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 (viewer) 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 |
![]() |
|||
Date Modified | Username | Field | Change |
2018-06-19 17:45 | joniturralde93 | New Issue | |
2018-06-19 17:45 | joniturralde93 | Assigned To | => platform |
2018-06-19 17:45 | joniturralde93 | OBNetwork customer | => Yes |
2018-06-19 17:45 | joniturralde93 | Modules | => Core |
2018-06-19 17:45 | joniturralde93 | Support ticket | => 2650 |
2018-06-19 17:45 | joniturralde93 | Triggers an Emergency Pack | => No |
2019-03-05 08:47 | jarmendariz | Assigned To | platform => jarmendariz |
2019-03-06 09:29 | jarmendariz | Status | new => scheduled |
2019-03-07 12:50 | hgbot | Checkin | |
2019-03-07 12:50 | hgbot | Note Added: 0110280 | |
2019-03-07 12:50 | hgbot | Status | scheduled => resolved |
2019-03-07 12:50 | hgbot | Resolution | open => fixed |
2019-03-07 12:50 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/2e165a3c1b458bf5de9ed0da15bf0e4031a8c40e [^] |
2019-03-07 16:37 | jarmendariz | Review Assigned To | => alostale |
2019-03-08 09:05 | hgbot | Checkin | |
2019-03-08 09:05 | hgbot | Note Added: 0110304 | |
2019-03-08 09:05 | alostale | Status | resolved => closed |
2019-03-08 09:05 | alostale | Fixed in Version | => 3.0PR19Q2 |
2019-03-28 14:56 | hudsonbot | Checkin | |
2019-03-28 14:56 | hudsonbot | Note Added: 0110851 | |
2019-03-28 14:56 | hudsonbot | Checkin | |
2019-03-28 14:56 | hudsonbot | Note Added: 0110854 |
Copyright © 2000 - 2009 MantisBT Group |