{{ currentView }}
{{ getViewTitle }}
Database is Empty
Your Firebase connection is working, but no records exist. Do you want to inject dummy data?
Company Active Deals
{{ leads.filter(l => !['Closed Won', 'Closed Lost'].includes(l.status)).length }}
Target Deal Revenue
R{{ formatCurrency(getTotalProjected()) }}
Total Booked Revenue
R{{ formatCurrency(getTotalActual()) }}
Company Expenditure
R{{ formatCurrency(getTotalSpent()) }}
Attendance & Productivity
Live Team Performance Metrics
Live Team Capacity
{{ getActiveAgentsCount() }} Active
{{ agent.name }}
{{ formatMsToHours(getStat(agent.id, 'work')) }}
Prod
{{ formatMsToHours(getStat(agent.id, 'lunch')) }}
Lunch
{{ formatMsToHours(getStat(agent.id, 'break')) }}
Break
Live Agent Operations
{{ user.name }}
{{ user.currentActivity || 'Off' }}
Net Cashflow Trend
Lead Pipeline Distribution
Deal Reminders & Follow-ups
{{ lead.company }} {{ lead.assignee || 'Unassigned' }}
Reminder Date: {{ formatDate(lead.reminderDate) }}
Upcoming Campaigns
{{ task.title }}
{{ task.platform }}
Your Operational Shift
You have been productive for {{ formatDuration(activeShiftTimer) }} today.
{{ getMyTasks().length }}
Total Active Tasks
My Active Deals
{{ leads.filter(l => l.assignee === currentUser.name && !['Closed Won', 'Closed Lost'].includes(l.status)).length }}
My Pending KPIs
{{ getKPIsForUser(currentUser.name).filter(k => (k.type === 'numeric' && k.current < k.target) || (k.type === 'boolean' && !k.current)).length }}
My Overdue Tasks
{{ getMyTasks().filter(t => isOverdue(t.dueDate || t.date)).length }}
My Recent Tasks
{{ task.title }}
{{ formatDate(task.dueDate || task.date) }}My Deal Reminders
{{ lead.company }}
Due: {{ formatDate(lead.reminderDate) }}
User Management
Add new agents, control system access, and provision credentials.
| Agent Identity | Email Access | System Role | Current Status | Manage |
|---|---|---|---|---|
|
{{ user.name.charAt(0) }}
{{ user.name }}
|
{{ user.email }} | Self ({{ user.role }}) |
{{ user.currentActivity || 'Offline' }}
|
Team Workload Distribution
Active Task Allocation Per Staff Member
{{ agent.name }}
{{ agent.role }}
Active Tasks
Pending
{{ getTaskCount(agent.name, 'To Do') }}In Progress
{{ getTaskCount(agent.name, 'In Progress') }}Auditing
{{ getTaskCount(agent.name, 'Review') }}Filed
{{ getTaskCount(agent.name, 'Completed') }}{{ t.title }}
{{ t.description }}
Team Management & KPIs
Track active assignments, operational task completion, and custom target goals per agent.
{{ user.name }}
{{ user.role }}
Task Ratio
8H Time Yield
{{ formatMsToHours(user.todayProductiveMs).split(' ')[0] }}h
Custom KPIs & Targets
My Assignments
All campaigns and pipeline tasks specifically assigned to you.
Pipeline Tasks
{{ task.title }}
{{ task.status }}{{ task.description }}
Due: {{ formatDate(task.dueDate) }}Internal Campaigns
{{ task.title }}
My Performance & KPIs
Track and update your specific goals and operational compliance targets.
{{ kpi.title }}
{{ kpi.description }}
Client Deal Pipeline
Manage target values, closed values, timelines, and agents.
{{ col }}
{{ getLeadsByCol(col).length }}{{ lead.source }}
{{ lead.company }}
{{ lead.company }}
{{ lead.status }}{{ lead.source }}
Select a deal to view complete details
{{ activeLead.company }}
Complete Deal History
{{ phase }}
Phase Records
{{ record.text }}
Internal Campaigns
Track internal marketing ad spend, platform reach, and assignments
{{ col }}
{{ getTasksByCol(col).length }}{{ task.platform }}
{{ task.title }}
Pipeline Tasks
Assign general operational and marketing tasks to team members.
{{ col }}
{{ getGeneralTasksByCol(col).length }}{{ task.title }}
{{ task.description }}
Internal Launch Schedule
Financial Intelligence
Track actual deal revenue, ad spend, and log manual financials.
Overall Cashflow Trend
Consolidated revenue and expenses mapped chronologically (Deals, Ads, Manual entries).
Client Deal Revenue
Target Deal Value vs. Actual Closed Won Value.
Campaign Budget Performance
Assigned Budget vs Actual Ad Spend mapped from campaigns.
System Audit Log
| Timestamp | User Identity | Action Performed |
|---|---|---|
| {{ formatDateTime(log.time) }} | {{ log.user }} | {{ log.action }} |
| No audit logs recorded yet. | ||