The Offboarding Details page displays the full record for a single offboarding instance and is available atDocumentation 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/offboarding/:id.
Overview
The Offboarding Details page rendersOffboardingDetail for a specific offboarding instance identified by its :id URL parameter. This page is gated behind the hr.offboarding.view permission. The offboarding module (OffboardingDashboard → OffboardingDetail) supports filtering by termination type and status.
Who it’s for
Requires permissionhr.offboarding.view (HR_PERMISSIONS.OFFBOARDING_VIEW).
Before you start
- Navigate to the Offboarding Dashboard at
/hr/offboardingto find the instance you need. - Clicking an offboarding record on the dashboard opens this detail page.
Steps
- Navigate to
/hr/offboardingto see the list of offboarding instances. - Click an instance to open its detail view at
/hr/offboarding/:id. - Review tasks, timeline, and status information.
- Take available actions as appropriate (complete tasks, update status).
Related
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.
Documentation sources
Documentation sources
- src/routes/hr.tsx
- src/cores/hr/pages/OffboardingDetail.tsx
- src/cores/hr/pages/OffboardingDashboard.tsx
- src/cores/hr/hooks/onboarding/useITOffboardingIntegration.ts