Bookmarklet for today's time report in Basecamp

javascript:var%20d=new%20Date();location.href='https://YOUR_URL.basecamphq.com/time_entries/report?subject_id=YOUR_SUBJECT_ID&from[month]='+(d.getMonth()+1)+'&from[day]='+d.getDate()+'&from[year]='+d.getFullYear()+'&to[month]='+(d.getMonth()+1)+'&to[day]='+d.getDate()+'&to[year]='+d.getFullYear()+'&commit=Create+report';
Replace YOUR_URL and YOUR_SUBJECT_ID with your Basecamp URL and the user’s ID of interest. You can get a user ID by running a custom time report for just that user in Basecamp. Look next to “subject_id” in the URL of the report.

🌟 Was this page helpful? Please let me know with this quick, 3 question survey.