Lastschrifteinzüge verwalten
| {t('common.status')} | {t('common.type')} | {t('common.description')} | {t('sepa.totalAmount')} | {t('sepa.itemCount')} | {t('sepa.executionDate')} |
|---|---|---|---|---|---|
|
|
{batch.batch_type === 'direct_debit' ? t('sepa.directDebit') : t('sepa.creditTransfer')} | {String(batch.description ?? '—')} | {batch.total_amount != null ? formatCurrency(batch.total_amount) : '—'} | {String(batch.item_count ?? 0)} | {formatDate(batch.execution_date as string | null)} |