ACA Compliance tracking is available at routeDocumentation 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/benefits/aca, guarded by hr.benefits.admin permission.
Overview
The ACA Compliance page tracks Applicable Large Employer (ALE) status for a selected tax year. A dropdown lets the admin select the current year or up to two prior years. The ALE Status card shows whether the organization meets ALE status based on stored FTE count, with a built-in FTE Calculator dialog that accepts full-time employee count and total part-time monthly hours. Filing Status shows employees tracked, 1095-C generation flag, and 1094-C generation flag for the selected year. Saving a calculated FTE count upserts the compliance record for that year.Who it’s for
hr.benefits.admin — HR benefits administrators only.
Before you start
- ACA compliance data for a year must be initialized via the FTE Calculator before status is shown.
- Users need
hr.benefits.adminpermission.
Steps
Calculate FTE
Click Calculate FTE or Recalculate, enter full-time employee count and total part-time monthly hours, and review the calculated FTE result.
Key concepts
| Term | Meaning in code |
|---|---|
ALE_THRESHOLD_FTE | Constant imported from ../../types/aca; the FTE threshold that determines ALE status |
ACA_FILING_STATUS_LABELS | Display labels for each filing status value |
ale_status | Boolean field on the compliance record indicating ALE classification |
fte_count | Calculated full-time equivalent employee count stored per tax year |
Related
Human Resources
Human Resources core overview.
Governance & parity
Documentation coverage and governance.
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/routes/hr/benefits-routes.tsx
- src/cores/hr/benefits/pages/admin/ACACompliancePage.tsx
- src/cores/hr/benefits/hooks/useACACompliance.ts
- src/cores/hr/benefits/types/aca.ts