{{ formatCurrency(profitLoss.total_revenue) }}

Total Revenue

{{ formatCurrency(profitLoss.total_expenses) }}

Total Expenses

{{ formatCurrency(profitLoss.ticket_profit) }}

Ticket Profit

{{ formatCurrency(profitLoss.net_profit) }}

Net Profit

Sales by Type
TypeCountTotalPaidDue
{{ s.type }} {{ s.count }} {{ formatCurrency(s.total_amount) }} {{ formatCurrency(s.total_paid) }} {{ formatCurrency(s.total_due) }}
No data
Expenses by Category
CategoryTotal
{{ e.category?.name || 'Uncategorized' }} {{ formatCurrency(e.total) }}
No data
Agent Performance
AgentCommission RateTotal InvoicesTotal Sales
{{ a.name }} {{ a.commission_rate }}% {{ a.total_invoices }} {{ formatCurrency(a.total_sales) }}
No data
Monthly Sales Trend
MonthTotal SalesVisual
{{ m.month }} {{ formatCurrency(m.total) }}
Period Summary

Total Sales

{{ formatCurrency(salesSummary.total_sales) }}

Total Collected

{{ formatCurrency(salesSummary.total_paid) }}

Total Outstanding

{{ formatCurrency(salesSummary.total_due) }}