Page 1 of 1

Manage a todo list ?

Posted: Tue Feb 14, 2006 3:34 pm
by fredt
I'd like to be able to manage a todo list within cmsms :
- title
- category (IT, marketing, finance, customer...)  (1 or n)
- due date
- author
- to be done by (tbdb)  (1 or n)
- status
- rich text
- perhaps a file attachment

Rights to read, create, edit & delete would be fine - + admin rights to add categories & manage the thing.

Filter by author, tbdb, date, status, category... Order by all...

Has anybody an idea about how to perform this ? It's going to be an internal tool, so design is not that important...

And.. cmsms integration would be fine of course, but I'll also gratefully accept any php-mysql suggestion!

TIA

FredT

Re: Manage a todo list ?

Posted: Tue Feb 14, 2006 6:28 pm
by cyberman
fredt wrote: Has anybody an idea about how to perform this ? It's going to be an internal tool, so design is not that important...
Hmm, don't know - perhaps you should try mytracks ::) ...

Re: Manage a todo list ? [finally, my solution]

Posted: Fri Feb 17, 2006 10:19 am
by fredt
Well, I've found and I'm now using ackerTodo (http://ackertodo.sourceforge.net).

Not as clean & nice as CmsMS, but it works and has most functions I needed...

btw, It would probably be possible to embed it in some kind of cmsms iframe... but what would be the correct way to integrate signons ? Has anybody done some SSO ?

Hope this note will avoid you to spend half a day searching & trying such a tool !