Wednesday, February 15, 2006 11:49 AM
I got an email the other day from Adam Marciniec letting me know that he has made some enhancements to the Time Tracker application to support Excel export. What a great idea! Then today I get an email from someone else asking about adding Excel support. For anyone else interested, you can read more about the enhancement, and download the code directly from Adam's great blog. It's always nice to see someone enjoying my code!
On another note, I also have updated my code. It would be nice to merge the Excel changes into my code base to keep everything together. I'll try to get to that soon! Changed:
- Changing icons based on status (signed in/out)
- Punch Out At... feature to set a time that you signed out (nice for those times you forget to punch out on time
- Project maintenance -- set a project as active or inactive, add/remove/edit projects
- Time entry maintenance -- A DataGridView to manage individual time entries (advanced users probably)
- Sorted project names in list
- General enhancements for performance/efficiency
I'd still like to add that Excel support, data backup, and possibly reports using that great .NET 2.0 ReportView control (no SQL Server required). The ability to add sub-projects/tasks would be really nice too. I also want to add a data consolidation feature so entries far enough in the past can be shrunk down to daily or monthly entries. At some point you just don't care about what times of the day you signed in and out!
Enjoy! As usual, let me know if there are any questions or problems
Download from here. Sorry, the ClickOnce package isn't updated yet, but I hope to get to that in the next week or so.