<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The MikeCam &#187; time tracking</title>
	<atom:link href="http://themikecam.com/blog/tag/time-tracking/feed/" rel="self" type="application/rss+xml" />
	<link>http://themikecam.com/blog</link>
	<description>The blog of Miquel Rodriguez Telep (aka Michael Rodriguez-Torrent)</description>
	<lastBuildDate>Tue, 13 Apr 2010 15:09:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Free Linux time tracking software</title>
		<link>http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/</link>
		<comments>http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 15:50:34 +0000</pubDate>
		<dc:creator>Miquel Rodríguez Telep / Michael Rodríguez-Torrent</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[time tracking]]></category>

		<guid isPermaLink="false">http://themikecam.com/blog/?p=785</guid>
		<description><![CDATA[I was reviewing my time tracking arrangements and thought I would share the results of my search for a better solution. I had specific requirements, so this isn’t for everyone, but I hope it might be useful to some. Results are ordered by my entirely unscientific rating system. If you know of any I missed, [...]]]></description>
			<content:encoded><![CDATA[<div>
<div>
<p>I was reviewing my time tracking arrangements and thought I would share the results of my search for a better solution. I had specific requirements, so this isn’t for everyone, but I hope it might be useful to some. Results are ordered by my entirely unscientific rating system.</p>
<p>If you know of any I missed, let me know in the comments.</p>
<h4>Required for consideration</h4>
<ul>
<li>Free</li>
<li>Runs on Linux</li>
<li>Access to data store (no proprietary web services)</li>
<li>Easy start/stop of tasks (i.e. don’t have to manually enter start and end times)</li>
</ul>
<h4>Important</h4>
<ul>
<li>Cross-platform</li>
<li>Open source</li>
<li>Work offline</li>
<li>Manually add/edit time</li>
<li>Nestable items</li>
<li>Export reports of total time spent on an item with breakdowns</li>
</ul>
<h4>Desired</h4>
<ul>
<li>Stop tracking activity when computer is idle or off</li>
<li>Reminder of current activity</li>
<li>Nice graphical reports</li>
<li>Tagging</li>
<li>Collaboration</li>
</ul>
<h3><a title="http://www.kimai.org/" href="http://www.kimai.org/" target="_blank">Kimai</a></h3>
<p>Pros:</p>
<ul>
<li>Open source</li>
<li>Slick interface</li>
<li>Easily manually add or edit time entries</li>
<li>Tasks are assigned to projects, which are assigned to customers — this is as good as nesting, for me</li>
<li>Export reports filterable by customer, project, or task to PDF, XLS, CSV, or HTML</li>
<li>Same task can be tracked against multiple customers — as good as tagging, for my purposes</li>
<li>Multi-user, web-based</li>
<li>Freelance/consultant-specific features: rate, expenses, location, and total cost in reports</li>
</ul>
<p>Cons:</p>
<ul>
<li>Can’t work offline if installed on a remote server</li>
<li>No idle/off detection</li>
<li>No reminder of current task</li>
<li>No graphical reporting</li>
</ul>
<p>Verdict: +8 / -4<br />
Solidly fits my working requirements in a very nice interface, though I’ll have to consider whether I want to use it as a local installation and not enjoy its multi-user capabilities or install it on my server and not have access to it offline.</p>
<h3><a title="http://live.gnome.org/ProjectHamster" href="http://live.gnome.org/ProjectHamster" target="_blank">Project Hamster</a></h3>
<p>Pros:</p>
<ul>
<li>Open source</li>
<li>Easy, intuitive interface</li>
<li>Manually add/edit time easily</li>
<li>Nice graphical reports</li>
<li>Exportable reports</li>
<li>Configurable idle/off detection</li>
<li>Configurable reminder of current activity</li>
<li>Tagging (in repository)</li>
</ul>
<p>Cons:</p>
<ul>
<li>Not very cross-platform — only partial Windows compatibility, main focus is the Gnome desktop environment</li>
<li>Limited to one level of categories</li>
<li>Export totals per task only, not category</li>
<li>No collaborative capabilities</li>
</ul>
<p>Verdict: +8 / -4<br />
Does most of what I need it to do, and with a pretty good interface to boot.</p>
<h3><a title="http://rachota.sourceforge.net/" href="http://rachota.sourceforge.net/" target="_blank">Rachota</a></h3>
<p>Pros:</p>
<ul>
<li>Open source</li>
<li>Tagging, of a sort (spaces in the category field of a task cause it to be assigned to multiple categories at once)</li>
<li>Configurable idle/off detection (in development build)</li>
<li>Decent, filterable reporting</li>
<li>Exportable reports configurable by time period and filterable by task</li>
</ul>
<p>Cons:</p>
<ul>
<li>Sometimes confusing interface</li>
<li>Can’t easily add/edit time (coming in next version?)</li>
<li>Only one level of categories</li>
<li>Idle detection doesn’t really work, off detection doesn’t work all the time</li>
<li>No reminder of current task</li>
<li>No collaborative capabilities</li>
<li>Doesn’t exit gracefully when the computer shuts down</li>
</ul>
<p>Verdict: +5 / -7<br />
The interface isn’t great, but the real killer with this one is its inability to manually add or edit time. Hopefully this will improve as development progresses.</p>
<h3><a title="https://sourceforge.net/projects/timeslottracker/" href="https://sourceforge.net/projects/timeslottracker/" target="_blank">TimeSlotTracker</a></h3>
<p>Pros:</p>
<ul>
<li>Open source</li>
<li>Manually add/edit time</li>
<li>Nestable tasks</li>
<li>Export report of total time spent per task, filterable by date and parent task, to HTML, TXT, and CSV</li>
<li>Export customizable via XSLT</li>
</ul>
<p>Cons:</p>
<ul>
<li>No graphical reports</li>
<li>Clutters up home directory with non-standard files</li>
<li>Default export templates are unappealing</li>
<li>Configurable current task reminder which sadly doesn’t seem to work</li>
<li>No idle/off detection</li>
<li>No tagging</li>
<li>No collaborative capabilties</li>
</ul>
<p>Verdict: +5 / -7<br />
A simple cross-platform, open source time-tracker with limited export options and reporting; its inability to nest items and poor reporting won’t work for me.</p>
<h3><a title="http://klok.mcgraphix.com/" href="http://klok.mcgraphix.com/" target="_blank">Klok</a></h3>
<p>Pros:</p>
<ul>
<li>Nice interface</li>
<li>Great calendar view to easily add/edit/visualize time</li>
<li>Pie chart reports with easy drill-down</li>
<li>Nestable tasks</li>
</ul>
<p>Cons:</p>
<ul>
<li>Bugs (activity is sometimes saved with zero length)</li>
<li>Can’t export reports, only weekly or monthly time sheets (not overall project totals)</li>
<li>Not open source? Can’t find license or source code</li>
<li>No idle/off detection</li>
<li>No reminder of current task</li>
<li>No tagging</li>
<li>No collaborative capabilities (apparently coming in next version)</li>
</ul>
<p>Verdict: +4 / -7<br />
Despite the pleasantly useful interface, the shortcomings (namely the occasional bug and lack of report exporting) mean it doesn’t fulfil my needs. Those who don’t need the exporting or other features may enjoy it, however.</p>
<h3><a title="http://products.lontzen.net/ttt/" href="http://products.lontzen.net/ttt/" target="_blank">Time-Tracking-Tool</a></h3>
<p>Pros:</p>
<ul>
<li>Tasks can be nested</li>
<li>Report on total time spent filterable by task and time period</li>
<li>Save application data for reopening elsewhere</li>
<li>Edit recorded time for a task</li>
</ul>
<p>Cons:</p>
<ul>
<li>Not open source? Can’t find license or source code</li>
<li>Reports overly simplistic, don’t handle subtasks well</li>
<li>Can’t export reports</li>
<li>Can’t view or edit start and end times of activity</li>
<li>No tagging</li>
<li>No idle/off detection</li>
<li>No reminder of current task</li>
<li>No collaborative capabilities</li>
</ul>
<p>Verdict: +4 / -8<br />
Perhaps useful for those who like simplicity, but the uncertainty around its license and its omissions make it a non-starter for me.</p>
<h3><a title="http://baralga.origo.ethz.ch/" href="http://baralga.origo.ethz.ch/" target="_blank">Baralga</a></h3>
<p>Pros:</p>
<ul>
<li>Open source</li>
<li>Save application data for reopening elsewhere</li>
<li>Manually add/edit time</li>
</ul>
<p>Cons:</p>
<ul>
<li>Interface clunky in places</li>
<li>Can’t nest tasks/projects</li>
<li>Can’t export reports, only an Excel spreadsheet or CSV file containing time spent per project per day</li>
<li>Only one, limited visual report</li>
<li>No idle/off detection</li>
<li>No reminder of current task</li>
<li>No tagging</li>
<li>No collaborative capabilties</li>
</ul>
<p>Verdict: +3 / -8<br />
A simple cross-platform, open source time-tracker with limited export options and reporting; its inability to nest items and poor reporting won’t work for me.</p>
<h3>Other options</h3>
<p>These are a couple that piqued my interest but weren’t worth trying out because of a lack of cross-platform compatibility.<br />
Windows-only:</p>
<ul>
<li><a title="http://www.codeproject.com/KB/applications/todolist2.aspx" href="http://www.codeproject.com/KB/applications/todolist2.aspx" target="_blank">ToDoList</a></li>
<li><a title="http://www.epiforge.com/Grindstone2/" href="http://www.epiforge.com/Grindstone2/" target="_blank">Grindestone2</a></li>
</ul>
</div>
</div>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Free+Linux+time+tracking+software+-+http://bit.ly/aGRjUp&amp;source=shareaholic" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/&amp;title=Free+Linux+time+tracking+software" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/&amp;title=Free+Linux+time+tracking+software" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/&amp;title=Free+Linux+time+tracking+software" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/&amp;t=Free+Linux+time+tracking+software" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/&amp;imageurl=" rel="nofollow" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/&amp;title=Free+Linux+time+tracking+software" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/&amp;title=Free+Linux+time+tracking+software&amp;desc=%0D%0A%0D%0A%0D%0AI%20was%20reviewing%20my%20time%20tracking%20arrangements%20and%20thought%20I%20would%20share%20the%20results%20of%20my%20search%20for%20a%20better%20solution.%20I%20had%20specific%20requirements%2C%20so%20this%20isn%E2%80%99t%20for%20everyone%2C%20but%20I%20hope%20it%20might%20be%20useful%20to%20some.%20Results%20are%20ordered%20by%20my%20entirely%20unscientific%20rating%20system.%0D%0A%0D%0AIf%20you%20kno" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/&amp;bm_description=Free+Linux+time+tracking+software&amp;plugin=sexybookmarks" rel="nofollow" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/&amp;title=Free+Linux+time+tracking+software" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://themikecam.com/blog/2010/01/19/free-linux-time-tracking-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
