#set ($notset_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "controls.common.notset")) #if ($includeGeneralInformationSection)
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "investmentreports.summary")

## ProjectDescription #set ($notUsed = $CommonFunctions.getNotUsed("ProjectDescription")) #if ($notUsed.length() == 0 && $policyCheck.canSeeCoreData("ProjectDescription")) #end ## Status #set ($notUsed = $CommonFunctions.getNotUsed("Status")) #if ($notUsed.length() == 0 && $policyCheck.canSeeCoreData("Status")) #end ## Project Health #set ($notUsed = $CommonFunctions.getNotUsed("ProjectHealth")) #if ($notUsed.length() == 0 && $policyCheck.canSeeCoreData("ProjectHealth")) #end
$CommonFunctions.getDisplayReadyLabel("Id"):   $CommonFunctions.formatId($project.getId())
$CommonFunctions.getDisplayReadyLabel("Project"):   $CommonFunctions.displayReady($investmentName)
$CommonFunctions.getDisplayReadyLabel("ProjectDescription"):  #if($investmentDescription.length() == 0)  $notset_text #else   #end
$CommonFunctions.getDisplayReadyLabel("Status"):   $CommonFunctions.displayReady($investmentStatusName)
$CommonFunctions.getDisplayReadyLabel("ProjectHealth"):  $CommonFunctions.displayReady($health)
## RequestorId #if ($policyCheck.canSeeCoreData("RequestorId")) #end ## SubmittedToId #if ($policyCheck.canSeeCoreData("SubmittedToId")) #if ($CommonFunctions.getNotUsed("SubmittedToId").length() == 0) #end #end ## ManagerId #if ($policyCheck.canSeeCoreData("ManagerId")) #if ($CommonFunctions.getNotUsed("ManagerId").length() == 0) #end #end ## OwnerId #if ($policyCheck.canSeeCoreData("OwnerId")) #if ($CommonFunctions.getNotUsed("OwnerId").length() == 0) #end #end ## SponsorId #if ($policyCheck.canSeeCoreData("SponsorId")) #if ($CommonFunctions.getNotUsed("SponsorId").length() == 0) #end #end ## MembersId #if ($policyCheck.canSeeCoreData("MembersId")) #if ($CommonFunctions.getNotUsed("MembersId").length() == 0) #end #end
$CommonFunctions.getDisplayReadyLabel("RequestorId"):   $CommonFunctions.displayReady($CommonFunctions.getFullNameDepartmentForUser($project.getRequestorId()))
$CommonFunctions.getDisplayReadyLabel("SubmittedToId"):   $CommonFunctions.displayReady($CommonFunctions.getFullNameDepartmentForUser($StringUtil.convertListToCsv($project.getProjectSubmittedTos())))
$CommonFunctions.getDisplayReadyLabel("ManagerId"):   $CommonFunctions.displayReady($CommonFunctions.getFullNameDepartmentForUser($StringUtil.convertListToCsv($project.getProjectManagers())))
$CommonFunctions.getDisplayReadyLabel("OwnerId"):   $CommonFunctions.displayReady($CommonFunctions.getFullNameDepartmentForUser($StringUtil.convertListToCsv($project.getProjectOwners())))
$CommonFunctions.getDisplayReadyLabel("SponsorId"):   $CommonFunctions.displayReady($CommonFunctions.getFullNameDepartmentForUser($StringUtil.convertListToCsv($project.getProjectSponsors())))
$CommonFunctions.getDisplayReadyLabel("MembersId"):   $CommonFunctions.displayReady($CommonFunctions.getFullNameDepartmentForUser($StringUtil.convertListToCsv($project.getProjectMembers())))
## Type #if ($policyCheck.canSeeCoreData("Type")) #end #if ($policyCheck.canSeeCoreData("Process") && "Not Available" != "$CommonFunctions.getDisplayReadyLabel('Process')") #end ## Group #if ($policyCheck.canSeeCoreData("Group")) #if ($CommonFunctions.getNotUsed("Group").length() == 0) #end #end ## Department #if ($policyCheck.canSeeCoreData("Department")) #if ($CommonFunctions.getNotUsed("Department").length() == 0) #end #end #set ($catIndex = 0) #foreach ($category in $categoryVector) #if ($CommonFunctions.categoryApplicableForProject($category.getCategoryId(), $project.getId())) #end #set ($catIndex = $catIndex + 1) #end
$CommonFunctions.getDisplayReadyLabel("Type"):   $CommonFunctions.displayReady($CommonFunctions.getTypeName($project.getType()))
$CommonFunctions.getDisplayReadyLabel("Process"):   $CommonFunctions.displayReady($CommonFunctions.getProcessName($StringUtil.nullToEmpty($project.getProcessId())))
$CommonFunctions.getDisplayReadyLabel("Group"):   $CommonFunctions.displayReady($CommonFunctions.getGroupName($project.getGroup()))
$CommonFunctions.getDisplayReadyLabel("Department"):   $CommonFunctions.displayReady($CommonFunctions.getDepartmentName($project.getDepartment()))
$CommonFunctions.displayReady($category.getName()):  #set ($pcatId = $projectCategoryVector.get($catIndex))  $CommonFunctions.displayReady($CommonFunctions.getCustomCategoryName($pcatId))
## RequestDate #set ($notUsed = $CommonFunctions.getNotUsed("RequestDate")) #if ($notUsed.length() == 0 && $policyCheck.canSeeCoreData("RequestDate")) #end #set ($notUsed = $CommonFunctions.getNotUsed("StartDate")) #if ($notUsed.length() == 0 && $policyCheck.canSeeCoreData("StartDate")) #end #set ($notUsed = $CommonFunctions.getNotUsed("CompletionDate")) #if ($notUsed.length() == 0 && $policyCheck.canSeeCoreData("CompletionDate")) #end
$CommonFunctions.getDisplayReadyLabel("RequestDate"):  $CommonFunctions.formatDate($currentUserId,$project.getRequestDate())
$CommonFunctions.getDisplayReadyLabel("StartDate"):  $CommonFunctions.displayReady($startDate)
$CommonFunctions.getDisplayReadyLabel("CompletionDate"):  $CommonFunctions.displayReady($completionDate)
#set ($notUsed = $CommonFunctions.getNotUsed("PlannedManHours")) #if ($notUsed.length() == 0 && $policyCheck.canSeeCoreData("PlannedManHours")) #end ## SpentManHours #set ($notUsed = $CommonFunctions.getNotUsed("SpentManHours")) #if ($notUsed.length() == 0 && $policyCheck.canSeeCoreData("SpentManHours")) #end ## RemainingManHours #set ($notUsed = $CommonFunctions.getNotUsed("RemainingManHours")) #if ($notUsed.length() == 0 && $policyCheck.canSeeCoreData("RemainingManHours")) #end
$CommonFunctions.getDisplayReadyLabel("PlannedManHours"):  $totalManHours
$CommonFunctions.getDisplayReadyLabel("SpentManHours"):  $spentManHours
$CommonFunctions.getDisplayReadyLabel("RemainingManHours"):  $remainingManHours
#set ($notUsed = $CommonFunctions.getNotUsed("PlannedCost")) #if ($notUsed.length() == 0 && $policyCheck.canSeeCoreData("PlannedCost")) #end #set ($notUsed = $CommonFunctions.getNotUsed("SpentCost")) #if ($notUsed.length() == 0 && $policyCheck.canSeeCoreData("SpentCost")) #end #set ($notUsed = $CommonFunctions.getNotUsed("RemainingCost")) #if ($notUsed.length() == 0 && $policyCheck.canSeeCoreData("RemainingCost")) #end
$CommonFunctions.getDisplayReadyLabel("PlannedCost"):  $CommonFunctions.formatMoney($currentUserId,$totalBudget)
$CommonFunctions.getDisplayReadyLabel("SpentCost"):  $CommonFunctions.formatMoney($currentUserId,$spentBudget)
$CommonFunctions.getDisplayReadyLabel("RemainingCost"):  $CommonFunctions.formatMoney($currentUserId,$remainingBudget)



#end