Following a suggestion from DotVince in DotProject forum ( see http://www.dotproject.net/vbulletin/showthread.php?t=4510&page=4\),
this version of the task list report has been amended to provide the following:
1. Selection fo fields to be displayed in the report,
2. Bug fix for task date filter (the current version does not work if you use any locale other than English)
3. New filters to select tasks according to their 'status' (complete, overdue, in progress, not started, ...) and their 'ownership' (all tasks, user's tasks, tasks assigned to the user, user's project tasks, users's company tasks).
Task List report
Logged In: NO
Wicked!!
Well done
Logged In: YES
user_id=1646540
Originator: YES
I have added the following features to my original post :
1. Admin and project owner can select any project user (either taskowner or task assignees) to produce a report on user's task status.
2. Add a "showparent tasks" option ; the parent tasks of the selected tasks are displayed in nested order, inother wordsa subtree of tasks can be displayed.
3. Minor improvements to the generated PDF files (a header is printed at the top of each page, more information on the used task filters in the first page).
Note : a fex task fields are disabled. For displaying them, uncomment the corresponding lines in array $desc_field in lines 16-37.
Logged In: YES
user_id=1646540
Originator: YES
Define a static file format array (instead of dynamically created in arraySelect call) to fix a potential portability issue.
Logged In: YES
user_id=1646540
Originator: YES
Thanks to MOTE, Version 1.2.0.2 fixes a bug when using "all projects" option.
It also improves the display of the owner filter (option select and user select) and a minor bug when selecting the option selected user "company project".
Logged In: YES
user_id=1646540
Originator: YES
One more bug fix (thanks to MOTE) when projects company option is used as a filter for "all projects".
Tasklistplus.php V1.2.0.3 - 25th Nov 2006
Logged In: NO
Hi,
Great stuff. Just 1 bug:
For some tasks, the description does not appear in this report, either on screen or in the PDF.
Also, assigned users field no longer included in your field list?
thanks
Logged In: YES
user_id=1646540
Originator: YES
For the assigned users field to appear you need to uncomment line 33.
Re. task descriptions that do not appear, I need more information to investigate. "Normally" if the task description field is set it should appear in the report!
Logged In: YES
user_id=1764025
Originator: NO
Hi,
I recently updated dotporject from 2.0.4 to 2.1-RC1
The tasklistplus report no longer works.
"Fatal error: Only variables can be passed by reference in /var/www/dotproject/modules/projects/reports/tasklistplus.php on line 478"
Has anyone found a way to make it work in 2.1-RC1?
Thanks
How to show the actual task start date, actual task end date, actual hours worked along with estimated start date, end date, hours in the task report?