Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0044193 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2020-05-26 16:05 | 2020-06-09 18:40 | |||
Reporter | Leyre | View Status | public | |||||
Assigned To | ranjith_qualiantech_com | |||||||
Priority | high | Resolution | fixed | Fixed in Version | RR20Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 4937fbc7aa0e | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | marvintm | |||||||
OBNetwork customer | Gold | |||||||
Support ticket | 16211 | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0044193: RFID incorrect status when the Terminal is refreshed and pop-up is open | |||||||
Description | RFID incorrect status when the Terminal is refreshed and pop-up is open | |||||||
Steps To Reproduce | Changes in the code, in an updated local environment: 1) Add a new hook, to implement a pop-up when loading a new receipt: path: modules/org.openbravo.retail.posterminal/web/org.openbravo.retail.posterminal/js/hookTest.js code: OB.UTIL.HookManager.registerHook('OBPOS_NewReceipt', function(args, callbacks) { OB.UTIL.showConfirmation.display('pruebaTitulo', 'pruebaBody', [{ label: OB.I18N.getLabel('OBMOBC_LblOk'), isConfirmButton: true, action: function() { console.log("aaaaaaaa"); } }]); OB.UTIL.HookManager.callbackExecutor(args, callbacks); }); 2) Add the new .js to the component provider: path: /modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/OBPOSComponentProvider.java Backend: 1) Configure the RFID for a Channel Touchpoint Type: Use External Input = Yes; RFID = Yes 2) Configure the printer in the Channel - Touchpoint: Hardware URL = http://localhost:8090/printer [^] Web POS: 1) Open HWM 2) Open the POS Terminal Result: Verify that the RFID is active with the pop-up open. Expected result: The RFID should be disabled if there is an open pop up | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0120558) hgbot (developer) 2020-06-03 07:18 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 4937fbc7aa0e71394cb24cad578bfccbf1971d02 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Wed Jun 03 10:48:37 2020 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4937fbc7aa0e71394cb24cad578bfccbf1971d02 [^] Fixed issue-44193 : ScanningFocus hook should be invoked when RFID connection is startd * When starting RFID connection, RFID should be connected based on the validation in ScanningFocus hook --- M web/org.openbravo.retail.posterminal/js/utils/rfidWebsocket.js --- |
![]() |
|||
Date Modified | Username | Field | Change |
2020-05-26 16:05 | Leyre | New Issue | |
2020-05-26 16:05 | Leyre | Assigned To | => Retail |
2020-05-26 16:05 | Leyre | OBNetwork customer | => Gold |
2020-05-26 16:05 | Leyre | Support ticket | => 16211 |
2020-05-26 16:05 | Leyre | Resolution time | => 1592258400 |
2020-05-26 16:05 | Leyre | Triggers an Emergency Pack | => No |
2020-06-02 12:51 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2020-06-03 07:14 | ranjith_qualiantech_com | Status | new => scheduled |
2020-06-03 07:18 | hgbot | Checkin | |
2020-06-03 07:18 | hgbot | Note Added: 0120558 | |
2020-06-03 07:18 | hgbot | Status | scheduled => resolved |
2020-06-03 07:18 | hgbot | Resolution | open => fixed |
2020-06-03 07:18 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4937fbc7aa0e71394cb24cad578bfccbf1971d02 [^] |
2020-06-09 18:40 | marvintm | Review Assigned To | => marvintm |
2020-06-09 18:40 | marvintm | Status | resolved => closed |
2020-06-09 18:40 | marvintm | Fixed in Version | => RR20Q3 |
2020-07-07 12:44 | Leyre | Relationship added | related to 0044568 |
Copyright © 2000 - 2009 MantisBT Group |