Batch List
<% @batches.each do |batch| %> <% end %>
Order Ref Created By Qty Processing Qty Success Qty Fail Export Count Exported By Created At
<%= batch.order_ref rescue '' %> <%= batch.user_name rescue '' %> <%= batch.qty_processing rescue '' %> <%= batch.qty_success rescue '' %> <%= batch.qty_fail rescue '' %> <%= batch.export_count %> <%= batch.exported_by %> <%= batch.created_at.strftime("%e,%b %Y %I:%M %p") rescue '' %>
<%= paginate @batches %>