| Order Ref | Created By | Qty Processing | Qty Success | Qty Fail | Export Count | Exported By | Created At | Action |
|---|---|---|---|---|---|---|---|---|
| <%= 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 '' %> | <%= link_to 'Detail', batch_path(batch), :class => 'btn btn-primary btn-sm' %> |