mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Made the used grocycode barcode type configurable
DataMatrix reading via Quagga2 doesn't work currently, so default to an supported 1D barcode (=> Code128)
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
- The product edit page
|
||||
- The context/more menu per line on the stock overview and stock entries page
|
||||
- Automatically on purchase (new option on the purchase page, defaults can be configured per product)
|
||||
- The used barcode type is `DataMatrix`
|
||||
- The used barcode type can be configured via the `config.php` option `GROCYCODE_TYPE`:
|
||||
- `1D` (default) will produce a `Code128` 1D barcode (supported by the integrated camera barcode scanner)
|
||||
- `2D` will produce a `DataMatrix` 2D barcode (currently not supported by the integrated camera barcode scanner, but can be probably printed smaller)
|
||||
- Label printer functionality can be enabled via the new feature flag `FEATURE_FLAG_LABELPRINTER` (defaults to disabled)
|
||||
- Label printer communication happens via WebHooks - see the new `LABEL_PRINTER*` `config.php` options
|
||||
- Those grocycodes can also be used without a label printer - you can view or download the pictures and print them manually
|
||||
|
Reference in New Issue
Block a user