Activate issued cards and manage active-card lifecycle states.
| Card Number | Client | Account | Status | Created | Actions |
|---|---|---|---|---|---|
| {{ card.card_number || '—' }} | {{ card.client_name || '—' }} | {{ card.account_number || '—' }} | {{ statusLabel(card.status) }} | {{ card.issued_at || '—' }} |
{{ statusErrors[card.uuid] }} |
| No cards are available for status management. | |||||
Showing {{ pagination.from ?? 0 }}–{{ pagination.to ?? 0 }} of {{ pagination.total }}
Issuance, printing, activation, and assignment activity.
| Time | Action | Entity | Reference | User |
|---|---|---|---|---|
| {{ row.created_at || '—' }} | {{ row.action }} | {{ row.entity }} | {{ row.entity_id || '—' }} | {{ row.user }} |
| No lifecycle history recorded yet. | ||||
Card {{ limitsModal.card?.card_number || '—' }} • {{ limitsModal.card.client_name }} • {{ statusLabel(limitsModal.card?.status) }}
Limits are saved per transaction type for this specific card.
| Txn Type | Per Txn | Daily | Weekly | Monthly | Quarterly | Semi-Annual | Annual | Used Today | Used This Month | Action |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ formatUsageAmount(row.usage?.daily?.amount_used) }} ({{ row.usage?.daily?.txn_count || 0 }} txns) | {{ formatUsageAmount(row.usage?.monthly?.amount_used) }} ({{ row.usage?.monthly?.txn_count || 0 }} txns) | |||||||||
| No limit rows available. | ||||||||||