Admin Panel
Dashboard
Total Pengguna
{{ stats.totalUsers }}
Total Pendapatan
Rp{{ stats.totalRevenue?.toLocaleString('id-ID') }}
Total Saldo Pengguna
Rp{{ stats.totalUserBalance?.toLocaleString('id-ID') }}
Manajemen Pengguna
| Username | Saldo | Status | Peran | Aksi | ||
|---|---|---|---|---|---|---|
| {{ user.username }} | {{ user.email }} | Rp{{ user.balance.toLocaleString('id-ID') }} | {{ user.isActive ? 'Aktif' : 'Nonaktif' }} | {{ user.role }} |
Riwayat Transaksi
| Tanggal | Pengguna | Jumlah | Status | |
|---|---|---|---|---|
| {{ new Date(trx.createdAt).toLocaleString('id-ID') }} | {{ trx.user ? trx.user.username : 'N/A' }} | Rp{{ trx.uniqueAmount.toLocaleString('id-ID') }} | {{ trx.status }} |
Log Penggunaan API
| Waktu | Pengguna | API Key | Endpoint | IP | Status |
|---|---|---|---|---|---|
| {{ new Date(log.timestamp).toLocaleString('id-ID') }} | {{ log.userId ? log.userId.username : 'N/A' }} | {{ log.apiKey }} |
{{ log.method }} {{ log.endpoint }} | {{ log.ipAddress }} | {{ log.statusCode }} |
Voucher Management
Generate Voucher
Daftar Voucher
| Kode | Nominal | Status | Dipakai Oleh |
|---|---|---|---|
| {{ voucher.code }} | Rp {{ voucher.amount.toLocaleString() }} | {{ voucher.status }} | {{ voucher.usedBy ? voucher.usedBy.username : '-' }} |
Pengaturan Situs
Konfigurasi API
Informasi Sistem
Versi Admin Panel:
v2.1.0
Status Server:
Online
Database:
Connected
Last Updated:
{{ new Date().toLocaleDateString('id-ID') }}