{{ filteredDeposits.filter(d => d.status === 'pending').length }}
Bekleyen
{{ filteredDeposits.filter(d => d.status === 'approved').length }}
Onaylanan
{{ formatMoney(filteredDeposits.filter(d => d.status === 'approved').reduce((a, b) => a + parseFloat(b.amount), 0)) }} ₺
Toplam Yatırım
IDSiteMüşteriTutarBankaDurumTarihİşlem
#{{ d.id }} {{ d.site_name }} {{ d.customer_name }}
@{{ d.customer_username }}
{{ formatMoney(d.amount) }} ₺ {{ d.bank_name }} {{ statusText(d.status) }}
📝 {{ d.note }}
{{ formatDate(d.created_at) }}
-
{{ deposits.length ? 'Filtreye uygun yatırım yok' : 'Henüz yatırım yok' }}
{{ filteredWithdrawals.filter(w => w.status === 'pending').length }}
Bekleyen
{{ filteredWithdrawals.filter(w => w.status === 'approved').length }}
Onaylanan
{{ formatMoney(filteredWithdrawals.filter(w => w.status === 'approved').reduce((a, b) => a + parseFloat(b.amount), 0)) }} ₺
Toplam Çekim
IDSiteMüşteriTutarBanka / IBANDurumTarihİşlem
#{{ w.id }} {{ w.site_name }} {{ w.customer_name }}
@{{ w.customer_username }}
{{ formatMoney(w.amount) }} ₺ {{ w.bank_name }}
{{ formatIban(w.iban) }}
{{ statusText(w.status) }}
📝 {{ w.note }}
{{ formatDate(w.created_at) }}
-
{{ withdrawals.length ? 'Filtreye uygun çekim yok' : 'Henüz çekim talebi yok' }}
IDBankaHesap SahibiIBANDurumİşlem
#{{ b.id }} {{ b.bank_name }} {{ b.holder_name }} {{ b.iban }} {{ b.is_active ? 'Aktif' : 'Pasif' }}
Henüz banka hesabı yok
IDSite AdıLink KoduLinkDurumİşlem
#{{ s.id }} {{ s.name }} {{ s.code }} link.flashfinans.com/{{ s.code }} {{ s.is_active ? 'Aktif' : 'Pasif' }}
Henüz site yok