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 Report Incident page at /hr/employee-relations/incidents/new provides a form for creating a new incident record in the Employee Relations module.

Overview

The page renders IncidentFormPage in “create” mode (no :id parameter). The form collects incident type (accident, injury, safety_violation, property_damage, near_miss, other), severity (minor, moderate, serious, critical), and other incident details. On successful submission, the user is redirected to the incidents list at /hr/employee-relations/incidents.

Who it’s for

No explicit permission gate on this route.

Steps

  1. Navigate to HR → Employee Relations → Incidents (/hr/employee-relations/incidents).
  2. Click New Incident (or navigate directly to /hr/employee-relations/incidents/new).
  3. Select the Incident Type and Severity.
  4. Complete all required fields (date, description, location, involved parties).
  5. Submit the form. You are redirected to the incidents list.

Key concepts

TermMeaning
Incident TypeClassification of the event: accident, injury, safety violation, property damage, near miss, or other.
SeverityImpact level: minor, moderate, serious, or critical.

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