The Trend Analysis page (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/analytics/trends) displays revenue and expense trend charts over time for the current organization.
Overview
The Trend Analysis page fetches trend data viauseFinancialTrends (keyed by organizationId) and renders two chart components:
RevenueTrendChart: Revenue trends over time.ExpenseTrendChart: Expense trends over time.
trends array and an isLoading: false prop. The page shows skeleton placeholders while loading and an error card on failure.
Who it’s for
Requires permission:fa.analytics.trends.view.
Before you start
- Financial transaction data must exist for the current organization.
- You need
fa.analytics.trends.viewto access this page.
Steps
View trend analysis- Navigate to
/fa/analytics/trends. - Review the Revenue Trend and Expense Trend charts.
Key concepts
- Trend data: Financial time-series data fetched via
useFinancialTrends.
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/TrendAnalysisPage.tsx
- src/cores/fa/hooks/useFinancialTrends.ts
- src/cores/fa/components/analytics/RevenueTrendChart.tsx
- src/cores/fa/components/analytics/ExpenseTrendChart.tsx