timely_overview_attd
Generate a company attendance report between two dates, showing per-employee details like worked hours, late, absent, leave, overtime, and vacation. Supports pagination and department filtering.
Instructions
Company-wide attendance report between two dates. Returns per-employee attendance detail (worked days/hours, late, absent, leave, overtime, vacation, etc.) with pagination. Set div_id to a department id, or '0' for all departments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_register | No | 7-digit company register. Falls back to TIMELY_COMPANY_REGISTER. | |
| div_id | No | Department id; '0' (default) = all departments. | |
| dateFrom | Yes | Start date, e.g. 2023-01-01 | |
| dateTo | Yes | End date, e.g. 2023-01-31 | |
| page | No | Page number (optional). | |
| limit | No | Employees per page (optional). |