Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0041858 | Retail Modules | Web POS | public | 2019-09-20 00:38 | 2019-09-27 15:00 |
|
Reporter | guilleaer | |
Assigned To | guilleaer | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR19Q4 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0041858: Mobile platform should provide an input which can differentiate a value typed by a human or by a barcode scanner |
Description | 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 |
Steps To Reproduce | N/A |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | feature request | 0041859 | | closed | guilleaer | Modules | AWO should take advantage of smart scan input for qty inputs |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2019-09-20 00:38 | guilleaer | New Issue | |
2019-09-20 00:38 | guilleaer | Assigned To | => guilleaer |
2019-09-20 00:38 | guilleaer | OBNetwork customer | => No |
2019-09-20 00:38 | guilleaer | Triggers an Emergency Pack | => No |
2019-09-20 08:07 | hgbot | Checkin | |
2019-09-20 08:07 | hgbot | Note Added: 0114681 | |
2019-09-20 08:07 | hgbot | Status | new => resolved |
2019-09-20 08:07 | hgbot | Resolution | open => fixed |
2019-09-20 08:07 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/0e715f25fb00b6a37cc8e913cc935d92b9e28724 [^] |
2019-09-24 17:49 | guilleaer | Relationship added | blocks 0041859 |
2019-09-26 08:19 | hgbot | Checkin | |
2019-09-26 08:19 | hgbot | Note Added: 0114793 | |
2019-09-26 08:27 | hgbot | Checkin | |
2019-09-26 08:27 | hgbot | Note Added: 0114794 | |
2019-09-27 13:04 | hgbot | Checkin | |
2019-09-27 13:04 | hgbot | Note Added: 0114842 | |
2019-09-27 13:16 | hgbot | Checkin | |
2019-09-27 13:16 | hgbot | Note Added: 0114843 | |
2019-09-27 14:43 | hgbot | Checkin | |
2019-09-27 14:43 | hgbot | Note Added: 0114846 | |
2019-09-27 15:00 | marvintm | Review Assigned To | => marvintm |
2019-09-27 15:00 | marvintm | Status | resolved => closed |
2019-09-27 15:00 | marvintm | Fixed 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
|
|
|
|
(0114842)
|
hgbot
|
2019-09-27 13:04
|
|
|
|
(0114843)
|
hgbot
|
2019-09-27 13:16
|
|
|
|
(0114846)
|
hgbot
|
2019-09-27 14:43
|
|
|