#set ($notset_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "controls.common.notset")) #set ($entermanually_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "generalinfoprogress.entermanually")) #set ($computefromwbs_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "generalinfoprogress.computefromwbs"))
#set ($clientSide = true) #parse("/numbervalidation.vm")
## Status field #if ($policyCheck.canSeeCoreData("Status")) #end ## StartDate field #if ($policyCheck.canSeeCoreData("StartDate")) #end ## CompletionDate #if ($policyCheck.canSeeCoreData("CompletionDate")) #end ## PlannedManHours #if ($policyCheck.canSeeCoreData("PlannedManHours")) #end ## SpentManHours #if ($policyCheck.canSeeCoreData("SpentManHours")) #end ## PlannedCost #if ($policyCheck.canSeeCoreData("PlannedCost")) #end ## SpentCost #if ($policyCheck.canSeeCoreData("SpentCost")) #end
 $CommonFunctions.getDisplayReadyLabel("Status"): 
#set ($controlID = "startDate") #if (!$canSetStartDate) #set ($hideDateButton = true) #end #parse("/datecontrol.vm")
#set ($controlID = "completionDate") #set ($hideDateButton = false) #if (!$canSetCompletionDate) #set ($hideDateButton = true) #end #parse("/datecontrol.vm")
 $CommonFunctions.getDisplayReadyLabel("PlannedManHours"): 
 $CommonFunctions.getDisplayReadyLabel("SpentManHours"): 
 $CommonFunctions.getDisplayReadyLabel("PlannedCost"):  ($CommonFunctions.getCurrencySymbol($currentUserId))
 $CommonFunctions.getDisplayReadyLabel("SpentCost"):  ($CommonFunctions.getCurrencySymbol($currentUserId))