{{ pageTitle }}
{{ currentDate }}
Today's Sales
KES {{ formatNumber(dashboardData.todaySales) }}
12% from yesterday
Total Orders
{{ dashboardData.totalOrders }}
{{ dashboardData.pendingOrders }} pending
Low Stock Items
{{ dashboardData.lowStock }}
View alerts
Net Profit
KES {{ formatNumber(dashboardData.profit) }}
8% margin
Sales Trend (Last 7 Days)
Recent Activity
{{ activity.description }}
{{ activity.time }}
{{ product.name }}
KES {{ formatNumber(product.price) }}
Stock: {{ product.stock }}
Current Order
Cashier: {{ currentUser.username }}
Cart is empty
{{ item.name }}
KES {{ formatNumber(item.price) }} each
| Product | SKU | Category | Price | Stock | Status | Actions |
|---|---|---|---|---|---|---|
|
{{ product.emoji }}
{{ product.name }} {{ product.supplier }} |
{{ product.sku }} | {{ product.category }} | KES {{ formatNumber(product.price) }} | {{ product.stock }} | {{ product.stock === 0 ? 'Out of Stock' : product.stock <= product.reorderLevel ? 'Low Stock' : 'In Stock' }} |
Smart Reorder Recommendations
{{ rec.productName }}
{{ rec.urgency === 'high' ? 'Critical' : 'Warning' }}Current: {{ rec.currentStock }} | Suggested: {{ rec.suggestedOrder }}
Active Orders
Order #{{ order.id }} - Table {{ order.table }}
{{ order.time }} • {{ order.items.length }} items
QR Code Menu
Scan to view digital menu and place orders
Quick Order
Total Revenue (This Month)
KES {{ formatNumber(accountingData.revenue) }}
15% vs last month
Total Expenses
KES {{ formatNumber(accountingData.expenses) }}
5% vs last month
Net Profit
KES {{ formatNumber(accountingData.profit) }}
22% margin
Financial Transactions
| Date | Description | Category | Amount | Type |
|---|---|---|---|---|
| {{ trans.date }} | {{ trans.description }} | {{ trans.category }} | {{ trans.type === 'income' ? '+' : '-' }} KES {{ formatNumber(trans.amount) }} | {{ trans.type }} |
Tax Summary (VAT 16%)
Output VAT (Sales)
KES {{ formatNumber(accountingData.outputVat) }}
Input VAT (Purchases)
KES {{ formatNumber(accountingData.inputVat) }}
VAT Payable
KES {{ formatNumber(accountingData.vatPayable) }}
Staff Performance
{{ staff.name }}
KES {{ formatNumber(staff.sales) }}Shift Reports
{{ shift.cashier }}
{{ shift.date }} • {{ shift.shift }}
Opening
KES {{ formatNumber(shift.opening) }}
Sales
KES {{ formatNumber(shift.sales) }}
Closing
KES {{ formatNumber(shift.closing) }}
Generate Reports
Export as PDF
Export as Excel
Print Report
Email Report
Send SMS Campaign
{{ smsCampaign.message.length }}/160 characters
Customers can reply STOP to unsubscribe. Cost: KES 0.80 per SMS.
Customer Database
{{ customer.name }}
{{ customer.phone }}
Campaign History
| Date | Campaign | Recipients | Delivered | Cost | Status |
|---|---|---|---|---|---|
| {{ campaign.date }} | {{ campaign.name }} | {{ campaign.recipients }} | {{ campaign.delivered }} | KES {{ formatNumber(campaign.cost) }} | Completed |