1
0

Add another YNAB to *ledger converter

This commit adds a new YNAB to *ledger converter.  It handles many more
cases than the existing one writtein in ruby.
This commit is contained in:
michael
2019-07-15 09:36:44 +08:00
committed by Simon Michael
parent 9ce32539cd
commit 36baf4f922
2 changed files with 2 additions and 0 deletions

View File

@@ -424,6 +424,7 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
<li><a href="https://github.com/cantino/reckon">reckon</a> smart interactive/non-interactive CSV to *ledger converter</li>
<li><a href="https://github.com/johannesjh/smart_importer">smart_importer</a> library for building smarter CSV to beancount/Fava converters</li>
<li><a href="https://github.com/eval/total_recall">total_recall</a> CSV to *ledger converter</li>
<li><a href="https://github.com/vermiceli/ynab-to-ledger">ynab-to-ledger</a> You Need A Budget (YNAB) to *ledger converter. Handles multiple currencies, multiple number formats, reconciliation, memos, transfers, and split transactions</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="https://github.com/Mayeu/beancount-scripts">beancount-extract-price</a> generate prices transactions based on your beancount ledger (python)</li>

View File

@@ -365,6 +365,7 @@ The following sections collect add-ons and helper tools related to the above.
- [reckon](https://github.com/cantino/reckon) smart interactive/non-interactive CSV to *ledger converter
- [smart_importer](https://github.com/johannesjh/smart_importer) library for building smarter CSV to beancount/Fava converters
- [total_recall](https://github.com/eval/total_recall) CSV to *ledger converter
- [ynab-to-ledger](https://github.com/vermiceli/ynab-to-ledger) You Need A Budget (YNAB) to *ledger converter. Handles multiple currencies, multiple number formats, reconciliation, memos, transfers, and split transactions
- [ynab_to_ledger](https://github.com/pgr0ss/ynab_to_ledger) You Need A Budget to *ledger converter
#### data generation