From 65e01d900a4d5022987e05abcf3ca36bff8c6799 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 3 Apr 2024 14:59:52 -1000 Subject: [PATCH] ;bin: add hledger-txnsbycat.hs --- bin/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bin/README.md b/bin/README.md index e83fffb0fc8..d75448a7c8c 100644 --- a/bin/README.md +++ b/bin/README.md @@ -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