| Name | Nrc | Phone | Address | Status | Created At | |
|---|---|---|---|---|---|---|
| <%= user.name rescue '' %> | <%= user.nrc rescue '' %> | <%= user.email rescue '' %> | <%= user.phone rescue '' %> | <%= user.address rescue '' %> | <%= user.created_at.strftime("%e,%b %Y %I:%M %p") rescue '' %> |
There is no batch created for today.
<% else %>| Order Ref | Created By | Qty Processing | Qty Success | Qty Fail | Export Count | Creatd 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.created_at.strftime("%e,%b %Y %I:%M %p") rescue '' %> |
There is no batch line item for today.
<% else %>| Serail No | Wristband Code | Manufacture UID | Batch No | Card Type | Created At | Update At |
|---|---|---|---|---|---|---|
| <%= item.serial_no rescue '' %> | <%= item.wristband_code rescue '' %> | <%= item.manufacture_uid rescue '' %> | <%= item.batch_name rescue '' %> | <%= item.card_type rescue '' %> | <%= item.created_at.strftime("%e,%b %Y %I:%M %p") rescue '' %> | <%= item.updated_at.strftime("%e,%b %Y %I:%M %p") rescue '' %> |