This screen displays depreciation data for all depreciating 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/depreciation.
Overview
The Depreciation Report page usesuseDepreciationReportData to load assets that have a depreciation method set. Four summary cards display Depreciating Assets, Original Value (total purchase price), Current Book Value, and YTD Depreciation (highlighted in destructive color). An optional filter panel allows filtering by Category, Depreciation Method, Date From, and Date To. A bar chart (BarChart from Recharts) shows Book Value and YTD Depreciation grouped by asset category. The data table columns include: Asset Tag, Name, Category, Method (straight_line/declining_balance), Purchase Price, Salvage Value, Book Value, Monthly Depreciation, YTD Depreciation, and Total Depreciation. CSV and Excel export are available.
Who it’s for
Requires permissionfm.dashboard.view. Financial export access should be confirmed with SME.
Before you start
- Assets must have a
depreciation_method,purchase_price, andexpected_life_yearsset for meaningful report data.
Steps
Key concepts
- YTD Depreciation —
ytd_depreciationfield fromDepreciationReportRow. - Depreciation methods —
straight_lineanddeclining_balance(labels fromDEPRECIATION_METHOD_LABELS). - Salvage value — the residual value at end of asset life, used in depreciation calculations.
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/DepreciationReportPage.tsx