Bug (closed)

Project Percentage is wrong/#4081

Summary

v0.08
closed
Feb 16, 2007
100%
May 29, 2007
Feb 16, 2007 / guest
Aug 5, 2009 / rafael.dalpra
 

Attached files

No files uploaded
 
This task does not have any text yet.
Doubleclick here to add some.

Issue report

Minor
Have not tried
Apache/2.2.0 (Win200sp4) PHP/5.2.0
0.0792
2007-02-07
On any projects startpage under "Details" the percentage value "Fertig?" seems to have no relation to any actual data for the project.
should display the actual completion for the project.
 

4 Comments

pixtur:Should be checked...

5 years ago

I will check this values implementation.

josefchmel:Correct code to class_project.inc.php

5 years ago


function getProgressSum()
line: 314
$sum=($tasksum/$tasknum*100)/100;

guest:Yep, that works.

5 years ago - Delete

Put the suggested code in my installation, seems to give correct values. Thx!

pixtur:changed the code...

5 years ago

Thanks for pointing out.