The routeDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/fa/depreciation/run has no matching entry in the application router. The “Run Depreciation” action is available from within the Depreciation Schedule view, which is accessed via /fa/assets?tab=depreciation.
Overview
No standalone route for/fa/depreciation/run exists in src/routes/fa.tsx. The path /fa/depreciation redirects to /fa/assets?tab=depreciation.
The depreciation run action is surfaced via the Run Depreciation button on the DepreciationSchedulePage component, which opens a RunDepreciationDialog. This page is accessible through the Assets Hub at /fa/assets?tab=depreciation.
Who it’s for
The Assets Hub depreciation tab usesfa.assets.view.
Before you start
- Access the depreciation run via the Assets Hub: navigate to
/fa/assetsand select the Depreciation tab.
Steps
Trigger a depreciation run- Navigate to
/fa/assets?tab=depreciation. - Apply optional filters (month, status, search) to review the current depreciation schedule.
- Click Run Depreciation to open the run dialog.
- Confirm the run.
Related
Finance & Revenue
Finance & Revenue core overview.
Governance & parity
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/fa.tsx
- src/cores/fa/pages/DepreciationSchedulePage.tsx
- src/cores/fa/hooks/useAssetDepreciation.ts
- src/cores/fa/components/RunDepreciationDialog.tsx