Openbravo Issue Tracking System - Retail Modules
View Issue Details
0041808Retail ModulesWeb POSpublic2019-09-13 08:112019-09-25 10:13
joniturralde93 
ranjith_qualiantech_com 
urgentmajoralways
closedfixed 
5
 
RR19Q4 
jorge-garcia
No
0041808: Wrong behavior if decimal separator and grouping separator are switched in Format.xml
When you put decimal="," and grouping="." (instead of the opposite), in web pos when you type "." both characters are written instead: ",."
1. Install retail with pi
2. Activate "External Input" in POS Terminal Type
3. Check that in web POS, if you type ".", correct character is written
4. Edit Format.xml and swap the decimal="," for grouping="."
5. Compile aplication and restart tomcat
6. Now in same POS, if you type "." you get ",." instead

Attached modified Format.xml and screenshot for result
No tags attached.
png wrongTypePOS.png (36,214) 2019-09-13 08:11
https://issues.openbravo.com/file_download.php?file_id=13301&type=bug
png

xml Format.xml (3,243) 2019-09-13 08:12
https://issues.openbravo.com/file_download.php?file_id=13302&type=bug
Issue History
2019-09-13 08:11joniturralde93New Issue
2019-09-13 08:11joniturralde93Assigned To => Retail
2019-09-13 08:11joniturralde93File Added: wrongTypePOS.png
2019-09-13 08:11joniturralde93Resolution time => 1570140000
2019-09-13 08:11joniturralde93Triggers an Emergency Pack => No
2019-09-13 08:12joniturralde93File Added: Format.xml
2019-09-17 15:14ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2019-09-19 14:28ranjith_qualiantech_comStatusnew => scheduled
2019-09-23 11:21hgbotCheckin
2019-09-23 11:21hgbotNote Added: 0114719
2019-09-23 11:21hgbotStatusscheduled => resolved
2019-09-23 11:21hgbotResolutionopen => fixed
2019-09-23 11:21hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/33bf1bb5fbe6e41417077a854a52c7d57e84ae38 [^]
2019-09-25 10:13jorge-garciaReview Assigned To => jorge-garcia
2019-09-25 10:13jorge-garciaNote Added: 0114775
2019-09-25 10:13jorge-garciaStatusresolved => closed
2019-09-25 10:13jorge-garciaFixed in Version => RR19Q4

Notes
(0114719)
hgbot   
2019-09-23 11:21   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 33bf1bb5fbe6e41417077a854a52c7d57e84ae38
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Sep 23 14:51:13 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/33bf1bb5fbe6e41417077a854a52c7d57e84ae38 [^]

Fixed issue 41808 : Additional Dot KeyEvent for writing decimal Symbol should be removed

---
M web/org.openbravo.mobile.core/source/component/ob-keyboard.js
---
(0114775)
jorge-garcia   
2019-09-25 10:13   
Code reviewed and tested