This screen shows the full detail of a single asset 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/assets/:id.
Overview
The Asset Detail page loads a single asset viauseAssetDetail. The header shows asset name, category badge, and status badge. A two-column grid contains: Details (type, condition, description), Location (site, building, room, location description), Identification (manufacturer, model number, serial number), and sidebar cards for Maintenance Summary (AssetMaintenanceSummaryWidget), Acquisition (acquisition date, purchase price, in-service date), Warranty & Service (warranty expiration, service contract vendor, contract expiration), and Depreciation (method, expected life, current book value, last depreciation date). A tabbed History card provides three tabs: Maintenance History, Location History, and Depreciation schedule. Actions include: Edit, Update Location, Link Work Order, Calculate Depreciation, and Dispose.
Who it’s for
Requires permissionfm.dashboard.view and fm.assets.view.
Before you start
- The asset must exist and not have been disposed (disposal disables the Dispose button).
Steps
Update location
Click Update Location to open
AssetLocationUpdateDialog and record a new site, building, or room.Calculate depreciation
If a depreciation method is set, click Calculate to run
AssetDepreciationCalculateDialog.Review history
Use the Maintenance History, Location History, and Depreciation tabs to audit the asset lifecycle.
Key concepts
- Depreciation methods — values from
DEPRECIATION_METHOD_LABELS(e.g., straight_line, declining_balance — confirm with SME). - Current book value —
current_book_valuefield on the asset record. - Location history — recorded in
asset.location_historyeach timeAssetLocationUpdateDialogis submitted.
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/AssetDetailPage.tsx