Add Azure Blob Storage archive & email safety net

- Add AzureBlobStorageService, DocumentArchiveSyncService, and related config for secondary PDF archiving of invoices/reminders
- Add SQL procs and schema changes for archive backfill
- Update invoice/reminder services to upload PDFs to blob storage
- Add telemetry counters and unit tests for blob storage/archive logic
- Add Fuchs:Email:OverrideRecipient config and enforce dev/test email redirect in ProcessWebComService, with tests
- Improve JS date parsing (German formats), stricter JSON date detection
- Increase widget SQL timeouts, update dependencies, docs, and project files
This commit is contained in:
Stefan
2026-07-03 10:15:04 +02:00
parent 3035ef1719
commit c3395bc83c
47 changed files with 1723 additions and 101 deletions
+10
View File
@@ -24,6 +24,16 @@
<BuildType Solution="server02.processweb.de|*" Project="Debug" />
</Project>
<Project Path="Fuchs/Fuchs.csproj" />
<Project Path="Fuchs_Database/FuchsDatabase.sqlproj" Id="c062672e-866d-4c74-b6de-8d660a42e885">
<BuildType Solution="db-dev.processweb.de|*" Project="Release" />
<BuildType Solution="server02.processweb.de|*" Project="Release" />
<Platform Project="AnyCPU" />
<Build Solution="db-dev.processweb.de|*" Project="false" />
<Build Solution="Debug|*" Project="false" />
<Build Solution="Release|*" Project="false" />
<Build Solution="server02.processweb.de|*" Project="false" />
<Deploy />
</Project>
<Project Path="Fuchs_DataService/Fuchs_DataService.csproj" />
<Project Path="MFR_RESTClient/MFR_RESTClient.csproj" />
<Project Path="OCORE/OCORE/OCORE.csproj">