Difference between revisions of "Reminder"

From TUTOS

m (Reverted edits by Iqelekosaba (Talk); changed back to last version by Dasich)
Line 1: Line 1:
----
 
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
 
----
 
=[http://ucozisit.co.cc Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page]=
 
----
 
=[http://ucozisit.co.cc CLICK HERE]=
 
----
 
</div>
 
 
Reminders allow you to be reminded about things.
 
Reminders allow you to be reminded about things.
  
Line 17: Line 9:
 
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.
 
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.
  
&lt;h3&gt;Setting up an automatic check for reminders&lt;/h3&gt;
+
<h3>Setting up an automatic check for reminders</h3>
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 &lt;code&gt;crontab -e&lt;/code&gt;:
+
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 <code>crontab -e</code>:
  
&lt;code&gt;
+
<code>
0,15,30,45 7-18 * * 1-5 /usr/bin/lynx http://localhost/tutos/php/check.php &gt; /dev/null
+
0,15,30,45 7-18 * * 1-5 /usr/bin/lynx http://localhost/tutos/php/check.php > /dev/null
&lt;/code&gt;
+
</code>
  
 
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.

Revision as of 18:49, 9 December 2010

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.