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 Team Calendar page displays a calendar view of team leave, showing approved and pending absences for the manager’s reports. It is served at route /hr/team-calendar.

Overview

The page renders TeamLeaveCalendarPage, which displays a calendar of team leave events. No RequirePermission guard wraps this route in hr.tsx.

Who it’s for

No explicit permission gate on this route.

Before you start

  • Leave requests must be submitted and approved (or pending) for them to appear on the calendar.

Steps

  1. Navigate to HR > Team Calendar or go to /hr/team-calendar.
  2. Browse the calendar by month to view team leave.
  3. Identify coverage gaps or scheduling conflicts based on overlapping absences.

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/TeamLeaveCalendarPage.tsx