The My Payroll page, at routeDocumentation 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/me/pay, provides employees with access to their pay history and tax documents.
Overview
The page has two tabs: Pay History (aPayStubList component) and Tax Documents (a TaxDocumentsSection component). A back link returns to My HR at /hr/me. Individual pay stubs link to /hr/me/pay/stubs/:id for full detail. The page is limited to a 4xl max width.
Who it’s for
No explicit permission gate on this route.Before you start
- At least one completed payroll run is required for pay stubs to appear.
- Tax documents are generated by payroll tax form workflows; they appear once processed.
Steps
- Go to HR → My HR → My Payroll (or navigate to
/hr/me/pay). - Review the Pay History tab for recent pay stubs.
- Select a pay stub to open its detail view.
- Switch to the Tax Documents tab to view and download tax forms.
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/self-service-routes.tsx
- src/cores/hr/self-service/pages/MyPayrollPage.tsx
- src/cores/hr/self-service/components/PayStubList.tsx
- src/cores/hr/self-service/components/TaxDocumentsSection.tsx