Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040878Retail ModulesWeb POSpublic2019-02-06 18:282019-07-16 19:52
joniturralde93 
jorge-garcia 
immediatemajoralways
closedfixed 
5
pi 
RR19Q2.1RR19Q2.1 
guilleaer
Production - Confirmed Stable
No
0040878: 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 => RR19Q2.1
2019-05-28 23:46hgbotCheckin
2019-05-28 23:46hgbotNote Added: 0112218
2019-05-28 23:46hgbotStatusscheduled => resolved
2019-05-28 23:46hgbotResolutionopen => fixed
2019-05-28 23:46hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.giftcards/rev/9ab3b7902881eb601dbd5de1590d1ee72b7b43e9 [^]
2019-05-29 15:27marvintmStatusresolved => new
2019-05-29 15:27marvintmResolutionfixed => open
2019-05-29 15:27marvintmNote Deleted: 0112218
2019-07-15 14:17hgbotCheckin
2019-07-15 14:17hgbotNote Added: 0113374
2019-07-15 14:17hgbotStatusnew => resolved
2019-07-15 14:17hgbotResolutionopen => fixed
2019-07-15 14:17hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.giftcards/rev/9ab3b7902881eb601dbd5de1590d1ee72b7b43e9 [^] => http://code.openbravo.com/retail/backports/3.0RR19Q2.1/org.openbravo.mobile.core/rev/f9aa3dfa6bf34cc1156c49c4dae388a8b80a3f32 [^]
2019-07-16 19:52guilleaerReview Assigned To => guilleaer
2019-07-16 19:52guilleaerStatusresolved => closed
2019-07-16 19:52guilleaerFixed in Version => RR19Q2.1

Notes
(0113374)
hgbot   
2019-07-15 14:17   
Repository: retail/backports/3.0RR19Q2.1/org.openbravo.mobile.core
Changeset: f9aa3dfa6bf34cc1156c49c4dae388a8b80a3f32
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue May 14 16:31:53 2019 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR19Q2.1/org.openbravo.mobile.core/rev/f9aa3dfa6bf34cc1156c49c4dae388a8b80a3f32 [^]

Fixed issue 40878: 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
---