|
id);?>
|
flex' title='name?>'>
systemMode == 'new'):?>
'>execution->typeList[$execution->type]?>
projectModel == 'kanban' ? html::a($this->createLink('execution', 'kanban', 'executionID=' . $execution->id), $execution->name, '', "class='text-ellipsis'") : html::a($this->createLink('execution', 'task', 'execution=' . $execution->id), $execution->name, '', "class='text-ellipsis'");
echo !empty($execution->children) ? $execution->name : $executionLink;
if(isset($execution->delay)) echo "{$lang->execution->delayed} ";
?>
children)):?>
|
systemMode == 'new' and $this->app->tab == 'execution'):?>
projectName;?>
|
PM);?> |
processStatus('execution', $execution);?>
|
hours->progress); ?>
|
percent . '%';?> |
stage->typeList, $execution->attribute, '');?> |
begin) ? '' : $execution->begin;?> |
end) ? '' : $execution->end;?> |
realBegan) ? '' : $execution->realBegan;?> |
realEnd) ? '' : $execution->realEnd;?> |
id}", $execution, 'list', '', '', 'iframe', true);
$class = !empty($execution->children) ? 'disabled' : '';
common::printIcon('task', 'create', "executionID={$execution->id}", $execution, 'list', '', '', $class, false, "data-app='execution'");
if($execution->grade == 1 && $this->loadModel('programplan')->isCreateTask($execution->id))
{
common::printIcon('programplan', 'create', "program={$execution->parent}&productID=$productID&planID=$execution->id", $execution, 'list', 'split', '', '', '', '', $this->lang->programplan->createSubPlan);
}
else
{
$disabled = ($execution->grade == 2) ? ' disabled' : '';
echo html::a('javascript:alert("' . $this->lang->programplan->error->createdTask . '");', '', '', 'class="btn ' . $disabled . '"');
}
common::printIcon('programplan', 'edit', "planID=$execution->id&projectID=$projectID", $execution, 'list', '', '', 'iframe', true);
$disabled = !empty($execution->children) ? ' disabled' : '';
if(common::hasPriv('execution', 'delete', $execution))
{
common::printIcon('execution', 'delete', "planID=$execution->id&confirm=no", $execution, 'list', 'trash', 'hiddenwin' , $disabled, '', '', $this->lang->programplan->delete);
}
?> |
lang->execution->workHour;?>'>hours->totalEstimate . $this->lang->execution->workHourUnit;?> |
lang->execution->workHour;?>'>hours->totalConsumed . $this->lang->execution->workHourUnit;?> |
lang->execution->workHour;?>'>hours->totalLeft . $this->lang->execution->workHourUnit;?> |
burns);?>'> |
" . $this->loadModel('flow')->getFieldValue($extendField, $execution) . "";?>
children)):?>
children as $key => $child):?>
children)) ? ' table-child-bottom' : '';?>
|
id);?>
|
delay)) echo "{$lang->execution->delayed} ";
echo "{$lang->programplan->childrenAB}";
echo html::a($this->createLink('execution', 'task', 'execution=' . $child->id), $child->name);
?>
|
PM);?> |
processStatus('execution', $child);?>
|
hours->progress); ?>
|
percent . '%';?> |
stage->typeList, $child->attribute, '');?> |
begin) ? '' : $child->begin;?> |
end) ? '' : $child->end;?> |
realBegan) ? '' : $child->realBegan;?> |
realEnd) ? '' : $child->realEnd;?> |
id}", $child, 'list', '', '', 'iframe', true);
$class = !empty($child->children) ? 'disabled' : '';
common::printIcon('task', 'create', "executionID={$child->id}", $child, 'list', '', '', $class, false, "data-app='execution'");
if($child->grade == 1 && $this->loadModel('programplan')->isCreateTask($child->id))
{
common::printIcon('programplan', 'create', "program={$child->parent}&productID=$productID&planID=$child->id", $child, 'list', 'split', '', '', '', '', $this->lang->programplan->createSubPlan);
}
else
{
$disabled = ($child->grade == 2) ? ' disabled' : '';
echo html::a('javascript:alert("' . $this->lang->programplan->error->createdTask . '");', '', '', 'class="btn ' . $disabled . '"');
}
common::printIcon('programplan', 'edit', "planID=$child->id&projectID=$projectID", $child, 'list', '', '', 'iframe', true);
$disabled = !empty($child->children) ? ' disabled' : '';
if(common::hasPriv('execution', 'delete', $child))
{
common::printIcon('execution', 'delete', "planID=$child->id&confirm=no", $child, 'list', 'trash', 'hiddenwin' , $disabled, '', '', $this->lang->programplan->delete);
}
?>
|
lang->execution->workHour;?>'>hours->totalEstimate . ' ' . $this->lang->execution->workHourUnit;?> |
lang->execution->workHour;?>'>hours->totalConsumed . ' ' . $this->lang->execution->workHourUnit;?> |
lang->execution->workHour;?>'>hours->totalLeft . ' ' . $this->lang->execution->workHourUnit;?> |
burns);?>'> |
" . $this->loadModel('flow')->getFieldValue($extendField, $child) . "";?>