Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0044193
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2020-05-26 16:052020-06-09 18:40
ReporterLeyreView Statuspublic 
Assigned Toranjith_qualiantech_com 
PriorityhighResolutionfixedFixed in VersionRR20Q3
StatusclosedFix in branchFixed in SCM revision4937fbc7aa0e
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0044193: RFID incorrect status when the Terminal is refreshed and pop-up is open

DescriptionRFID incorrect status when the Terminal is refreshed and pop-up is open
Steps To ReproduceChanges 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
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0044568 closedranjith_qualiantech_com Incorrect RFID status when opening a popup 

-  Notes
(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
---

- 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 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
Powered by Mantis Bugtracker