payroll_batch_status
Retrieve payroll batches for a client within a date range, including batch IDs, pay dates, status, voucher counts, and gross totals.
Instructions
Find the payroll batches a client ran in a date window.
Use when the user asks things like "what payrolls ran at Acme in March" or "show me this quarter's batches for client ABC". Returns batch IDs, pay dates, status, voucher counts, and gross totals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes | The client to look at. | |
| start_date | Yes | First day to include (YYYY-MM-DD). | |
| end_date | Yes | Last day to include (YYYY-MM-DD). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes | ||
| start_date | Yes | ||
| end_date | Yes | ||
| batches | Yes | ||
| count | Yes |