This screen lists preventive maintenance schedules and is available atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/fm/pm-schedules.
Overview
The PM Schedules page loads schedules viausePMScheduleList and compliance statistics via usePMComplianceStats. Four quick stat cards display: Total Schedules, Active (highlighted in accent color), Overdue (highlighted in destructive color with alert icon when non-zero), and Completion Rate (percentage). Filter dropdowns allow filtering by Status (active, paused, completed) and Due Status (overdue only / on track). An Add Schedule button opens PMScheduleFormDialog.
Who it’s for
Requires permissionfm.dashboard.view. Creating or editing schedules may require fm.pm-schedules.admin — confirm with SME.
Before you start
- PM templates must be created before schedules can be defined.
- Sites must be configured for site-based scheduling (if applicable).
Steps
Open PM Schedules
Navigate to
/fm/pm-schedules via the FM sidebar or Preventive Maintenance section.Review compliance stats
Check the four stat cards for a quick compliance overview, paying attention to the Overdue count.
Add a schedule
Click Add Schedule to open
PMScheduleFormDialog; link it to a PM template and configure the schedule settings.Key concepts
- PM schedule — an instance of a PM template assigned to a specific site or asset on a recurring basis.
- Overdue — a schedule where
next_due_datehas passed without completion. - Completion rate — percentage of schedules completed on time (confirm calculation with SME).
Related
Facilities & Inventory
Facilities & Inventory core overview.
Governance & parity
Documentation coverage and governance.
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/fm.tsx
- src/cores/fm/pages/PMSchedulesPage.tsx