diff options
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 |