The Plan Merit Increase page 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/compensation/merit-increases/new (and also /hr/compensation/merit-increases) is the hub for merit increase planning, showing pending approvals, all increases, and summary statistics.
Overview
The page fetches all merit increases and a filtered set ofpending_approval increases. Summary stat cards show counts of Pending, Approved, Applied, and Total Planned merit increases. A tabbed DataTable switches between Pending and All views. Columns include employee name/number, current salary, increase percentage (badged by severity), new salary, effective date, status badge, and row actions. A “New Merit Increase” button opens the MeritIncreaseForm dialog.
Who it’s for
No explicit permission gate on this route.Before you start
- Employees and their current pay rates must be configured.
- Salary bands should be set up (at
/hr/compensation/salary-bands) to provide context for increase percentages.
Steps
Create a merit increase- Navigate to HR → Compensation → Merit Increases (
/hr/compensation/merit-increases). - Click New Merit Increase.
- Complete the form: select employee, enter increase percentage, set effective date.
- Save — the increase appears in the list with
pending_approvalstatus.
- On the Pending tab, locate the increase.
- Use the
MeritIncreaseApprovalActionsrow controls to approve or reject.
- Click the All tab to see increases in all statuses.
Key concepts
| Term | Meaning |
|---|---|
| Increase Percentage | The percentage raise applied to the employee’s current salary. |
pending_approval | Increase has been proposed and is awaiting manager or HR approval. |
approved | Increase has been approved but not yet applied to pay records. |
applied | Increase has been written to the employee’s compensation record. |
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