1
0

add to, clarify gnucash converters

This commit is contained in:
Simon Michael
2019-03-28 11:33:49 -07:00
parent 4e5879246b
commit 2ce9f8421c
2 changed files with 6 additions and 4 deletions

View File

@@ -387,8 +387,9 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
<li><a href="https://github.com/jbms/beancount-import">beancount-import</a> web app/framework for converting various formats to beancount (python)</li>
<li><a href="https://github.com/hoostus/beancount-ynab">beancount-ynab</a> You Need A Budget to beancount converter</li>
<li><a href="https://github.com/PaNaVTEC/csv2beancount">csv2beancount</a> CSV to beancount converter (clojure)</li>
<li><a href="https://github.com/henriquebastos/gnucash-to-beancount/">gnucash-to-beancount</a> GnuCash to beancount converter</li>
<li><a href="https://github.com/MatzeB/pygnucash/blob/master/gnucash2ledger.py">gnucash2ledger.py</a> GNUCash to *ledger converter</li>
<li><a href="https://gist.github.com/nonducor/ddc97e787810d52d067206a592a35ea7/">gcash2ledger.py</a> GNUCash XML to *ledger converter (python)</li>
<li><a href="https://github.com/henriquebastos/gnucash-to-beancount/">gnucash-to-beancount</a> GNUCash sqlite to beancount converter (python)</li>
<li><a href="https://github.com/MatzeB/pygnucash/blob/master/gnucash2ledger.py">gnucash2ledger.py</a> GNUCash sqlite to *ledger converter (python)</li>
<li><a href="https://github.com/Hawk777/grisbi2ledger">grisbi2Ledger</a> Grisbi to *ledger converter</li>
<li><a href="https://github.com/hpdeifel/hledger-import-dsl">hledger-import-dsl</a> alternate, programmable CSV converter for hledger</li>
<li><a href="https://launchpad.net/csv2ledger">icsvledger</a> CSV to *ledger converter</li>