Basecamp is a great time-tracking and project management tool, but can be quite frustrating when it comes to the inflexibility of its reporting options. On any given day I log time to 3-5 projects but find it easy to lose track of the running total. This bookmarklet provides in one click what Basecamp gives you after 8, your hours logged so far today:
javascript:var oDate=new Date();var y=oDate.getFullYear();var m=oDate.getMonth()+1;if (m < 10) m = '0'+m;var d=oDate.getDate();if (d < 10) d = '0'+d;var myDate=y+''+m+''+d;location=%22https://technovate.projectpath.com/time/report/1035698/%22+myDate+'/'+myDate;
Obviously fill in your project_name and replace 1234567 with your user ID.








March 28th, 2007 at 10:50 am
Thanks dude
Already using it!
April 2nd, 2007 at 10:06 am
fixed date formatting for months/days < 10
January 3rd, 2008 at 1:51 pm
Thanks! Very helpful. I’m a project manager, so if I’m curious, I can get everyone’s time today using 0 as the user ID.