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.

New bank account creation in the Finance & Revenue core is accessible via the Banking Hub.

Overview

The /fa/bank-accounts route redirects to /fa/banking?tab=accounts. Bank account creation is expected to occur within that tab of the Banking Hub (BankingHubPage). The BankAccountDetailPage at /fa/bank-accounts/:id shows account details including GL account link, routing/account numbers, balance, and Plaid connection status. Bank provider support: plaid (confirmed in BankAccountDetailPage — checks bank_provider === 'plaid')

Who it’s for

No explicit permission gate on the /fa/bank-accounts (redirect) or /fa/bank-accounts/:id routes.

Before you start

  • Navigate to the Banking Hub at /fa/banking?tab=accounts to access bank account management.

Steps

  1. Navigate to /fa/banking?tab=accounts.
  2. Use the Banking Hub interface to add a new bank account.
SME: The creation interface within BankingHubPage is not fully observable from the BankAccountDetailPage component. Confirm the creation flow with the implementation team.

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/BankAccountDetailPage.tsx
  • src/cores/fa/pages/BankingHubPage.tsx