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 Funds page lists and manages fund records used for fund accounting across the organization. It is accessible at route /fa/funds.

Overview

The Funds page displays a table of all funds for the current organization. A “New Fund” button opens a dialog to create a fund inline. Existing funds can be edited via the same dialog by clicking the row’s edit action. Primary hook: useFunds(organizationId) State management: FundDialog (create/edit), FundsTable (display)

Who it’s for

No explicit permission gate on this route.

Before you start

  • Ensure you are logged in and have an organization context active.
  • Confirm that the funds you want to create or edit do not already exist.

Steps

View funds
  1. Navigate to /fa/funds.
  2. The Funds table loads all funds for your organization automatically.
Create a new fund
  1. Click New Fund (top right).
  2. The Fund dialog opens. Complete the required fields.
  3. Submit the dialog to save the fund.
Edit an existing fund
  1. Locate the fund in the table.
  2. Click the edit action on the row.
  3. Update fields in the Fund dialog and save.

Key concepts

  • Fund: A distinct accounting entity used to segregate resources by source, purpose, or restriction. The fund_number and name fields are displayed in the table.

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/FundsPage.tsx
  • src/cores/fa/hooks/useFunds.ts
  • src/cores/fa/components/FundsTable.tsx
  • src/cores/fa/components/FundDialog.tsx