The Improvement Plans page (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.
/hr/performance/pips) lists all Performance Improvement Plans (PIPs) in the organization with stats, filtering, and CRUD actions.
Overview
The page shows four stat cards computed from the full PIP dataset: Active PIPs, Completed PIPs, Success Rate (successful outcomes / completed × 100%), and Terminated PIPs. ThePerformanceImprovementPlanTable component renders the filterable list. A Create PIP button opens PIPFormDialog. Row-level actions include edit (re-opens the form pre-populated) and complete (opens PIPCompleteDialog).
PIP status values visible in code: active, completed, terminated. Outcome values: successful and others (SME: confirm full list).
Who it’s for
No explicit permission gate on this route.Before you start
- Employee records must exist to create PIPs.
- PIPs are associated with individual employees and tracked through active, completed, or terminated states.
Steps
- Navigate to HR → Performance → PIPs or go to
/hr/performance/pips. - Review stat cards for an overview of PIP health.
- Browse the PIP list and filter as needed.
- Click Create PIP to initiate a new plan.
- Use row actions to edit an active PIP or mark one complete.
Key concepts
| Concept | Meaning |
|---|---|
| Active | PIP is currently in progress |
| Completed | PIP period has ended |
| Success rate | Percentage of completed PIPs with a successful outcome |
| Outcome | Final result of the PIP — SME: confirm full set of values |
Related
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.
Documentation sources
Documentation sources
- src/routes/hr/performance-routes.tsx
- src/cores/hr/pages/performance/PerformanceImprovementPlanListPage.tsx
- src/cores/hr/hooks/performance/usePerformanceImprovementPlans.ts