1
0

beancount2ledger, was missing

This commit is contained in:
Simon Michael
2021-09-23 08:02:03 -10:00
parent 70f886e81b
commit 1972c53008
2 changed files with 2 additions and 2 deletions

View File

@@ -734,7 +734,7 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
<li><a href="https://github.com/glasserc/ledger-to-beancount/">ledger-to-beancount</a> yet another simple ledger to beancount converter (python)</li>
<li><a href="https://github.com/tlvince/ledger-tutorials">ledger-tutorials</a> convert Pete Keen's tutorials to ebook format</li>
<li><a href="https://gist.github.com/travisdahlke/71152286b0a8826249fe">ledger2beancount.py</a> *ledger to beancount converter</li>
<li><a href="https://github.com/beancount/ledger2beancount">ledger2beancount</a> h/ledger to beancount converter (perl). Use this one.</li>
<li><a href="https://github.com/beancount/ledger2beancount">ledger2beancount</a>/<a href="https://github.com/beancount/beancount2ledger">beancount2ledger</a> the best converter between h/ledger and beancount formats (perl).</li>
<li><a href="https://github.com/rcaputo/outofit">outofit</a> QuickBooks to *ledger converter</li>
<li><a href="https://github.com/sdementen/piecash">piecash</a> GNUCash SQL to *ledger converter (python)</li>
<li><a href="https://github.com/ebridges/plaid2qif">plaid2qif</a> Download transactions from plaid as QIF or CSV files</li>

View File

@@ -679,7 +679,7 @@ Next, related add-ons and helpers by category
- [ledger-to-beancount](https://github.com/glasserc/ledger-to-beancount/) yet another simple ledger to beancount converter (python)
- [ledger-tutorials](https://github.com/tlvince/ledger-tutorials) convert Pete Keen's tutorials to ebook format
- [ledger2beancount.py](https://gist.github.com/travisdahlke/71152286b0a8826249fe) *ledger to beancount converter
- [ledger2beancount](https://github.com/beancount/ledger2beancount) h/ledger to beancount converter (perl). Use this one.
- [ledger2beancount](https://github.com/beancount/ledger2beancount)/[beancount2ledger](https://github.com/beancount/beancount2ledger) the best converter between h/ledger and beancount formats (perl).
- [outofit](https://github.com/rcaputo/outofit) QuickBooks to *ledger converter
- [piecash](https://github.com/sdementen/piecash) GNUCash SQL to *ledger converter (python)
- [plaid2qif](https://github.com/ebridges/plaid2qif) Download transactions from plaid as QIF or CSV files