1
0
This commit is contained in:
Simon Michael
2020-12-21 07:10:38 -08:00
parent 108ac4a0b1
commit a5c7dd6d16
2 changed files with 2 additions and 0 deletions

View File

@@ -740,6 +740,7 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
<ul>
<li><a href="http://hackage.haskell.org/package/hledger-diff">hledger-diff</a> report differing transactions between two journals (haskell)</li>
<li><a href="http://hackage.haskell.org/package/hledger-irr">hledger-irr</a> calculate an account's internal rate of return (superseded by <a href="https://hledger.org/hledger.html#roi">roi</a>) (haskell)</li>
<li><a href="https://pypi.org/project/hreports">hreports</a> save custom reports and PDF templates (python)</li>
<li><a href="https://github.com/Tagirijus/ledger-plot">ledger-plot</a> interactive tool for making GNUplot charts from Ledger (python)</li>
<li><a href="https://github.com/esovetkin/ledger-plots">ledger-plots</a> R package &amp; script to make charts from Ledger (R)</li>
<li><a href="https://pypi.org/project/ludget">ludget</a> generate charts from Ledger (python)</li>

View File

@@ -679,6 +679,7 @@ Next, related add-ons and helpers by category
- [hledger-diff](http://hackage.haskell.org/package/hledger-diff) report differing transactions between two journals (haskell)
- [hledger-irr](http://hackage.haskell.org/package/hledger-irr) calculate an account's internal rate of return (superseded by [roi](https://hledger.org/hledger.html#roi)) (haskell)
- [hreports](https://pypi.org/project/hreports) save custom reports and PDF templates (python)
- [ledger-plot](https://github.com/Tagirijus/ledger-plot) interactive tool for making GNUplot charts from Ledger (python)
- [ledger-plots](https://github.com/esovetkin/ledger-plots) R package & script to make charts from Ledger (R)
- [ludget](https://pypi.org/project/ludget) generate charts from Ledger (python)