* @package execution
* @version $Id: taskeffort.html.php 7713 2019-03-27 09:41:06Z sunguangming@cnezsoft.com $
* @link http://www.zentao.net
*/
?>
getModuleRoot() . 'common/view/header.html.php';?>
getModuleRoot() . 'common/view/datatable.html.php';?>
task->leftAB);?>
task->consumedAB);?>
' . $lang->execution->computeTaskEffort, 'hiddenwin', "title='{$lang->execution->computeTaskEffort}' class='btn btn-primary' id='computeBurn'");?>
createLink('execution', 'taskeffort', "executionID=$executionID&group=$groupBy&type=$weekend"), $lang->execution->$weekend, '', "class='btn btn-link'");?>
execution = $executionID;
$link = $this->createLink('task', 'create', "execution=$executionID" . (isset($moduleID) ? "&storyID=&moduleID=$moduleID" : ''));
if(common::hasPriv('task', 'create', $checkObject)) echo html::a($link, " {$lang->task->create}", '', "class='btn btn-primary'");
?>
task->noTask;?>
createLink('task', 'create', "execution=$executionID" . (isset($moduleID) ? "&storyID=&moduleID=$moduleID" : '')), " " . $lang->task->create, '', "class='btn btn-info'");?>
realBegan) ? $execution->begin : $execution->realBegan;?>
$groupTasks):?>
lang->task->noStory : zget($groupByList, $groupKey);
if($isGroupByAssignTo and $groupName == '') $groupName = $this->lang->task->noAssigned;
?>
burn) ? $task->burn : 0; ?>
'>
assignedTo])): ?>
execution->memberHoursAB, $users[$task->assignedTo], $members[$task->assignedTo]->totalHours); ?>
multiple)) echo '' . $lang->task->multipleAB . ' ';
if($task->parent > 0) echo '' . $lang->task->childrenAB . ' ';
if($task->parent == -1) echo '' . $lang->task->parentAB . ' ';
if(!common::printLink('task', 'view', "task=$task->id", $task->name, '', 'class="text-primary"')) echo $task->name;
?>
getModuleRoot() . 'common/view/footer.html.php';?>