TheDocumentation 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/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-bandsto access the salary bands list and its creation dialog. - Confirm the position and pay range details (minimum, midpoint, maximum) before creating a band.
Steps
- Navigate to
/hr/compensation/salary-bands. - Use the available action button or dialog to add a new salary band.
- Enter the position association, minimum, midpoint, and maximum values.
- 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.
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/platform/navigation/route-labels.ts
- src/cores/hr/compensation/pages/SalaryBandListPage.tsx
- src/cores/hr/compensation/components/SalaryBandForm.tsx