/hr/payroll/reports aggregates payroll data across three tabs: Period Summary, Year-to-Date, and Audit Log.
Overview
The page opens on the Period Summary tab, which accepts a date-range filter and an optional site filter. APayrollPeriodSummaryCard component displays aggregated totals for the selected range. The Year-to-Date tab lets users pick a calendar year and shows an EmployeeYTDTable with per-employee totals. The Audit Log tab shows a PayrollAuditLogTable with built-in filter controls.
Who it’s for
Access follows your organization’s role and module configuration. ## Before you start- At least one finalized payroll run must exist for data to appear in the Period Summary or YTD views.
- The Audit Log is available regardless of whether runs exist.
Steps
View a period summary- Navigate to HR → Payroll → Reports (
/hr/payroll/reports). - On the Period Summary tab, adjust the Start Date and End Date filters and optionally select a site.
- The summary card updates automatically to reflect the selected range.
- Click the Year-to-Date tab.
- Use the Year dropdown to select the calendar year.
- The employee YTD table loads automatically.
- Click the Audit Log tab.
- Use the available filters to narrow log entries by date, employee, or event type.
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/PayrollReportsPage.tsx
- src/cores/hr/components/payroll/reports/PayrollPeriodSummaryCard.tsx
- src/cores/hr/components/payroll/reports/EmployeeYTDTable.tsx