The Projects page atDocumentation 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/projects lists all project records for the organization with status, type, and funding-source filters, plus summary statistics.
Overview
The route/fa/projects loads ProjectsPage (permission: fa.projects.view). The page fetches the project list via useProjectList with filters for status, type, funding source, and a text search query. Four summary StatCard components are shown at the top. A New Project button navigates to /fa/projects/new. Each row links to /fa/projects/:id.
Who it’s for
Requires permissionfa.projects.view.
Before you start
No setup required. Filters are optional.Steps
- Navigate to Finance & Revenue → Projects, or go to
/fa/projects. - Optionally filter by status, type, or funding source, or use the search input.
- Review the summary stat cards.
- Select a project row to open its detail page.
- Select New Project to create a new project.
Key concepts
Filters — Status, project type, funding source type, and free-text search. All are optional.StatCard — Summary statistics displayed at the top of the list; exact labels should be confirmed with an SME.
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/ProjectsPage.tsx
- src/cores/fa/hooks/useProjects.ts
- src/cores/fa/types/projects.ts