{{ 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
| Type | Count | Total | Paid | Due |
|---|---|---|---|---|
| {{ s.type }} | {{ s.count }} | {{ formatCurrency(s.total_amount) }} | {{ formatCurrency(s.total_paid) }} | {{ formatCurrency(s.total_due) }} |
| No data | ||||
Expenses by Category
| Category | Total |
|---|---|
| {{ e.category?.name || 'Uncategorized' }} | {{ formatCurrency(e.total) }} |
| No data | |
Agent Performance
| Agent | Commission Rate | Total Invoices | Total Sales |
|---|---|---|---|
| {{ a.name }} | {{ a.commission_rate }}% | {{ a.total_invoices }} | {{ formatCurrency(a.total_sales) }} |
| No data | |||
Monthly Sales Trend
| Month | Total Sales | Visual |
|---|---|---|
| {{ m.month }} | {{ formatCurrency(m.total) }} |
|
Period Summary
Total Sales
{{ formatCurrency(salesSummary.total_sales) }}
Total Collected
{{ formatCurrency(salesSummary.total_paid) }}
Total Outstanding