Openbravo Issue Tracking System - Retail Modules
View Issue Details
0041858Retail ModulesWeb POSpublic2019-09-20 00:382019-09-27 15:00
guilleaer 
guilleaer 
normalminorhave not tried
closedfixed 
5
 
RR19Q4 
marvintm
No
0041858: Mobile platform should provide an input which can differentiate a value typed by a human or by a barcode scanner
Mobile platform should provide an input which can differentiate a value typed by a human or by a barcode scanner

Example:
Imagine that you have an input where you should write the SK of a locator, but this locator has also a UPC code.
Using the same input, user can write manually the SK of the locator or scan the locator.
Once the locator is scanned, the input should detect it allowing to the developer to search the proper locator and finally write in the input the SK
N/A
No tags attached.
blocks feature request 0041859 closed guilleaer Modules AWO should take advantage of smart scan input for qty inputs 
Issue History
2019-09-20 00:38guilleaerNew Issue
2019-09-20 00:38guilleaerAssigned To => guilleaer
2019-09-20 00:38guilleaerTriggers an Emergency Pack => No
2019-09-20 08:07hgbotCheckin
2019-09-20 08:07hgbotNote Added: 0114681
2019-09-20 08:07hgbotStatusnew => resolved
2019-09-20 08:07hgbotResolutionopen => fixed
2019-09-20 08:07hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/0e715f25fb00b6a37cc8e913cc935d92b9e28724 [^]
2019-09-24 17:49guilleaerRelationship addedblocks 0041859
2019-09-26 08:19hgbotCheckin
2019-09-26 08:19hgbotNote Added: 0114793
2019-09-26 08:27hgbotCheckin
2019-09-26 08:27hgbotNote Added: 0114794
2019-09-27 13:04hgbotCheckin
2019-09-27 13:04hgbotNote Added: 0114842
2019-09-27 13:16hgbotCheckin
2019-09-27 13:16hgbotNote Added: 0114843
2019-09-27 14:43hgbotCheckin
2019-09-27 14:43hgbotNote Added: 0114846
2019-09-27 15:00marvintmReview Assigned To => marvintm
2019-09-27 15:00marvintmStatusresolved => closed
2019-09-27 15:00marvintmFixed in Version => RR19Q4

Notes
(0114681)
hgbot   
2019-09-20 08:07   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 0e715f25fb00b6a37cc8e913cc935d92b9e28724
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Fri Sep 20 00:47:54 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/0e715f25fb00b6a37cc8e913cc935d92b9e28724 [^]

Fixed issue 41858: New input component was created -OB.UI.SmartScanInput-

This input will differenciate if the value inserted in the input comes from a barcode scanner or from a human entry.
It will allow to developer to react to scans.

This component works taking advantage of debounce function provided by underscore
https://underscorejs.org/#debounce [^]

---
M web/org.openbravo.mobile.core/source/component/ob-commonbuttons.js
---
(0114793)
hgbot   
2019-09-26 08:19   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 78d35a80645995949017c1be50663e57915bc476
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Thu Sep 26 08:19:09 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/78d35a80645995949017c1be50663e57915bc476 [^]

Related to issue 41858: Improve scan detection based on speed pressing keys

---
M src-db/database/sourcedata/AD_PREFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M web/org.openbravo.mobile.core/source/component/ob-commonbuttons.js
---
(0114794)
hgbot   
2019-09-26 08:27   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 0a939c6d924fb574a81e3b5984fe26be4d80702b
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Thu Sep 26 08:26:58 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/0a939c6d924fb574a81e3b5984fe26be4d80702b [^]

Related to issue 41858: Fix typo - correct preference search key

---
M web/org.openbravo.mobile.core/source/component/ob-commonbuttons.js
---
(0114842)
hgbot   
2019-09-27 13:04   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 332ff58aeff2bf79024ee424e09ce47f2f2b415e
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Fri Sep 27 13:04:11 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/332ff58aeff2bf79024ee424e09ce47f2f2b415e [^]

Related to issue 41858: Fix function name - Use value instead of qty

---
M web/org.openbravo.mobile.core/source/component/ob-commonbuttons.js
---
(0114843)
hgbot   
2019-09-27 13:16   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: e874bc4e82f70188054429a995ff751fc4f63d11
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Fri Sep 27 13:16:23 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/e874bc4e82f70188054429a995ff751fc4f63d11 [^]

Related to issue 41858: Scan only will be detected when pressed Keys > 2

---
M web/org.openbravo.mobile.core/source/component/ob-commonbuttons.js
---
(0114846)
hgbot   
2019-09-27 14:43   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: d3fc8c91c37e6ccb8b24ad80a9f6044cfeca5631
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Fri Sep 27 14:42:38 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/d3fc8c91c37e6ccb8b24ad80a9f6044cfeca5631 [^]

Related to issue 41858: Remove message when scan is detected. Not needed

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