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

# Workforce & HRIS Overview

> Overview of the Workforce & HRIS core in Encore OS — purpose, scope, and key responsibilities.

The Workforce & HRIS core (HR) manages human resources and workforce operations for Encore OS — employee records, applicant tracking, onboarding, scheduling, time and attendance, payroll integration, performance management, credentialing, and HR compliance.

<Note>
  **Architecture:** HR is a domain core that depends only on **Platform Foundation** and contains no hidden clinical logic. Onboarding and offboarding hand off to **IT** for provisioning, and payroll runs through the **Proliant (ReadyPay)** embedded payroll integration (HR-44).
</Note>

## The employee lifecycle

Candidates move from requisition to offer, onboard with an IT provisioning hand-off, then run through recurring operations (time, scheduling, payroll) and ongoing development and compliance — ending in offboarding that hands back to IT.

```mermaid theme={null}
flowchart LR
  Recruit["Recruiting<br/>(requisition → offer)"] --> Onboard["Onboarding"]
  Onboard --> IT["IT provisioning<br/>(joiner)"]
  Onboard --> Ops["Operations<br/>(time, scheduling,<br/>leave)"]
  Ops --> Payroll["Payroll<br/>(Proliant / ReadyPay)"]
  Ops --> Develop["Performance,<br/>credentialing<br/>& compliance"]
  Develop --> Offboard["Offboarding"]
  Offboard --> IToff["IT deprovisioning<br/>(leaver)"]
```

<Frame caption="The employee directory — the HR system of record.">
  <img src="https://mintcdn.com/encoreos/9uGfYOeeHogjmoRk/images/hr-employees/directory.png?fit=max&auto=format&n=9uGfYOeeHogjmoRk&q=85&s=dbef5581512d719bda9a43e4b0c80a51" alt="HR employee directory" width="1440" height="900" data-path="images/hr-employees/directory.png" />
</Frame>

## Key surfaces

<CardGroup cols={2}>
  <Card title="Timesheets" icon="clock" href="/hr/all-timesheets">
    Time entry, approvals, and attendance.
  </Card>

  <Card title="Analytics & reports" icon="chart-line" href="/hr/analytics-reports">
    Workforce KPIs and reporting.
  </Card>

  <Card title="Action plans" icon="clipboard-list" href="/hr/action-plans">
    Performance improvement workflows.
  </Card>

  <Card title="1099-NEC review" icon="file-invoice-dollar" href="/hr/1099-nec-review">
    Contractor payment review.
  </Card>

  <Card title="ACA compliance" icon="shield-check" href="/hr/aca-compliance">
    Affordable Care Act tracking.
  </Card>

  <Card title="Agreement details" icon="file-signature" href="/hr/job-description-agreements">
    Employment agreements and templates.
  </Card>
</CardGroup>

## Get oriented in HR

<Steps>
  <Step title="Hire & onboard">
    Move candidates through requisitions and offers, then run onboarding task lists with IT provisioning ties.
  </Step>

  <Step title="Run operations">
    Manage [timesheets](/hr/all-timesheets), schedules, leave, and payroll on a recurring cadence.
  </Step>

  <Step title="Develop & comply">
    Track performance with [action plans](/hr/action-plans) and stay audit-ready with credentialing and [ACA compliance](/hr/aca-compliance).
  </Step>
</Steps>

## By role

<Tabs>
  <Tab title="HR generalist">
    Daily employee data, leave, [timesheets](/hr/all-timesheets), and performance.
  </Tab>

  <Tab title="Payroll administrator">
    Payroll runs, deductions, garnishments, and tax filings including [1099-NEC review](/hr/1099-nec-review).
  </Tab>

  <Tab title="Compliance">
    Credentialing audits, EEO reports, FLSA classification, and [ACA compliance](/hr/aca-compliance).
  </Tab>

  <Tab title="Hiring manager">
    Requisitions, candidate review, and onboarding.
  </Tab>
</Tabs>

## Scope at a glance

* **Employee records** — directory, employee profile, employment lifecycle (hire → transfer → separation).
* **Recruiting** — applicant tracking, requisitions, candidate workflow, offer letters.
* **Onboarding & offboarding** — task lists, document acknowledgments, IT provisioning ties.
* **Time, attendance & scheduling** — timesheets, schedules, shift management, leave tracking.
* **Payroll** — Proliant (ReadyPay) integration (HR-44), direct deposit, payroll deductions, Arizona e-file.
* **Performance & development** — performance management, action plans, succession planning, engagement.
* **Credentialing & compliance** — provider credentialing, fingerprint clearance, mandatory in-service tracking, FLSA classification, ACA, EEO/Title VII, E-Verify, I-9.

## Related

<CardGroup cols={3}>
  <Card title="IT onboarding" icon="user-gear" href="/architecture/integrations/HR_IT_ONBOARDING">
    Joiner provisioning hand-off to IT (see also [offboarding](/architecture/integrations/HR_IT_OFFBOARDING)).
  </Card>

  <Card title="Payroll integration" icon="money-check-dollar" href="/architecture/integrations/HR-44-PROLIANT-READYPAY-INTEGRATION">
    Proliant / ReadyPay embedded payroll.
  </Card>

  <Card title="Compliance tracker" icon="shield-halved" href="/compliance/HR_WORKFORCE_COMPLIANCE_TRACKING">
    Workforce compliance crosswalk and evidence.
  </Card>
</CardGroup>
