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 My HR dashboard, at route /hr/me, is the employee self-service home page within the HR module.

Overview

The dashboard renders a grid of lazy-loaded widgets: PTO Balance, Next Pay Date, Enrollment Status, Pending Actions, Quick Actions, Oversight Status, and Credentials Alert. A header links to the profile page at /hr/me/profile. An OnboardingActionsBanner appears when onboarding tasks are outstanding. A ModuleLinksSection provides navigation shortcuts to sub-pages including My Payroll, My Benefits, My Documents, My Leave Balances, My Skills, and My Performance. Each widget loads independently with a skeleton fallback.

Who it’s for

No explicit permission gate on this route.

Before you start

  • Your employee record must be linked to your user account for widgets to populate.

Steps

  1. Go to HR → My HR (or navigate to /hr/me).
  2. Review the widget summary for pay, leave, benefits enrollment, and pending actions.
  3. Use the quick links or module links to navigate to specific self-service pages.

Key concepts

ConceptMeaning
PTO Balance widgetShows current leave balances for the employee.
Pending Actions widgetSurfaces outstanding tasks such as onboarding tasks, unsigned documents, or feedback requests.
Credentials Alert widgetHighlights credentials expiring soon.

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/self-service-routes.tsx
  • src/cores/hr/self-service/pages/MyHRDashboardPage.tsx
  • src/cores/hr/self-service/components/ModuleLinksSection.tsx
  • src/cores/hr/self-service/components/OnboardingActionsBanner.tsx