Openbravo Issue Tracking System - Retail Modules
View Issue Details
0031747Retail ModulesWeb POSpublic2015-12-18 09:102015-12-29 12:24
jorge-garcia 
jorge-garcia 
normalminorsometimes
closedfixed 
5
 
RR16Q1 
Orekaria
No
0031747: Barcode scanner is working wrong in some scenarios
When use external input is checked in the backend for a terminal, some functionalities are executed wrong:
* Popups with only one button don't have set the default action
* If the code introduced is empty, the searching of the product must be avoided
1) Go to the backend, to the POS Terminal Type Window
2) Select a POS Terminal type and check in the header "Use External Input"
3) Try the barcode scanner or the keyboard in the POS.
No tags attached.
Issue History
2015-12-18 09:10jorge-garciaNew Issue
2015-12-18 09:10jorge-garciaAssigned To => jorge-garcia
2015-12-18 09:10jorge-garciaTriggers an Emergency Pack => No
2015-12-18 09:13jorge-garciaStatusnew => scheduled
2015-12-21 15:19hgbotCheckin
2015-12-21 15:19hgbotNote Added: 0082902
2015-12-21 15:19hgbotStatusscheduled => resolved
2015-12-21 15:19hgbotResolutionopen => fixed
2015-12-21 15:19hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/cfd898d0244346b1480c553f368ed907589bc8ae [^]
2015-12-21 15:20hgbotCheckin
2015-12-21 15:20hgbotNote Added: 0082904
2015-12-29 10:48hgbotCheckin
2015-12-29 10:48hgbotNote Added: 0083037
2015-12-29 12:24OrekariaReview Assigned To => Orekaria
2015-12-29 12:24OrekariaStatusresolved => closed
2015-12-29 12:24OrekariaFixed in Version => RR16Q1

Notes
(0082902)
hgbot   
2015-12-21 15:19   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: cfd898d0244346b1480c553f368ed907589bc8ae
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Dec 18 09:15:19 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/cfd898d0244346b1480c553f368ed907589bc8ae [^]

Fixed issue 31747: Barcode scanner is working wrong in some scenarios

This commit fixes this scenario:
* If the code introduced for searching a product is empty, the searching
function must be avoided.

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboardorder.js
---
(0082904)
hgbot   
2015-12-21 15:20   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: b6ad63fe5c43b1fb8120e317a381e6aed3625cc5
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Dec 18 12:28:27 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/b6ad63fe5c43b1fb8120e317a381e6aed3625cc5 [^]

Related to issue 31747: Barcode scanner is working wrong in some scenarios

This commit fixes this scenario:
* Confirmation popups must have a defaultaction in the OK button.

---
M web/org.openbravo.mobile.core/source/utils/ob-utilitiesui.js
---
(0083037)
hgbot   
2015-12-29 10:48   
Repository: tools/automation/pi-mobile
Changeset: 803b1795362282f2d55909e360c572e125eff372
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Dec 29 09:51:11 2015 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/803b1795362282f2d55909e360c572e125eff372 [^]

Verifies issue 31747: Barcode scanner is working wrong in some scenarios

Added some tests to verifiy some scenarios:
* ExternalInputForbiddenInPaymentWindow
* I31747_ConfirmationPopUpWithDefaultAction

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/externalInput/ExternalInputForbiddenInPaymentWindow.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/externalInput/I31747_ConfirmationPopUpWithDefaultAction.java
---