wallacepos icon indicating copy to clipboard operation
wallacepos copied to clipboard

Global Ref Lookup not working

Open leonleslie opened this issue 6 years ago • 0 comments

Global Ref Lookup. Please confirm if I am wrong but this feature on the terminal is used to pull sales transactions which may be on the server and not on local storage.

Context

This is an important feature to ensure that we can find or complete transactions outside of the browser storage limits.

An attempt to query resulted in the following error.

jquery-2.2.0.min.js:4 [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. send @ jquery-2.2.0.min.js:4 core.js:86 No appcache update found transactions.js:68 Uncaught TypeError: Cannot read property 'split' of undefined at mData (transactions.js:68) at datatables.min.js:30 at Object.b.fnGetData (datatables.min.js:24) at B (datatables.min.js:29) at Ha (datatables.min.js:36) at N (datatables.min.js:28) at r. (datatables.min.js:129) at r.iterator (datatables.min.js:111) at r. (datatables.min.js:128) at Function.add (datatables.min.js:114)

Process

  1. User goes to the terminal sales tab.
  2. Enter a reference in the Global Ref Lookup
  3. Click Go

Expected result

The system should query the server and load the datatable with the transaction, enabling further processing.

Current result

Console error as before. screen shot 2018-09-12 at 8 18 02 pm

name of issue screenshot

leonleslie avatar Sep 13 '18 00:09 leonleslie