From c210ff4bcde81759cea570bb6558bb16205a0fc1 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 17 Feb 2016 12:11:36 -0800 Subject: [PATCH] links --- index.html | 18 +++++++++++++++--- index.md | 23 ++++++++++++++++++++--- 2 files changed, 35 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index b993649..f88b650 100644 --- a/index.html +++ b/index.html @@ -154,7 +154,8 @@ You can use this to track and report the data needed for tax reporting. Fill out
data import
editor support
@@ -172,8 +173,8 @@ You can use this to track and report the data needed for tax reporting. Fill out
time tracking
UI, console
shared expenses
+
invoicing
+
tax reporting
time tracking
import and export
+
API access
+
diff --git a/index.md b/index.md index e1e9408..5169d4a 100644 --- a/index.md +++ b/index.md @@ -150,7 +150,8 @@ Fill out and submit tax forms with another tool, or by hand. ##### data import - [icsvledger](https://launchpad.net/csv2ledger) CSV to journal converter -- [ledger-autosync](https://gitlab.com/egh/ledger-autosync) convert OFX to journal, deduplication, bank download +- [ledger-autosync](https://gitlab.com/egh/ledger-autosync) OFX download, OFX to journal conversion, deduplication +- [qb2ledger](https://gist.github.com/genegoykhman/3765100) QuickBooks General Journal CSV to journal converter - [reckon](https://github.com/cantino/reckon) smart interactive/non-interactive CSV to journal converter ##### editor support @@ -168,8 +169,8 @@ Fill out and submit tax forms with another tool, or by hand. ##### time tracking - [org2tc](https://github.com/jwiegley/org2tc) org to timeclock converter -- [taskwarrior](http://taskwarrior.org) todo list manager, some *ledger integration for time reporting -- [tim](https://github.com/MatthiasKauer/tim) time tracking tool using hledger for reports +- [on-modify.timetrack.py](https://gist.github.com/wbsch/d977b0ac29aa1dfa4437) taskwarrior hook for timeclock output +- [tim](https://github.com/MatthiasKauer/tim) time tracking tool using hledger for reporting ##### UI, console @@ -271,6 +272,10 @@ Fill out and submit tax forms with another tool, or by hand. ##### shared expenses +##### invoicing + +- [invoicing entries](https://gist.github.com/simonmichael/986a65106a9db1f8bd68) + ##### tax reporting ##### time tracking @@ -283,6 +288,18 @@ Fill out and submit tax forms with another tool, or by hand. ##### import and export +##### API access + +- [Ledger Python 3 Support](https://groups.google.com/forum/#!topic/ledger-cli/C99w-79Jq8o) Python + +- [ledgerhelpers](https://github.com/Rudd-O/ledgerhelpers) Python + CLI + +- [hledger-lib](http://hackage.haskell.org/package/hledger-lib), [hledger](http://hackage.haskell.org/package/hledger) Haskell + +- [hledger-api](http://editor.swagger.io/#/?import=demo.hledger.org/api/swagger.json&no-proxy), + [examples](https://github.com/simonmichael/hledger/tree/master/hledger-api/examples) + JSON +