Difference between revisions of "Reminder"

From TUTOS

m (Reverted edits by Iqelekosaba (Talk); changed back to last version by Dasich)
m
 
Line 17: Line 17:
  
 
This will start the TUTOS check routine every 15 minutes between 7 am and 6 pm,  Monday until Friday.
 
This will start the TUTOS check routine every 15 minutes between 7 am and 6 pm,  Monday until Friday.
 +
 +
[[Category:Module]]
 +
[[Category:Enduser]]

Latest revision as of 17:40, 29 December 2011

Reminders allow you to be reminded about things.

You can attach reminders to nearly all Objects in TUTOS at a given date.

With some objects special reminder dates are possible:

  • birthdays
  • start or end times with projects or tasks

You can set up a reminder to fire periodically or only once. It is also possible to define a offset to a given date and to sent reminders by email.

Setting up an automatic check for reminders

In order to automatically check for due reminders and e.g. send an email notification, add the following crontab entry on linux machines by typing crontab -e:

0,15,30,45 7-18 * * 1-5 /usr/bin/lynx http://localhost/tutos/php/check.php > /dev/null

This will start the TUTOS check routine every 15 minutes between 7 am and 6 pm, Monday until Friday.