To try to understand better, why does the task_type need to be recreated every year?
On 6/22/07, Anibal Caixinha <[EMAIL PROTECTED]> wrote: > > > Hello, I'm trying to create a task manager aplication for an > acountants firm. > > I have several regular tasks so I defined the aplication in two > tables : > > "task_type" > > name; > time-> montly or every 3 monts; > end_date -> the date when the task has to be completed > > "task" > > task_type_id > task_start_date > state > > I need to automaticly create several tasks that will repeat themselfs > in a year acording to their "time" (defined in task_type), I can just > create an interface that will do this .... > > The problem is that I need to have create new task_types every year , > I can't just change them because I will need to have the old data > available for my users. > > How can I create the "task_type" and tasks without user interference ? > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
