Added barcode documentation, fixed wrong barcode type

This commit is contained in:
2025-10-31 11:43:00 +01:00
parent 589131f924
commit f0905c33f5
3 changed files with 29 additions and 1 deletions

25
docs/Administration.md Normal file
View File

@@ -0,0 +1,25 @@
# Administration
## Configuration
### Environments
(TODO: Explanation regarding appsettings.XYZ.json here)
### Barcode type
The barcode type can be set in the appsettings like this:
```json
{
//[...]
"BarcodeType": "code128",
//[...]
}
```
The following barcodes are supported:
- CODE128C
- EAN13
- EAN8
- UPC
- ITF14
- ITF
Make sure to type in the barcode format in lowercase.