The Merit Planning 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, lists all merit increase proposals and supports creating new ones.
Overview
The page has two tabs: Pending (showing onlypending_approval records) and All (every record). Summary cards above the table show counts for Pending, Approved, Applied, and a total planned count. The data table columns include Employee, increase percentage, current and new compensation (SME: confirm display format), and status. A MeritIncreaseStatusBadge renders status visually. Selecting New Increase opens a dialog with MeritIncreaseForm. A download button allows exporting the list (SME: confirm export format).
Who it’s for
No explicit permission gate on this route.Before you start
- Employee compensation records must be current before proposing an increase.
- Confirm your organization’s merit cycle timeline before submitting for approval.
Steps
- Go to HR → Compensation → Merit Increases.
- Review the Pending tab for proposals awaiting action.
- Switch to All for a complete history.
- Select a row to open the detail page at
/hr/compensation/merit-increases/:id. - Select New Increase to propose a merit increase for an employee.
Key concepts
| Concept | Meaning |
|---|---|
| Merit cycle | The organizational period during which merit increases are evaluated and approved. |
| Status flow | pending_approval → approved → applied. |
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/MeritIncreaseForm.tsx