Commit Graph

8 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
248109e6e8 fk this shit 2026-03-15 18:33:52 +01:00
seaznCode
7b2eb4dbf0 feat: refactor template variable handling and add Profit Planet signature application logic 2026-01-19 21:50:58 +01:00
seaznCode
25c67783d4 feat: improve template variable handling and add Profit Planet signature stamp functionality 2026-01-19 20:49:22 +01:00
seaznCode
4aead9bedc feat: implement buildTemplateVars function to enhance contract data handling with user profile integration 2026-01-14 16:57:58 +01:00
seaznCode
dfbd731f53 document upload + user mgmt preview 2026-01-13 19:04:29 +01:00
seaznCode
c3461c2dd9 Refactor UserStatusController and related services for improved status handling and repository paths 2025-10-11 19:47:11 +02:00
DeathKaioken
095cbd6187 Initial Commit Fix 2025-09-08 16:05:37 +02:00