Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037439Retail ModulesWeb POS Hardware Managerpublic2017-12-07 09:092018-01-05 09:32
guillermogil 
jorge-garcia 
normalmajoralways
closedfixed 
5
 
RR18Q2 
guilleaer
No
0037439: RFID websocket needs to be created without activating the RFID device
RFID websocket needs to be created without activating the RFID device under some circumstances such as create the Socket in CashUp, Cash Mgmg, etc...
Configure RFID
Open HWM
Login on WebPOS
Go to Cashup
Refresh WebPOS

You will see that RFID is active for a second
The startup of the socket need to allow if activate the device or not
No tags attached.
Issue History
2017-12-07 09:09guillermogilNew Issue
2017-12-07 09:09guillermogilAssigned To => Retail
2017-12-07 09:09guillermogilResolution time => 1514415600
2017-12-07 09:09guillermogilTriggers an Emergency Pack => No
2017-12-07 16:58guillermogilPriorityurgent => normal
2017-12-12 15:58ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2017-12-12 15:58ranjith_qualiantech_comStatusnew => scheduled
2017-12-13 10:22ranjith_qualiantech_comAssigned Toranjith_qualiantech_com => Retail
2017-12-13 10:22ranjith_qualiantech_comStatusscheduled => acknowledged
2018-01-03 16:20jorge-garciaStatusacknowledged => scheduled
2018-01-03 16:20jorge-garciaAssigned ToRetail => jorge-garcia
2018-01-04 08:54hgbotCheckin
2018-01-04 08:54hgbotNote Added: 0101542
2018-01-04 08:55hgbotCheckin
2018-01-04 08:55hgbotNote Added: 0101543
2018-01-04 08:55hgbotStatusscheduled => resolved
2018-01-04 08:55hgbotResolutionopen => fixed
2018-01-04 08:55hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.poshwmanager.sources/rev/ebf3eeb8aaacfc5fce3c4b4269f1ec5aca792b3f [^]
2018-01-04 09:30jorge-garciaNote Added: 0101544
2018-01-05 09:32guilleaerReview Assigned To => guilleaer
2018-01-05 09:32guilleaerStatusresolved => closed
2018-01-05 09:32guilleaerFixed in Version => RR18Q2

Notes
(0101542)
hgbot   
2018-01-04 08:54   
Repository: erp/pmods/org.openbravo.retail.poshwmanager
Changeset: b2bda9b8546b4382feee60dd418cc4f2a8cedd29
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu Jan 04 08:53:47 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.poshwmanager/rev/b2bda9b8546b4382feee60dd418cc4f2a8cedd29 [^]

Related to issue 37439: RFID websocket needs to be created without activating
the RFID device

New version of hardaware manager.

The solution is when the webscoket is created, to start the device as
disconnected.

---
M bin/poshw.jar
M bin/rev.id
---
(0101543)
hgbot   
2018-01-04 08:55   
Repository: erp/pmods/org.openbravo.retail.poshwmanager.sources
Changeset: ebf3eeb8aaacfc5fce3c4b4269f1ec5aca792b3f
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu Jan 04 08:52:19 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.poshwmanager.sources/rev/ebf3eeb8aaacfc5fce3c4b4269f1ec5aca792b3f [^]

Fixed issue 37439: RFID websocket needs to be created without activating
the RFID device

The solution is when the webscoket is created, to start the device as
disconnected.

---
M project/src/com/openbravo/poshw/RFIDScreenWebSocketHandler.java
---
(0101544)
jorge-garcia   
2018-01-04 09:30   
Each implementation of RFID devices should implement if the device should be connected or disconnected when the websocket is created.

The standard of Openbravo is to disconnect the RFID device when the websocket is created and wait until the webPOS send the command to connect the device (if it is necessary).