/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
1
Open Asset Register
Navigate to
/fm/asset-register via the FM sidebar or from the Assets page.2
Review summary totals
Check the Total Assets, Total Purchase Value, and Total Book Value cards at the top.
3
Apply filters
Click Filters to expand the filter panel; select Category, Status, or a date range for Acquisition.
4
Browse the asset table
Review the asset list with purchase price and current book value columns.
5
Navigate to an asset
Click any Asset Tag link in the table to open that asset’s detail page.
6
Export
Click CSV or Excel to download the filtered asset register for offline use.
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