Skip to content

Reconciliation

The Reconciliation page lets you apply unapplied payment receipts to open A/R invoices for a specific customer. Select a customer to see their unapplied receipt balance alongside their open invoices, enter the allocation amounts manually or use Auto Assign, then confirm to post the allocations.

Reconciliation page with a customer selected, showing unapplied receipts panel, open invoices panel with editable allocation amounts, and the summary action bar

Navigate to Finance → Banking → Reconciliation in the sidebar, or go to /finance/banking/reconciliation.

  • Route: /finance/banking/reconciliation
  • Menu Path: Finance → Banking → Reconciliation
graph LR
    A[Select Customer] --> B[View Unapplied Receipts]
    A --> C[View Open Invoices]
    B --> D[Enter Allocation Amounts]
    C --> D
    D -->|Auto Assign| E[System fills amounts oldest-first]
    D -->|Manual| F[Enter amounts per invoice]
    E --> G[Confirm Reconciliation]
    F --> G
    G --> H[Allocations posted; invoice balances updated]

After selecting a customer, three metric cards appear:

CardDescription
AvailableTotal unapplied receipt balance for the customer
OutstandingTotal open invoice balance for the customer
AllocatedAmount you have entered in the allocation fields (updates in real-time)

Lists all Posted receipts for the customer that have an unapplied balance:

ColumnDescription
Receipt #Document number
DateReceipt date
Total AmountFull receipt amount
Unapplied AmountAmount not yet applied to invoices

The footer shows the total unapplied amount available to allocate.

Lists all open invoices (Posted, Partially Paid) for the customer:

ColumnDescription
Invoice #Document number
DateInvoice date
Balance DueRemaining balance on the invoice
AllocateEditable amount to apply from receipts (max = balance due)

Auto Assign button: fills in the Allocate amounts automatically, distributing the total unapplied balance across invoices oldest-first until the available balance is exhausted.

Shows running totals and the Reconcile button:

FieldDescription
AvailableTotal unapplied receipt balance
Total to ReconcileSum of all entered allocation amounts
RemainingAvailable minus Total to Reconcile

The Reconcile button is enabled only when:

  • At least one allocation amount is entered (> 0)
  • Total to Reconcile ≤ Available (no over-allocation)
  • The user has canWriteReconciliation permission

If total to reconcile exceeds available, an over-allocation warning appears and the button is disabled.

Before posting, a confirmation dialog summarizes:

  • Business partner name
  • Number of invoices being reconciled
  • Total amount being reconciled

Click Reconcile in the dialog to confirm and post all allocations.

After successful reconciliation:

  • Each allocated invoice has its balance reduced by the allocation amount
  • If an invoice is fully paid, its status transitions to Paid
  • Receipts that are fully applied have their unapplied balance set to zero
  • The page resets allocation amounts and reloads the lists
RuleBehavior
Customer requiredCannot proceed without selecting a customer
At least one allocationCannot reconcile with all allocation amounts at zero
Total ≤ availableAllocation total cannot exceed the unapplied receipt balance; over-allocation is shown as an error
Per-invoice ≤ balance dueEach invoice allocation cannot exceed its balance due
  1. Select the customer from the Business Partner selector.
  2. Review the unapplied receipts and open invoices panels.
  3. Click Auto Assign to pre-fill amounts, or enter amounts manually.
  4. Click Reconcile and confirm in the dialog.
  • Posting reconciliation requires the canWriteReconciliation permission.
  • Receipts and invoices are sorted by date (oldest first) for auto-assignment.
  • The page uses both receipt and invoice data — if either service is unavailable, the panels show a loading state.