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.

This screen lists preventive maintenance schedules and is available at /fm/pm-schedules.

Overview

The PM Schedules page loads schedules via usePMScheduleList 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 permission fm.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

1

Open PM Schedules

Navigate to /fm/pm-schedules via the FM sidebar or Preventive Maintenance section.
2

Review compliance stats

Check the four stat cards for a quick compliance overview, paying attention to the Overdue count.
3

Filter schedules

Use the Status and Due Status dropdowns to narrow the list.
4

Add a schedule

Click Add Schedule to open PMScheduleFormDialog; link it to a PM template and configure the schedule settings.
5

Open schedule detail

Click any schedule row to navigate to /fm/pm-schedules/:id.

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_date has passed without completion.
  • Completion rate — percentage of schedules completed on time (confirm calculation with SME).

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.
  • src/routes/fm.tsx
  • src/cores/fm/pages/PMSchedulesPage.tsx