vote up 27 vote down star
25

I had about 7 employes until today and everyone had another kind of timesheet/timereporting.

How do you track your time at your current workplace, or if your a freelancer, how do you keep track of your time?

flag
show 1 more comment

50 Answers

1 2 next
vote up 3 vote down

I track my time by remembering what I have done each day, my out look callender seems to tell me what I was supposed to be doing, so I use that as a basis for it.

link|flag
1  
That's exactly what I do! Although I've got the feeling I would get a more precise picture, if I did it in a more "dedicated" fashion. – Martin Bøgelund Oct 2 '08 at 11:02
vote up 7 vote down

I come in, I work the hours (+ a few more if I'm on a roll), I go home. My boss trusts me to get the work done.

(I am fortunate enough to work in an environment where that is okay behaviour, I realise that this isn't an option for many people)

In the past when I have done billable work, I had some nifty time-reporting software on a Palm Pilot that you could reach across and touch to start/stop/select task - i.e., far less intrusive than having to fill out a spreadsheet as you went.

link|flag
show 3 more comments
vote up 0 vote down

I've created an application, which allows me to define some projects and I can enter the tasks in there. The application creates an XML-File out of this stuff and I can use it to create the bills or import this into another system.

Read more about this tool

link|flag
vote up 1 vote down

We have an in office built solution that all projects are created on and all employees write down their time and describe what was done.

link|flag
show 1 more comment
vote up 8 vote down

We use Redmine - you can just add the spent time directly to a ticket. Actually a web-based tracker is the best solution if you work on different computers.

Maybe one of the tools here can help too.

link|flag
vote up 2 vote down

I use a Google Spredsheet which lets me add start and end time. It then sums up per project. I need to know how much I work on each project, so it is as simple as possible.

link|flag
vote up 9 vote down

What’s the best way to track and submit a timesheet?

link|flag
vote up 0 vote down

I allocate a page in my notebook (the paper kind) for a single day and list down all the things that I need to do for that day. I mark off items as they are done and list down the number of hours I spent working on it. I tally them at the end of the day.

I have another page that summarized what happened that week including the daily figures.

I then type in the figures on my employer's intranet based timesheet app.

link|flag
vote up 6 vote down

FogCreek's FogBugz has really nicely integrated time tracking; you just need to remember to use the "working on..." pulldown.

It'll use the timesheets to give you some fascinating feedback on the accuracy of your original estimates, and feeds them into statistical projections of project completion dates too.

link|flag
show 2 more comments
vote up 0 vote down

At work we used to use a truly horrific Excel spreadsheet for this. In the end I got so tired of it I developed a quick web app for this written in PHP with a MySQL backend. It doesn't look wonderful but is easy to use. Best of all I control the data and can extract it in any way I wish. Every year the data is exported into a CSV file and sent to my main Manager who can import it into his Excel spreadsheet. Not exactly the most efficient solution but it does the job.

link|flag
vote up 0 vote down

I use an Excel workbook with one worksheet per day. I generally updating it every few hours or if I'm very busy, the next day.

It's infinitely flexible if hard to data mine. It includes unique project numbers, location and work description etc. and a Y/N chargable column. I use formulas to total client time based on project numbers and the chargable column.

It's a real boon at the end of a month, I can look at four weekly workbooks and total up the hours for a client, and summarise the work that was undertaken.

I've been meaning to create a small application to do this for some time, but Excel is so simple and flexible that, other than automated reporting, I'm not sure it'll be an improvement.

link|flag
vote up 0 vote down

I use Eclipse a lot, and when I activate and deactivate tasks in Mylyn (an Eclipse plugin), the start and stop time along with the Task ID is recorded in an xml file. So for me that is one good source of timekeeping data, which can be imported to our time tracking system.

link|flag
vote up 11 vote down

I like to use TimeSnapper in order to track my time. It also provides a way of reconstructing everything I have done, as it is based on periodically taken screenshots.

The actual timesheet is then constructed by using the data from TimeSnapper and categorizing the worked-on items as appropriate in an excel spreadsheet.

link|flag
show 1 more comment
vote up 0 vote down

I have been using Timelog for a couple of years, and I am quite satisfied with it. It is a web-based, hosted application. Every day, I fill out a spreadsheet-like page, typing in the hours I have worked in different projects. The project manager keeps track on who's working on what, and bills customers using monthly reports.

link|flag
vote up 0 vote down

At the risk of being labeled a company stooge, I think it's still worthwhile to outline how I book my own time.

We make and sell our own software product to do this: MCS Project Management.

Requests for work are booked into the system as calls, work orders are assigned to respond to these calls and end up in everyone's "todo list". When work is executed, people can drag the work order onto the calendar to book a task for it (like dragging around tasks in MS Project), and eventually these tasks get billed semi-automatically to the customer based on the contract and type of work that was requested.

Ofcourse, this system only pays off for larger companies. If you're a 10-person team, it's over-engineered for your needs. But I still think it's a really nice way of working, and I'm not just saying that because I help to build it :)

link|flag
vote up 1 vote down

I described how I track (and schedule) my time in another question: http://stackoverflow.com/questions/37139/how-do-you-maintain-a-project-schedule#128578

link|flag
vote up 3 vote down

Try http://projecthamster.wordpress.com/, if you only need something small, something for yourself only.

link|flag
vote up 2 vote down

I remember in my previous office they had a crappy web-based time management system in place. I had an account on it, and someone, probably one who managed that application, added all my currently assigned projects to it, so when I accessed the application to add my time at the end of a day, I would have sections for each project I was working on. Of course, I had to manually add, say, five hours for this project, and two for this, and so on and so forth. I really did not see what actual purpose that served, and even though the technically-sound managers failed to see any actual benefit of the system, they still requested people under them to fill up the time sheet.

In my current job, there is no time management. One reason may be that unlike my previous workplace, this one is considerably small. But, most of all, we trust each other to do the stuff. We maintain centralised and per-client TODO lists and message boards, where we discuss stuff and post timelines, and tasks, and mark them off. All in all, that gives a good overview of what is happening and what is not.

link|flag
show 1 more comment
vote up 26 vote down

I have a ruby script that appends a line with timestamp and all commandline arguments to a text file. Then I have an alias from "I" to this script, such that I can just type on the command line...

% I start working
0d 14:06'11"
% I have read mail
0d 00:27'45"
% I answered a question on stackoverflow
0d 00:11'32"
%

...and all that is recorded in a text file with timestamps.

Other scripts later use that text file to generate work reports, or just tag clouds of what I have done during the last weeks or months.

require 'date'
File.open('time.txt', 'a') do |f|
  f.puts "#{DateTime.now.strftime("%Y/%m/%d\t%H:%M:%S\t")}#{$*.join(' ')}"
end unless $*.empty?
back = DateTime.new
now = DateTime.new
File.open('time.txt') do |f|
  f.each do |line|
    unless line.strip.empty? then
      back = now
      now = DateTime.strptime(line,"%Y/%m/%d\t%H:%M:%S\t") 
    end  
  end
end
if $*.empty? then
  back = now
  now = DateTime.now.new_offset(of=0) + DateTime.now.offset # fix timezone!
end
diff = (now - back)
puts "#{diff.to_i}d #{(DateTime.new + (diff - diff.to_i)).strftime("%H:%M'%S\"")}"
link|flag
show 4 more comments
vote up 0 vote down

My company provides a time accounting system for billable purposes.

link|flag
vote up 1 vote down

We use a site called Taskdirector.com which was actually built by a previous intern at the company. It has a pretty simple interface to assign projects to people and the user can select from the dropdown list of tasks assigned to them and then just manually put in how much time they worked on it. It's quite simple. I guess its not the most accurate method though...

link|flag
vote up 1 vote down

This isn't so important in my current job, but my previous job I was building websites and needed to track time, there's a really good time tracker for Google Desktop, called Time Tracker I think... (imagine that). Me and the rest of my co-workers absolutely loved it. Then at the end of the day, we'd jump into netsuite, or whatever our time entry program of choice was at the time, and enter our time.

link|flag
vote up 0 vote down

I keep daily notes in a text file and/or internal wiki with notes as to waht I'm doing.

At the end of billable weeks, I cull through that and fill out a time sheet.

When I'm not on billable time, I show, do my job, and go home :)

link|flag
vote up 14 vote down

Since I am an independent contractor, accurately measuring my time is very important.

I wrote a utility that sits in the taskbar and records the process name and window caption of the active window every second of the day. If the keyboard or mouse was touched during that second then the time is considered active versus idle. Every 15 minutes this information is summarized and written to an SQLite database. At the end of the day I can view that data in a timeline and use a Bayesian filter to classify each unique process/window into one of three buckets: work, play, other. From there I estimate my hours based on some predefined thresholds that I've worked out over time.

I have tried professional software but the combination of automated recording and classification of active windows is by far the easiest approach to accurate time tracking!

One of these days I'll have to open source it...

link|flag
1  
....wow....yeah, please do....I was thinking of doing something like this myself, but you took it to a whole new level :) – Adrian Jun 25 at 9:25
vote up 0 vote down

