03.03.07

NOPworklog 0.1 released – simple time tracking

Posted in IDE, tools, PHP, open source, projects, webdev at 04:34 am

This night, I’ve finally released NOPworklog version 0.1, first public release. What’s it all about?

It’s very simple tool written in PHP (and it stored data in XML file, so installation is easy, too). In the simplest way, you log how you spend time by three clicks – you choose project and task from the list (think of this as categorising the logged time) and then click “start”. It saves the time of starting the task. Then, when you’re done with whatever you were doing, you just click “stop”, and the time is again saved. In this version, it’s only displayed (as a list of all log entries), but since we’ve got the data saved, it won’t be difficult to add some statistics or even invoice generation.

NOPworklog 0.1 is available for download immediately from sourceforge.net. Released under Open Software License 3.0.

RSS feed for comments on this post · TrackBack URL

Leave a Comment