summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-05-13 18:37:12 -0400
committerjohnw <johnw@newartisans.com>2004-05-13 18:37:12 -0400
commit9ca1d24d30a485300b9486b18c068660da630cc1 (patch)
tree50d29d69278934be7e318a565d6223a6a0ab2c36 /NEWS
parent31dafc3c163e4ceae42b1477c4eaeb4425b2b883 (diff)
downloadfork-ledger-9ca1d24d30a485300b9486b18c068660da630cc1.tar.gz
fork-ledger-9ca1d24d30a485300b9486b18c068660da630cc1.tar.bz2
fork-ledger-9ca1d24d30a485300b9486b18c068660da630cc1.zip
initial import into Darcs
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 00000000..1b5efebf
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,12 @@
+1.6
+
+ Can now parse timeclock files. These are simple timelogs that track
+ in/out events, which can be maintained using my timeclock tool. By
+ allowing ledger to parse these, it means that reporting can be done
+ on them in the same way as a ledger file (the commodities is "h",
+ for hours); and it means that doing things like tracking billable
+ hours for clients, and invoicing those clients to transfer those
+ hours into a dollar value via a receivable account, is now trivial.
+ See the docs for more on how to do this.
+
+ Began keeping NEWS file. :)