% if @fp_fp_nilYear %>
<% year = Date.today.year %>
<% else %>
<% year = @fp_valueYear %>
<% end %>
Aggiornato al <%= Date.today.to_dmy %>
<% months.each do |month| %> | <%= month %> | <% end %>TOTALE annuale CRB |
<%= money_format_zero(value) %> | <% totals[date] += value %> <% end %><%= money_format_zero(total) %> | |
totali mese: | <% dates.each do |date| %><%= money_format_zero(totals[date]) %> | <% bigtotal += totals[date] %> <% end %><%= money_format_zero(bigtotal) %> |