diff --git a/module/report/view/bugsummary.html.php b/module/report/view/bugsummary.html.php index 39ffdb0104..386f1fb110 100644 --- a/module/report/view/bugsummary.html.php +++ b/module/report/view/bugsummary.html.php @@ -41,14 +41,14 @@ - + - + diff --git a/module/report/view/productinfo.html.php b/module/report/view/productinfo.html.php index 2f5276fd4f..e0f955d895 100644 --- a/module/report/view/productinfo.html.php +++ b/module/report/view/productinfo.html.php @@ -17,23 +17,19 @@ - - - - + + - + plans) ? count($product->plans) : 1;?> - - - + plans)):?> plans as $id => $plan):?> "?> @@ -41,10 +37,10 @@ - - - - + + + + "?> diff --git a/module/report/view/projectdeviation.html.php b/module/report/view/projectdeviation.html.php index 89aed9b425..830ed58c6b 100644 --- a/module/report/view/projectdeviation.html.php +++ b/module/report/view/projectdeviation.html.php @@ -1,4 +1,5 @@ +
product->name;?>product->code;?>product->PO;?>productplan->common;?>product->name;?>productplan->common;?> productplan->desc;?> productplan->begin;?> productplan->end;?>report->details;?>report->details;?>
name;?>code;?>PO;?>' . $product->name . "

{$lang->product->PO}: " . $product->PO . '

';?>
desc;?> begin;?> end;?>story->statusList['draft'] . ' : ' . (isset($plan->status['draft']) ? $plan->status['draft'] : 0);?>story->statusList['active'] . ' : ' . (isset($plan->status['active']) ? $plan->status['active'] : 0);?>story->statusList['closed'] . ' : ' . (isset($plan->status['closed']) ? $plan->status['closed'] : 0);?>story->statusList['changed'] . ' : ' . (isset($plan->status['changed']) ? $plan->status['changed'] : 0);?>story->statusList['draft'] . ' : ' . (isset($plan->status['draft']) ? $plan->status['draft'] : 0);?>story->statusList['active'] . ' : ' . (isset($plan->status['active']) ? $plan->status['active'] : 0);?>story->statusList['closed'] . ' : ' . (isset($plan->status['closed']) ? $plan->status['closed'] : 0);?>story->statusList['changed'] . ' : ' . (isset($plan->status['changed']) ? $plan->status['changed'] : 0);?>
- + @@ -31,17 +32,18 @@ - + - + - + consumed - $project->estimate;?> + diff --git a/module/report/view/workload.html.php b/module/report/view/workload.html.php index 790ea3f786..8c3e07b4e7 100644 --- a/module/report/view/workload.html.php +++ b/module/report/view/workload.html.php @@ -1,4 +1,5 @@ +
@@ -15,7 +16,7 @@
report->id;?>report->project;?>report->project;?> report->stories;?> report->bugs;?> report->devConsumed;?>
id;?>name;?>name;?> stories;?> bugs;?> devConsumed;?> testConsumed;?>devConsumed . ' : ' . $project->testConsumed;?>devConsumed / (($project->testConsumed < 1) ? 1 : $project->testConsumed), 1);?> estimate;?> consumed;?>consumed - $project->estimate) > 0 ? '+' . ($project->consumed - $project->estimate) : ($project->consumed - $project->estimate);?> 0 ? ('+' . $deviation) : ($deviation);?> - consumed - $project->estimate) > 0 ? '+' : '') . round(abs($project->consumed - $project->estimate) / $project->consumed * 100, 2) . '%';?> + 0 ? '+' : '-') . round(abs($deviation) / $project->estimate * 100, 2) . '%';?>