This screen provides a comprehensive tabular register of all assets 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/asset-register.
Overview
The Asset Register page usesuseAssetRegisterData to load all assets for the current organization. Three summary cards display Total Assets, Total Purchase Value, and Total Book Value. An optional filter panel (toggled by a Filters button) provides dropdowns for Category, Status, Acquisition From, and Acquisition To date. The main data table (DataTable) shows: Asset Tag (linked to detail page), Name, Category, Site, Location, Status, Purchase Price, and Book Value. Two export buttons allow downloading as CSV or Excel using exportAssetRegisterToCSV / exportAssetRegisterToExcel.
Who it’s for
Requires permissionfm.dashboard.view. Financial export may require additional oversight — confirm with SME.
Before you start
- Hold
fm.dashboard.view. - Ensure assets have purchase price and book value populated for meaningful totals.
Steps
Review summary totals
Check the Total Assets, Total Purchase Value, and Total Book Value cards at the top.
Apply filters
Click Filters to expand the filter panel; select Category, Status, or a date range for Acquisition.
Key concepts
- Book value —
current_book_valueon each asset; reflects depreciation applied to date. - Total Purchase Value — sum of all
purchase_pricevalues in the filtered result set. - Export filenames — auto-generated as
asset-register-YYYY-MM-DD.csvor.xlsx.
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/AssetRegisterPage.tsx