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 FMLA Cases page (/hr/fmla-cases) lists all Family and Medical Leave Act cases for the organization, rendered by the FMLACasesList component.

Overview

The page renders the FMLACasesList component inside a PageContainer. The page header shows the title “FMLA Case Management” with a shield icon and the description “Track and manage Family and Medical Leave Act (FMLA) cases for employees.” Clicking a case navigates to the FMLA Case Details page at /hr/fmla-cases/:id.

Who it’s for

Requires permission: hr.fmla.view (HR_PERMISSIONS.FMLA_VIEW).

Before you start

  • You need the hr.fmla.view permission.
  • FMLA cases are typically created in connection with leave requests.

Steps

  1. Navigate to HR → FMLA Cases or go to /hr/fmla-cases.
  2. Review the list of cases and their statuses.
  3. Click a case to open the full case detail.

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.tsx
  • src/cores/hr/pages/FMLACases.tsx
  • src/cores/hr/components/leave/FMLACasesList.tsx