%= error_messages_for 'chip_transaction' %>
Date | Lab Group |
Chip Type |
Description | Acquired | Used | Traded/ Sold |
Borrowed from another group |
Returned to another group |
Borrowed from this group |
Returned to this group |
<%= date_select 'chip_transaction', 'date', :use_month_numbers => true %> | <%= text_field 'chip_transaction', 'description', 'size' => 25 %> | <%= text_field 'chip_transaction', 'acquired', 'size' => 5 %> | <%= text_field 'chip_transaction', 'used', 'size' => 5 %> | <%= text_field 'chip_transaction', 'traded_sold', 'size' => 5 %> | <%= text_field 'chip_transaction', 'borrowed_in', 'size' => 5 %> | <%= text_field 'chip_transaction', 'returned_out', 'size' => 5 %> | <%= text_field 'chip_transaction', 'borrowed_out', 'size' => 5 %> | <%= text_field 'chip_transaction', 'returned_in', 'size' => 5 %> |