{{ t('financial_ledger.subtitle') }}
{{ t('financial_ledger.error') }}
| ID | {{ t('financial_ledger.user') }} | {{ t('financial_ledger.amount') }} | {{ t('financial_ledger.transaction_type') }} | {{ t('financial_ledger.entry_type') }} | {{ t('financial_ledger.wallet_type') }} | {{ t('financial_ledger.status') }} | {{ t('financial_ledger.created_at') }} |
|---|---|---|---|---|---|---|---|
|
{{ t('financial_ledger.no_results') }} {{ t('financial_ledger.no_results_hint') }} |
|||||||
| {{ entry.id }} |
{{ entry.user_name || '-' }}
{{ entry.user_email || '-' }}
|
{{ entry.entry_type === 'CREDIT' ? '+' : '-' }}{{ formatAmount(entry.amount) }} | {{ tEnum('transaction_type', entry.transaction_type) }} | {{ tEnum('entry_type', entry.entry_type) }} | {{ tEnum('wallet_type', entry.wallet_type) }} | {{ tEnum('status', entry.status) }} | {{ formatDate(entry.created_at) }} |
{{ JSON.stringify(selectedEntry.details, null, 2) }}