1
0

reword some "transactions" usage

This commit is contained in:
Simon Michael
2019-02-02 07:59:52 -08:00
parent 057a106edb
commit 78c1490c90
2 changed files with 6 additions and 6 deletions

View File

@@ -413,7 +413,7 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
<li><a href="https://github.com/eval/total_recall">total_recall</a> CSV to *ledger converter</li>
<li><a href="https://github.com/pgr0ss/ynab_to_ledger">ynab_to_ledger</a> You Need A Budget to *ledger converter</li>
</ul><h4 id="data-generation">data generation</h4><ul>
<li><a href="http://hackage.haskell.org/package/hledger-interest">hledger-interest</a> generate *ledger interest transactions (haskell)</li>
<li><a href="http://hackage.haskell.org/package/hledger-interest">hledger-interest</a> generate *ledger interest entries (haskell)</li>
<li><a href="https://github.com/jvasile/sassetti">sassetti</a> adds lisp macros to ledger files (common lisp)</li>
</ul><h4 id="reports">reports</h4><ul>
<li><a href="http://hackage.haskell.org/package/hledger-diff">hledger-diff</a> report differing transactions between two journals (haskell)</li>
@@ -680,13 +680,13 @@ other console/curses tools
<li><a href="https://www.barrucadu.co.uk/posts/etc/2017-12-16-i-need-a-budget.html">Michael Walker: I Need A Budget</a></li>
<li><a href="https://gist.github.com/simonmichael/a1addcb652da4e78b183">Simon Michael: envelope budgeting example</a></li>
</ul>
<p>Envelope budgeting with Ledger's automated transactions:</p>
<p>Envelope budgeting with Ledger's automated postings:</p>
<ul>
<li><a href="https://frdmtoplay.com/envelope-budgeting-with-ledger">bsilvereagle: Envelope Budgeting with ledger</a></li>
<li><a href="https://www.petekeen.net/program-your-finances-envelope-budgeting">Program Your Finances: Envelope Budgeting</a></li>
<li><a href="http://mbork.pl/2016-07-18_Ledger__virtual_postings_aka_envelopes">Marcin Borkowski: Ledger virtual postings aka envelopes</a></li>
</ul>
<p>Envelope budgeting with automated transactions, org &amp; babel:</p>
<p>Envelope budgeting with automated postings, org &amp; babel:</p>
<ul>
<li><a href="http://orgmode.org/worg/org-tutorials/weaving-a-budget.html">Org tutorials: Weaving a budget with Org &amp; ledger</a></li>
<li><a href="http://alan.petitepomme.net/tips/ledger_and_org.html">Alan Schmitt: Using Org for Ledger Reports and Budget</a></li>

View File

@@ -362,7 +362,7 @@ This and the following sections collect add-ons and helper tools related to the
#### data generation
- [hledger-interest](http://hackage.haskell.org/package/hledger-interest) generate *ledger interest transactions (haskell)
- [hledger-interest](http://hackage.haskell.org/package/hledger-interest) generate *ledger interest entries (haskell)
- [sassetti](https://github.com/jvasile/sassetti) adds lisp macros to ledger files (common lisp)
#### reports
@@ -705,13 +705,13 @@ Envelope budgeting with ordinary accounts:
- [Michael Walker: I Need A Budget](https://www.barrucadu.co.uk/posts/etc/2017-12-16-i-need-a-budget.html)
- [Simon Michael: envelope budgeting example](https://gist.github.com/simonmichael/a1addcb652da4e78b183)
Envelope budgeting with Ledger's automated transactions:
Envelope budgeting with Ledger's automated postings:
- [bsilvereagle: Envelope Budgeting with ledger](https://frdmtoplay.com/envelope-budgeting-with-ledger)
- [Program Your Finances: Envelope Budgeting](https://www.petekeen.net/program-your-finances-envelope-budgeting)
- [Marcin Borkowski: Ledger virtual postings aka envelopes](http://mbork.pl/2016-07-18_Ledger__virtual_postings_aka_envelopes)
Envelope budgeting with automated transactions, org & babel:
Envelope budgeting with automated postings, org & babel:
- [Org tutorials: Weaving a budget with Org & ledger](http://orgmode.org/worg/org-tutorials/weaving-a-budget.html)
- [Alan Schmitt: Using Org for Ledger Reports and Budget](http://alan.petitepomme.net/tips/ledger_and_org.html)