;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 #!/usr/bin/env hledger run
# (or env -S if needed) # (or env -S if needed)
REPORTS 1 echo REPORTS 1
--------- echo ---------
echo echo
FILES: echo FILES:
files files
echo echo
STATS: echo STATS:
stats stats
echo echo
BALANCESHEET: echo BALANCESHEET:
bs --depth 2 bs --depth 2
echo echo

View File

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