I have great time tracking time and although this isn't really a proper answer it is an amusing little story. (I will also post an application for tracking time a little later, I do not have the application here)

About 2 years ago when I started work at a company I found that I was spending a large amount of time on the internet doing things that were not work related (irc, email, places like stackoverflow). I have always done c/c++ in my spare time and so thought that it would be a marvelous idea to create an application to track the time I spent in different applications. I think I must have spent about 100 man hours tinkering and looking for ways to hook Windows to get the information I needed. All of this, during work.

I feel it's rather ironic that I spent such a great amount of time working on an application to track my time and make me more productive whilst at work, being, well, not very productive.

  :)
link|flag
vote up 0 vote down

I use Hour Guard from NCH Software. It's free.

link|flag
vote up 0 vote down

The time tracking is always defined by the reporting that the project manager / boss wants.

If boss wants it down to the bug or task level, then you track using a tool that allows for that, ideally your bug tracking system. If it's only a matter of "I spent 27% of my time on bugs, 15% on meetings and 58% on new development", then tracking by number of hours per day in a text file and cobbling up a little Perl program to do the math is fine.

link|flag
vote up 2 vote down

I've used 'harvest' before (www.getharvest.com) - it's not too bad since it works from a widget. With a bit of effort, in a week or two you can get into the habit of clicking what project you are on (it tracks the hours for you).

I have seen some spurious time-tracking systems at companies, if people's hearts aren't in it (i.e. writing proper time-sheets), the data in them is pretty much fictional. I don't know if operational managers realise this, if you force someone to do time sheets without doing two things; 1) explaining why, and 2) leading by example - you will get rubbish data. People will just back-track and make up whatever to fill in their time.

As a project manager, what I would like to do is this - fill out my programmer's time-sheets for them on a weekly basis. And I think this would be possible using a program like timesnapper. If I get the chance, I will be trying this out at the next company I work at.

link|flag
vote up 0 vote down

I used task coach in the past. A really nice cross platform time tracker written in python.

Now I just use VIM because it's more flexible, don't require a mouse and you don't have a background process running. I just list all the name of the tasks I am working on at the top of a text file. I stole the idea from this blog

When I start working on a task I put the cursor on the corresponding line in the file and press F11, then a python script writes at the bottom of the file the current time and the name of the task.

If I stop working on the task I press F12, the python script adds the current time at the bottom of the file and computes how much time I've worked.

link|flag
vote up 0 vote down

I currently use TimePortal. It's simple and does the job. It also allows me to quickly view the "active" projects.

link|flag
1 2 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.