The Funds page lists and manages fund records used for fund accounting across the organization. It is accessible at routeDocumentation 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/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- Navigate to
/fa/funds. - The Funds table loads all funds for your organization automatically.
- Click New Fund (top right).
- The Fund dialog opens. Complete the required fields.
- Submit the dialog to save the fund.
- Locate the fund in the table.
- Click the edit action on the row.
- 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_numberandnamefields are displayed in the table.
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/FundsPage.tsx
- src/cores/fa/hooks/useFunds.ts
- src/cores/fa/components/FundsTable.tsx
- src/cores/fa/components/FundDialog.tsx