This screen shows the full detail of a single preventive maintenance template 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-templates/:id.
Overview
The PM Template Detail page loads a template by ID viausePMTemplateDetail. The header displays the template name, asset type badge, frequency badge, and active/inactive badge. Four stat cards summarize: Est. Duration (hours), Checklist Items (count), Materials (count), and Compliance (required/optional). A Checklist Items card lists each step with its item_description, optional pass_criteria, and a Required badge when is_required is true. A Required Materials card lists each material with the linked inventory item name and required quantity. An Edit button opens PMTemplateFormDialog.
Who it’s for
Requires permissionfm.dashboard.view. Editing requires fm.pm-templates.admin — confirm with SME.
Before you start
- The template must exist and not have been deleted.
Steps
Review template configuration
Check the asset type, frequency, estimated duration, and compliance setting in the header and stat cards.
Review required materials
Check the Required Materials card to see which inventory items are needed and in what quantities.
Key concepts
- Checklist item — a step in the PM procedure with optional
pass_criteriato define what a passing result looks like. - Required material — links to an inventory item (
inventory_item.item_name) with aquantity_required. - is_compliance_required — indicates whether completion of this template is tracked for regulatory purposes.
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/PMTemplateDetailPage.tsx