Openbravo Issue Tracking System - Retail Modules | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0044193 | Retail Modules | Web POS | public | 2020-05-26 16:05 | 2020-06-09 18:40 | |||||||
Reporter | Leyre | |||||||||||
Assigned To | ranjith_qualiantech_com | |||||||||||
Priority | high | Severity | major | Reproducibility | always | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | ||||||||||||
Target Version | Fixed in Version | RR20Q3 | ||||||||||
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 | |||||||||||
Proposed Solution | ||||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
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 |
Notes | |||||
|
|||||
|
|