Skip to main content

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.

Module: FA (Finance & Accounting)
Feature: FA-16
Last Updated: 2026-02-13

Overview

The Financial Analytics module provides four pages for executive-level financial insight:
PageRoutePurpose
Dashboard/fa/analytics/dashboardAt-a-glance financial summary with KPI cards
KPIs/fa/analytics/kpisKey performance indicators with thresholds and trends
Trends/fa/analytics/trendsRevenue vs. expense trends across fiscal periods
Variance/fa/analytics/varianceBudget vs. actual comparison with significance flags
Access requires the appropriate permission (fa.dashboard.view, fa.analytics.kpis.view, etc.).

Financial Dashboard

The dashboard displays summary cards for:
  • Total Revenue — Sum of revenue account balances for the current period
  • Total Expenses — Sum of expense account balances for the current period
  • Net Income — Revenue minus expenses
  • Cash Position — Current cash and bank account balances (requires FA-14)
Each card shows the current value and a trend indicator vs. the previous period.

KPI Page

Reading KPI Cards

Each KPI card displays:
ElementDescription
ValueCurrent calculated value (e.g., 38 days)
UnitMeasurement unit (days, ratio, percentage, currency)
StatusColor-coded: Green (normal), Yellow (warning), Red (critical)
TrendChange from previous calculation (↑ or ↓ with percentage)
TargetOrganization’s target value (dashed line on charts)

Built-in KPIs

KPI CodeNameCategoryDirection
DSODays Sales OutstandingEfficiencyLower is better
DPODays Payable OutstandingEfficiencyTarget is best
CRCurrent RatioLiquidityHigher is better

Threshold Colors

  • Green (Normal): Value is within acceptable range
  • Yellow (Warning): Value crossed the warning threshold
  • Red (Critical): Value crossed the critical threshold
The threshold direction matters: for “lower is better” KPIs (like DSO), higher values trigger warnings. For “higher is better” KPIs (like Current Ratio), lower values trigger warnings.

Trend Analysis

The Trends page shows revenue and expense data across fiscal periods as line/bar charts.
  • X-axis: Fiscal periods (months or quarters)
  • Y-axis: Dollar amounts
  • Lines: Revenue (green), Expenses (red), Net Income (blue)
Select different date ranges using the period selector at the top of the page.

Variance Analysis

The Variance page compares budgeted amounts to actual amounts by account.

Reading the Variance Table

ColumnDescription
AccountChart of accounts entry
BudgetPlanned amount for the period
ActualReal amount recorded
Variance $Budget minus actual (positive = under budget)
Variance %Percentage difference
StatusFavorable (green), Unfavorable (red), Neutral (gray)
Significant⚠️ flag if variance exceeds threshold

Significance Threshold

The variance threshold (default 10%) is configurable by your Finance Admin in FA Settings. Any variance exceeding this percentage is flagged as significant and warrants investigation.

Favorable vs. Unfavorable

  • Revenue accounts: Actual > Budget = Favorable (more money earned)
  • Expense accounts: Actual < Budget = Favorable (less money spent)

Permissions

Permission KeyDescriptionDefault Roles
fa.dashboard.viewView financial dashboardfinance_admin, finance_staff
fa.analytics.kpis.viewView KPI pagefinance_admin, finance_staff
fa.analytics.trends.viewView trends pagefinance_admin, finance_staff
fa.analytics.variance.viewView variance pagefinance_admin, finance_staff
fa.analytics.configureConfigure KPIs and widgetsfinance_admin