1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 12:21:08 +01:00
Files
niveum/.bin/filli-report

7 lines
248 B
Plaintext
Raw Normal View History

2022-07-18 17:35:53 +02:00
#!/bin/sh
2022-07-25 12:34:25 +02:00
hora reg 'fillidefilla' -O csv \
2022-07-18 17:35:53 +02:00
-b "$(date -d "$(date +%Y-%m)-20 last month" +%Y-%m-%d)" \
2022-07-25 12:34:25 +02:00
-e "$(date -d "$(date +%Y-%m)-19" +%Y-%m-%d)" \
| sed 's/(fillidefilla:\(.*\))/\1/g' \
| xsv select date,amount,total,account,description