docs: add commands to generate monthly tables

This commit is contained in:
teutat3s 2024-10-28 22:52:33 +01:00
parent e9d9a48d50
commit 5e79db1451
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -62,3 +62,10 @@ hledger incomestatement --file ./finances.hledger --layout bare --pretty --drop
d
}' README.md
```
Writing monthly tables to the README
```
hledger bal --depth=1 ^income --monthly --output-format html --invert -f ./finances.hledger
hledger bal --depth=1 ^expenses --monthly --output-format html --invert -f ./finances.hledger
```