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:
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
@@ -329,6 +329,8 @@
|
||||
<Build Include="dbo\Stored Procedures\fds__getRequest_details.sql" />
|
||||
<Build Include="dbo\Stored Procedures\fds__getReportDocument.sql" />
|
||||
<Build Include="dbo\Stored Procedures\fds__getReminder.sql" />
|
||||
<Build Include="dbo\Stored Procedures\fds__getReminderFiles_ForBlobArchive.sql" />
|
||||
<Build Include="dbo\Stored Procedures\fds__getReminderFileContent.sql" />
|
||||
<Build Include="dbo\Stored Procedures\fds__getInvRequestItems.sql" />
|
||||
<Build Include="dbo\Stored Procedures\fds__getInvPayments.sql" />
|
||||
<Build Include="dbo\Stored Procedures\fds__getInvoices_list2.sql" />
|
||||
@@ -336,6 +338,8 @@
|
||||
<Build Include="dbo\Stored Procedures\fds__getInvoices_list.sql" />
|
||||
<Build Include="dbo\Stored Procedures\fds__getInvoiceReminder.sql" />
|
||||
<Build Include="dbo\Stored Procedures\fds__getInvoice.sql" />
|
||||
<Build Include="dbo\Stored Procedures\fds__getInvoiceFiles_ForBlobArchive.sql" />
|
||||
<Build Include="dbo\Stored Procedures\fds__getInvoiceFileContent.sql" />
|
||||
<Build Include="dbo\Stored Procedures\fds__getFDSDocument.sql" />
|
||||
<Build Include="dbo\Stored Procedures\fds__getDatevExports.sql" />
|
||||
<Build Include="dbo\Stored Procedures\fds__getBankingtransfers_questionable.sql" />
|
||||
|
||||
Reference in New Issue
Block a user