;examples: update report scripts ahead of planned change

This commit is contained in:
Simon Michael 2025-03-01 11:23:21 -10:00
parent 6a90d503bc
commit e43156ddf3
2 changed files with 10 additions and 10 deletions

View File

@ -1,19 +1,19 @@
#!/usr/bin/env hledger run
# (or env -S if needed)
REPORTS 1
---------
echo REPORTS 1
echo ---------
echo
FILES:
echo FILES:
files
echo
STATS:
echo STATS:
stats
echo
BALANCESHEET:
echo BALANCESHEET:
bs --depth 2
echo

View File

@ -1,19 +1,19 @@
#!/usr/bin/env hledger run
# (or env -S if needed)
REPORTS 2
---------
echo REPORTS 2
echo ---------
echo
List of accounts
echo List of accounts
accounts --depth 2
echo
Assets
echo Assets
balance assets --depth 2
echo
Liabilities
echo Liabilities
balance liabilities --depth 3
echo