Openbravo Issue Tracking System - Retail Modules
View Issue Details
0034004Retail ModulesWeb POSpublic2016-09-15 14:562016-10-27 08:43
paul_guiot 
jorge-garcia 
normalmajoralways
closedfixed 
5
 
 
marvintm
No
0034004: [SERQA 1709] Not homogeneous keyboard use
The external (Physical) keyboard does not work in some case.
In the WEBPOS (https://livebuilds.openbravo.com/retail_pi_pgsql/web/org.openbravo.retail.posterminal/?terminal=VBS-1#retail.pointofsale [^])
User: VallBlanca
Pswd: openbravo

- Click on "Search"
- Select a product (eg: Adhesive Body warmers);
- Click on the amount;
- Make sure the Cash is selected and try to insert numbers via the external keyboard.

See video
Both (external and virtual) keyboards should work.
No tags attached.
related to defect 0033608 closed ranjith_qualiantech_com [RR16Q3][RFIDIntegration] When a new Web POS is opened to use an already used RFID it must be shown a disabled icon 
causes defect 0034113 closed shivum039 [SERQA 1709] Checking "Use External Input", is not possible to add text in search panel 
? 6603.mp4 (873,784) 2016-09-15 14:56
https://issues.openbravo.com/file_download.php?file_id=9822&type=bug
Issue History
2016-09-15 14:56paul_guiotNew Issue
2016-09-15 14:56paul_guiotAssigned To => Retail
2016-09-15 14:56paul_guiotFile Added: 6603.mp4
2016-09-15 14:56paul_guiotResolution time => 1474495200
2016-09-15 14:56paul_guiotTriggers an Emergency Pack => No
2016-09-23 08:40jorge-garciaStatusnew => scheduled
2016-09-23 08:40jorge-garciaAssigned ToRetail => jorge-garcia
2016-09-23 14:04jorge-garciaRelationship addedrelated to 0033608
2016-09-27 10:39hgbotCheckin
2016-09-27 10:39hgbotNote Added: 0090285
2016-09-27 10:39hgbotStatusscheduled => resolved
2016-09-27 10:39hgbotResolutionopen => fixed
2016-09-27 10:39hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2b50d05ea127d8223da543a617c76e212302c8af [^]
2016-09-27 10:40hgbotCheckin
2016-09-27 10:40hgbotNote Added: 0090286
2016-09-27 10:41hgbotCheckin
2016-09-27 10:41hgbotNote Added: 0090287
2016-09-28 10:29asiermartirenaRelationship addedrelated to 0034113
2016-09-28 10:29asiermartirenaRelationship deletedrelated to 0034113
2016-09-28 10:29asiermartirenaRelationship addedcauses 0034113
2016-09-30 13:21marvintmReview Assigned To => marvintm
2016-09-30 13:21marvintmStatusresolved => closed
2016-10-27 08:43hgbotCheckin
2016-10-27 08:43hgbotNote Added: 0090936

Notes
(0090285)
hgbot   
2016-09-27 10:39   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 2b50d05ea127d8223da543a617c76e212302c8af
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Sep 23 14:04:53 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2b50d05ea127d8223da543a617c76e212302c8af [^]

Fixed issue 34004: [SERQA 1709] Not homogeneous keyboard use

The actual implementation of RFID doesn’t allow to separate it from the
scanMode variable and the Use external Input flows.

The solution is to force the stop of the RFID when the payment tab is showed.
Due to this change, it’s necessary to implement a new function to recover the
focus in the focuskeeper input.

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js
---
(0090286)
hgbot   
2016-09-27 10:40   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 8e0dbeeca70d2aa24c9e111c8f7014dcf2c1ebf2
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Sep 26 12:42:19 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/8e0dbeeca70d2aa24c9e111c8f7014dcf2c1ebf2 [^]

Related to issue 34004: [SERQA 1709] Not homogeneous keyboard use

Change keeperBlur function to keep in a proper way the focus in the
focusKeeper.

---
M web/org.openbravo.mobile.core/source/component/ob-terminal-component.js
---
(0090287)
hgbot   
2016-09-27 10:41   
Repository: tools/automation/pi-mobile
Changeset: 8a49ddd8121afaaa1051ad05db36c349719a78a5
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Sep 26 13:44:28 2016 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/8a49ddd8121afaaa1051ad05db36c349719a78a5 [^]

Verifies issue 34004: [SERQA 1709] Not homogeneous keyboard use

Added test I34004_EnableKeyboardAndDisableRFIDInPaymentsTab

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/externalInput/I34004_EnableKeyboardAndDisableRFIDInPaymentsTab.java
---
(0090936)
hgbot   
2016-10-27 08:43   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: d162e7597bf63ab24e7e16bbd30f88739f353a0a
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Wed Oct 26 17:46:45 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d162e7597bf63ab24e7e16bbd30f88739f353a0a [^]

Related to issue 34004: [SERQA 1709] Not homogeneous keyboard use

Since the change in search tab, it's necessary to manually update
the scanning focus to true.

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js
---