wallacepos
wallacepos copied to clipboard
Global Ref Lookup not working
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.
Process
- User goes to the terminal sales tab.
- Enter a reference in the Global Ref Lookup
- 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.