/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
Access follows your organization’s role and module configuration. ## 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
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