Business Analytics
Track revenue, product performance, cashier contribution, and fund profitability with clean operational charts.
Sales Trends (30 Days)
Revenue and transaction volume by day.
Top Products
Revenue compared with estimated profit.
Cashier Performance
Share of sales handled by each cashier.
Fund Profitability
Profit contribution by fund source.
Payment Methods
Collection totals and transaction count by method.
Top Products (30 Days)
| Product | Revenue | Profit |
|---|---|---|
| {{ product.name[:40] }} | {{ currency_symbol }}{{ "%.2f"|format(product.revenue) }} | {{ currency_symbol }}{{ "%.2f"|format(product.total_profit) }} |
Daily Sales
| Date | Revenue | Transactions |
|---|---|---|
| {{ sale.sale_date }} | {{ currency_symbol }}{{ "%.2f"|format(sale.daily_revenue) }} | {{ sale.transaction_count }} |
Payment Methods
| Method | Transactions | Total |
|---|---|---|
| {{ method.method }} | {{ method.transaction_count }} | {{ currency_symbol }}{{ "%.2f"|format(method.total_amount) }} |
🤖 AI Business Insights
{{ ai_analysis.summary }}
{% if ai_analysis.metrics %}Growth: {{ "%.1f"|format(ai_analysis.metrics.growth_rate) }}% ({{ ai_analysis.metrics.trend }})
Profit Margin: {{ "%.1f"|format(ai_analysis.metrics.profit_margin) }}%
{% endif %}💡 Pro Tip: Use the branch selector above to compare performance across locations.