The Payroll Run Details page atDocumentation 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/payroll/runs/:runId shows the full record for one payroll run, including status, financial summary, and tabbed detail sections.
Overview
The page loads a run by its:runId URL parameter. A summary card shows pay date, employee count, total gross pay, and total net pay. When the run has total_federal_tax, total_state_tax, total_ss_tax, or total_medicare_tax data, a Tax Totals card is also displayed. Five tabs allow drill-down: Line Items (per-employee gross/net and tax amounts), Pay Stubs, Payment Batches, Export History, and Audit Log. For draft runs, Edit and Cancel actions are available. For finalized or exported runs, Create Payment Batch and Export actions appear.
Who it’s for
No explicit permission gate on this route.Before you start
- You need the run ID from the Payroll Runs list (
/hr/payroll/runs). - Exporting and creating payment batches require the run to be in
finalizedorexportedstatus.
Steps
View run details- Navigate to HR → Payroll → Runs (
/hr/payroll/runs). - Click View on any run row, or navigate directly to
/hr/payroll/runs/<runId>. - Review the Summary card and Tax Totals card (if present).
- On the Line Items tab, review per-employee gross pay, federal tax, state tax, Social Security tax, Medicare tax, and net pay.
- Click Create Payment Batch.
- Complete the batch creation dialog, selecting employees and payment method.
- The new batch appears on the Payment Batches tab.
- Click Export to open the export dialog.
- Select the export format and confirm.
- The export is recorded in the Export History tab.
- Click Cancel (visible only for
draftruns). - Confirm the cancellation in the dialog. This action cannot be undone.
Key concepts
| Term | Meaning |
|---|---|
| Run Status | One of: draft, processing, finalized, exported. |
| Line Item | A single employee’s pay computation record within a run. |
| Payment Batch | A group of payments (e.g., direct deposit file) generated from a finalized run. |
| Export Format | The file format used to transmit payroll data to a bank or third-party processor. |
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/PayrollRunDetailPage.tsx
- src/cores/hr/hooks/payroll/usePayrollRunDetail.ts
- src/cores/hr/hooks/payroll/usePayrollRunMutation.ts