From 7efc9872e9a359e6c911871d265ac7dedb133b19 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Tue, 30 Jun 2026 13:51:22 +0200 Subject: [PATCH] Baget refresh --- Config/App.config | 26 ++++++++- Config/Config.vbproj | 77 ++++++++++++++++++++++++++- Config/packages.config | 25 +++++++++ EDMIAPI/app.config | 26 ++++++++- Jobs/DEX_API/DEX_API.vb | 5 +- Jobs/ZUGFeRD/XRechnungViewDocument.vb | 2 +- Patterns/app.config | 32 +++++++++++ ZooFlow/app.config | 32 +++++++++++ 8 files changed, 219 insertions(+), 6 deletions(-) diff --git a/Config/App.config b/Config/App.config index 11b20b81..a0c2eefc 100644 --- a/Config/App.config +++ b/Config/App.config @@ -19,12 +19,36 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Config/Config.vbproj b/Config/Config.vbproj index 1b18aaf8..76586590 100644 --- a/Config/Config.vbproj +++ b/Config/Config.vbproj @@ -62,27 +62,102 @@ ..\packages\FirebirdSql.Data.FirebirdClient.7.5.0\lib\net452\FirebirdSql.Data.FirebirdClient.dll + + ..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + + + ..\packages\Microsoft.Extensions.Configuration.Abstractions.8.0.0\lib\net462\Microsoft.Extensions.Configuration.Abstractions.dll + + + ..\packages\Microsoft.Extensions.DependencyInjection.10.0.0\lib\net462\Microsoft.Extensions.DependencyInjection.dll + + + ..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.10.0.0\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll + + + ..\packages\Microsoft.Extensions.Http.8.0.0\lib\net462\Microsoft.Extensions.Http.dll + + + ..\packages\Microsoft.Extensions.Logging.8.0.0\lib\net462\Microsoft.Extensions.Logging.dll + + + ..\packages\Microsoft.Extensions.Logging.Abstractions.8.0.0\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll + + + ..\packages\Microsoft.Extensions.Options.8.0.0\lib\net462\Microsoft.Extensions.Options.dll + + + ..\packages\Microsoft.Extensions.Primitives.8.0.0\lib\net462\Microsoft.Extensions.Primitives.dll + ..\packages\NLog.5.0.5\lib\net46\NLog.dll + + ..\packages\ReC.Client.2.0.0-beta\lib\net462\ReC.Client.dll + + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + ..\packages\System.Data.Odbc.6.0.1\lib\net461\System.Data.Odbc.dll + + ..\packages\System.Diagnostics.DiagnosticSource.8.0.0\lib\net462\System.Diagnostics.DiagnosticSource.dll + + + ..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + + + ..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll + + + ..\packages\System.Net.Http.Json.8.0.0\lib\net462\System.Net.Http.Json.dll + + + + ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll + + + ..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll + + + ..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll + + + ..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll + + + ..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll + + + ..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll + + + ..\packages\System.Text.Json.8.0.0\lib\net462\System.Text.Json.dll + + + ..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\net462\System.Threading.Tasks.Extensions.dll + + + ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll + - diff --git a/Config/packages.config b/Config/packages.config index f5db64f3..43ad675d 100644 --- a/Config/packages.config +++ b/Config/packages.config @@ -3,6 +3,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/EDMIAPI/app.config b/EDMIAPI/app.config index bee19c2e..7f8b767e 100644 --- a/EDMIAPI/app.config +++ b/EDMIAPI/app.config @@ -46,12 +46,36 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Jobs/DEX_API/DEX_API.vb b/Jobs/DEX_API/DEX_API.vb index 36e31e94..d464607a 100644 --- a/Jobs/DEX_API/DEX_API.vb +++ b/Jobs/DEX_API/DEX_API.vb @@ -1,5 +1,6 @@ Imports System.Collections.Generic Imports System.Data +Imports System.Threading.Tasks Imports DigitalData.Modules.Database Imports DigitalData.Modules.Interfaces Imports DigitalData.Modules.Logging @@ -26,9 +27,9 @@ Public Class DEX_API End Try End Sub - - Public Function ShouldStart(Arguments As ADSyncArgs) As Boolean Implements IJob(Of ADSyncArgs).ShouldStart Return Arguments.Enabled End Function + + End Class diff --git a/Jobs/ZUGFeRD/XRechnungViewDocument.vb b/Jobs/ZUGFeRD/XRechnungViewDocument.vb index 6bbd517f..31648bfe 100644 --- a/Jobs/ZUGFeRD/XRechnungViewDocument.vb +++ b/Jobs/ZUGFeRD/XRechnungViewDocument.vb @@ -153,7 +153,7 @@ Public Class XRechnungViewDocument pdf.SetOrigin(PdfOrigin.PdfOriginTopLeft) pdf.SetMeasurementUnit(PdfMeasurementUnit.PdfMeasurementUnitMillimeter) pdf.SetLineWidth(1) - pdf.SetTitle("xInvoice VisualReceipt") + pdf.SetTitle("xInvoice VisualReceipt (2.1)") pdf.SetAuthor("Digital Data GmbH, Ludwig Rinn Str. 16, 35452 Heuchelheim") ' Fonts initialisieren diff --git a/Patterns/app.config b/Patterns/app.config index bc16e955..1feb414d 100644 --- a/Patterns/app.config +++ b/Patterns/app.config @@ -6,6 +6,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ZooFlow/app.config b/ZooFlow/app.config index bc16e955..1feb414d 100644 --- a/ZooFlow/app.config +++ b/ZooFlow/app.config @@ -6,6 +6,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +