Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

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 route /hr/time/analytics.

Overview

The page uses useTimeExceptionAnalytics 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

  1. Navigate to HR > Time > Analytics or go to /hr/time/analytics.
  2. Use the date range pickers to select a custom analysis window (default: last 30 days).
  3. Review the exception trend line chart for volume over time.
  4. Examine the type distribution, department breakdown, and resolution metrics.
  5. Review the Top Exceptions Table for the highest-volume exception types.
  6. Click Download CSV to export trend data for the selected date range.

Key concepts

TermMeaning
Exception typeCategory: missed_clock_in, missed_clock_out, late_arrival, early_departure, overtime_unauthorized, overtime_approaching.
Trend dataDaily counts of exceptions by severity (critical, warning, info).
Resolution metricsStatistics on how exceptions were resolved. SME: confirm scope.

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.
  • src/routes/hr.tsx
  • src/cores/hr/pages/TimeExceptionAnalyticsPage.tsx
  • src/cores/hr/hooks/time/useTimeExceptionAnalytics.ts