Expense Dashboard is the central overview for expense management, displaying summary statistics, an approval queue widget, a category breakdown widget, and a list of recent expense reports. 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/expenses redirects to /fa/payables?tab=expenses; the ExpenseDashboardPage component is mapped to this route via the ExpenseDashboardPage export.
Overview
TheExpenseDashboardPage component renders summary stat cards (loaded via useExpenseDashboardStats), an approval queue widget (FAExpenseApprovalQueueWidget), a category breakdown widget (FAExpenseCategoryWidget), and a recent reports widget (FARecentExpenseReportsWidget). A New Report button is gated behind fa.expenses.create; a Policies button links to /fa/settings/expense-policies (gated behind fa.expense-policies.view). The route /fa/expenses is currently a legacy redirect to /fa/payables?tab=expenses.
Who it’s for
Requiresfa.expenses.view (inferred from related expense routes). Create requires fa.expenses.create.
Before you start
- Navigate to the Payables Hub (
/fa/payables?tab=expenses) or search for the expense dashboard in navigation.
Steps
- Open the Expense Dashboard.
- Review summary stat cards from
useExpenseDashboardStats. - Check the approval queue in
FAExpenseApprovalQueueWidget. - Review category spending in
FAExpenseCategoryWidget. - Open a recent expense report from
FARecentExpenseReportsWidget. - Click New Report to create a new expense report (requires
fa.expenses.create).
Key concepts
| Concept | Description |
|---|---|
useExpenseDashboardStats | Hook returning summary metrics for expense management |
FAExpenseApprovalQueueWidget | Widget showing expense reports pending approval |
FAExpenseCategoryWidget | Widget breaking down expenses by category |
FARecentExpenseReportsWidget | Widget listing recently updated expense reports |
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/ExpenseDashboardPage.tsx