> ## 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.

# Balances

> Time-off balances screen — route /hr/time-off/balances is not registered in the current HR route configuration.

The route `/hr/time-off/balances` is not registered in the current HR route configuration.

## Overview

No `<Route path="/hr/time-off/balances" ...>` entry was found in `src/routes/hr.tsx` or any sub-route file. The leave balance self-service view for employees is currently at `/hr/my-leave-balances` (`MyLeaveBalances` component, requires `HR_PERMISSIONS.LEAVE_VIEW`). This page is a documentation placeholder pending SME confirmation of the intended destination.

## Who it's for

No route registered.

## Related

<Columns cols={2}>
  <Card title="Human Resources" icon="users" href="/hr/overview">
    Human Resources core overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index">
    Documentation coverage and governance.
  </Card>
</Columns>

<Note>
  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.
</Note>

<Accordion title="Documentation sources">
  * src/routes/hr.tsx
  * src/routes/hr/self-service-routes.tsx
  * src/routes/hr/benefits-routes.tsx
  * src/routes/hr/engagement-routes.tsx
  * src/routes/hr/performance-routes.tsx
  * src/routes/hr/oversight-analytics-succession-routes.tsx
</Accordion>
