Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0026459 | Retail Modules | Web POS Hardware Manager | public | 2014-05-05 17:55 | 2014-10-02 12:58 |
|
Reporter | jecharri | |
Assigned To | malsasua | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | RR14Q4 | Fixed in Version | RR14Q4 | |
Merge Request Status | |
Review Assigned To | migueldejuana |
OBNetwork customer | OBPS |
Support ticket | 28120 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0026459: Chinesse characters are not printed properly |
Description | Chinesse characters are not printed properly |
Steps To Reproduce | -Set chinese as ystem language
-Translate any message from the ticket to chinese
-Configure a printer(no screen printer)
-Create a ticket and pay it
Verify that chinese words are replaced with ????? character. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0026972 | RR14Q4 | closed | adrianromero | Enhance HW Manager to support non-latin character sets |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-05-05 17:55 | jecharri | New Issue | |
2014-05-05 17:55 | jecharri | Assigned To | => malsasua |
2014-05-05 17:55 | jecharri | OBNetwork customer | => Yes |
2014-05-05 17:55 | jecharri | Support ticket | => 28120 |
2014-05-05 17:55 | jecharri | Resolution time | => 1399413600 |
2014-05-05 17:55 | jecharri | Triggers an Emergency Pack | => No |
2014-05-08 16:54 | malsasua | Assigned To | malsasua => szapata |
2014-05-08 16:54 | malsasua | Assigned To | szapata => malsasua |
2014-05-27 09:36 | mtaal | Type | defect => feature request |
2014-05-29 17:25 | hgbot | Checkin | |
2014-05-29 17:25 | hgbot | Note Added: 0067577 | |
2014-06-12 09:47 | hgbot | Checkin | |
2014-06-12 09:47 | hgbot | Note Added: 0067929 | |
2014-06-24 13:47 | migueldejuana | Target Version | RR14Q3 => RR14Q4 |
2014-06-30 14:32 | mtaal | Relationship added | related to 0026972 |
2014-08-26 18:32 | jecharri | Resolution time | 1399413600 => |
2014-09-04 14:14 | hgbot | Checkin | |
2014-09-04 14:14 | hgbot | Note Added: 0069964 | |
2014-09-04 14:14 | hgbot | Status | new => resolved |
2014-09-04 14:14 | hgbot | Resolution | open => fixed |
2014-09-04 14:14 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/retail-hw/rev/226edcde71410fcfe78f7a8c74e4f7c404a4bb6c [^] |
2014-09-22 11:52 | hgbot | Checkin | |
2014-09-22 11:52 | hgbot | Note Added: 0070228 | |
2014-09-22 11:52 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/retail-hw/rev/226edcde71410fcfe78f7a8c74e4f7c404a4bb6c [^] => http://code.openbravo.com/erp/pmods/retail-hw/rev/52d7ec6c4dd34b14f41c8a7a1ce0892f8bcd6113 [^] |
2014-09-22 12:44 | adrianromero | Note Added: 0070229 | |
2014-10-02 12:58 | migueldejuana | Review Assigned To | => migueldejuana |
2014-10-02 12:58 | migueldejuana | Note Added: 0070658 | |
2014-10-02 12:58 | migueldejuana | Status | resolved => closed |
2014-10-02 12:58 | migueldejuana | Fixed in Version | => RR14Q4 |
Notes |
|
(0067577)
|
hgbot
|
2014-05-29 17:25
|
|
Repository: erp/pmods/retail-hw
Changeset: d93a991c0932d8814cccfd0451e6c821972f4be6
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Thu May 29 17:24:28 2014 +0200
URL: http://code.openbravo.com/erp/pmods/retail-hw/rev/d93a991c0932d8814cccfd0451e6c821972f4be6 [^]
Issue 0026459: Chinesse characters are not printed properly
Adding translation from unicode CJK_UNIFIED_IDEOGRAPHS to code table GB2312
---
M src/com/openbravo/pos/printer/escpos/UnicodeTranslator.java
---
|
|
|
(0067929)
|
hgbot
|
2014-06-12 09:47
|
|
|
|
(0069964)
|
hgbot
|
2014-09-04 14:14
|
|
Repository: erp/pmods/retail-hw
Changeset: 226edcde71410fcfe78f7a8c74e4f7c404a4bb6c
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Thu Sep 04 14:13:29 2014 +0200
URL: http://code.openbravo.com/erp/pmods/retail-hw/rev/226edcde71410fcfe78f7a8c74e4f7c404a4bb6c [^]
Fixes issue 0026459: Chinesse characters are not printed properly
Adding support also for Cyrillic and Greek.
---
M src/com/openbravo/pos/printer/escpos/UnicodeTranslator.java
---
|
|
|
(0070228)
|
hgbot
|
2014-09-22 11:52
|
|
Repository: erp/pmods/retail-hw
Changeset: 52d7ec6c4dd34b14f41c8a7a1ce0892f8bcd6113
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Mon Sep 22 11:51:40 2014 +0200
URL: http://code.openbravo.com/erp/pmods/retail-hw/rev/52d7ec6c4dd34b14f41c8a7a1ce0892f8bcd6113 [^]
Fixes issue 0026459: Chinesse characters are not printed properly
Adding configuration file for unicode blocks META-INF/unicodeblocks.xml
---
M src/com/openbravo/pos/printer/escpos/UnicodeTranslator.java
A src/META-INF/unicodeblocks.xml
A src/com/openbravo/pos/printer/escpos/UnicodeBlockInfo.java
A test/com/openbravo/poshw/test/UnicodeTest.java
---
|
|
|
|
|
|
|
Tested and reviewed in 7df701d05751 |
|