Is any module for managing Tasks for drupal 6.6?
Hi [Sorry for my english].
I'm using drupal 6.6 as a great cms for our company internal portal.
and the problem is, there is a very required! feature that i couldn't find the suitable module to run it on our portal and that is a task manager.
I want to know if there is any module for managing tasks, that users can define tasks for themselves and for other users, and transfer their tasks to other users?
for example, a boss should can define a task and set a deadline time for it and transfer it to his/her employee and employees should can transfer the tasks to each other, or complete the task.
something like the Remember The Milk and even with more feature if possible.
and at the end, i'd be thankful if anybody post some links to some short and easy-to-learn documentation on learning how to write new modules for drupal 6.6.
thanks guys.

You could easily do this
You could easily do this with CCK and a little magic. Not sure if there is a 6 version but there is a 5 version: http://drupal.org/project/tasks - Maybe you could look at that module and see how it can be ported to 6.
Kenny S.
Developer by day, entertainer by night.
www.webkenny.com
Proud member of the CommonPlaces E-Solutions team.
www.commonplaces.com
With advent of cck these
With advent of cck this type of single purpose modules (is tasklist) seem to be going un-maintained.
This is pretty easy to do with cck, views, nodequeue, rules, and workflow modules. And it's much easier to get the exact behavior and workflow you want rather than trying to modify a canned module.
===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz
Thanks, but would you please
Thanks, but would you please explain a little more? that WHAT these modules do and HOW they can be used for my purpose?
The features of each module
The features of each module are described on their individual project pages, but a quick summary would be:
hope that helps....
===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz
I found tasklist, but it's
I found tasklist, but it's for 5.x, maybe somebody will convert it to 6.x: http://drupal.org/node/336508
If you looking for some external free task manager, I recommending Redmine (it's free).