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 Staffing Forecasts page shows projected staffing requirements derived from workload drivers and provides an accuracy dashboard to compare forecasts against actuals. It is served at route /hr/staffing-forecasts.

Overview

The page is a two-tab interface: Forecasts (renders ForecastDashboard) and Accuracy (renders ForecastAccuracyDashboard). A back button navigates to /hr/workload-drivers. Forecasts are driven by workload driver configuration; the accuracy tab compares forecast data to actual outcomes. This page is part of the HR-08 Workload Drivers & Staffing Needs feature.

Who it’s for

No explicit permission gate on this route.

Before you start

  • Workload drivers must be configured at /hr/workload-drivers before forecast data populates.
  • Historical timesheet or staffing data is required for the Accuracy tab to display meaningful comparisons.

Steps

View forecasts
  1. Navigate to HR > Staffing Forecasts or go to /hr/staffing-forecasts.
  2. The Forecasts tab opens by default showing the forecast dashboard.
  3. Review projected staffing needs by period.
Review accuracy
  1. Switch to the Accuracy tab.
  2. Review the comparison between forecast projections and actual staffing outcomes.

Key concepts

TermMeaning
Workload driverConfigurable metric (census, ratio, etc.) that drives staffing need calculations.
ForecastProjected headcount or hours requirement for a future period based on driver values.
Forecast accuracyComparison of a prior forecast to the actual staffing level that occurred. SME: confirm metric definition.

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/StaffingForecastPage.tsx
  • src/cores/hr/components/forecasting/index.ts