Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040879Retail ModulesWeb POSpublic2019-02-06 18:282019-05-16 08:47
joniturralde93 
jorge-garcia 
immediatemajoralways
closedfixed 
5
pi 
RR19Q1.2RR19Q1.2 
marvintm
Production - Confirmed Stable
No
0040879: When barcode is scanned in POS Terminal, the code is automatically set as lowercase.
Example:
You scan SOWM136060219013, then it shows: No results found for: sowm136060219013

This can be problematic when trying to open a document with uppercase doc prefix.

This works fine for 17Q3.3 in live builds!
1. Open a POS Terminal from a POS Terminal Type with 'Use External Input' enabled in backoffice.
2. Scan the attached barcode in a text editor: SOWM136060219013
3. Scan it on POS main screen: No results found for: sowm136060219013

If the attached barcode doesn't work, print another one, for example from a sales quotation in Web POS and scan it after.
No tags attached.
blocks defect 0040170pi closed jorge-garcia When barcode is scanned in POS Terminal, the code is automatically set as lowercase. 
Issue History
2019-05-15 09:17jorge-garciaTypedefect => backport
2019-05-15 09:17jorge-garciaTarget Versionpi => RR19Q1.2
2019-05-16 08:45hgbotCheckin
2019-05-16 08:45hgbotNote Added: 0111700
2019-05-16 08:45hgbotStatusscheduled => resolved
2019-05-16 08:45hgbotResolutionopen => fixed
2019-05-16 08:45hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR19Q1.2/org.openbravo.mobile.core/rev/e5bd2fa034109a68e44256611d4bbf5a6799e5d3 [^]
2019-05-16 08:47marvintmReview Assigned To => marvintm
2019-05-16 08:47marvintmStatusresolved => closed
2019-05-16 08:47marvintmFixed in Version => RR19Q1.2

Notes
(0111700)
hgbot   
2019-05-16 08:45   
Repository: retail/backports/3.0RR19Q1.2/org.openbravo.mobile.core
Changeset: e5bd2fa034109a68e44256611d4bbf5a6799e5d3
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu May 16 08:44:43 2019 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR19Q1.2/org.openbravo.mobile.core/rev/e5bd2fa034109a68e44256611d4bbf5a6799e5d3 [^]

Fixed issue 40879: When barcode is scanned in POS Terminal, the code is
automatically set as lowercase.

The solution is to manage properly shift event keys to uppercase the next
character.

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