Purchase Information
Actions
- <%= link_to 'List All Purchases', :action => 'list' %>
- <%= link_to 'List All Purchases by Date', :action => 'filter', :type => 'date' %>
- <%= link_to 'List All Purchases by a Customer', :action => 'filter', :type => 'customer' %>
- <%= link_to 'Total Income by Date(s)', :action => 'income' %>