;bin: link hledger-report1 scripts

This commit is contained in:
Simon Michael 2023-10-23 19:13:52 +01:00
parent 33cef6f494
commit 15e76488e3

View File

@ -318,6 +318,12 @@ $ hledger lots view
$ hledger lots list
```
### hledger-report1.sh
[hledger-report1.sh](https://github.com/simonmichael/hledger/blob/master/bin/hledger-report1.sh)
is a custom compound report done in shell. See also hledger-report1.hs.
## HLEDGER-INTEGRATED
These Haskell scripts use the hledger-lib API for maximum power and robustness;
@ -408,6 +414,13 @@ is an incomplete attempt at automatically splitting infrequent/irregular transac
helps make subaccount/cost-preserving transfers.
### hledger-report1.hs
[hledger-report1.hs](https://github.com/simonmichael/hledger/blob/master/bin/hledger-report1.hs)
is a custom compound report done in haskell. See also hledger-report1.sh.
## HOW TO
### Install scripts