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

Barcode scanner configuration problem #944

Open
ladismrkolj opened this issue Jan 17, 2018 · 9 comments
Open

Barcode scanner configuration problem #944

ladismrkolj opened this issue Jan 17, 2018 · 9 comments

Comments

@ladismrkolj
Copy link

System Information

  • PartKeepr Version: 1.3
  • Reproducible on the demo system: Yes
    bar1
    bar2

How to reproduce

On the "Barcode Scanner Configuration" I tried to configure action, but after clicking update, is shows no action selected, and it doesn't work. This also doesn't work on demo.
This is how I tried to configure barcode scanner (correct me if I am wrong):

  1. Added modifier and hotkey
  2. click ADD
  3. enter Code and select action
  4. click Update
    Fill in any steps to reproduce the issue. A good description of an issue would be:
@Drachenkaetzchen
Copy link
Member

Works fine for me, maybe try another browser. From the screenshots it looks like you're using IE or Edge, which I both dont have

@Drachenkaetzchen
Copy link
Member

Oh nevermind - I was able to reproduce the issue. Yes, it seems to be a display bug - when you edit the row the action is shown.

@ladismrkolj
Copy link
Author

Thanks, I got it working now, maybe add it to bugs list.

@Drachenkaetzchen
Copy link
Member

yes, just leave the issue open and I'll eventually fix it

@ladismrkolj
Copy link
Author

Also I am getting simillar issue as #924, but the temporary fix in that post hasn't fixed mine. Also his error response has "line 0, col 83:" mine has "line 0, col 57:" or something like that, everything else works fine.

@KHuffman35
Copy link

Does the modifier and key need to be embedded in an actual barcode? If I assign " s " as my modifier to perform a part search, can I press this key sequence on my keyboard and follow that key sequence with a barcode scan of the number I'm searching for (assuming I complete these steps within the timeout value set)?

@Gasman2014
Copy link

Most barcode scanners are simple keyboard 'wedges' so enter characters as if directly typed - so I guess typing the modifier on the keyboard and then scanning would work. However it is convenient to at least have the option of a modifier embedded in the barcode. It does allow for simpler one handed operation or operation without a keyboard.

@ghost-from-the-past
Copy link

The information is correctly stored in the table SystemPreference and everything is fully functional.
Seems to me that at BarcodeScannerConfiguration,js the render function
renderer: function (v)
{
if (v instanceof Ext.data.Model) {
return v.get("name");
} else {
return i18n("No action selected");
}
},
could not retrieve the information back

@ghost-from-the-past
Copy link

ghost-from-the-past commented Mar 14, 2021

the fix appears in my pull request #1201

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

No branches or pull requests

6 participants