From 5639797c8d07d9e6711950e268df3cca47d6e01e Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 22 Apr 2017 11:41:44 +0200 Subject: [PATCH] Add note about barcode readers --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e296212e..4eee7bba 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,8 @@ Public demo of the latest version → [https://grocy.projectdemos.berrnd.org] ## How to install Just unpack the [latest release](https://github.com/berrnd/grocy/releases/latest) on your PHP enabled webserver, copy `config-dist.php` to `data/config.php`, edit it to your needs, ensure that the `data` directory is writable and you're ready to go. Alternatively clone this repository and install Composer and Bower dependencies manually. +## Notes about barcode readers +Some fields also allow to select a value by scanning a barcode. It works best when your barcode reader prefixes every barcode with a letter this is normally not part of a item name (I use a `$`) and sends a `TAB` after a scan. + ## License The MIT License (MIT)