POS Sales Report
Goal
Run dated POS sales analytics: totals, tender mix, cashier performance, and top products — optionally export CSV.
Who it is for
Managers with pos.report.branch_sales (controllers may further scope by pos.report.own_sales, pos.report.all_branches, staff performance, or gross-profit permissions).
Preconditions
- Module pos; completed sales in the date range.
Steps
- Open Point of Sale → POS Sales Report.
- Set From / To with the tenant date picker.
- Run report →
GET /v1/pos/enterprise/sales-report?from=&to=. - Read totals: sale count, gross sales, discounts, tax, tips, service charge, refunds, net sales.
- Review tables: By payment method, By cashier, Top products.
- Export CSV downloads
pos-sales-report-{from}_{to}.csv.
Result
A branch (or scoped) performance snapshot for the selected dates.