deleted):?> execution->deleted;?> lifetime) and $execution->type != 'kanban' and $project->model != 'waterfall' and $project->model != 'waterfallplus'):?> execution->lifeTimeList, $execution->lifetime);?> delay)):?> execution->delayed;?> processStatus('execution', $execution);?>
setCode) or $config->setCode == 0) ? 'hidden' : '';?>
config->systemMode == 'ALM'):?>
id;?> code;?> name;?>
project->parent;?>
projectInfo->grade > 1):?>
$name)
{
$names .= common::hasPriv('program', 'product') ? html::a($this->createLink('program', 'product', "programID=$id"), $name) . '/ ' : $name . '/ ';
}
echo rtrim($names, '/ ');
?>
project->project;?>
createLink('project', 'index', "projectID=$execution->project", '', '', $execution->project), $execution->projectInfo->name) : $execution->projectInfo->name;?>
execution->manageProducts;?>
type != 'stage' and $project->model != 'waterfallplus') common::printLink('execution', 'manageproducts', "executionID=$execution->id", '', '', "class='btn btn-link pull-right muted'");?>
$product):?>
branches as $branchID):?>
createLink('product', 'browse', "productID=$productID&branch=$branchID"), " " . $product->name . $branchName);?>
execution->linkPlan;?>
$product)
{
foreach($product->plans as $planIDList)
{
$planIDList = explode(',', $planIDList);
foreach($planIDList as $planID)
{
if(isset($planGroups[$productID][$planID])) echo '
' . " " . html::a($this->createLink('productplan', 'view', "planID={$planID}"), $product->name . '/' . $planGroups[$productID][$planID]) . '
';
}
}
}
?>
execution->lblStats;?>
totalConsumed + $execution->totalLeft) ? floor($execution->totalConsumed / ($execution->totalConsumed + $execution->totalLeft) * 1000) / 1000 * 100 : 0;?>
execution->progress;?> percent;?>
|
|||
execution->begin;?> | begin;?> | execution->realBeganAB;?> | realBegan == '0000-00-00' ? '' : $execution->realBegan;?> |
---|---|---|---|
execution->end;?> | end;?> | execution->realEndAB;?> | realEnd == '0000-00-00' ? '' : $execution->realEnd;?> |
execution->totalEstimate;?> | totalEstimate . $lang->execution->workHour;?> | execution->totalDays;?> | days . $lang->execution->day;?> |
execution->totalConsumed;?> | totalConsumed . $lang->execution->workHour;?> | execution->totalHours;?> | totalHours . $lang->execution->workHour;?> |
execution->totalLeft;?> | totalLeft . $lang->execution->workHour;?> |
execution->basicInfo;?>
story->common;?> | storyCount;?> | task->common;?> | taskCount;?> | bug->common;?> | bugCount;?> |
---|
execution->acl;?>
execution->aclList[$execution->acl];?>