/hr/payroll is the entry point for the HR payroll module, providing statistics, quick actions, and employee self-service shortcuts.
Overview
The page shows three stat cards: Employees on Payroll (active employees fromhr_employees), Pay Rates (active pay rate records), and Pending Runs (payroll runs with status = 'pending'). Quick Action buttons link to Manage Pay Rates, Create Payroll Run, View Payroll Runs, and Payroll Reports. An Employee Self-Service section links to the employee’s own pay information and to reports. A guided tour is available via the help button.
Who it’s for
Access follows your organization’s role and module configuration. ## Before you start- At least one employee and one pay rate must be configured for the statistics to show meaningful data.
Steps
- Navigate to HR → Payroll (
/hr/payroll). - Review the stat cards to assess current payroll state.
- Use Quick Actions to navigate to common tasks:
- Manage Pay Rates →
/hr/payroll/pay-rates - Create Payroll Run →
/hr/payroll/runs/new - View Payroll Runs →
/hr/payroll/runs - Payroll Reports →
/hr/payroll/reports
- Manage Pay Rates →
Key concepts
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/payroll/PayrollOverview.tsx
- src/cores/hr/hooks/payroll/usePayrollRuns.ts