PDA

View Full Version : Patch to correctly calculate project %


GrahamJB
12-05-04, 09:27 AM
There is a bug in the way in which project % completion
is calculated relating to the fact the task_duration_type
of 24 should in fact be treated as config
option 'daily_working_hours' number of hours, and not 24
hours for the math.

This patch also adds a couple of estimates of the time
remaining in a project based on either estimated time
with (100 - percentage complete) or logged time with
(100 - percentage complete)

http://sourceforge.net/tracker/index.php?func=detail&aid=952246&group_id=21656&atid=372485

Anonymous
13-05-04, 08:10 AM
I have posted a revised patch that includes improvements and recent CVS changes so that the patch is more targeted.

http://sourceforge.net/tracker/index.php?func=detail&aid=952892&group_id=21656&atid=372485