- Created a new function `fds__getCompanyAddressJson` to return a company's postal address as a structured JSON object. - Modified stored procedures `fds__createInvoice`, `fds__setInvoice`, and `fds__prepInvoice` to include a new parameter `@SendToAddressJson` for handling the address data. - Updated the invoice table and user-defined types to accommodate the new `SendToAddressJson` field. - Ensured that the address data is properly retrieved and stored in the invoice records.
91 lines
2.9 KiB
JSON
91 lines
2.9 KiB
JSON
{
|
|
"SecretManagement": {
|
|
"VaultUri": "https://pcwkeys.vault.azure.net/",
|
|
"AppName": "fuchs",
|
|
"CacheFilePath": "secrets.cache",
|
|
"SyncIntervalHours": 6,
|
|
"ManagedSecretKeys": [
|
|
"ConnectionStrings--fuchs-fds-username",
|
|
"ConnectionStrings--fuchs-fds-password",
|
|
"ConnectionStrings--AzureBlobStorage-ConnectionString",
|
|
"Fuchs--SMS-APIKey",
|
|
"Fuchs--Mailer--Token",
|
|
"Fuchs--fuchs-captcha-TOTP",
|
|
"Fuchs--fuchs-intranet-TOTP",
|
|
"Fds--MFR-UserName",
|
|
"Fds--MFR-Password",
|
|
"SpirePdf-License"
|
|
]
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"SpirePdf_License": "MANAGED_BY_KEYVAULT",
|
|
"ConnectionStrings": {
|
|
"fuchs_fds_ConnectionString": "Data Source=MSSQL4.NBG4.DOMAINXYZ.DE,10439;Initial Catalog=site_fuchs_dev;Persist Security Info=False;TrustServerCertificate=true;Encrypt=true;User ID={username};password='{password}';Connect Timeout=60;Load Balance Timeout=240;Max Pool Size=500;",
|
|
"fuchs_fds_username": "MANAGED_BY_KEYVAULT",
|
|
"fuchs_fds_password": "MANAGED_BY_KEYVAULT",
|
|
"AzureBlobStorage_ConnectionString": "MANAGED_BY_KEYVAULT"
|
|
},
|
|
"Fuchs": {
|
|
"IsTestDeployment": true,
|
|
"ocms_guid": "00094b8f-a822-4e9c-b627-87802f93fca8",
|
|
"ocms_valid_locales_csv": "de,en",
|
|
"ocms_default_locale": "de",
|
|
"fuchs_guid": "cbfc57b3-6b85-4bbc-ab68-3b2c7408af5e",
|
|
"fuchs_intranet_guid": "cbfc57b3-6b85-4bbc-ab68-3b2c7408af5e",
|
|
"fuchs_captcha_TOTP": "MANAGED_BY_KEYVAULT",
|
|
"fuchs_intranet_TOTP": "MANAGED_BY_KEYVAULT",
|
|
"SMS_APIKey": "MANAGED_BY_KEYVAULT",
|
|
"Mailer": {
|
|
"BaseUrl": "https://api.processweb.de",
|
|
"AccountId": "82d87114-c8c3-4d33-95e5-4c781a9229ab",
|
|
"Token": "MANAGED_BY_KEYVAULT",
|
|
"ServerId": "87AAB12E-29E0-47AB-8DD1-5F5D49B4AC2E",
|
|
"Enabled": true
|
|
},
|
|
"Email": {
|
|
"OverrideRecipient": "info@processweb.de"
|
|
},
|
|
"StartupChecks": {
|
|
"Enabled": false,
|
|
"CheckKeyVault": true,
|
|
"CheckDatabase": true,
|
|
"CheckMfr": true,
|
|
"SendStartupEmail": true,
|
|
"StartupEmailRecipient": "",
|
|
"StartupEmailRecipientName": "Startup Monitor"
|
|
},
|
|
"AzureStorage": {
|
|
"Enabled": true,
|
|
"InvoiceContainer": "dev-fuchs-invoices",
|
|
"ReminderContainer": "dev-fuchs-reminders",
|
|
"MetadataFields": [ "Id", "Version", "InvoiceId", "InvoiceTitle", "InvId", "DocumentName", "file_guid" ]
|
|
},
|
|
"Telemetry": {
|
|
"Enabled": true,
|
|
"OtlpEndpoint": ""
|
|
},
|
|
"ERechnung": {
|
|
"Enabled": false,
|
|
"Profile": "EN16931",
|
|
"Validation": {
|
|
"Enabled": false,
|
|
"ServiceUrl": "",
|
|
"FailOnError": false
|
|
}
|
|
}
|
|
},
|
|
"Fds": {
|
|
"SyncEnabled": true,
|
|
"ExecutionFrequency_Minutes": 15,
|
|
"DebugDetails": false,
|
|
"MFR_host": "portal.mobilefieldreport.com",
|
|
"MFR_UserName": "MANAGED_BY_KEYVAULT",
|
|
"MFR_Password": "MANAGED_BY_KEYVAULT"
|
|
}
|
|
} |