Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0041858
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Retail Modules] Web POSminorhave not tried2019-09-20 00:382019-09-27 15:00
ReporterguilleaerView Statuspublic 
Assigned Toguilleaer 
PrioritynormalResolutionfixedFixed in VersionRR19Q4
StatusclosedFix in branchFixed in SCM revision0e715f25fb00
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0041858: Mobile platform should provide an input which can differentiate a value typed by a human or by a barcode scanner

DescriptionMobile 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 ReproduceN/A
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks feature request 0041859 closedguilleaer Modules AWO should take advantage of smart scan input for qty inputs 

-  Notes
(0114681)
hgbot (developer)
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 (developer)
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 (developer)
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 (developer)
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 (developer)
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 (developer)
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
---

- 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 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


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker