From 8216d66e82028a2a3ee1032272e01ce752d51dd4 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Fri, 7 Oct 2011 10:38:45 +1300 Subject: [PATCH] Add a README file. --- README | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..5121157 --- /dev/null +++ b/README @@ -0,0 +1,31 @@ +These are some tools I've thrown together to help me use Gnucash +to its full advantage. + +They are provided whereis, as is, if you fail to pay a huge bill +then that's your fault, I won't accept any blame or liability! + +find_todo.py: + Import txns from specified accounts into a CalDAV calendar. + It will search for txns in the speicifed accounts that have + "To Do", "DD" or "AP" in the number field and load them + into the specified CalDAV calendar. + + It will only update or delete entries that it has created. + + You need to have the caldav Python library installed. It + is available from http://bitbucket.org/cyrilrbt/caldav + + This tool has so far only been tested against DAViCal + from http://davical.org . + + Example syntax: + python find_todo.py -f gnucash_file \ + -u "https://username:password@calendar.etc.gen.nz/caldav.php/todo/home" \ + "Assets:Current Assets:Bank:Joint Cheque" \ + "Assets:Current Assets:Bank:Andrew Cheque" + +The authorative source for these tools is: + http://www.etc.gen.nz/projects/gnucash + +Andrew Ruthven +andrew@etc.gen.nz -- 2.30.2