On 29/11/2007, David Studholme david.studholme@sainsbury-laboratory.ac.uk wrote:
What do folks use to manage their 'to do' lists and track time spent on various projects?
Up until now I have used scraps of paper. But I just installed Gnome Time Tracker 2.2.2. ('gnotime') from the debian repository.
This appears to provide all the essential functions, but is, alas, unusable. This is because the drag and drop editing of the project hierarchy behaves unpredictably.
Are there any good usable open source alternatives?
I had the same scraps-of-paper problem. I cobbled together a system involving postgres and php, so I now I can, in my browser, select client, start a session (writes time to db), stop (writes back) and enter detail. In my odd spare moment I'm tying it in with invoicing.
You're welcome to share any code but it's very very bleeding edge and basic!
Jenny