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) %>

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