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 Actions page lists all disciplinary action records in the organization and provides access to create new ones. It is available at route /hr/employee-relations/disciplinary.

Overview

The page renders DisciplinaryListPage, which fetches and lists disciplinary action records. Each record links to its detail page at /hr/employee-relations/disciplinary/:id. A create action navigates to /hr/employee-relations/disciplinary/new. Edit actions navigate 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

  • Employee records must exist before creating a disciplinary action.

Steps

1

Open Disciplinary Actions

Navigate to HR → Employee Relations → Disciplinary or go to /hr/employee-relations/disciplinary.
2

Browse the list

Review existing disciplinary action records. Click a row to open the detail page.
3

Create a new disciplinary action

Click the create button to navigate to /hr/employee-relations/disciplinary/new and complete the form.

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