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 Incidents page (/hr/employee-relations/incidents) lists all employee relations incident reports for the organization, with filtering and a new-incident creation action.

Overview

The page renders the incident list via the IncidentListPage component. Filtering options include incident type, status, severity, and date range (SME: confirm exact filter set from IncidentListPage). A New Incident button navigates to /hr/employee-relations/incidents/new. Each row links to /hr/employee-relations/incidents/:id for full detail. Row actions include edit (navigates to the edit form).

Who it’s for

No explicit permission gate on this route.

Before you start

  • Incidents are filed via the new incident form.

Steps

  1. Navigate to HR → Employee Relations → Incidents or go to /hr/employee-relations/incidents.
  2. Use filters to narrow the list by type, severity, or date.
  3. Click an incident row to view the full detail.
  4. Click New Incident to file a new incident report.

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/IncidentListPage.tsx