Select | Date | Description | Chips Used | Chip Cost | Labeling Cost | Hybridization Cost | QC Cost | Other Cost | Edit | Destroy |
---|---|---|---|---|---|---|---|---|---|---|
<%= check_box 'selected_charges', charge.id %> | <%= charge.date %> | <%= charge.description %> | <%= charge.chips_used %> | <%= fmt_dollars(charge.chip_cost) %> | <%= fmt_dollars(charge.labeling_cost) %> | <%= fmt_dollars(charge.hybridization_cost) %> | <%= fmt_dollars(charge.qc_cost) %> | <%= fmt_dollars(charge.other_cost) %> | <%= link_to 'Edit', :action => 'edit', :id => charge %> | <%= link_to 'Destroy', { :action => 'destroy', :id => charge }, :confirm => 'Are you sure?' %> |
<%= submit_tag 'Set Field' %> To
<%= submit_tag 'Move Charges To This Charge Set' %>
<%= submit_tag 'Delete Charges' %>
<% end -%>