This commit is contained in:
JMARyA 2024-10-17 11:33:03 +02:00
parent b057c46cbe
commit 6c6ee93fbf
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 11 additions and 3 deletions

View file

@ -64,3 +64,14 @@ variants:
```
This will mark any item variant as expired if it's older than 30 days.
### Barcodes
You can associate barcodes with your item variants. This is useful for Quick Adding Items.
```yml
name: "Water"
variants:
regular:
name: "Regular Water"
barcodes: [12345678]
```

View file

@ -1,3 +0,0 @@
[default]
address = "0.0.0.0"
port = 8080