The Invoices page lists all customer invoices for the organization. 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/invoices.
Overview
The page includes:- Status filter:
draft,sent,partial,paid,void(and “All Statuses”) - Customer filter: Dropdown of active customers
- Invoice list:
InvoicesTablewith send, void, and delete row actions - New Invoice button: Links to
/fa/invoices/new - Guided Tour:
invoiceProcessingTourtriggered via a Help button
useSendInvoice, useVoidInvoice, and useDeleteInvoice respectively. Send requires the current userId.
Primary hooks: useInvoiceList, useCustomerList, useSendInvoice, useVoidInvoice, useDeleteInvoice
Who it’s for
No explicit permission gate on this route.Before you start
- At least one customer must exist to filter by customer.
- Invoices can only be sent or voided according to their current status.
Steps
- Navigate to
/fa/receivables?tab=invoices(canonical) or via the Receivables hub. - Use the Status and Customer dropdowns to filter the list.
- Click New Invoice to create a new invoice.
- Use row actions to send (
draftinvoices), void (sent/partial), or delete (draft) invoices. - Click an invoice row to open
/fa/invoices/:idfor full detail.
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/InvoicesPage.tsx
- src/cores/fa/hooks/useInvoices.ts
- src/cores/fa/hooks/useCustomers.ts