The Merit Increase Details 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/compensation/merit-increases/:id, shows the full record for a specific merit increase proposal.
Overview
This route loads the detail view for a single merit increase record. The list at/hr/compensation/merit-increases navigates here per record. Based on the list page code, merit increases carry status values including pending_approval, approved, and applied, and display employee name, increase percentage formatted to one decimal, and current/new compensation amounts. The MeritIncreaseApprovalActions component provides approval workflow controls.
Who it’s for
No explicit permission gate on this route. Access is governed by the parent compensation section.Before you start
- The merit increase must be created from the Merit Planning list.
- The employee record and compensation details must be current.
Steps
- Go to HR → Compensation → Merit Increases.
- Select a merit increase row to open its detail page.
- Review the proposed change details.
- Use the approval action controls to approve, reject, or apply the increase (SME: confirm available actions per status).
Key concepts
| Concept | Meaning |
|---|---|
| Pending approval | Awaiting manager or HR sign-off. |
| Approved | Authorized but not yet reflected in payroll. |
| Applied | Compensation change has been applied (SME: confirm payroll integration step). |
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.tsx
- src/cores/hr/compensation/pages/MeritIncreasePlanningPage.tsx
- src/cores/hr/compensation/hooks/useMeritIncreaseList.ts
- src/cores/hr/compensation/components/MeritIncreaseApprovalActions.tsx