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 HR Dashboard is the primary landing page for the Human Resources core, showing key workforce stats and navigation cards to all HR areas. It is available at route /hr/dashboard (also at /hr).

Overview

HROverview renders four stat cards: Active Employees, Departments, Positions, and Pending Approvals (sum of pendingLeaveRequests and pendingTimesheetApprovals from useHRDashboardStats). Below the stats, AreaNavigationCard components link to each HR functional area (People, Time, Leave, Payroll, Benefits, Credentialing, Performance, Scheduling, etc.). A QuickActionsSection offers shortcuts for common tasks. The page is organization-scoped via useOrganization.

Who it’s for

Requires permission HR_PERMISSIONS.DASHBOARD_VIEW (hr.dashboard.view).

Before you start

  • No prerequisites for viewing. The dashboard is the default landing page after signing in to the HR section.

Steps

1

Open the HR Dashboard

Navigate to HR in the main navigation, or go to /hr/dashboard.
2

Review workforce stats

Check the four stat cards for a snapshot of Active Employees, Departments, Positions, and Pending Approvals.
3

Navigate to an HR area

Click any area navigation card to go to that functional area (e.g., People, Time, Payroll).
4

Use Quick Actions

Use the Quick Actions section for shortcuts to frequently used tasks.

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/HROverview.tsx
  • src/cores/hr/hooks/settings/useHRDashboardStats.ts