1
0

hledger-envelope-budget, gledger

This commit is contained in:
Simon Michael
2021-11-29 09:23:38 -10:00
parent e2db0f93f1
commit e1be79d12e
2 changed files with 8 additions and 2 deletions

View File

@@ -832,7 +832,9 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
</ul>
<h3 id="api">API</h3>
<ul>
<li><a href="https://github.com/simonmichael/hledger/tree/master/hledger-api">hledger-api</a> JSON API server for *ledger files (retired, use hledger-web instead) (haskell)</li>
<li><a href="https://github.com/gledger/gledger">gledger</a> Go package to interface with Ledger (go)</li>
<li><a href="https://github.com/simonmichael/hledger/tree/master/hledger-lib">hledger-lib</a> library for parsing and generating reports from *ledger files (haskell)</li>
<li><a href="https://github.com/simonmichael/hledger/tree/master/hledger-web">hledger-web</a> the web app includes a JSON API server for *ledger files (haskell)</li>
<li><a href="https://github.com/Rudd-O/ledgerhelpers">ledgerhelpers</a> extends Ledger's python library (python)</li>
<li><a href="https://github.com/rstacruz/node-hledger">node-hledger</a> Node.js API for *ledger files (javascript)</li>
</ul>
@@ -1137,6 +1139,7 @@ other console/curses tools
</ul>
<p><strong>Envelope budgeting: pre-allocating funds</strong></p>
<ul>
<li><a href="https://github.com/zombor/hledger-envelope-budget">Jeremy Bush: hledger-envelope-budget</a> (<a href="https://www.reddit.com/r/plaintextaccounting/comments/r4ah79/envelope_budgeting_in_hledger_without_virtuals/">discussion</a>)</li>
<li><a href="https://www.reddit.com/r/plaintextaccounting/comments/l9aiup/new_blogpost_budgeting_for_annual_expenses_with/">reddit: New blogpost: Budgeting for annual expenses with Hledger</a></li>
<li><a href="https://memo.barrucadu.co.uk/personal-finance.html">Michael Walker: Personal Finance</a></li>
<li><a href="https://gist.github.com/simonmichael/a1addcb652da4e78b183">Simon Michael: envelope budgeting example</a></li>

View File

@@ -780,7 +780,9 @@ Next, related add-ons and helpers by category
### API
- [hledger-api](https://github.com/simonmichael/hledger/tree/master/hledger-api) JSON API server for *ledger files (retired, use hledger-web instead) (haskell)
- [gledger](https://github.com/gledger/gledger) Go package to interface with Ledger (go)
- [hledger-lib](https://github.com/simonmichael/hledger/tree/master/hledger-lib) library for parsing and generating reports from *ledger files (haskell)
- [hledger-web](https://github.com/simonmichael/hledger/tree/master/hledger-web) the web app includes a JSON API server for *ledger files (haskell)
- [ledgerhelpers](https://github.com/Rudd-O/ledgerhelpers) extends Ledger's python library (python)
- [node-hledger](https://github.com/rstacruz/node-hledger) Node.js API for *ledger files (javascript)
@@ -1131,6 +1133,7 @@ and enables thee to stop them and control thy expenditures for definite and grat
**Envelope budgeting: pre-allocating funds**
- [Jeremy Bush: hledger-envelope-budget](https://github.com/zombor/hledger-envelope-budget) ([discussion](https://www.reddit.com/r/plaintextaccounting/comments/r4ah79/envelope_budgeting_in_hledger_without_virtuals/))
- [reddit: New blogpost: Budgeting for annual expenses with Hledger](https://www.reddit.com/r/plaintextaccounting/comments/l9aiup/new_blogpost_budgeting_for_annual_expenses_with/)
- [Michael Walker: Personal Finance](https://memo.barrucadu.co.uk/personal-finance.html)
- [Simon Michael: envelope budgeting example](https://gist.github.com/simonmichael/a1addcb652da4e78b183)