implement report feature

This commit is contained in:
Maximilian 2025-06-10 12:46:53 +02:00
parent 4218ee6b7d
commit d6d47f714a
31 changed files with 2472 additions and 8 deletions

View file

@ -85,6 +85,7 @@ INSTALLED_APPS = [
"contact",
"costs",
"export",
"reports",
"sendemail",
]