Skip to content

Create Receipt

Create a payment receipt to record money received from a customer. The receipt can include multiple payment lines (splitting payment across cash, credit card, bank transfer, or check), and you can allocate the receipt amount directly against open invoices on the same form.

Create Receipt form showing customer, date, currency, payment lines editor, invoice allocation table, and balance summary footer

From the Payment Receipts list, click New Receipt, or navigate to /finance/banking/receipts/new.

AreaDescription
Document HeaderCustomer, date, currency, reference
Payment LinesOne or more payment method lines with amounts
Balance AppliedOptional: apply existing on-account balance
Allocation TableAssign receipt amounts to open invoices
RemarksFree-text notes

The form footer shows a running summary: Allocated, Paid, and Balance (Paid minus Allocated). The balance indicator turns amber if paid > allocated (unapplied balance remains) or red if over-allocated.

ButtonBehavior
Create ReceiptValidate and submit the form
CancelDiscard and return to the list

FieldRequiredTypeDescriptionDefaultValidation
CustomerYesEntity selectActive customer business partnerRequired; warning if customer has no open invoices
Document DateYesDateReceipt dateToday
CurrencyYesSelectReceipt currencyCustomer default or tenant default
ReferenceNoTextExternal reference (bank reference, check number, etc.)
RemarksNoTextareaFree-text notes

At least one payment line is required. Each payment line specifies the method and amount.

FieldRequiredTypeDescriptionDefaultValidation
Payment MethodYesSelectHow the payment was receivedBank TransferRequired
AmountYesNumberAmount for this methodMust be > 0
Bank AccountYes (Bank Transfer)Entity selectReceiving bank accountRequired when method is Bank Transfer
CC TerminalYes (Credit Card)Entity selectCredit card terminal usedRequired when method is Credit Card
Check NumberNo (Check)TextCheck number
CC Last FourNo (Credit Card)TextLast four digits of the card
CC Auth CodeNo (Credit Card)TextAuthorization code

Payment Method options:

MethodDescription
Bank TransferElectronic transfer to a configured bank account
CashPhysical cash
CheckPayment by check
Credit CardCard transaction through a CC terminal

Click Add Payment Line to add additional methods. Click the delete icon to remove a line.


If the selected customer has an existing on-account balance (from previously unapplied receipts), an optional Balance Applied field appears. Enter an amount (up to the available on-account balance) to apply it toward the current allocation. This reduces the net new payment required.


After selecting a customer, a table of open invoices appears. Enter an amount in the Allocate column for each invoice you wish to apply this receipt to.

ColumnDescription
Invoice #Open invoice document number
DateInvoice document date
Balance DueRemaining unpaid balance on the invoice
AllocateAmount to apply from this receipt (editable, max = balance due)

You do not have to allocate the full receipt amount. Any unapplied balance remains on the customer’s account and can be reconciled later via the Reconciliation page.


RuleBehavior
Customer requiredCannot submit without a customer
At least one payment lineCannot submit with no payment lines
Payment Method requiredEach line must have a method
Amount > 0Each payment line must have a positive amount
Bank Account requiredRequired when method is Bank Transfer
CC Terminal requiredRequired when method is Credit Card
Allocation ≤ balance dueCannot allocate more than the invoice balance
Allocation ≤ total paidTotal allocated cannot exceed total payment amount

After successful creation the receipt is created with Draft status and you are redirected to the Receipt Detail page. From there you can post the receipt.

  1. Open Payment Receipts from the sidebar and click New Receipt.
  2. Select the customer, enter the document date, and add payment line(s).
  3. Enter allocation amounts in the invoice table, then click Create Receipt.
  • Creating receipts requires the canCreateReceipt permission.
  • Posted receipts update the customer’s on-account balance and reduce invoice balances for allocated invoices.