{{ pageTitle }}
Live
Active Sessions
{{ stats.total_active_sessions||0 }}
Live now
Today's Revenue
KSh {{ fmtMoney(stats.total_today_revenue||0) }}
Today
Month Revenue
KSh {{ fmtMoney(stats.total_month_revenue||0) }}
This month
Total Customers
{{ stats.total_customers||0 }}
Registered
Revenue Trend
Last 7 days
Quick Stats
Plans{{ plans.length }}
Vouchers{{ vouchers.length }}
Transactions{{ transactions.length }}
Sessions{{ sessions.length }}
Recent Transactions
| ID | Amount | Phone | Status | Date |
|---|---|---|---|---|
| {{ t.transaction_id }} | KSh {{ fmtMoney(t.amount) }} | {{ t.phone_number }} | {{ t.status }} | {{ fmtDate(t.created_at) }} |
| No transactions yet | ||||
{{ plan.name }}
{{ plan.description||'Internet plan' }}
{{ plan.duration_hours }}h
{{ plan.duration_days }}d
KSh {{ fmtMoney(plan.price) }}
{{ plan.speed_mbps }} Mbps
{{ plan.duration_hours }} hour(s)
{{ plan.duration_days }} day{{ plan.duration_days>1?'s':'' }}
Unlimited data
No plans yet
Available Balance
KSh {{ fmtMoney(walletBalance) }}
{{ profile.full_name||profile.username }}
Deposit Funds
Min KSh 10. You'll receive an M-Pesa prompt.
Deposit History
+KSh {{ fmtMoney(d.amount) }}
{{ fmtDate(d.created_at) }}
No deposits yet
| Voucher Code | Plan | Amount | Expires | Status |
|---|---|---|---|---|
{{ v.code }} |
{{ v.plan?.name||'—' }} | KSh {{ fmtMoney(v.amount_paid) }} | {{ fmtDate(v.expires_at) }} | {{ v.is_used?'Used':'Active' }} |
| No vouchers yet | ||||
| Username | IP Address | Duration | ||
|---|---|---|---|---|
| {{ s.username }} | {{ s.framedipaddress }} |
{{ fmtDuration(s.acctsessiontime) }} | ||
| No active sessions | ||||
| Transaction ID | Amount | Phone | Status | Date |
|---|---|---|---|---|
| {{ t.transaction_id }} | KSh {{ fmtMoney(t.amount) }} | {{ t.phone_number }} | {{ t.status }} | {{ fmtDate(t.created_at) }} |
| No transactions found | ||||
Account Balance
KSh {{ fmtMoney(profile.balance||walletBalance) }}
{{ profile.full_name||profile.username }}
Active Subscription
{{ activePlan.plan?.name }}
{{ activePlan.plan?.speed_mbps }} Mbps · Unlimited
Active
Exp. {{ fmtDate(activePlan.expires_at) }}
No active plan
Account Details
| Username | Full Name | Role | Actions | ||
|---|---|---|---|---|---|
| {{ u.username }} | {{ u.full_name||'—' }} | {{ u.is_admin?'Admin':'Customer' }} | |||
| No users | |||||
All customer transactions
{{ allTransactions.length }} total
| Transaction ID | User | Amount | Phone | Status | Date |
|---|---|---|---|---|---|
| {{ t.transaction_id }} | {{ t.username||t.user?.username||'—' }} | KSh {{ fmtMoney(t.amount) }} | {{ t.phone_number }} | {{ t.status }} | {{ fmtDate(t.created_at) }} |
| No transactions | |||||