The Time Analytics page provides visual analytics for time exceptions — trends, type distribution, department breakdown, and resolution metrics — with a date range picker and CSV export. It is served at routeDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/hr/time/analytics.
Overview
The page usesuseTimeExceptionAnalytics with a dateRange object (default: last 30 days). Chart components rendered include ExceptionTrendChart, ExceptionTypeDistributionChart, DepartmentExceptionChart, ResolutionMetricsCard, and TopExceptionsTable. A date range picker allows custom time windows. A Download CSV button exports trend data (Date, Total, Critical, Warning, Info columns).
Who it’s for
No explicit permission gate on this route.Before you start
- Time exceptions must be recorded before analytics data appears.
Steps
- Navigate to HR > Time > Analytics or go to
/hr/time/analytics. - Use the date range pickers to select a custom analysis window (default: last 30 days).
- Review the exception trend line chart for volume over time.
- Examine the type distribution, department breakdown, and resolution metrics.
- Review the Top Exceptions Table for the highest-volume exception types.
- Click Download CSV to export trend data for the selected date range.
Key concepts
| Term | Meaning |
|---|---|
| Exception type | Category: missed_clock_in, missed_clock_out, late_arrival, early_departure, overtime_unauthorized, overtime_approaching. |
| Trend data | Daily counts of exceptions by severity (critical, warning, info). |
| Resolution metrics | Statistics on how exceptions were resolved. SME: confirm scope. |
Related
Human Resources
Human Resources core overview.
Governance & parity
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/hr.tsx
- src/cores/hr/pages/TimeExceptionAnalyticsPage.tsx
- src/cores/hr/hooks/time/useTimeExceptionAnalytics.ts