Skip to content

A/R Invoices

The A/R Invoices list displays all accounts receivable invoices in the system. Each invoice tracks amounts owed by customers from sales activities, and supports a full lifecycle from Draft through Paid and Cancelled states.

A/R Invoices list showing document numbers, dates, statuses, customer names, and amounts

Navigate to Finance → Accounts Receivable → A/R Invoices in the sidebar, or go to /finance/ar/invoices.

ColumnDefault VisibleSortableDescription
Invoice #YesYesSystem-assigned document number
DateYesYesInvoice document date
Due DateYesYesPayment due date, if set
StatusYesYesStatus badge for the invoice lifecycle
CustomerYesYesBusiness partner name
TotalYesYesGrand total amount (currency formatted)
Balance DueYesYesRemaining unpaid balance
graph LR
    DRAFT -->|Post| POSTED
    POSTED -->|Partial payment| PARTIALLY_PAID
    POSTED -->|Full payment| PAID
    POSTED -->|Credit memo applied| PARTIALLY_CREDITED
    POSTED -->|Fully credited| CREDITED
    POSTED -->|Cancel| CANCELLED
    PARTIALLY_PAID -->|Full payment| PAID
    PARTIALLY_PAID -->|Partially credited| PARTIALLY_CREDITED
    PAID --> CLOSED
StatusDescription
DraftInvoice is being prepared; not yet posted to the ledger
PostedInvoice is posted and open for payment
Partially PaidOne or more receipts have been applied but the balance is not zero
PaidInvoice balance is fully settled
Partially CreditedA credit memo has been applied for part of the invoice
CreditedThe invoice has been fully offset by credit memos
ClosedInvoice is fully settled and closed
CancelledInvoice has been cancelled; a reason is required for posted invoices
FilterTypeDescription
SearchFree textSearches by invoice number or customer name
StatusSelectFilter by invoice status
Date FromDateStart of the invoice date range
Date ToDateEnd of the invoice date range

Click any sortable column header to sort:

  • First click — Ascending (A→Z, oldest→newest)
  • Second click — Descending (Z→A, newest→oldest)
  • Third click — Remove sort

Default sort: Created date descending.

The list uses a Load More pattern:

  • Page size: 20 records per load
  • Load More button at the bottom loads the next batch
  • Total count displays above the table
ActionDescriptionPermission
New from QuotationOpen a document picker to select an accepted Sales Quotation and create an invoice from itcanCreateARInvoice
New from OrderOpen a document picker to select a released Sales Order and create an invoice from itcanCreateARInvoice
New from DeliveryOpen a document picker to select a confirmed Sales Delivery and create an invoice from itcanCreateARInvoice
New InvoiceNavigate to the Create A/R Invoice formcanCreateARInvoice
ActionDescriptionPermission
ViewNavigate to the A/R Invoice Detail pageAny
EditNavigate to the Edit A/R Invoice formcanEditARInvoice
PostTransition a Draft invoice to Posted statuscanPostARInvoice
CancelCancel the invoice (requires a reason if posted)canPostARInvoice
DuplicateCreate a new Draft invoice with the same header and linescanCreateARInvoice
DeleteDelete a Draft invoice permanentlycanDeleteARInvoice

Click any row to open the detail page.

  1. Click the row actions menu and select Delete
  2. A confirmation dialog warns that the action is permanent
  3. Click Delete to confirm — the list reloads

Only Draft invoices can be deleted. Posted invoices must be cancelled first.

  • Cancellation is blocked once the invoice has been fiscalized — the provider has issued a CUFE / fiscal document identifier and the document is legally binding. Issue an A/R Credit Memo against the invoice to reverse it instead.
  • When an A/R Invoice was created from a commerce document (Sales Quotation, Sales Order, or Sales Delivery), the detail page shows a source-document badge linking back to the originating document.
  • Vendor-side counterparts (A/P Invoices) similarly show source badges when created from a Goods Receipt.
  • Stocked-item invoices must originate from a Sales Delivery before posting.
  • In single-currency tenants the currency field is hidden from invoice forms.
  1. Open the page from the sidebar under Finance → Accounts Receivable.
  2. Apply status or date filters to find the relevant invoices.
  3. Click a row to view details, or use row actions to post, cancel, or duplicate.