The Grievance Details page (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.
/hr/employee-relations/grievances/:id) displays the full record for a single employee grievance, including type, status, narrative, and documents, with an option to edit the grievance.
Overview
The page usesuseGrievanceDetail to load the grievance by :id and sets a breadcrumb to the grievance type label. A status badge and an Edit button are shown in the page header. The page is organized into tabs (using ScrollableTabsList) to separate the overview, documents (CaseDocuments), and any additional sections. Grievance type is displayed as a human-readable label (e.g., “Wage Dispute”). Status values include: filed, under_review, under_investigation, resolved, dismissed, escalated.
Who it’s for
No explicit permission gate on this route.Before you start
- The grievance record must exist in your organization.
Steps
- Navigate to HR → Employee Relations → Grievances and click a grievance row, or go to
/hr/employee-relations/grievances/:id. - Review the type, status, and summary information.
- Switch tabs to view associated documents.
- Click Edit to update the grievance details or change the status.
Key concepts
| Concept | Meaning |
|---|---|
| Grievance type | Category of the complaint (e.g., harassment, wage_dispute) |
Status escalated | Grievance moved to a higher authority — SME: confirm escalation workflow |
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/employee-relations-routes.tsx
- src/cores/hr/employee-relations/pages/GrievanceDetailPage.tsx
- src/cores/hr/employee-relations/hooks/useGrievanceDetail.ts