<%= notetext("Voci") %> |
<% info_emissioni_mese_totals_importo.each do |my_fund_key, my_section| %>
<% next if my_fund_key == :total %>
<% my_section.each do |item_key, item_value| %>
<%= item_value[:label] %> |
<% end %>
<% end %>
Totale voci |
Totali di tutte le <%= "#{region_rowscount_regionscope} #{Region.label}" %> elencate |
<%= notetext("emesso") %> |
<% info_emissioni_mese_totals_importo.each do |my_fund_key, my_section| %>
<% next if my_fund_key == :total %>
<% my_section.each do |item_key, item_value| %>
<%= money_format_zero(item_value[:value]) %> |
<% end %>
<% end %>
<%= money_format_zero(info_emissioni_mese_totals_importo[:total]) %> |
<% if view_incassato %>
<%= notetext("incassato") %> |
<% info_emissioni_mese_totals_incassato.each do |my_fund_key, my_section| %>
<% next if my_fund_key == :total %>
<% my_section.each do |item_key, item_value| %>
<%= money_format_zero(item_value[:value]) %> |
<% end %>
<% end %>
<%= money_format_zero(info_emissioni_mese_totals_incassato[:total]) %> |
<% end %>
<%= notetext("da incassare") %> |
<% info_emissioni_mese_totals_daincassare.each do |my_fund_key, my_section| %>
<% next if my_fund_key == :total %>
<% my_section.each do |item_key, item_value| %>
<%= money_format_zero(item_value[:value]) %> |
<% end %>
<% end %>
<%= money_format_zero(info_emissioni_mese_totals_daincassare[:total]) %> |