Skip to content

Commit

Permalink
Add Estimated Cost at Completion to forecast box
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Sousa committed Jun 18, 2018
1 parent f930258 commit 5ac9a59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/baselines/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@
<h3><%= l(:subtitle_evm_forecast) %></h3>
<div id="evm-forecast-indicators" class="sidebar-boxes" >
<div id="evm-forecast-indicators-container" class="indicators-container">
<p><b><%=l(:estimated_cost_at_completion)%></b><br><%= @baseline.estimate_at_completion_cost%></p>
<p><b><%=l(:label_the_project_is_now)%> <%= (@baseline.completed_actual * 100).round %>% <%= l(:label_done)%></b>
<br> <%=l(:label_according_to_estimate)%></p>

Expand Down
1 change: 1 addition & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ en:
label_under_budget: under budget

label_the_project_is_now: The project is now
estimated_cost_at_completion: Estimated Cost at Completion
label_the_project_is_estimated: The project is estimated to need
label_to_finish_the_project: to finish the project
label_hours_less_than_planned: hours less than planned
Expand Down

0 comments on commit 5ac9a59

Please sign in to comment.