web2project: web-based project management

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000294 [v1.2 Release (Closed)] Project Designer major always 2009-10-21 10:41 2009-12-08 21:07
Reporter castortech View Status public  
Assigned To caseydk
Priority normal Resolution fixed  
Status closed   Product Version 1.1
Summary 0000294: Project hours different/not accurate in project designer
Description When viewing a project in project designer, the total scheduled hours (and project hours) can be different than those shown when looking at the "normal view project"
Additional Information This is due to the fact that projectdesigner uses its own formula in index.php instead of using the following sets of formula used by "normal project" (in view.php):
$worked_hours = $project->getWorkedHours();
$total_hours = $project->getTotalHours();
$total_project_hours = $project->getTotalProjectHours();

and when you start digging, you realize that the project class tests for task_dynamic <> 1 and the project designer uses task_dynamic = 0 instead.

When you have task with dependencies, you get values such as 31 that should be calculated and are missed by the project designer.

I suggest using common functions, at least it's always right or always wrong, not variant like right now.
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0000591)
caseydk (administrator)
2009-11-17 22:15

Applied the updates in r780, will be fixed in v1.2 release;

- Issue History
Date Modified Username Field Change
2009-10-21 10:41 castortech New Issue
2009-11-02 20:28 caseydk Project v1.1 Release (Closed) => v1.2 Release (Closed)
2009-11-03 06:03 castortech Issue Monitored: castortech
2009-11-17 22:15 caseydk Status new => resolved
2009-11-17 22:15 caseydk Resolution open => fixed
2009-11-17 22:15 caseydk Assigned To => caseydk
2009-11-17 22:15 caseydk Note Added: 0000591
2009-12-08 21:07 caseydk Status resolved => closed
2009-12-08 21:07 caseydk Fixed in Version => 1.2


Mantis 1.1.8[^]
Copyright © 2000 - 2009 Mantis Group
Powered by Mantis Bugtracker