From b8414e8e3f339a4b8ee5b1ef63f823d3093800e0 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 16 Jul 2019 16:05:56 +0100 Subject: [PATCH] ledger-myexpenses --- index.html | 1 + index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/index.html b/index.html index eb0b229..86a4252 100644 --- a/index.html +++ b/index.html @@ -409,6 +409,7 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
  • Ledger in Go has limport, a CSV to *ledger converter
  • ledger-autosync OFX download, OFX to *ledger conversion, deduplication
  • ledger-guesser neural network for generating entries like past ones, can be used with ledger-autosync (javascript)
  • +
  • ledger-myexpenses MyExpenses android app sqlite db to *ledger conversion (python)
  • ledger-reconciler automatically download and reconcile your ledger financial entries
  • ledger-to-beancount yet another simple ledger to beancount converter (python)
  • ledger-tutorials convert Pete Keen's tutorials to ebook format
  • diff --git a/index.md b/index.md index 6141768..d9652a6 100644 --- a/index.md +++ b/index.md @@ -350,6 +350,7 @@ The following sections collect add-ons and helper tools related to the above. - [Ledger in Go](https://github.com/howeyc/ledger) has limport, a CSV to *ledger converter - [ledger-autosync](https://gitlab.com/egh/ledger-autosync) OFX download, OFX to *ledger conversion, deduplication - [ledger-guesser](https://github.com/j3k0/ledger-guesser) neural network for generating entries like past ones, can be used with ledger-autosync (javascript) +- [ledger-myexpenses](https://github.com/ony/ledger-myexpenses) MyExpenses android app sqlite db to *ledger conversion (python) - [ledger-reconciler](https://disjoint.ca/projects/ledger-reconciler) automatically download and reconcile your ledger financial entries - [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