Skip to main content
Version: 1.0.0

Reconciliation and bank accounts

Reconciliation answers one question: which invoices are settled and which are not. The lists are the same invoices seen through payment state, so you pick the list rather than filtering the whole ledger each time.

ListWhat it holds
AllEvery invoice with its payment status
OpenNot paid, not yet overdue
LatePast the due date and still unpaid
Partially paidSome payment recorded, a balance outstanding

Each row carries the invoice number, the customer or supplier, the invoice and due dates, the payable amount, the currency and both the payment status and the document status. Late is the list to work from for collection; Partially paid is the one that quietly holds money, because an invoice with one payment against it stops looking unpaid.

Recording a payment

A payment recorded against an invoice moves it between these lists and drives the payment notifications.

Germany has no authority status to report when an invoice is paid — the decentralised model carries no lifecycle — so recording a payment here is bookkeeping and collection management, not a reporting duty.

Connecting bank accounts

Bank Accounts links the accounts themselves. Two screens depend on it and say so when it is missing:

  • Banking Overview (Beta) — the position across connected accounts.
  • Cash Flow (Beta) — forecasting and financial-health insight.

Both show an empty state with a link to Bank Accounts until a connection exists. That is not a fault; there is no bank data to display.

A connection also feeds the payment notifications: Incoming Payment, Outgoing Payment and the Daily Summary in Notification Settings produce nothing without one.

What to expect from the connection

Bank data arrives on the bank's schedule, not instantly, so a transfer made this morning may not be visible until later. Reconciliation against a bank feed lags reality by that much, and chasing a customer for a payment the feed has not shown yet is the usual mistake.

note

Both banking screens are marked Beta. Use them to see the position, and keep the accounting decision on the invoice side — an invoice's payment status is what the reports and the lifecycle read, not the bank feed.