#set ($notset_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "controls.common.notset")) #set ($entermanually_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "budgetdetail.entermanually")) #set ($computefromwbs_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "budgetdetail.computefromwbs")) #set ($overplan_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "budgetdetail.overplan")) $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "budgetdetail.windowtitle") #parse("common_js.vm") #parse("systemmanager_js.vm") #parse ("formvalidator.vm") #parse("itimpactdialogs_js.vm") $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "budgetdetail.headertitle")
#if ($canSetCost) #end
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "budgetdetail.costdetail")
#if ($CommonFunctions.getNotUsed("PlannedCost").length() == 0) #end #if ($CommonFunctions.getNotUsed("SpentCost").length() == 0) #end #if ( ($CommonFunctions.getNotUsed("PlannedCost").length() == 0) && ($CommonFunctions.getNotUsed("SpentCost").length() == 0) ) #set ($remainingCost = $CommonFunctions.formatMoney($currentUserId,$remainingC)) #if (!$remainingC.indexOf("-") != -1) #else #end #end
 $CommonFunctions.getDisplayReadyLabel("Project"):   $CommonFunctions.displayReady($projectName)
 $CommonFunctions.getDisplayReadyLabel("PlannedCost"):  #if ($projectPC.equals(""))  $notset_text #else   #if (!$PCOverride.equals("ProjectLevel")) $CommonFunctions.formatMoney($currentUserId,$projectPC) #else $CommonFunctions.formatMoney($currentUserId,$projectPC) #end #end
 $CommonFunctions.getDisplayReadyLabel("SpentCost"):  #if ($projectSC.equals(""))  $notset_text #else   #if (!$SCOverride.equals("ProjectLevel")) $CommonFunctions.formatMoney($currentUserId,$projectSC) #else $CommonFunctions.formatMoney($currentUserId,$projectSC) #end #end
 $CommonFunctions.getDisplayReadyLabel("RemainingCost"):  $remainingCost $remainingCost $overplan_text
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "budgetdetail.modify")
#if ($CommonFunctions.getNotUsed("PlannedCost").length() == 0) #if ($canSetPlannedCost) #else #end #end #if ($CommonFunctions.getNotUsed("SpentCost").length() == 0) #if ($canSetSpentCost) #else #end #end #if ($canSetCost) #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", "budgetdetail.changecomment")
#if ($projectLogList.size() <= 0) #else #end
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "budgetdetail.historyofchanges")
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "budgetdetail.nocosthistoryavailable")
#foreach ($projectLog in $projectLogList) #if ($projectLog.getAttrName().equals("PlannedCost")) #set ($name = $CommonFunctions.getDisplayReadyLabel("PlannedCost")) #elseif ($projectLog.getAttrName().equals("SpentCost")) #set ($name = $CommonFunctions.getDisplayReadyLabel("SpentCost")) #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,$projectLog.getLogTime()) $name $CommonFunctions.displayReady($CommonFunctions.stripDepartment($projectLog.getUserNameDepartment())) $CommonFunctions.formatMoney($currentUserId, $projectLog.getAttrValue()) $CommonFunctions.displayReady($projectLog.getChangeComment())
#set ($clientSide = true) #parse("numbervalidation.vm")