Initialer Plan: Finanzplaner (CSV-Import, Kategorisierung, Dashboard) #1
Labels
No labels
diskussion
feature-idee
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
budmin/finanzplaner#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ziel
Kleine lokale Web-App zum Importieren von Bank-CSVs (comdirect Girokonto), Kategorisieren/Taggen von Buchungen und Visualisieren der Finanzen. Deployment als einzelner Docker-Container, kein Auth (nur intern).
Tech-Stack
CSV-Import (comdirect Girokonto)
Neuer/Alter Kontostand, Leerzeilen), Header-Zeile erkennen-31,99) und Datumsformat (06.07.2026) parsenDatenmodell (SQLite)
accounts(id, name, created_at)transactions(id, account_id, booking_date, valuta_date, vorgang, buchungstext, amount_cents, currency, category_id, notes, import_hash unique, created_at)categories(id, name, color)tags(id, name, color)transaction_tags(transaction_id, tag_id)rules(id, priority, field, match_type, pattern, category_id, tag_ids)Kategorisierung
Screens (siehe Mockup)
UI
tabular-numsfür BeträgeDocker
docker-compose.ymlmit Volume für die SQLite-DateiOffene Punkte / Later
Umsetzungsreihenfolge
changed title from
Test IssuetoInitialer Plan: Finanzplaner (CSV-Import, Kategorisierung, Dashboard)changed the description
mentioned in commit
459edeacac