0

How can I update my inventory in Ninox with a barcode scanner?

I don't mind using my iPhone as the scanner, or even just getting an actual barcode scanner. What is the best solution?

3 replies

null
    • Birger
    • 5 yrs ago
    • Reported - view

    The best solution would be to use the camera on iPhone or iPad for scanning. Please note that this funktion is now available to speed this up:

    –––
    let code := barcodeScan();
    alert(code)
    –––

    Birger

    • jeenouxiong
    • 5 yrs ago
    • Reported - view

    Awesome!  How do I implement this code? 

    • Support
    • 5 yrs ago
    • Reported - view

    Hi,

    You can use the function on a button (layout element) in Ninox. 

    In order to fill in the scanned code into your data field for the barcode, you could also add a line in the code like: 

     

    let code := barcodeScan();
    'My barcode field' := code;
    alert(code);

     

    Best, Jörg

Content aside

  • 5 yrs agoLast active
  • 3Replies
  • 2387Views