get_sales_by_employee
Retrieve gross sales per employee for a specified date range to track individual performance and identify top contributors.
Instructions
Return gross sales grouped by employee for a date window (default: today).
Requires PAYMENTS_R; employee name enrichment additionally requires EMPLOYEES_R (degrades to IDs-only with a note if not granted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_to | No | ||
| date_from | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||