{if (!isset($accessDenied) || (0 == $accessDenied)) }
{include file="form/yearSelector.html"}
{if isset($error)}{$error}{/if} {if isset($submittedResolved_Legend) || isset($timeDrift_Legend) || isset($resolvedDrift_Legend) || isset($efficiency_Legend) || isset($reopenedRate_Legend) || isset($developersWorkload_Legend)} {include file="tools/graph.html"}
{if $timeDrift_Legend} {t}% Tasks{/t}: {t}Percentage of tasks delivered before the deadLine{/t}
{t}show values{/t}
{foreach from=$timeDrift_Legend key=id item=i} {/foreach}
{t}Date{/t} {t}% Tasks{/t}
{$id}
{$i}%
{/if}
{if $resolvedDrift_Legend} {t}Drift Mgr{/t}: {t}Effort deviation on resolved tasks (regarding the MgrEffortEstim){/t}
{t}Drift{/t}: {t}Effort deviation on resolved tasks (regarding the EffortEstim){/t}
{t}show values{/t}
{if $displayNoSupport}{/if} {foreach from=$resolvedDrift_Legend key=id item=i} {if $displayNoSupport}{/if} {/foreach}
{t}Date{/t} {t}Drift Mgr{/t} {t}Drift{/t}{t}No Support{/t}
{$id} {$i.totalDriftETA} {$i.totalDrift}{$i.totalDriftWithoutSupport}
{/if} {if $resolvedDriftExtRefOnly_Legend}
{t}show values{/t}
{if $displayNoSupport}{/if} {foreach from=$resolvedDriftExtRefOnly_Legend key=id item=i} {if $displayNoSupport}{/if} {/foreach}
{t}Date{/t} {t}Drift Mgr{/t} {t}Drift{/t}{t}No Support{/t}
{$id} {$i.totalDriftETA} {$i.totalDrift}{$i.totalDriftWithoutSupport}
{/if}
{if $efficiency_Legend} {t}Efficiency Rate{/t}: {t}Exclude side tasks to get the percent of time spent working on the projects{/t}
{t}show values{/t}
{foreach from=$efficiency_Legend key=id item=i} {/foreach}
{t}Date{/t} {t}Efficiency{/t} {t}Sys Disp.{/t}
{$id}
{$i.efficiencyRate}%
{$i.systemDisponibilityRate}%
{/if}
{if $reopenedRate_Legend} {t}Number of reopened external tasks (tasks having an ExternalRef).{/t}

{t}% Reopened{/t}: {t}Compare the number of reopened tasks to the number of resolved tasks{/t}
{t}show values{/t}
{foreach from=$reopenedRate_Legend key=id item=i} {/foreach}
{t}Date{/t} {t}% Reopened{/t} {t}Nb Reopened{/t}
{$id}
{$i.reopenedRateResolved}%
{$i.reopened}
{/if}
{if $workload_Legend} {t}man-days{/t}: {t}Available man-days on the period (excluding leave and external tasks){/t}
{t}show values{/t}
{foreach from=$workload_Legend key=id item=i} {/foreach}
{t}Date{/t} {t}man-days{/t}
{$id} {$i}
{/if}
{t}Compares the effort estimation to the elapsed time.{/t}   {t}Help{/t}

{t}Compares the effort estimation to the elapsed time.{/t}
{t}(on resolved tasks only){/t}

{t}rate = 1 : estimation was perfect.
rate < 1 : underestimated
rate > 1 : overestimated{/t}

{t}Formula{/t}:
SUM({t}EffortEstim{/t} + {t}EffortAdd{/t}) / SUM({t}elapsed{/t})

{include file="$effortEstimReliabilityIndicatorFile"}
{/if}
{else}

{t}Sorry, you do NOT have access to this page.{/t}

{/if}