Skip to content

Create A/R Invoice

Create a new A/R Invoice by entering header information, adding line items, and setting payment and pricing details. The form supports both manual creation and copying from Commerce documents such as sales quotations, sales orders, and sales deliveries.

A/R Invoice create form showing customer, document date, due date, currency, and line items table

From the A/R Invoices list, click New Invoice, or navigate directly to /finance/ar/invoices/new.

To create from a Commerce document, click New from Quotation, New from Order, or New from Delivery on the list page, then select the source document from the search dialog.

The form is organized into three areas:

AreaDescription
Document HeaderCustomer, date, due date, contact, addresses, currency, reference
Line ItemsEditable table of items, quantities, prices, discounts, taxes, and warehouses
Document FooterPayment terms, price list, sales person, remarks, and totals summary
ButtonBehavior
Create InvoiceValidate and submit the form
CancelDiscard and return to the list

FieldRequiredTypeDescriptionDefaultValidation
CustomerYesEntity selectBusiness partner with Customer role and Active statusMust be an active customer; warning shown if partner is on hold
Document DateYesDateInvoice dateToday
Due DateNoDatePayment due dateDerived from payment termsCannot be before the document date
ContactNoEntity selectContact person from the selected customerFiltered to active contacts for the selected BP
Billing AddressNoEntity selectBilling address from the selected customerFiltered to billing-type addresses for the selected BP
Shipping AddressNoEntity selectShipping address from the selected customerFiltered to shipping-type addresses for the selected BP
CurrencyYesSelectTransaction currencyCustomer default or tenant defaultOnly currencies enabled for the tenant
ReferenceNoTextExternal reference number (purchase order number, etc.)

When a customer is selected, the form automatically populates the currency, payment terms, price list, and contact from the business partner’s defaults. If the customer’s fiscal information is incomplete, a warning banner appears with a link to complete the fiscal fields inline.


Each line item represents a product or service included in the invoice.

FieldRequiredTypeDescriptionDefaultValidation
ItemYesEntity selectItem from the product catalogMust be a valid item code
DescriptionNoTextOverride or additional line descriptionItem name
QuantityYesNumberNumber of units1Must be greater than 0
Unit PriceYesNumberPrice per unitFrom price listMin 0
Disc %NoNumberLine-level discount percentage00–100
Tax CategoryYesEntity selectTax category for the lineRequired; determines the tax rate
WarehouseYesEntity selectWarehouse associated with this lineRequired
NotesNoTextLine-level notes

Computed columns shown in the table: Tax Amount, Price After Discount, Line Total.

Click Add Line to append a new row. When a price list is changed and existing lines have prices, a confirmation dialog asks whether to update all line prices from the new price list.


FieldRequiredTypeDescriptionDefaultValidation
Payment TermsYesEntity selectPayment terms defining due date calculationCustomer default or tenant default
Price ListYesEntity selectPrice list used for line item pricingCustomer default or tenant default
Sales PersonNoEntity selectEmployee assigned as the sales agentFiltered to employees with the sales-agent role
RemarksNoTextareaFree-text notes on the document

The totals panel shows: Subtotal, Discount Amount, Tax Total, and Grand Total.


RuleBehavior
Customer requiredCannot submit without a customer
Payment Terms requiredCannot submit without payment terms
Price List requiredCannot submit without a price list
At least one line requiredCannot submit with an empty lines table
Quantity > 0All lines must have a positive quantity
Tax Category required per lineEach line must have a tax category
Warehouse required per lineEach line must have a warehouse
Stocked-item lines require a Sales Delivery sourceInvoices with stocked lines must originate from a Sales Delivery before they can be posted
Due date ≥ document dateDue date cannot precede the document date
BP on hold warningA warning is shown if the customer is on hold; the form can still be submitted
BP fiscal incompleteA warning is shown if fiscal fields are missing; a link allows inline editing
Price list maskedIf the user does not have access to the selected price list, amounts are masked

After successful creation the invoice is assigned a document number with Draft status and you are redirected to the A/R Invoice Detail page. From there you can post, edit, or apply credit memos.

When creating from a Commerce document:

  1. Click New from Quotation, New from Order, or New from Delivery on the list page
  2. A search dialog opens — search by document number or customer name
  3. After selecting a document, a Line Picker dialog opens showing lines with remaining invoiceable quantities
  4. Select lines and quantities to invoice, then confirm
  5. The invoice is created immediately and you are redirected to the detail page

If all lines have already been fully invoiced, a warning is displayed and the flow is cancelled.

  1. Open the A/R Invoices list from the sidebar.
  2. Click New Invoice and fill in the customer, date, and line details.
  3. Click Create Invoice — the system saves the draft and navigates to the detail page.
  • Creating invoices requires the canCreateARInvoice permission.
  • If the selected price list is restricted from the current user, line prices are masked.
  • Customer defaults (currency, payment terms, price list) are fetched automatically when a customer is selected.