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 Offboarding Details page displays the full record for a single offboarding instance and is available at /hr/offboarding/:id.

Overview

The Offboarding Details page renders OffboardingDetail for a specific offboarding instance identified by its :id URL parameter. This page is gated behind the hr.offboarding.view permission. The offboarding module (OffboardingDashboardOffboardingDetail) supports filtering by termination type and status.

Who it’s for

Requires permission hr.offboarding.view (HR_PERMISSIONS.OFFBOARDING_VIEW).

Before you start

  • Navigate to the Offboarding Dashboard at /hr/offboarding to find the instance you need.
  • Clicking an offboarding record on the dashboard opens this detail page.

Steps

  1. Navigate to /hr/offboarding to see the list of offboarding instances.
  2. Click an instance to open its detail view at /hr/offboarding/:id.
  3. Review tasks, timeline, and status information.
  4. Take available actions as appropriate (complete tasks, update status).

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/OffboardingDetail.tsx
  • src/cores/hr/pages/OffboardingDashboard.tsx
  • src/cores/hr/hooks/onboarding/useITOffboardingIntegration.ts