daily_attendance_summary
Retrieve a daily attendance summary for a specific date, with optional filters for office, employee name, and status.
Instructions
Daily attendance summary for a single date.
Args: date: YYYY-MM-DD. office_id: Falls back to TIPSOI_OFFICE_ID if omitted. employee_name: Optional name filter. status: 1 = active employees. per_page: Pagination size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| office_id | No | ||
| employee_name | No | ||
| status | No | ||
| per_page | No |