> ## 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.

# ER Reports

> Compliance reporting for employee relations incidents, disciplinary actions, and grievances with date range filtering and CSV export.

The ER Reports page (`/hr/employee-relations/reports`) provides compliance reporting across the Employee Relations module, with selectable report types, date range filters, and CSV export.

## Overview

The page provides a date range picker (start date defaults to 3 months prior, end date to today) and a report-type selector. Report data is displayed as a data table and can be exported to CSV with filename format `er-report-{type}-{startDate}-to-{endDate}.csv`. The CSV export includes label, count, and percentage columns.

Charts and stat cards are rendered from the `useEmployeeRelationsReport` hook when data is available. Empty state is shown when no data matches the filter criteria.

## Who it's for

Access follows your organization's role and module configuration. ## Before you start

* Employee relations cases (incidents, grievances, investigations, disciplinary actions) must exist in your organization for reports to show data.

## Steps

1. Navigate to **HR → Employee Relations → Reports** or go to `/hr/employee-relations/reports`.
2. Select a report type from the dropdown.
3. Adjust the date range using the start and end date pickers.
4. Review the resulting chart and stats.
5. Click **Export CSV** to download the report.

## Related

<Columns cols={2}>
  <Card title="Human Resources" icon="users" href="/hr/overview">
    Human Resources core overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index" />
</Columns>

<Note>
  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.
</Note>

<Accordion title="Documentation sources">
  * src/routes/hr/employee-relations-routes.tsx
  * src/cores/hr/employee-relations/pages/EmployeeRelationsReportsPage.tsx
  * src/cores/hr/employee-relations/hooks/useEmployeeRelationsReport.ts
</Accordion>
