I'm looking for software which works similar to "to-do" lists but also offers logging feature. By logging i mean keeping track of weekly, monthly and daily tasks. For example, you've done 10-12 tasks today and marked them as completed. So this information needs to be accessible in sorted format as per day, week, months. Something like this -
Day 1 : | Week 1 | Month 1 | Completed Tasks | Pending Tasks
{ Task1 }
{ Task2 }
{ Task3}
{ Task4 }
{ Task5 }
I'm focusing on software that helps me log completed tasks for now. Any ideas ?