Skip to content

A/P Invoices

The A/P Invoices list displays all accounts payable invoices in the system. Each A/P invoice tracks amounts owed to a vendor for goods or services received. A/P invoices are typically created from a confirmed Goods Receipt — the receipt’s lines and quantities feed the invoice — or stand alone for service-only billing.

A/P Invoices list showing document numbers, dates, statuses, vendors, and balances

Navigate to Finance → Accounts Payable → A/P Invoices in the sidebar, or go to /finance/ap/invoices.

ColumnDefault VisibleSortableDescription
Doc #YesYesSystem-assigned document number
DateYesYesDocument date
Due DateYesYesPayment due date
StatusYesYesStatus badge
VendorYesYesBusiness partner name
TotalYesYesGrand total amount
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
    PAID --> CLOSED
StatusDescription
DraftInvoice is being prepared; not yet posted
PostedInvoice is posted; vendor exposure is recognized
Partially PaidOne or more vendor payments have been applied but the balance is not zero
PaidThe balance is fully settled
Partially CreditedAn A/P Credit Memo has offset part of the invoice
CreditedThe invoice has been fully offset by credit memos
ClosedThe invoice is fully settled
CancelledThe invoice has been cancelled
FilterTypeDescription
SearchFree textSearches by document number or vendor name
StatusSelectFilter by status
Date From / ToDateDocument-date range

Default sort: Created date descending. Load More pattern with 20 records per load.

ActionDescriptionPermission
New from Goods ReceiptPick a confirmed Goods Receipt; the invoice pre-fills from its lines, with line-level source trackingcanCreateAPInvoice
New InvoiceStandalone create — no source documentcanCreateAPInvoice
ActionDescriptionPermission
ViewOpen the A/P Invoice detail pageAny
EditEdit a Draft invoicecanEditAPInvoice
PostTransition Draft → PostedcanPostAPInvoice
CancelCancel the invoice (reason required when cancelling from Posted)canPostAPInvoice
PayOpen the Vendor Payment form with this invoice pre-selected for applicationcanCreateVendorPayment
DuplicateCreate a new Draft copycanCreateAPInvoice
DeletePermanently delete — Draft onlycanDeleteAPInvoice
  • Header — Document Number, Date, Reference, Remarks, Due Date.
  • Parties — Vendor (linked to BP), Contact, Billing Address, Shipping Address.
  • Commercial — Currency, Payment Terms, Price List.
  • Lines — Item, Description, Quantity, Unit Price, Discount, Tax Category, Tax Amount, Line Total. Each line carries source-tracking against the Goods Receipt line so received and invoiced quantities reconcile.
  • Totals — Subtotal, Discount %, Tax, Grand Total, Balance Due.
  • Source Document — When created from a Goods Receipt, the source receipt’s type, number, and link are displayed.
  • Settlements — Applied vendor payments and applied A/P Credit Memos are listed with amounts and links to the source documents.
  • Stocked-item invoices must originate from a Goods Receipt before posting.
  • A/P Invoices created from a Goods Receipt show a source-document badge on the detail page linking back to the receipt. The receipt’s open quantity per line is reduced as the invoice is posted.
  • Only Draft A/P Invoices can be deleted. Posted invoices must be cancelled.
  • Vendor payments and A/P Credit Memos applied against an A/P Invoice drive its status from Posted → Partially Paid → Paid and Posted → Partially Credited → Credited respectively. Cancelling a payment or credit memo recomputes the invoice status.
  • Multi-currency support tracks the document currency on the invoice; in single-currency tenants the currency field is hidden.
  1. Open the page from the sidebar under Finance → Accounts Payable.
  2. Click New from Goods Receipt to create the invoice from a confirmed receipt.
  3. Verify line quantities and totals against the vendor’s invoice document.
  4. Post to recognize the vendor exposure; later, record a vendor payment via Payments to Vendors to settle the balance.