X-Git-Url: https://www.irasnyder.com/gitweb/?p=cs356-p2-videostore.git;a=blobdiff_plain;f=app%2Fviews%2Fpurchase%2Fincome_results.rhtml;h=6c10b8cc7a4f21e1bddd28923285fc2ed3f68d7b;hp=eafd83f3790addbdae795400e75c3646831b7a1a;hb=2b6a0952011552367bc40f8cce3f5ff23b1f473f;hpb=506205df80b0318a1d58f59cbf68d5be4329489a diff --git a/app/views/purchase/income_results.rhtml b/app/views/purchase/income_results.rhtml index eafd83f..6c10b8c 100644 --- a/app/views/purchase/income_results.rhtml +++ b/app/views/purchase/income_results.rhtml @@ -2,6 +2,11 @@

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