;examples: update report scripts ahead of planned change
This commit is contained in:
parent
6a90d503bc
commit
e43156ddf3
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user