Journey 6: Automated Financial Reconciliation & Bank Import
Scenario: End-of-month accounting reconciliation where the system auto-matches bank transactions to bookings, replacing manual bookkeeping. Actors: Accounting Team / Dispatcher.
- [Backoffice] Bank Import: The Accounting Team uploads an MT940/CAMT bank statement file into the Financial Reconciliation module, establishing a
reconciliation_uploadcontext. - [Backoffice] Auto-Matching: The system parses each transaction and matches incoming payments to
BookingorInvoiceentities by reference number (Verwendungszweck). It marks matched transactions as reconciled; unmatched items surface in a review queue. - [Backoffice] Margin Analysis (Soll/Ist): For each reconciled departure, the system compares
CostingSheetprojections againstFinancialLedgeractuals — surfacing deltas for diesel, driver costs, and procurement. The Accounting Team sees that the Tyrol tour exceeded its diesel budget by 12% due to a detour. - [Backoffice] DATEV Export: The system exports reconciled data as a DATEV-compliant CSV, ready for the tax advisor. Zero manual data entry.