<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Tue, 2009-07-21 at 21:34 +0200, S&#233;bastien Renard wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Le mardi 21 juillet 2009 11:24:47, Jonas Christian Drewsen a &#233;crit :
&gt;     I think quaterly is a pretty common term for &quot;every three months&quot;.
&gt;    
&gt; E.g. Dictionary.com : &quot;a periodical issued every three months.&quot;.
&gt;
&gt; I myself need it for &quot;quaterly report&quot; tasks :)

Sure, but that's not what your patch seems to do. It shedule a task for 
Janury, April, July and October whatever the current month is. So, as we are 
in July everything is fine but if you define a quarterly task in august, the 
next occurrence will be in october, not november as it could be expected.

Both two behaviour are correct, but I would like to be sure that you did it 
intentionnaly.
</PRE>
</BLOCKQUOTE>
<PRE>

</PRE>
It is indeed intentionally. If you like it better I can change it so that you have to specify the first recur month:<BR>
<BR>
 t_recurs &lt;id&gt; quaterly &lt;start-month&gt; &lt;first/second/third/last&gt; &lt;mo, tu, we, th, fr, sa, su&gt; &lt;hh:mm&gt;<BR>
<BR>
 I would rather not that it just defaulted to use current date as offset for the quater ie. the example you mentioned with a task in august making the next recurrence in november.<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
&gt;Regarding grouping the quaterly code with the yearly: I did this because
&gt;all code except for a few lines can be shared. I believe that reducing
&gt;the amount of code duplication can help reduce the number of bugs in a
&gt;simple case that like this.

Ok I see. That's not a problem.

a+
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>