Openbravo Issue Tracking System - Retail Modules
View Issue Details
0042491Retail ModulesWeb POSpublic2019-12-09 13:412019-12-16 13:03
JONHM 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR20Q1 
jorge-garcia
No
0042491: RFID scanFocus is set as ON after incremental refresh, even if there is a popup opened
RFID scanFocus is set as ON after incremental refresh, even if there is a popup opened. If there is any popup shown on POS, RFID should be disabled.
* Configure RFID in backend:

- "Channel - Touchpoint" window:
  Set Hardware URL: http://localhost:8090/printer [^]

- "Channel - Touchpoint Type" window:
  Turn ON the [Use RFID] flag
  Turn ON the [Use External Input] flag
  Set "Time to Incrementally Refresh Masterdata (in minutes)" to 2
  Set "Time to Show Incremental Refresh Popup (in minutes)" to 1

* Start Hardware Manager

* Start Web POS:
  Check if RFID is on
     - OB.UTIL.RfidController.get('isRFIDEnabled') should be TRUE
  Open a popup (Menu > Verified Return)
     - OB.UTIL.RfidController.get('isRFIDEnabled') should be FALSE
  Wait for the incremental refresh
     - After this point, the isRFIDEnabled variable should be set as FALSE, as there is one popup opened, but is set as TRUE instead.
No tags attached.
Issue History
2019-12-09 13:41JONHMNew Issue
2019-12-09 13:41JONHMAssigned To => Retail
2019-12-09 13:41JONHMResolution time => 1577055600
2019-12-09 13:41JONHMTriggers an Emergency Pack => No
2019-12-11 15:28ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2019-12-12 08:16ranjith_qualiantech_comStatusnew => scheduled
2019-12-16 07:40hgbotCheckin
2019-12-16 07:40hgbotNote Added: 0116321
2019-12-16 07:40hgbotStatusscheduled => resolved
2019-12-16 07:40hgbotResolutionopen => fixed
2019-12-16 07:40hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/79b1435cc6e91ce9bb1096adb48739e200b11320 [^]
2019-12-16 13:03jorge-garciaReview Assigned To => jorge-garcia
2019-12-16 13:03jorge-garciaNote Added: 0116343
2019-12-16 13:03jorge-garciaStatusresolved => closed
2019-12-16 13:03jorge-garciaFixed in Version => RR20Q1

Notes
(0116321)
hgbot   
2019-12-16 07:40   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 79b1435cc6e91ce9bb1096adb48739e200b11320
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Dec 16 12:09:08 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/79b1435cc6e91ce9bb1096adb48739e200b11320 [^]

Fixed issue 42491 : Scanning Focus should be updated when master data is reloaded

* RFID should not be connect/disconnect directly. It should be done via scanningFocus

---
M web/org.openbravo.retail.posterminal/js/utils/ob-utilitiesuipos.js
---
(0116343)
jorge-garcia   
2019-12-16 13:03   
Code reviewed and tested