/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
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.
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