Depreciation Schedule displays monthly depreciation records across all fixed assets and provides the ability to run depreciation for the period. Route:Documentation 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 redirects to /fa/assets?tab=depreciation.
Overview
Navigating to/fa/depreciation redirects to the Assets Hub (/fa/assets?tab=depreciation). The DepreciationSchedulePage component renders within that hub and shows monthly depreciation records. It provides stat cards for summary figures, filters by year and month, a table of depreciation schedule entries via DepreciationScheduleTable, a RunDepreciationDialog for triggering depreciation runs, and displays pending GL postings via usePendingGLPostings.
Who it’s for
Requiresfa.assets.view (inferred from Assets Hub route; no additional permission gate on the depreciation tab).
Before you start
- Fixed assets must be configured with a depreciation method and useful life.
- The current fiscal period must be open.
Steps
- Navigate to Finance → Assets (
/fa/assets) or go directly to/fa/depreciation(redirects automatically). - Select the Depreciation tab.
- Use the year/month filters to find the relevant period.
- Review the stat cards for totals.
- To run depreciation, click Run Depreciation and confirm in the dialog.
- Pending GL postings are shown; use Retry GL Posting for any failed entries.
Key concepts
| Concept | Description |
|---|---|
RunDepreciationDialog | Dialog confirming and triggering a depreciation batch run for a period |
usePendingGLPostings | Hook surfacing depreciation entries not yet posted to the general ledger |
useRetryGLPosting | Hook for retrying a failed GL posting for a depreciation entry |
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