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 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/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 permissionHR_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
Review workforce stats
Check the four stat cards for a snapshot of Active Employees, Departments, Positions, and Pending Approvals.
Navigate to an HR area
Click any area navigation card to go to that functional area (e.g., People, Time, Payroll).
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/HROverview.tsx
- src/cores/hr/hooks/settings/useHRDashboardStats.ts