New customer creation in the Finance & Revenue core is accessible via the Accounts Receivable Hub.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/customers route redirects to /fa/receivables?tab=customers. Customer management (create, edit) is expected to occur within that tab of the Receivables Hub (ReceivablesHubPage).
The CustomerDetailPage at /fa/customers/:id shows customer information including customer_name, customer_number, billing address fields (billing_address_line1, billing_address_line2, billing_city, billing_state, billing_postal_code).
Who it’s for
No explicit permission gate on the/fa/customers (redirect) route.
Before you start
- Navigate to the Receivables Hub at
/fa/receivables?tab=customersto access customer management.
Steps
- Navigate to
/fa/receivables?tab=customers. - Use the Receivables Hub interface to create a new customer.
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/ReceivablesHubPage.tsx
- src/cores/fa/pages/CustomerDetailPage.tsx