Map external accounting system accounts to your Encore chart of accounts at the in-app 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/accounts/mapping.
Overview
This screen hosts theAccountMappingEditor component, which provides a UI for mapping accounts from an external accounting system to the Encore Finance & Revenue chart of accounts. The page header describes the purpose as “Map external accounting system accounts to your Encore chart of accounts.” The page applies an internal permission check via RequirePermission permission="fa.accounts.admin" rendered inside the page component itself, in addition to the route-level access.
Who it’s for
Required permission:fa.accounts.admin (enforced inside the page component via RequirePermission). No explicit permission gate at the route level in fa.tsx for this path.
Before you start
- Chart of Accounts must already be set up in Encore Finance & Revenue.
- External system account data must be available for mapping.
Steps
Review the mapping editor
The
AccountMappingEditor component presents accounts from the external system alongside Encore accounts.Key concepts
AccountMappingEditor— component that provides the mapping interfacefa.accounts.admin— required permission to view and use this screen
Related
Finance & Revenue
Finance & Revenue core overview.
Governance & parity
Documentation coverage and governance.
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/AccountMappingPage.tsx