The Incidents 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/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 theIncidentListPage 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
- Navigate to HR → Employee Relations → Incidents or go to
/hr/employee-relations/incidents. - Use filters to narrow the list by type, severity, or date.
- Click an incident row to view the full detail.
- Click New Incident to file a new incident report.
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/IncidentListPage.tsx