New Vendor Purchase
<% form_tag :action => 'create' do -%>
<%= date_select 'chip_transaction', 'date', :use_month_numbers => true %>
<%= text_field 'chip_transaction', 'acquired', 'size' => 25 %>
<%= text_field 'chip_transaction', 'description', 'size' => 25 %>
<%= submit_tag "Done" %>
<% end -%>
<%= link_to 'Back to Listing', :action => 'list_subset' %>