The Salary Bands 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/salary-bands lists all salary bands and provides create, edit, and delete operations.
Overview
The page shows a DataTable with columns: Position, Band Name, Minimum, Midpoint, Maximum, Spread (calculated as(max - min) / min * 100%), Market Percentile, and Effective Date. Stat cards show total band count and average market percentile. A “New Salary Band” button opens the SalaryBandForm dialog. Each row has an actions menu with Edit and Delete options. Filters allow narrowing by position or other criteria.
Who it’s for
No explicit permission gate on this route.Before you start
- Positions must be configured before salary bands can be linked to them.
Steps
Create a salary band- Navigate to HR → Compensation → Salary Bands (
/hr/compensation/salary-bands). - Click New Salary Band.
- Select a position, enter a band name, and set minimum, midpoint, and maximum salary values.
- Optionally enter a market percentile and effective date.
- Save.
- In the row actions menu, click Edit.
- Update values in the form dialog and save.
- In the row actions menu, click Delete.
- Confirm the deletion.
Key concepts
| Term | Meaning |
|---|---|
| Salary Band | A pay range (min/mid/max) associated with a position. |
| Spread | (max - min) / min expressed as a percentage — the width of the pay range. |
| Market Percentile | The percentile rank relative to market pay data (e.g., P50 = median market rate). |
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/SalaryBandListPage.tsx
- src/cores/hr/compensation/hooks/useSalaryBandList.ts