$CommonFunctions.log( "progressdetail.vm" ) #set ($notset_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "controls.common.notset")) #set ($entermanually_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "progressdetail.entermanually")) #set ($computefromwbs_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "progressdetail.computefromwbs")) #parse ("viewconstants.vm") #parse("common_js.vm") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "progressdetail.windowtitle") #parse("systemmanager_js.vm") #parse ("formvalidator.vm") #parse("itimpactdialogs_js.vm") #parse ("changedetector.vm")
#if ( ($policyCheck.canSeeCoreData("Status")) || ($policyCheck.canSeeCoreData("StartDate")) || ($policyCheck.canSeeCoreData("CompletionDate")) || ($policyCheck.canSeeCoreData("PlannedManHours")) || ($policyCheck.canSeeCoreData("SpentManHours")) || ($policyCheck.canSeeCoreData("PlannedCost")) || ($policyCheck.canSeeCoreData("SpentCost"))) #end #if ( ($policyCheck.canSeeCoreData("Status")) || ($policyCheck.canSeeCoreData("StartDate")) || ($policyCheck.canSeeCoreData("CompletionDate")) || ($policyCheck.canSeeCoreData("PlannedManHours")) || ($policyCheck.canSeeCoreData("SpentManHours")) || ($policyCheck.canSeeCoreData("PlannedCost")) || ($policyCheck.canSeeCoreData("SpentCost"))) #end
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "progressdetail.headertitle")
$CommonFunctions.getDisplayReadyLabel("Project"): $CommonFunctions.displayReady($projectName)
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "progressdetail.instruction")
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "progressdetail.headermodifystatus")
#if ($policyCheck.canSeeCoreData("Status")) #if ($canSpecifyStatus) #else #end #end #if ($CommonFunctions.getNotUsed("StartDate").length() == 0) #if ($policyCheck.canSeeCoreData("StartDate")) #if ($canSetStartDate) #else #end #end #end #if ($CommonFunctions.getNotUsed("CompletionDate").length() == 0) #if ($policyCheck.canSeeCoreData("CompletionDate")) #if ($canSetCompletionDate) #else #end #end #end #if ($CommonFunctions.getNotUsed("PlannedManHours").length() == 0) #if ($policyCheck.canSeeCoreData("PlannedManHours")) #if ($canSetPlannedManHours) #else #end #end #end #if ($CommonFunctions.getNotUsed("SpentManHours").length() == 0) #if ($policyCheck.canSeeCoreData("SpentManHours")) #if ($canSetSpentManHours) #else #end #end #end #if ($CommonFunctions.getNotUsed("PlannedCost").length() == 0) #if ($policyCheck.canSeeCoreData("PlannedCost")) #if ($canSetPlannedCost) #else #end #end #end #if ($CommonFunctions.getNotUsed("SpentCost").length() == 0) #if ($policyCheck.canSeeCoreData("SpentCost")) #if ($canSetSpentCost) #else #end #end #end #if ($canChangeStuff) #end
$CommonFunctions.getDisplayReadyLabel("Status"): $CommonFunctions.displayReady($CommonFunctions.getStatusName($projectStatus))
$CommonFunctions.getDisplayReadyLabel("StartDate"): #set ($controlID = "startDate") #parse("datecontrol.vm") #if ($SDOverride.equals("ProjectLevel")) $entermanually_text #elseif ($SDOverride.startsWith("0")) $CommonFunctions.getTermFromResourceBundle($currentUserId,"ProjectDialogs","generalinfoprogress.startdateoption") $CommonFunctions.displayReady($CommonFunctions.getProjectDisplayedName($SDOverride), 70) #else $computefromwbs_text #end
$CommonFunctions.getDisplayReadyLabel("CompletionDate"): #set ($controlID = "completionDate") #parse("datecontrol.vm") #if ($CDOverride.equals("ProjectLevel")) $entermanually_text #else $computefromwbs_text #end
$CommonFunctions.getDisplayReadyLabel("PlannedManHours"): #if ($PMOverride.equals("ProjectLevel")) $entermanually_text #else $computefromwbs_text #end
$CommonFunctions.getDisplayReadyLabel("SpentManHours"): #if ($SMOverride.equals("ProjectLevel")) $entermanually_text #else $computefromwbs_text #end
$CommonFunctions.getDisplayReadyLabel("PlannedCost"): ($CommonFunctions.getCurrencySymbol($currentUserId))
#if ($PCOverride.equals("ProjectLevel")) $entermanually_text #else $computefromwbs_text #end
$CommonFunctions.getDisplayReadyLabel("SpentCost"): ($CommonFunctions.getCurrencySymbol($currentUserId))
#if ($SCOverride.equals("ProjectLevel")) $entermanually_text #else $computefromwbs_text #end
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "progressdetail.changecomment")
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "progressdetail.headerhistoryofchanges")
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columndatetime") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnattribute") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnchangedby") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnchangedto") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columncomment")
#if ($isPrinting) #end #foreach ($changeView in $changeViewSet) #set ($imgSrc = "../themes/$theme/images/commentempty.gif") #if ($changeView.getChangeComment().length() > 0) #set ($imgSrc = "../themes/$theme/images/comment.gif") #end #end
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columndatetime") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnattribute") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnchangedby") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnchangedto") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columncomment")
$CommonFunctions.formatDate($currentUserId,$changeView.getLogTime()) $CommonFunctions.displayReady($changeView.getAttrName()) $CommonFunctions.displayReady($CommonFunctions.stripDepartment($changeView.getUserNameDepartment())) $CommonFunctions.unescape($changeView.getAttrValue()) $CommonFunctions.displayReady($changeView.getChangeComment())
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columndatetime") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnattribute") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnchangedby") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columnchangedto") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "changelog.columncomment")
#if (!$isPrinting) #if ( ($policyCheck.canSeeCoreData("Status")) || ($policyCheck.canSeeCoreData("StartDate")) || ($policyCheck.canSeeCoreData("CompletionDate")) || ($policyCheck.canSeeCoreData("PlannedManHours")) || ($policyCheck.canSeeCoreData("SpentManHours")) || ($policyCheck.canSeeCoreData("PlannedCost")) || ($policyCheck.canSeeCoreData("SpentCost"))) #end #end #set ($clientSide = true) #parse("numbervalidation.vm")