Total Clients
{{ dash.totals.total }}
Active
{{ dash.totals.active }}
Monthly Revenue
₹{{ formatMoney(dash.totals.monthly_revenue) }}
Follow-ups Due
{{ dash.followups + dash.overdue }}
Status Breakdown
By Service
Recently Added
{{ c.name }}
{{ c.business }}
| {{ col.label }} {{ clientFilter.dir === 'asc' ? '↑' : '↓' }} | Actions | |||||
|---|---|---|---|---|---|---|
| No clients found | ||||||
|
{{ c.name.charAt(0) }}
{{ c.name }} {{ c.business }} |
{{ c.phone }} | {{ c.service_name || '—' }} | ₹{{ formatMoney(c.monthly_payment) }} | {{ c.status }} | {{ formatDate(c.followup_date) || '—' }} |
{{ c.name }}
{{ c.business }}
{{ clientForm.id ? 'Edit Client' : 'Add New Client' }}
{{ clientForm.id ? 'Update client details' : 'Fill in the details below to add a new client' }}
Reminds you on this day every month
{{ viewedClient.name }}
{{ viewedClient.business || '—' }}
{{ viewedClient.status }}Phone
{{ viewedClient.phone || '—' }}
{{ viewedClient.email || '—' }}
Service
{{ viewedClient.service_name || '—' }}
Monthly Payment
₹s{{ formatMoney(viewedClient.monthly_payment) }}
Location / Area
{{ viewedClient.location || '—' }}
Onboarded
{{ formatDate(viewedClient.onboarded_date) || '—' }}
Follow-up Date
{{ formatDate(viewedClient.followup_date) || '—' }}
Recurring Follow-up
{{ viewedClient.followup_day ? 'Day ' + viewedClient.followup_day + ' of every month' : '—' }}
Added
{{ formatDate(viewedClient.created_at) }}
Notes
{{ u.name }}
{{ u.email }}
{{ u.role }}Services
Manage the list of services shown in the client form
No services yet