aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiley L. <riley@e926.de>2025-08-26 21:47:10 +0200
committerRiley L. <riley@e926.de>2025-08-26 21:47:10 +0200
commit4e65c09989b12a56e4c510fe02639b3561ac554e (patch)
tree433935ddd6d4e3814ea67cd081ebcf927cb471b5
parent7be11931578d799451a0e83a93c05a8c9a598bd0 (diff)
downloadabrechenbarkeit-4e65c09989b12a56e4c510fe02639b3561ac554e.tar
abrechenbarkeit-4e65c09989b12a56e4c510fe02639b3561ac554e.tar.bz2
abrechenbarkeit-4e65c09989b12a56e4c510fe02639b3561ac554e.tar.zst
add csv export of balances, fix user creation
-rw-r--r--readme.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index ba59815..8af4f9a 100644
--- a/readme.md
+++ b/readme.md
@@ -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>`