feat: Vorschlags-Algorithmus v2 (Rhythmen, letzter Betrag, Aktiv-Check, Merge)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-20 21:20:04 +02:00
parent e002d8205f
commit 28d1267f0c
3 changed files with 481 additions and 64 deletions

View File

@@ -56,7 +56,9 @@ class SuggestionOut(BaseModel):
amount: Decimal
rhythm: str
due_day: int
start_date: date | None = None
category_id: int | None = None
hinweis: str = ""
def _check_category(session: Session, category_id: int | None) -> None: