Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

The Edit Payroll Run page edits an existing draft payroll run using the payroll wizard. It is available at route /hr/payroll/runs/:runId/edit.

Overview

The route renders CreatePayrollRunPage with the runId param present. The page title becomes “Edit Payroll Run” and the description “Edit draft payroll run.” The PayrollWizardRouter receives the draftId prop set to runId, enabling it to pre-fill fields from the existing draft. On completion, the user is redirected to the payroll run detail page at /hr/payroll/runs/:payrollRunId.

Who it’s for

No explicit permission gate on this route. Any authenticated user who can navigate to this URL will see the page.

Before you start

  • The run must exist and be in a draft or editable status.
  • Navigate from the payroll runs list at /hr/payroll/runs.

Steps

1

Navigate to the edit page

From the payroll runs list or a run detail page, click the edit action for a draft run. You land on /hr/payroll/runs/:runId/edit.
2

Review and modify wizard steps

The wizard pre-fills with the existing draft’s data. Update any fields as needed.
3

Complete the wizard

Finishing the wizard saves the changes and redirects to the run detail page.

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.
  • src/routes/hr.tsx
  • src/cores/hr/pages/CreatePayrollRunPage.tsx
  • src/cores/hr/components/payroll/PayrollWizardRouter.tsx