Small Cleanups + Merchandise Search
[cs356-p2-videostore.git] / app / views / purchase / index.rhtml
index 8ea7cef..a16d6a3 100644 (file)
@@ -5,4 +5,5 @@
   <li><%= link_to 'List All Purchases', :action => 'list' %></li>
   <li><%= link_to 'List All Purchases by Date', :action => 'filter', :type => 'date' %></li>
   <li><%= link_to 'List All Purchases by a Customer', :action => 'filter', :type => 'customer' %></li>
+  <li><%= link_to 'Total Income by Date(s)', :action => 'income' %></li>
 </ul>