Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035750Retail ModulesWeb POSpublic2017-04-11 06:012017-05-02 11:57
guillermogil 
marvintm 
urgentmajoralways
closedfixed 
5
 
RR17Q3 
guilleaer
No
0035750: RFID is not active when you login on WebPOS
RFID is in a wrong status when you login on WebPOS although connection is established. (See image attached)
If you click the button it deactivates perfectly.

If it is configured and connection is established it should be active once logged in.

This rely on an status that RFID is active but WebPOS does not recognize it and products are not getting scanned but added in the buffer.

This has been tested with embiPOS device although it seems to be a sockets issue on WebPOS side.
Configure HardwareURL
Set Use RFID
Login on WebPOS

Once logged in you will see it is not connected
No tags attached.
png Screenshot from 2017-04-11 12-29-17.png (12,229) 2017-04-11 06:30
https://issues.openbravo.com/file_download.php?file_id=10665&type=bug
png

diff rfidMenu.diff (769) 2017-04-12 06:10
https://issues.openbravo.com/file_download.php?file_id=10670&type=bug
Issue History
2017-04-11 06:01guillermogilNew Issue
2017-04-11 06:01guillermogilAssigned To => Retail
2017-04-11 06:01guillermogilResolution time => 1493676000
2017-04-11 06:01guillermogilTriggers an Emergency Pack => No
2017-04-11 06:04guillermogilDescription Updatedbug_revision_view_page.php?rev_id=14993#r14993
2017-04-11 06:04guillermogilDescription Updatedbug_revision_view_page.php?rev_id=14994#r14994
2017-04-11 06:09guillermogilDescription Updatedbug_revision_view_page.php?rev_id=14995#r14995
2017-04-11 06:30guillermogilFile Added: Screenshot from 2017-04-11 12-29-17.png
2017-04-11 15:23hgbotCheckin
2017-04-11 15:23hgbotNote Added: 0095984
2017-04-11 15:23hgbotStatusnew => resolved
2017-04-11 15:23hgbotResolutionopen => fixed
2017-04-11 15:23hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b21bfc4f9aecfeb4e49ca917774c659f2cea0f2d [^]
2017-04-11 15:39marvintmAssigned ToRetail => marvintm
2017-04-12 06:00guillermogilNote Added: 0095994
2017-04-12 06:00guillermogilStatusresolved => new
2017-04-12 06:00guillermogilResolutionfixed => open
2017-04-12 06:10guillermogilFile Added: rfidMenu.diff
2017-04-12 06:10guillermogilNote Edited: 0095994bug_revision_view_page.php?bugnote_id=0095994#r15001
2017-04-12 13:37hgbotCheckin
2017-04-12 13:37hgbotNote Added: 0096031
2017-04-12 13:37hgbotStatusnew => resolved
2017-04-12 13:37hgbotResolutionopen => fixed
2017-04-12 13:37hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b21bfc4f9aecfeb4e49ca917774c659f2cea0f2d [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/530272df12d89d6a3e95e29a76169f6b8c0ab818 [^]
2017-05-02 11:57guilleaerReview Assigned To => guilleaer
2017-05-02 11:57guilleaerStatusresolved => closed
2017-05-02 11:57guilleaerFixed in Version => RR17Q3

Notes
(0095984)
hgbot   
2017-04-11 15:23   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: b21bfc4f9aecfeb4e49ca917774c659f2cea0f2d
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Apr 11 11:42:40 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b21bfc4f9aecfeb4e49ca917774c659f2cea0f2d [^]

Fixed issue 35750. Force removal of wrong css classes when initializing components, to ensure that no more than one class exists on the RFID components.

---
M web/org.openbravo.retail.posterminal/js/components/menu.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-right.js
---
(0095994)
guillermogil   
2017-04-12 06:00   
(edited on: 2017-04-12 06:10)
It is not working as expected.
If RFID is active but HWM not open you can see on scan button that it is on Error status but on Menu entry you will see it is Active, which is wrong.

See diff attached for solution.

(0096031)
hgbot   
2017-04-12 13:37   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 530272df12d89d6a3e95e29a76169f6b8c0ab818
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed Apr 12 09:19:18 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/530272df12d89d6a3e95e29a76169f6b8c0ab818 [^]

Fixed issue 35750. Offline css class will be set also in the case connected is false.

---
M web/org.openbravo.retail.posterminal/js/components/menu.js
---