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

View Revisions: Issue #43038 All Revisions ] Back to Issue ]
Summary 0043038: The preference "Web POS Select Printer" doesn't work.
Revision 2020-01-29 18:09 by guilleaer
Steps To Reproduce CASE 1

Preconditions:
- In Channel Touchpoint Type, uncheck the flag "Select Printer Always" for terminal VBS-1.
- Configure the preference "Web POS Select Printer" as N for a manual role(Cashier Vallblanca in livebuilds retail with module).

Steps:
1. Login to WebPOS VBS-1 terminal, with the role from step 2.
-> The option "Select Printer" is still visible but when you click on it nothing happens (with an automatic role it works)


CASE 2:

Preconditions:
- In Channel Touchpoint Type, check the flag "Select Printer Always" for terminal VBS-1.
- Configure the preference "Web POS Select Printer" as N for a manual role(Cashier Vallblanca in livebuilds retail with module).

Steps:
1. Login to WebPOS with the role from step 2.
-> The option "Select Printer" is hidden.

summary:
Preference value does not affect to the visibility on the menu but makes the click action work or not.
The logic to show or not the menu entry is based on the value of the flag "Select Printer Always" of Touchpoint Type

current code to manage display logic

displayLogic: function() {
if (
!OB.MobileApp.model.get('terminal').terminalType.selectprinteralways &&
_.any(OB.POS.modelterminal.get('hardwareURL'), function(printer) {
return printer.hasReceiptPrinter;
})
) {
this.show();
} else {
this.hide();
}
}
Revision 2020-01-29 17:14 by barbararoncato
Steps To Reproduce CASE 1

Preconditions:
- In Channel Touchpoint Type, uncheck the flag "Select Printer Always" for terminal VBS-1.
- Configure the preference "Web POS Select Printer" as N for a manual role(Cashier Vallblanca in livebuilds retail with module).

Steps:
1. Login to WebPOS VBS-1 terminal, with the role from step 2.
-> The option "Select Printer" is still visible.


CASE 2:

Preconditions:
- In Channel Touchpoint Type, check the flag "Select Printer Always" for terminal VBS-1.
- Configure the preference "Web POS Select Printer" as N for a manual role(Cashier Vallblanca in livebuilds retail with module).

Steps:
1. Login to WebPOS with the role from step 2.
-> The option "Select Printer" is hidden.
Revision 2020-01-29 15:19 by barbararoncato
Steps To Reproduce 1. Login to backend.
2. Configure the preference "Web POS Select Printer" as N for a specific role.
3. Login to WebPOS with the role from step 2.
4. The option "Select Printer" is still visible.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker