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/employees/new route redirects to the employee directory with a creation action parameter and is available at /hr/employees/new.

Overview

/hr/employees/new is a redirect route: the router immediately replaces it with /hr/employees?action=new. This means the Employee Directory page (EmployeeDirectory) loads and the action=new query parameter is expected to trigger the employee creation UI on that page. For full onboarding intake, the Onboarding Wizard at /hr/onboarding/wizard may be the more appropriate entry point.

Who it’s for

Requires permission hr.employees.view (HR_PERMISSIONS.EMPLOYEES_VIEW) — enforced by the redirect destination /hr/employees.

Before you start

  • Confirm you have the necessary information for a new employee record (name, role, start date, etc.).
  • For full hire intake including IT access, benefits enrollment, and task assignments, use the Onboarding Wizard at /hr/onboarding/wizard.

Steps

  1. Navigate to /hr/employees/new — you will be automatically redirected to /hr/employees?action=new.
  2. The employee directory page will open; follow any prompts triggered by the action=new parameter to create the employee record.

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/EmployeeDirectory.tsx
  • src/cores/hr/pages/OnboardingWizardPage.tsx