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.

The Projects page at /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 permission fa.projects.view.

Before you start

No setup required. Filters are optional.

Steps

  1. Navigate to Finance & Revenue → Projects, or go to /fa/projects.
  2. Optionally filter by status, type, or funding source, or use the search input.
  3. Review the summary stat cards.
  4. Select a project row to open its detail page.
  5. 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.

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.
  • src/routes/fa.tsx
  • src/cores/fa/pages/ProjectsPage.tsx
  • src/cores/fa/hooks/useProjects.ts
  • src/cores/fa/types/projects.ts