You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
name of issue screenshot
The text was updated successfully, but these errors were encountered:
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
Expected result
The system should query the server and load the datatable with the transaction, enabling further processing.
Current result
Console error as before.
name of issue
screenshotThe text was updated successfully, but these errors were encountered: