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 HR Forms page (/hr/forms) displays all forms owned by the HR core (owning_core = 'hr'), using the platform’s shared module forms component.

Overview

The page renders ModuleFormsPage configured with owningCore="hr", moduleDisplayName="HR", a create path of /fw/forms/new?core=hr, and a create permission of fw.forms.create. The platform module forms component handles all list rendering, filtering, and create-action gating. No HR-specific permission wraps the route.

Who it’s for

No explicit permission gate on this route. The create action within the forms list is gated by fw.forms.create.

Before you start

  • HR forms must exist in the system.
  • To create new forms, you need the fw.forms.create permission.

Steps

  1. Navigate to HR → Forms or go to /hr/forms.
  2. Browse the list of HR-owned forms.
  3. Click a form to view or fill it out.
  4. Click Create Form (if authorized) to navigate to the form builder with core=hr pre-selected.

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/HRFormsPage.tsx
  • src/platform/forms/ModuleFormsPage.tsx