| Anonymous | Login | Signup for a new account | 2010-09-03 06:26 MDT |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| 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 | |||||||
|
|
|||||||
Notes |
|
|
(0000591) caseydk (administrator) 2009-11-17 22:15 |
Applied the updates in r780, will be fixed in v1.2 release; |
| Mantis 1.1.8[^] Copyright © 2000 - 2009 Mantis Group |