Member | Burden Percent | Burden Amount |
---|---|---|
<%= member.name %>
|
<%= member.burden_percent * 100 %>% | <%= number_to_currency(member.burden_amount) %> |
Member | For | Amount | Included |
---|---|---|---|
<%= income.member.name %>
|
<%= income.description %> | <%= number_to_currency(income.amount) %> | <% if income.included %> yes <% else %> no <% end %> |
Bill | Payment | Monthly | |
---|---|---|---|
<%= expense.description %>
|
<%= number_to_currency(expense.payment) %> | <%= number_to_currency(expense.monthly) %> |
<%= expense.period.downcase %>
<% if expense.credit_card %>
credit card
<% end %>
<% if expense.estimated %>
estimated
<% end %>
|