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

View Revisions: Issue #40380 All Revisions ] Back to Issue ]
Summary 0040380: The focus is lost after completing one ticket if the preference OBPOS_closeDrawerBeforeContinue is Y
Revision 2019-03-15 11:05 by ranjith_qualiantech_com
Steps To Reproduce [BO]

Configure the UPC of one product (Avalanche transceiver - 222)

Configure terminal type to use external input

Configure the preference Web POS Close Drawer Before Continue to Y

[POS]

Using developers tools > Console register this hook:

OB.UTIL.HookManager.registerHook('OBPOS_PreOrderSave', function(args, callbacks) {
  OB.Dal.find(OB.Model.Session, {}, function () {
    OB.UTIL.HookManager.callbackExecutor(args, callbacks);
  });
});


Create one ticket

Scan the product using UPC 222

Complete the ticket

Try to scan again the product using UPC 222.

You will need to click again on Scan button because the focus is lost.
Revision 2019-03-14 14:17 by ranjith_qualiantech_com
Steps To Reproduce
[BO]

Configure the UPC of one product (Avalanche transceiver - 222)

Configure terminal type to use external input

Configure the preference Web POS Open Drawer approval Menu to Y

[POS]

Using developers tools > Console register this hook:

OB.UTIL.HookManager.registerHook('OBPOS_PreOrderSave', function(args, callbacks) {
  OB.Dal.find(OB.Model.Session, {}, function () {
    OB.UTIL.HookManager.callbackExecutor(args, callbacks);
  });
});


Create one ticket

Scan the product using UPC 222

Complete the ticket

Try to scan again the product using UPC 222.

You will need to click again on Scan button because the focus is lost.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker