$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.healthcalculatedvalue")
|
#if ( ($policyCheck.canSeeCoreData("StartDate")) || ($policyCheck.canSeeCoreData("CompletionDate")) || ($policyCheck.canSeeCoreData("PlannedCost")) || ($policyCheck.canSeeCoreData("PlannedManHours")) )
#end
#if ($useDates)
#if ($policyCheck.canSeeCoreData("StartDate"))
$CommonFunctions.getDisplayReadyLabel("StartDate")
|
$baselineStartDate
|
$currentStartDate
|
N/A
|
N/A
|
#else
#end
#if ($policyCheck.canSeeCoreData("CompletionDate"))
$CommonFunctions.getDisplayReadyLabel("CompletionDate")
|
$baselineCompletionDate
|
$currentCompletionDate
|
N/A
|
N/A
|
#else
#end
#if ( ($policyCheck.canSeeCoreData("StartDate")) && ($policyCheck.canSeeCoreData("CompletionDate")) )
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.duration")
|
|
|
$CommonFunctions.formatNumber($baselineTotalDuration)
|
$CommonFunctions.formatNumber($currentTotalDuration)
|
$CommonFunctions.formatNumber($changeTotalDuration)
|
$percentageTotalDuration
|
#end
#end
#if ($usePlannedCost)
#if ($policyCheck.canSeeCoreData("PlannedCost"))
$CommonFunctions.getDisplayReadyLabel("PlannedCost")
|
|
|
$baselineTotalCost
|
$currentTotalCost
|
$changeTotalCost
|
$percentageTotalCost
|
#end
#end
#if ($usePlannedManHours)
#if ($policyCheck.canSeeCoreData("PlannedManHours"))
$CommonFunctions.getDisplayReadyLabel("PlannedManHours")
|
|
|
$CommonFunctions.formatNumber($baselineTotalManHours)
|
$CommonFunctions.formatNumber($currentTotalManHours)
|
$CommonFunctions.formatNumber($changeTotalManHours)
|
$percentageTotalManHours
|
#end
#end
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.average")
|
$percentageAverage
|
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.calculatedhealth")
|
#if ($health.compareTo("GREEN") == 0)
#elseif ($health.compareTo("YELLOW") == 0)
#elseif ($health.compareTo("RED") == 0)
#else
#end
|
$CommonFunctions.displayReady($healthLabel)
|
|
#if(!$canManageHealth)
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "gethealthdetail.healthoverridesettings")
|
#if ($forcedHealth.length() == 0)
$nooverride_text
#elseif ($forcedHealth.compareTo("GREY") == 0)
$override_text
#elseif ($forcedHealth.compareTo("GREEN") == 0)
$override_text
#elseif ($forcedHealth.compareTo("YELLOW") == 0)
$override_text
#elseif ($forcedHealth.compareTo("RED") == 0)
$override_text
#end
|
#end