Income from <%= @begin_date %> to <%= @end_date %>

Number of Merchandise Items Sold: <%= @merch_count %>

Income from Merchandise: <%= number_to_currency(@merch_sum) %>


Number of Rentals: <%= @rent_count %>

Income from Rentals: <%= number_to_currency(@rent_sum) %>


Number of Late Fee Payments: <%= @late_count %>

Income from Late Fee Payments: <%= number_to_currency(@late_sum) %>


Total Income: <%= number_to_currency(@total) %>