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 Grievances page (/hr/employee-relations/grievances) lists all employee grievances with filtering by type and status, and navigation to file new grievances or view existing ones.

Overview

The page shows a search input, grievance type filter, and status filter. Results render as card rows with grievance type icon, filing date, status badge, and a link to the detail page. Grievance types available in the list filter: Harassment, Discrimination, Wage Dispute, Working Conditions, Other. Status values: filed, under_investigation, resolved, dismissed, escalated. A File Grievance button navigates to /hr/employee-relations/grievances/new. Each row links to /hr/employee-relations/grievances/:id.

Who it’s for

No explicit permission gate on this route.

Before you start

  • Grievance records are created via the File Grievance form.

Steps

  1. Navigate to HR → Employee Relations → Grievances or go to /hr/employee-relations/grievances.
  2. Use the type and status filters to narrow results.
  3. Click a grievance row to view the full detail.
  4. Click File Grievance to submit a new grievance.

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/GrievanceListPage.tsx
  • src/cores/hr/employee-relations/hooks/useGrievanceList.ts