Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

The Merit Increase Details page, at route /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

  1. Go to HR → Compensation → Merit Increases.
  2. Select a merit increase row to open its detail page.
  3. Review the proposed change details.
  4. Use the approval action controls to approve, reject, or apply the increase (SME: confirm available actions per status).

Key concepts

ConceptMeaning
Pending approvalAwaiting manager or HR sign-off.
ApprovedAuthorized but not yet reflected in payroll.
AppliedCompensation change has been applied (SME: confirm payroll integration step).

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.
  • 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