Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global Ref Lookup not working #146

Open
leonleslie opened this issue Sep 13, 2018 · 0 comments
Open

Global Ref Lookup not working #146

leonleslie opened this issue Sep 13, 2018 · 0 comments

Comments

@leonleslie
Copy link

leonleslie commented Sep 13, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant