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 /hr/compensation/salary-bands/new route appears in navigation labels but is not registered as a distinct <Route> in the HR router.

Overview

/hr/compensation/salary-bands/new is listed in the platform navigation label registry but has no registered <Route> in the HR router. Creating a new salary band is handled via a dialog launched from the Salary Band List page (SalaryBandListPage) at /hr/compensation/salary-bands. Direct navigation to this path may result in a 404.

Who it’s for

Before you start

  • Visit /hr/compensation/salary-bands to access the salary bands list and its creation dialog.
  • Confirm the position and pay range details (minimum, midpoint, maximum) before creating a band.

Steps

  1. Navigate to /hr/compensation/salary-bands.
  2. Use the available action button or dialog to add a new salary band.
  3. Enter the position association, minimum, midpoint, and maximum values.
  4. Save the record.

Key concepts

  • Salary Band — A defined pay range (minimum/midpoint/maximum) associated with a position, used to guide compensation decisions and equity analysis.
  • Spread — The percentage difference between the minimum and maximum of a band.

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/platform/navigation/route-labels.ts
  • src/cores/hr/compensation/pages/SalaryBandListPage.tsx
  • src/cores/hr/compensation/components/SalaryBandForm.tsx