Openbravo Issue Tracking System - Retail Modules
View Issue Details
0034730Retail ModulesWeb POSpublic2016-11-03 17:242017-01-17 13:00
migueldejuana 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR16Q4.1RR16Q4.1 
marvintm
pi
No
0034730: RFID is not activated after closing popup
RFID is not activated after closing popup. If we have RFID activated and ready to read and a popup is opened(RFID is not active because the focus is in the popup), after closing it, the RFID should be activated again.
- Enable RFID
 * Set to Y RFID preference
 * In Pos Terminal Type, check "Use RFID"
 * In Pos terminal, set Hardware URL with http://localhost:8090/printer [^]
- Start hardware manager
- Login
- The RFID image is green
- In Hardware Manager in RFID tab, enter "303C000000A5DDC000000001" code and send it
- An error popup is shown, close it
- ERROR! The RFID image is red (inactive)
No tags attached.
blocks defect 0034381 closed ranjith_qualiantech_com RFID is not activated after closing popup 
patch issue 34730 source posterminal 7079.patch (5,252) 2016-12-16 13:10
https://issues.openbravo.com/file_download.php?file_id=10183&type=bug
patch issue 34730 test 6033.patch (5,509) 2016-12-16 13:11
https://issues.openbravo.com/file_download.php?file_id=10184&type=bug
Issue History
2016-12-14 14:34marvintmTypedefect => backport
2016-12-14 14:34marvintmTarget Version => RR16Q4.1
2016-12-16 12:43ranjith_qualiantech_comFile Added: issue 34730 source posterminal 7079.patch
2016-12-16 12:43ranjith_qualiantech_comFile Added: issue 34730 test 6033.patch
2016-12-16 12:54ranjith_qualiantech_comFile Deleted: issue 34730 source posterminal 7079.patch
2016-12-16 12:54ranjith_qualiantech_comFile Deleted: issue 34730 test 6033.patch
2016-12-16 13:10ranjith_qualiantech_comFile Added: issue 34730 source posterminal 7079.patch
2016-12-16 13:11ranjith_qualiantech_comFile Added: issue 34730 test 6033.patch
2016-12-19 09:46hgbotCheckin
2016-12-19 09:46hgbotNote Added: 0092754
2016-12-19 09:46hgbotStatusscheduled => resolved
2016-12-19 09:46hgbotResolutionopen => fixed
2016-12-19 09:46hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6ca3dad642244c8e86e92609efae572b9fae8ecd [^] => http://code.openbravo.com/retail/backports/3.0RR16Q4.1/org.openbravo.retail.posterminal/rev/19895b54552717d55ac3aadf509652446dfabc0a [^]
2017-01-17 13:00marvintmReview Assigned To => marvintm
2017-01-17 13:00marvintmStatusresolved => closed
2017-01-17 13:00marvintmFixed in Version => RR16Q4.1

Notes
(0092754)
hgbot   
2016-12-19 09:46   
Repository: retail/backports/3.0RR16Q4.1/org.openbravo.retail.posterminal
Changeset: 19895b54552717d55ac3aadf509652446dfabc0a
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Dec 19 14:15:57 2016 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR16Q4.1/org.openbravo.retail.posterminal/rev/19895b54552717d55ac3aadf509652446dfabc0a [^]

Fixes issue 34730 : Connect/Disconnect RFID when popup/modal is opened

* By default, set scanMode as true to enable RFID by default
* RFID should be disabled, when search, payment tab is showing
* Disconnect RFID when popup/modal is opened, Connect RFID when popup/modal is closed

---
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js
M web/org.openbravo.retail.posterminal/js/utils/preScanningFocusHook.js
M web/org.openbravo.retail.posterminal/js/utils/rfidWebsocket.js
---