User Guide

myTodos is a multiuser web based todo manager to register tasks with periodic or single dates.

In an easy-to-use way, user can view their due dates for today, this week, this month or this year in a report.

In similar way they also can view their due dates for next week or next 7 days and so on in reports.

Through a cron job users can even automatically get their reports of due dates daily, weekly or monthly via email according to their personal setting.

myTodos is programmed in PHP4. The database used is mySQL.

The GUI has two part. on the left side there is a menue. on the right side there is the main area for showing data.

Menue

Home: this is the starting point of the application after login.

Logout: close the connection with the web server and the database.

Profile

Show Profile: see your profile data

Edit Profile: same as 'Show Profile' but you can change your profile data here.

New password: you can change your password here. For login you use your email address as user name. Your email address must be unique in the database, i.e. this email address cann't be used already by another user.

Events

Show all: show all your events you've entered before. You can click on tds_id to edit and update the event. To delete the event select the checkbox and click send button below.

Search: search an event.

New event: add a new event

Reports

Generate: generate a report of your events and send it to you by email. There are several modi to do this:

  • Today's : today's due events
  • This week's : this week's due events
  • This month's : this month's due events
  • This year's : this year's due events
  • This week's : this week's due events beginning from today
  • This month's : this month's due events beginning from today
  • This year's : this year's due events beginning from today
  • Next week's : next week's due events
  • Next month's : next month's due events
  • Next year's : next year's due events

    Docs

    User Guide: this stuff

    About us

    Deleveloppers: here your can learn the developpers of this myTodos open source projects

    Contact us: here is the contact email address of the developper team.