Credit Memos lists all customer credit memo records for the organization with status, type, and date filters, and summary metric cards. Route: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.
/fa/credit-memos
Overview
The route/fa/credit-memos is a legacy route that redirects to /fa/receivables?tab=credit-memos in the router. However, the CreditMemosPage component is also rendered for this context. The page fetches credit memos via useCreditMemoList(organizationId, filters). Filters include status, creditType, startDate, and endDate. Summary cards show: total credits (total_amount sum), unapplied balance (unapplied_amount sum), and credits applied this calendar month (applied_amount sum for current month). The Create Credit Memo button navigates to /fa/credit-memos/new.
Who it’s for
No explicit permission gate on this route.Before you start
- Customers must exist before credit memos can be created.
Steps
Key concepts
useCreditMemoList— Primary list hook; acceptsorganizationIdand filter object.total_amount— Total value of the credit memo.unapplied_amount— Portion of the credit memo not yet applied to invoices.applied_amount— Portion already applied to invoices.
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/CreditMemosPage.tsx
- src/cores/fa/hooks/useCreditMemos.ts
- src/cores/fa/components/CreditMemosTable.tsx