Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0026162 | Openbravo ERP | A. Platform | public | 2014-04-03 11:37 | 2014-10-01 16:18 |
|
Reporter | caristu | |
Assigned To | guillermogil | |
Priority | immediate | Severity | critical | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 3.0MP31 | |
Target Version | | Fixed in Version | 3.0PR14Q2 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Production - Confirmed Stable |
Regression date | 2013-12-13 |
Regression introduced in release | 3.0MP31 |
Regression introduced by commit | http://code.openbravo.com/erp/devel/pi/rev/2cc210f50c0553afa41cae1698b4cfedfa3fbf06 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0026162: CSV Text Encoding preference is not working |
Description | CSV Text Encoding preference is not working, currently the csv are exported always in UTF-8. |
Steps To Reproduce | 1) Go to any window in the ERP, for example Sales Invoice
2) Click on the Export To Spreadsheet button in the toolbar. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0025313 | 3.0MP31 | closed | caristu | Arabic fonts are not exported properly using the Export To Spreadsheet button |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-04-03 11:37 | caristu | New Issue | |
2014-04-03 11:37 | caristu | Assigned To | => AugustoMauch |
2014-04-03 11:37 | caristu | Modules | => Core |
2014-04-03 11:37 | caristu | OBNetwork customer | => No |
2014-04-03 11:37 | caristu | Triggers an Emergency Pack | => No |
2014-04-03 11:38 | caristu | Issue Monitored: networkb | |
2014-04-03 11:39 | caristu | Regression level | => Pre packaging ( pi ) |
2014-04-03 11:39 | caristu | Regression introduced by commit | => http://code.openbravo.com/erp/devel/pi/rev/2cc210f50c0553afa41cae1698b4cfedfa3fbf06 [^] |
2014-04-03 11:39 | caristu | Target Version | => PR14Q2 |
2014-04-03 11:40 | caristu | Target Version | PR14Q2 => |
2014-04-03 11:46 | caristu | Regression level | Pre packaging ( pi ) => Production - QA Approved |
2014-04-03 11:46 | caristu | version | => 3.0MP31.2 |
2014-04-03 11:47 | caristu | Regression level | Production - QA Approved => Production - Confirmed Stable |
2014-04-03 11:47 | caristu | version | 3.0MP31.2 => 3.0MP31 |
2014-04-03 12:18 | AugustoMauch | Review Assigned To | => AugustoMauch |
2014-04-03 12:18 | AugustoMauch | Priority | urgent => immediate |
2014-04-03 12:18 | AugustoMauch | Severity | major => critical |
2014-04-03 12:21 | guillermogil | Assigned To | AugustoMauch => guillermogil |
2014-04-03 12:26 | guillermogil | Relationship added | related to 0025313 |
2014-04-03 12:34 | guillermogil | Note Added: 0066121 | |
2014-04-03 12:34 | guillermogil | Issue Monitored: shankarb | |
2014-04-03 12:38 | guillermogil | Regression date | => 2013-12-13 |
2014-04-03 12:40 | hgbot | Checkin | |
2014-04-03 12:40 | hgbot | Note Added: 0066123 | |
2014-04-03 12:40 | hgbot | Status | new => resolved |
2014-04-03 12:40 | hgbot | Resolution | open => fixed |
2014-04-03 12:40 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/7b40264aab15bda9878ac81852641861d873f42d [^] |
2014-04-03 15:43 | AugustoMauch | Note Added: 0066133 | |
2014-04-03 15:43 | AugustoMauch | Status | resolved => closed |
2014-04-03 15:43 | AugustoMauch | Fixed in Version | => PR14Q2 |
2014-04-03 16:15 | dmitry_mezentsev | Note Added: 0066135 | |
2014-04-03 18:29 | shuehner | Note Added: 0066170 | |
2014-04-08 08:51 | hgbot | Checkin | |
2014-04-08 08:51 | hgbot | Note Added: 0066219 | |
2014-05-07 18:10 | hudsonbot | Checkin | |
2014-05-07 18:10 | hudsonbot | Note Added: 0066887 | |
2014-05-07 18:11 | hudsonbot | Checkin | |
2014-05-07 18:11 | hudsonbot | Note Added: 0066899 | |
2014-10-01 16:18 | plujan | Regression introduced in release | => 3.0MP31 |
Notes |
|
|
In order to export the csv with an specific encoding CSV Text Encoding preference must be configured properly. |
|
|
(0066123)
|
hgbot
|
2014-04-03 12:40
|
|
Repository: erp/devel/pi
Changeset: 7b40264aab15bda9878ac81852641861d873f42d
Author: Guillermo Gil <guillermo.gil <at> openbravo.com>
Date: Thu Apr 03 12:39:27 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/7b40264aab15bda9878ac81852641861d873f42d [^]
Fixed issue 26162: CSV Text Encoding preference is not working
Deleted auto set character encoding
---
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceServlet.java
---
|
|
|
|
Code reviewed and verified in pi@22827 |
|
|
|
|
|
|
Small question: what should be encoding of the csv file be without a specific encoding preference be set?
utf-8?
system-specific (i.e. iso-8859-1 on windows in western europe)? |
|
|
(0066219)
|
hgbot
|
2014-04-08 08:51
|
|
Repository: erp/devel/pi
Changeset: 8436dc079363dd3df5a70d47c0a7657e414a817a
Author: Guillermo Gil <guillermo.gil <at> openbravo.com>
Date: Tue Apr 08 08:50:38 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/8436dc079363dd3df5a70d47c0a7657e414a817a [^]
Related to issue 26162: Added test case for CSV Encoding
---
M src-test/org/openbravo/test/AllWebserviceTests.java
A src-test/org/openbravo/test/datasource/TestCSVEncoding.java
---
|
|
|
|
|
|
|
|