Writing better timesheet

Posted by gunbuster363 on Programmers See other posts from Programmers or by gunbuster363
Published on 2011-05-23T04:27:33Z Indexed on 2012/07/02 21:23 UTC
Read the original article Hit count: 147

Filed under:
|

Recently, my company started to require us to fill out a monthly timesheet, writing down everything you do in office.

A timesheet contain 29-31 days, depends on the number of days of the month. I need to write the things I did in every row of the excel file, which represent a day.

This timesheet embarrasses me, because something like this can happen:

  • I spent Monday writing a program, and the program was done. Because my boss didn't give me other program to write, basically I am just sitting there and pretending I am busy in the following days before my boss gives me another assignment. Of course I should not write it in the timesheet as it is. I can write it in the timesheet that I write the program using 4 days, but it makes me feel very inefficient.

I can separate the process into 1) write the program, 2)deploy the program, 3)test the program, but that can make the process so long like 3 weeks, really.

Have you encountered such a situation? How would you deal with this?

EDIT: some people said I should be more proactive about asking for more assignments, but here is the situation: the boss of my boss gives some jobs to my boss, then my boss gives the jobs to me, sometimes I can also see my boss being quite less busy. One of my colleagues said that I should not ask for another assignment in a proactive manner, because it would be a headache for my boss to think a job out of nowhere for me. I don't want the things turn out like that, really.

© Programmers or respective owner

Related posts about documentation

Related posts about evaluation