Skip to content

Commit

Permalink
;bin: add hledger-txnsbycat.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Apr 4, 2024
1 parent fcff3d8 commit 65e01d9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions bin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 65e01d9

Please sign in to comment.