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 all facility assets and is available at /fm/assets.

Overview

The Assets page uses ListPageLayout and loads assets via useAssetList. Users can search by text, filter by Status (from ASSET_STATUS_LABELS), filter by Category (from ASSET_CATEGORY_LABELS), and filter by Site (loaded via useOrganizationSiteOptions). An Add Asset button opens AssetFormDialog. A guided tour (assetManagementTour) can be started via the Help button.

Who it’s for

Requires permission fm.dashboard.view. Viewing asset details requires fm.assets.view (confirm with SME).

Before you start

  • Hold fm.dashboard.view.
  • Sites must be configured in the organization for the site filter to populate.

Steps

1

Open Assets

Navigate to /fm/assets via the FM sidebar or the Total Assets stat card on the dashboard.
2

Filter the list

Use the search bar and the Status, Category, and Site dropdowns to narrow results.
3

Add an asset

Click Add Asset to open the asset creation dialog; fill in name, asset tag, category, and other required fields.
4

Open asset detail

Click any asset row to navigate to /fm/assets/:id.
5

Start the guided tour

Click the Help button to launch the asset management guided tour.

Key concepts

  • Asset tag — the human-readable identifier for the asset (e.g., ASSET-001).
  • Asset status — values from ASSET_STATUS_LABELS (e.g., active, maintenance, retired, disposed).
  • Asset category — values from ASSET_CATEGORY_LABELS (e.g., equipment, furniture — confirm 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/AssetsPage.tsx