The Investments page lists all investment records for the organization and provides portfolio-level summary statistics. 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/investments.
Overview
The page displays four summary stat cards (Total Invested, Active Investments, Maturing Soon, Interest Earned) followed by anInvestmentsTable card. Filters for Status (active, matured, liquidated) and Type (cd, money_market, treasury, bond, other) are available above the table.
An Add Investment button opens InvestmentDialog for creating a new record. Clicking the edit action on a table row opens the same dialog pre-populated.
Maturing soon is calculated as investments with maturity dates within the next 30 days.
Primary hooks: useInvestmentList, useMaturingInvestments
Permission gate: fa.investments.view (route level)
Who it’s for
Permission required:fa.investments.view
Before you start
- At least one bank account should be configured to link investments.
- GL accounts for investment principal and interest income should exist in the chart of accounts.
Steps
View investments- Navigate to
/fa/investments. - Review the summary stat cards and the investment table.
- Use the Status and Type dropdowns to filter the list.
- Click Add Investment (top right).
- Complete the
InvestmentDialogfields (investment number is system-generated or entered manually). - Save to create the record.
- Locate the investment in the table.
- Click the edit action.
- Modify fields and save.
Key concepts
- Investment Types:
cd(Certificate of Deposit),money_market,treasury,bond,other. - Statuses:
active,matured,liquidated. - Maturing Soon: Investments with a
maturity_datewithin 30 days.
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/InvestmentsPage.tsx
- src/cores/fa/hooks/useInvestments.ts
- src/cores/fa/components/InvestmentsTable.tsx
- src/cores/fa/components/InvestmentDialog.tsx