Commit Graph

7 Commits

Author SHA1 Message Date
seaznCode
427c12be3c feat: add language normalization and user settings updates
- Introduced language normalization utility functions to standardize language codes across the application.
- Updated ContractUploadController to resolve requested language from contract data and user settings.
- Enhanced authMiddleware to set preferred language in user object based on user settings.
- Added preferred_language column to user_settings table in the database.
- Implemented UserSettingsRepository to manage user settings, including preferred language updates.
- Updated DocumentTemplateService and AboContractService to support language-specific templates.
- Enhanced InvoiceService to select invoice templates based on normalized language codes.
- Added new script to compare versions of ABO contract documents.
- Refactored various services and repositories to utilize the new language normalization logic.
2026-06-07 21:13:41 +02:00
DeathKaioken
6e28cc3146 fix: contract gen 2026-01-18 23:08:36 +01:00
seaznCode
41b444a190 feat: enhance contract upload process to handle missing templates gracefully and return skipped uploads 2026-01-14 18:11:22 +01:00
seaznCode
160f58d64d feat: implement signature normalization and storage in contract upload process 2026-01-14 16:56:56 +01:00
seaznCode
dfbd731f53 document upload + user mgmt preview 2026-01-13 19:04:29 +01:00
DeathKaioken
095cbd6187 Initial Commit Fix 2025-09-08 16:05:37 +02:00
DeathKaioken
e2e0204c12 Initial Commit 2025-09-07 12:44:01 +02:00