Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0038791
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] B. User interfaceminoralways2018-06-19 17:452019-03-28 14:56
Reporterjoniturralde93View Statuspublic 
Assigned Tojarmendariz 
PriorityhighResolutionfixedFixed in Version3.0PR19Q2
StatusclosedFix in branchFixed in SCM revision2e165a3c1b45
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned Toalostale
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0038791: Configuring formatOutput from euroEdition (Format.xml) causes problems when exporting

DescriptionIf you configure formatOutput from euroEdition in Format.xml and you group it with ',' then the .csv exported files are not formatted correctly
Steps To Reproduce1. 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
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(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 (developer)
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 (developer)
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

- Issue History
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 Modules => Core
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
Powered by Mantis Bugtracker