actualCompletionDate for a task in a project

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

actualCompletionDate for a task in a project

olivier.heintz Neogia.org
Hello,

Currently in projectmgr, the actualCompletionDate of task, phase and
project are calculated by :
1) max(actualCompletionDate) for task or all task in phase or in project
2) if there are some timeEntries and if max(thruDate) of all timeEntries
 > max(actualCompletionDate), use "max(thruDate) of all timeEntries"

I think that point 2 is wrong, only 1) should be used.

If everybody is OK, i will submit the patch

Olivier Heintz
Reply | Threaded
Open this post in threaded view
|

Re: actualCompletionDate for a task in a project

Jacques Le Roux
Administrator
Hi Olivier,

Quick answer: maybe some warning should be raised in such case?

Jacques

From: "olivier Heintz" <[hidden email]>

> Hello,
>
> Currently in projectmgr, the actualCompletionDate of task, phase and
> project are calculated by :
> 1) max(actualCompletionDate) for task or all task in phase or in project
> 2) if there are some timeEntries and if max(thruDate) of all timeEntries
> > max(actualCompletionDate), use "max(thruDate) of all timeEntries"
>
> I think that point 2 is wrong, only 1) should be used.
>
> If everybody is OK, i will submit the patch
>
> Olivier Heintz