diff options
author | Riley L. <riley@e926.de> | 2025-08-26 21:47:10 +0200 |
---|---|---|
committer | Riley L. <riley@e926.de> | 2025-08-26 21:47:10 +0200 |
commit | 4e65c09989b12a56e4c510fe02639b3561ac554e (patch) | |
tree | 433935ddd6d4e3814ea67cd081ebcf927cb471b5 | |
parent | 7be11931578d799451a0e83a93c05a8c9a598bd0 (diff) | |
download | abrechenbarkeit-4e65c09989b12a56e4c510fe02639b3561ac554e.tar abrechenbarkeit-4e65c09989b12a56e4c510fe02639b3561ac554e.tar.bz2 abrechenbarkeit-4e65c09989b12a56e4c510fe02639b3561ac554e.tar.zst |
add csv export of balances, fix user creation
-rw-r--r-- | readme.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,5 +30,6 @@ curl 'http://strichliste.example.org/api/article' | jq -r '.articles.[] | [ .bar ## Non-linked User lists +- list of users with last transaction timestamp and balance in csv format: `http://abrechenbarkeit.example.org/?csv` - list of Users with negative balance: `http://abrechenbarkeit.example.org/?negative` - list of Users with balance lower than <amount>: `http://abrechenbarkeit.example.org/?negative&maximum=<amount>` |