#981: SEPATransferGeneratorUtils.kt

projectforge-business/src/main/kotlin/org/projectforge/business/fibu/SEPATransferGeneratorUtils.kt SEPA Utility Functions, projectforge-business/src/main/kotlin/org/projectforge/business/fibu/SEPATransferGeneratorUtils.kt 45 lines · 15 code · 25 comments · 5 blank
Collection of static utility functions supporting SEPA transfer generation: IBAN/BIC validation, currency formatting, special character sanitization, and bank account data extraction from ProjectForge Konten and Rechnungen.

Design

This companion object-based utility class provides stateless helper methods consumed by SEPATransferGenerator and SEPAXmlBuilder. Key responsibilities:

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
b6092df09 Copyright 2023 -> 2024
ab45d51fa Copyright 2001-2022 -> 2001-2023.
f0b91f12a SEPA-Transfer: If an invoice was exported before, it's marked with exportDate, not removed.
3b4908eb7 SEPA Export for invoices: Using now data from RechnungDO in cooperation with SEPATransferGeneratorUtils.
e4a9008d4 SEPA Export for invoices added.