New fund creation in the Finance & Revenue core is handled through an inline dialog on the Funds page.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.
Overview
The/fa/funds page includes a New Fund button that opens FundDialog with fundId={undefined} (create mode). Existing funds can be edited by clicking the edit action on a table row, which opens the same dialog pre-populated.
The FundsTable displays fund_number and name as the primary identifiers.
Component: FundDialog
Primary hook: useFunds(organizationId)
Who it’s for
No explicit permission gate on the/fa/funds route.
Before you start
- Identify the fund number and name before opening the dialog.
Steps
- Navigate to
/fa/funds. - Click New Fund (top right).
- Complete the
FundDialogform fields. - Save to create the fund. It appears in the Funds table.
- Locate the fund in the table.
- Click the edit action on the row.
- Update and save.
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/FundDialog.tsx
- src/cores/fa/components/FundsTable.tsx