feat(billing): add automatic booking for Sportförderbeitrag in compliance with § 16 ÖTO

Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
This commit is contained in:
2026-04-15 11:17:25 +02:00
parent c542094196
commit 8c804832d8
5 changed files with 55 additions and 9 deletions
@@ -59,6 +59,7 @@ class TeilnehmerKontoService(
BuchungsTyp.NENNGEBUEHR,
BuchungsTyp.NACHNENNGEBUEHR,
BuchungsTyp.STARTGEBUEHR,
BuchungsTyp.SPORTFOERDERBEITRAG,
BuchungsTyp.BOXENGEBUEHR -> if (betragCent > 0) -betragCent else betragCent
BuchungsTyp.ZAHLUNG_BAR,