;bin: add hledger-txnsbycat.hs

This commit is contained in:
Simon Michael 2024-04-03 14:59:52 -10:00
parent fcff3d87f0
commit 65e01d900a

View File

@ -413,13 +413,16 @@ is an incomplete attempt at automatically splitting infrequent/irregular transac
[`hledger-move.hs`](https://github.com/simonmichael/hledger/blob/master/bin/hledger-move.hs)
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.
### hledger-txnsbycat.hs
[hledger-txnsbycat.hs](https://github.com/brianhv/hledger-scripts/blob/main/hledger-txnsbycat.hs)
is a mixture of a balance report and a register report; it shows each account's transactions
under the account's balance.
## HOW TO