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 Planning page, at route /hr/compensation/merit-increases, lists all merit increase proposals and supports creating new ones.

Overview

The page has two tabs: Pending (showing only pending_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

  1. Go to HR → Compensation → Merit Increases.
  2. Review the Pending tab for proposals awaiting action.
  3. Switch to All for a complete history.
  4. Select a row to open the detail page at /hr/compensation/merit-increases/:id.
  5. Select New Increase to propose a merit increase for an employee.

Key concepts

ConceptMeaning
Merit cycleThe organizational period during which merit increases are evaluated and approved.
Status flowpending_approval → approved → applied.

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/MeritIncreaseForm.tsx