The My Compensation 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/compensation, lets employees view their total compensation statements.
Overview
The page shows total compensation statements filtered tosent and acknowledged statuses via useMyCompensationStatement. A year selector limits results to a specific statement year (current year plus five prior). Each statement is displayed as a card with a TotalCompensationStatementStatusBadge and a link to the detail page at /hr/me/compensation/:id. Loading and error states are shown with skeletons and alert UI.
Who it’s for
No explicit permission gate on this route.Before you start
- HR must have generated and sent a total compensation statement for you.
- Statements will only appear once their status is
sentoracknowledged.
Steps
- Go to HR → My HR → My Compensation (or navigate to
/hr/me/compensation). - Optionally filter by Year to narrow results.
- Select a statement card to view the full detail breakdown.
Key concepts
| Concept | Meaning |
|---|---|
| Total compensation statement | A document summarizing all components of compensation (SME: confirm components). |
| Sent | HR has distributed the statement to the employee. |
| Acknowledged | Employee has reviewed and confirmed receipt of the statement. |
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/MyCompensationPage.tsx
- src/cores/hr/compensation/hooks/useMyCompensationStatement.ts
- src/cores/hr/compensation/components/TotalCompensationStatementStatusBadge.tsx