diff options
author | Riley L. <riley@e926.de> | 2025-07-29 23:39:51 +0200 |
---|---|---|
committer | Riley L. <riley@e926.de> | 2025-07-29 23:39:51 +0200 |
commit | e433181494e1145ba99a85da1896ca771b80ff20 (patch) | |
tree | 1e039774b047ad8e41e5adb3d8c9357a728927ea /readme.md | |
parent | f3562cf44ec056281488ccadb78d87f86dbcfce5 (diff) | |
download | abrechenbarkeit-e433181494e1145ba99a85da1896ca771b80ff20.tar abrechenbarkeit-e433181494e1145ba99a85da1896ca771b80ff20.tar.bz2 abrechenbarkeit-e433181494e1145ba99a85da1896ca771b80ff20.tar.zst |
add warning at low balances
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |