aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorRiley L. <riley@e926.de>2025-07-29 23:39:51 +0200
committerRiley L. <riley@e926.de>2025-07-29 23:39:51 +0200
commite433181494e1145ba99a85da1896ca771b80ff20 (patch)
tree1e039774b047ad8e41e5adb3d8c9357a728927ea /readme.md
parentf3562cf44ec056281488ccadb78d87f86dbcfce5 (diff)
downloadabrechenbarkeit-e433181494e1145ba99a85da1896ca771b80ff20.tar
abrechenbarkeit-e433181494e1145ba99a85da1896ca771b80ff20.tar.bz2
abrechenbarkeit-e433181494e1145ba99a85da1896ca771b80ff20.tar.zst
add warning at low balances
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 544bb06..ba59815 100644
--- a/readme.md
+++ b/readme.md
@@ -16,6 +16,10 @@ useful for development or proxyless deployments.
- `products` stores the product list as CSV (`barcode,price,user,name`)
- `config` stores configuration parameters as ESV (`key=value`)
- `transaction_sound`: URL to sound played when creating a transaction
+ - `language`: Language code, e.g. de, en, es, ja_en, nl, pt_BR, zh_Hans
+ - `balance_warning`: balance in cents to show warning at
+ - `balance_min`: minimum balance to be held by all users, in cents
+ - `unit`: unit used in the UI, e.g. €, $, EUR
## Migration from Strichliste