The Pay Stub detail page displays the full breakdown for a single pay stub and is available 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/me/pay/stubs/:id.
Overview
The Pay Stub detail page (PayStubDetailPage, HR-07) renders the full detail view for a single pay stub identified by its :id URL parameter. The page loads stub data via usePayStubDetail and renders the content using PayStubDetailView. A back button navigates to /hr/me/pay (the employee payroll self-service page). This page is part of the employee self-service module (selfServiceRoutes) and handles PHI/PII-adjacent compensation data.
Who it’s for
No explicit permission gate on this route.Before you start
- Pay stubs are generated as part of payroll runs.
- Navigate to
/hr/me/payto see your pay history and find the stub you need.
Steps
- Navigate to
/hr/me/payto view your payroll self-service page. - Click a pay stub in the list to open its detail page at
/hr/me/pay/stubs/:id. - Review the earnings, deductions, and net pay information.
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/PayStubDetailPage.tsx
- src/cores/hr/self-service/hooks/usePayStubDetail.ts