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 Disciplinary Details page shows the full detail of a single disciplinary action record. It is available at route /hr/employee-relations/disciplinary/:id.

Overview

The page renders DisciplinaryDetailPage, which fetches the disciplinary action record by :id via useDisciplinaryActionDetail. The detail view shows action type, status, employee, dates, reason, violation description, policy violated, expected improvement, and follow-up date. An Edit button navigates to /hr/employee-relations/disciplinary/:id/edit.

Who it’s for

No explicit permission gate on this route. Data is scoped to the current organization.

Before you start

  • Navigate from the Disciplinary Actions list at /hr/employee-relations/disciplinary.

Steps

1

Open a disciplinary record

From the Disciplinary Actions list, click a record to open its detail page at /hr/employee-relations/disciplinary/:id.
2

Review record details

Check action type, status, dates, reason, and follow-up information.
3

Edit the record

Click Edit to navigate to the edit form at /hr/employee-relations/disciplinary/:id/edit.

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