Openbravo Issue Tracking System - Retail Modules
View Issue Details
0038165Retail ModulesWeb POSpublic2018-03-19 10:152018-03-28 13:50
airaceburu 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR18Q2 
marvintm
No
0038165: Some french barcode scaner do not recoginize certain numbers
Sometimes french numbers are sent with "Shift" + Key due to AZERTY keyboard distribution an specific barcodeScanner configuration. In this cases globalKeypressHandler do not recognize them.
N/A
Patch attached
No tags attached.
causes defect 0040170pi closed jorge-garcia When barcode is scanned in POS Terminal, the code is automatically set as lowercase. 
diff frenchScanner.diff (793) 2018-03-19 10:15
https://issues.openbravo.com/file_download.php?file_id=11660&type=bug
Issue History
2018-03-19 10:15airaceburuNew Issue
2018-03-19 10:15airaceburuAssigned To => Retail
2018-03-19 10:15airaceburuFile Added: frenchScanner.diff
2018-03-19 10:15airaceburuResolution time => 1522620000
2018-03-19 10:15airaceburuTriggers an Emergency Pack => No
2018-03-19 14:03ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2018-03-19 14:03ranjith_qualiantech_comStatusnew => scheduled
2018-03-26 11:11hgbotCheckin
2018-03-26 11:11hgbotNote Added: 0103494
2018-03-26 11:11hgbotStatusscheduled => resolved
2018-03-26 11:11hgbotResolutionopen => fixed
2018-03-26 11:11hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/86b6a52fbae9627fba8211c199f2e9e83c00529f [^]
2018-03-28 13:50marvintmReview Assigned To => marvintm
2018-03-28 13:50marvintmStatusresolved => closed
2018-03-28 13:50marvintmFixed in Version => RR18Q2
2019-02-08 12:56ranjith_qualiantech_comRelationship addedcauses 0040170

Notes
(0103494)
hgbot   
2018-03-26 11:11   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 86b6a52fbae9627fba8211c199f2e9e83c00529f
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Mar 26 14:39:27 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/86b6a52fbae9627fba8211c199f2e9e83c00529f [^]

Fixed issue 38165 : Validate Keyboard key with KeyMatcher to find valid chars

* It will validate dot, asterisk, backslash, forward slash, digits, alphabets(both case), backspace and delete

---
M web/org.openbravo.mobile.core/source/component/ob-keyboard.js
---