Analyze and monitor cashier performance and sales metrics.
Overview of sales and transaction count per cashier.
| Rank | Cashier | Total Sales | Transactions | Avg. Value | Total Discounts |
|---|---|---|---|---|---|
| {{ $index + 1 }} |
@if($row->profile_picture)
{{ $row->cashier_name }}
|
LKR {{ number_format($row->total_amount, 2) }} | {{ $row->sales_count }} | LKR {{ number_format($row->avg_value, 2) }} | LKR {{ number_format($row->total_discount, 2) }} |
|
No sales recordings found for the selected filtered period.
|
|||||