Openbravo Issue Tracking System - Retail Modules
View Issue Details
0036759Retail ModulesWeb POS Hardware Managerpublic2017-08-31 13:172017-10-13 11:54
jorgewederago 
jorge-garcia 
normalmajorhave not tried
closedfixed 
5
 
RR18Q1 
marvintm
No
0036759: RFID should be off while loading the WebPOS
RFID should not be able to perform any scan action while WebPOS is loading.
It is causing errors in WebPOS and also it is adding the products to the buffer.
Configure RFID:
*Check use RFID from POSTerminal Type window
*In POS Terminal window set the Hardware Manager URL
*Open Hardware Manager with RFID activated.
*Log in into WebPOS while having a RFID tag near the RFID reader.
*Several javascript errors will be shown in the window in the case something is scanned while loading.
Deactivate RFID while the WebPOS is loading.
No tags attached.
Issue History
2017-08-31 13:17jorgewederagoNew Issue
2017-08-31 13:17jorgewederagoAssigned To => Retail
2017-08-31 13:17jorgewederagoResolution time => 1505944800
2017-08-31 13:17jorgewederagoTriggers an Emergency Pack => No
2017-08-31 13:18jorgewederagoPriorityhigh => normal
2017-08-31 13:22guillermogilDescription Updatedbug_revision_view_page.php?rev_id=15769#r15769
2017-08-31 13:22guillermogilSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=15771#r15771
2017-09-29 11:30marvintmResolution time1505944800 => 1507586400
2017-09-29 11:30marvintmTypedesign defect => defect
2017-10-03 11:16jorge-garciaAssigned ToRetail => jorge-garcia
2017-10-03 13:35jorge-garciaStatusnew => scheduled
2017-10-09 10:47marvintmReview Assigned To => marvintm
2017-10-09 10:47marvintmNote Added: 0099822
2017-10-09 10:47marvintmStatusscheduled => closed
2017-10-09 10:47marvintmResolutionopen => no change required
2017-10-09 10:47marvintmStatusclosed => new
2017-10-09 10:47marvintmResolutionno change required => open
2017-10-09 10:47marvintmStatusnew => scheduled
2017-10-09 10:47marvintmNote Deleted: 0099822
2017-10-10 08:53hgbotCheckin
2017-10-10 08:53hgbotNote Added: 0099842
2017-10-10 08:53hgbotCheckin
2017-10-10 08:53hgbotNote Added: 0099843
2017-10-10 08:53hgbotStatusscheduled => resolved
2017-10-10 08:53hgbotResolutionopen => fixed
2017-10-10 08:53hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e76aa6f1ab3329ee4f3c8a3c59bc95771b6bdd00 [^]
2017-10-13 11:54marvintmStatusresolved => closed
2017-10-13 11:54marvintmFixed in Version => RR18Q1

Notes
(0099842)
hgbot   
2017-10-10 08:53   
Repository: tools/automation/pi-mobile
Changeset: b8674a79d90a108a11389d7f511b547964e2b16d
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Oct 06 11:07:11 2017 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/b8674a79d90a108a11389d7f511b547964e2b16d [^]

Related to issue 36759: RFID should be off while loading the WebPOS

Change a bit the structure of RFID terminal defined for test to
wait until the pointofsale window is rendered.

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/terminals/WebPOSRFIDTerminalHelper.java
---
(0099843)
hgbot   
2017-10-10 08:53   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: e76aa6f1ab3329ee4f3c8a3c59bc95771b6bdd00
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Oct 09 16:53:51 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e76aa6f1ab3329ee4f3c8a3c59bc95771b6bdd00 [^]

Fixed issue 36759: RFID should be off while loading the WebPOS

The solution is to deactivate RFID and barcode scanner during the
login of webPOS.

The deactivation of RFID and barcode scanner should be done
when RFID is started.

---
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
---