<%= l(:caption_cost_unit_plural)%> | <%= l(:caption_cost_type) %> | <%= l(:caption_comment) %> | <%= l(:caption_budget) %> |
---|---|---|---|
<%=h pluralize(deliverable_cost.units, deliverable_cost.cost_type.unit, deliverable_cost.cost_type.unit_plural) %> | <%=h deliverable_cost.cost_type.name %> | <%=h deliverable_cost.comments %> | <%= number_to_currency(deliverable_cost.costs) %> |
<%= number_to_currency(@deliverable.material_budget) %> |
<%= l(:caption_issue)%> | <%= l(:caption_cost_unit_plural) %> | <%= l(:caption_cost_type) %> | <%= l(:caption_costs) %> |
---|---|---|---|
<%= link_to_issue issue %>: <%= h(truncate(issue.subject, 50)) -%> | <%= link_to pluralize(c.units, c.cost_type.unit, c.cost_type.unit_plural), {:controller => "costlog", :action => "details", :cost_type_id => c.cost_type, :issue_id => issue} %> | <%= c.cost_type %> | <%= number_to_currency(c.costs) %> |
<%= number_to_currency(@deliverable.spent_material) %> |
<%= l(:field_hours)%> | <%= l(:label_user) %> | <%= l(:caption_comment) %> | <%= l(:caption_budget) %> |
---|---|---|---|
<%= deliverable_hour.hours %>h | <%=h deliverable_hour.user.name %> | <%=h deliverable_hour.comments %> | <%= number_to_currency(deliverable_hour.costs) %> |
<%= number_to_currency(@deliverable.labor_budget) %> |
<%= l(:caption_issue)%> | <%= l(:field_hours)%> | <%= l(:label_user) %> | <%= l(:caption_costs) %> |
---|---|---|---|
<%= link_to_issue issue %>: <%= h(truncate(issue.subject, 50)) -%> | <%= link_to "#{t.hours}h", {:controller => "timelog", :action => "details", :issue_id => issue} %> | <%= t.user.name %> | <%= number_to_currency(t.costs) %> |
<%= number_to_currency(@deliverable.spent_labor) %> |