diff --git a/examples/reports1.hledger.sh b/examples/reports1.hledger.sh new file mode 100755 index 000000000..021bc3416 --- /dev/null +++ b/examples/reports1.hledger.sh @@ -0,0 +1,19 @@ +#!/usr/bin/env hledger run +# (or env -S if needed) + +REPORTS 1 +--------- + +echo +FILES: +files + +echo +STATS: +stats + +echo +BALANCESHEET: +bs --depth 2 + +echo diff --git a/examples/reports2.hledger.sh b/examples/reports2.hledger.sh new file mode 100755 index 000000000..be9899dc9 --- /dev/null +++ b/examples/reports2.hledger.sh @@ -0,0 +1,19 @@ +#!/usr/bin/env hledger run +# (or env -S if needed) + +REPORTS 2 +--------- + +echo +List of accounts +accounts --depth 2 + +echo +Assets +balance assets --depth 2 + +echo +Liabilities +balance liabilities --depth 3 + +echo