Order Ref:
<%= @batch.order_ref %>
Exported By:
<%= @batch.exported_by %>
User Name:
<%= @batch.user.name %>
Client:
<%= @batch.client.name %>
Date:
<%= @batch.date.strftime("%e,%b %Y %I:%M %p") rescue '' %>
<%= link_to 'Edit', edit_batch_path(@batch),:class => 'btn btn-primary' %> <%= link_to 'Back', batches_path ,:class => 'btn btn-primary'%>
Batch Line Item List( <%= @result_count %> )
<% flash.each do |key, value| %> <% if key =='message' %>
× <%= value %> <% end %>
<% end %>
<% @batchLineItems.each do |item| %> <% end %>
Serial No Asset Identity Manufacture UID Batch No Asset Type Barcode Created At
<%= item.serial_no rescue '' %> <%= item.asset_identity rescue '' %> <%= item.manufacture_uid rescue '' %> <%= item.batch_name rescue '' %> <%= item.asset_type rescue '' %> <%= item.barcode rescue '' %> <%= item.created_at.strftime("%e,%b %Y %I:%M %p") rescue '' %>
<%=paginate @batchLineItems %>