feat(T06): Verkaufsmodul + Rechtsdokumente + DATEV-Export + Sales UI

This commit is contained in:
2026-07-17 01:58:34 +02:00
parent a38d340ddc
commit 6603e411e9
33 changed files with 3481 additions and 107 deletions
+2
View File
@@ -37,6 +37,8 @@ class Settings(BaseSettings):
OPENROUTER_BASE_URL: str = "https://openrouter.ai/api/v1"
OPENROUTER_OCR_MODEL: str = "qwen/qwen2.5-vl-72b-instruct"
MAX_FILE_SIZE_MB: int = 50
BZST_API_ENABLED: bool = False
WEASYPRINT_OUTPUT_DIR: str = "/tmp/contracts"
@property
def cors_origins_list(self) -> list[str]: