The FMLA Cases 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/fmla-cases) lists all Family and Medical Leave Act cases for the organization, rendered by the FMLACasesList component.
Overview
The page renders theFMLACasesList 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.viewpermission. - FMLA cases are typically created in connection with leave requests.
Steps
- Navigate to HR → FMLA Cases or go to
/hr/fmla-cases. - Review the list of cases and their statuses.
- Click a case to open the full case detail.
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.tsx
- src/cores/hr/pages/FMLACases.tsx
- src/cores/hr/components/leave/FMLACasesList.tsx