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 Grievance Details page (/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 uses useGrievanceDetail 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

  1. Navigate to HR → Employee Relations → Grievances and click a grievance row, or go to /hr/employee-relations/grievances/:id.
  2. Review the type, status, and summary information.
  3. Switch tabs to view associated documents.
  4. Click Edit to update the grievance details or change the status.

Key concepts

ConceptMeaning
Grievance typeCategory of the complaint (e.g., harassment, wage_dispute)
Status escalatedGrievance moved to a higher authority — SME: confirm escalation workflow

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/employee-relations-routes.tsx
  • src/cores/hr/employee-relations/pages/GrievanceDetailPage.tsx
  • src/cores/hr/employee-relations/hooks/useGrievanceDetail.ts