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>