diff --git a/Aviso/Aviso.vbproj b/Aviso/Aviso.vbproj
index e82c76e..af15531 100644
--- a/Aviso/Aviso.vbproj
+++ b/Aviso/Aviso.vbproj
@@ -120,6 +120,9 @@
bin\Release\
+
+ app.manifest
+
@@ -356,6 +359,7 @@
..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll
+
@@ -363,6 +367,11 @@
+
+ ..\packages\System.IO.4.3.0\lib\net462\System.IO.dll
+ True
+ True
+
..\packages\System.IO.FileSystem.Primitives.4.0.1\lib\net46\System.IO.FileSystem.Primitives.dll
True
@@ -375,18 +384,48 @@
..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll
+
+ ..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll
+ True
+ True
+
..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll
+
+ ..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll
+ True
+ True
+
..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll
+
+ ..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net463\System.Security.Cryptography.Algorithms.dll
+ True
+ True
+
+
+ ..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll
+ True
+ True
+
..\packages\System.Security.Cryptography.Pkcs.8.0.0\lib\net462\System.Security.Cryptography.Pkcs.dll
+
+ ..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll
+ True
+ True
+
+
+ ..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll
+ True
+ True
+
..\packages\System.Text.Encoding.CodePages.8.0.0\lib\net462\System.Text.Encoding.CodePages.dll
diff --git a/Aviso/My Project/AssemblyInfo.vb b/Aviso/My Project/AssemblyInfo.vb
index ddfcfa8..9127d94 100644
--- a/Aviso/My Project/AssemblyInfo.vb
+++ b/Aviso/My Project/AssemblyInfo.vb
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
'
-
-
+
+
diff --git a/Aviso/frmHauptfenster.vb b/Aviso/frmHauptfenster.vb
index 6281b39..4ab4f85 100644
--- a/Aviso/frmHauptfenster.vb
+++ b/Aviso/frmHauptfenster.vb
@@ -5065,7 +5065,8 @@ ELSE_ATILLA:
End Sub
Private Sub Button1_Click_1(sender As Object, e As EventArgs) Handles Button1.Click
- saveLukowaPDFsFromTherefore()
+ VERAG_PROG_ALLGEMEIN.cOpenAI.doFirstAI()
+ 'saveLukowaPDFsFromTherefore()
' MsgBox(VERAG_PROG_ALLGEMEIN.cATEZ_Tariff.GetTariffInfo_SingleOrEmpty("6207220000"))
'
diff --git a/Aviso/packages.config b/Aviso/packages.config
index 8ab584f..e5338f9 100644
--- a/Aviso/packages.config
+++ b/Aviso/packages.config
@@ -20,12 +20,19 @@
+
+
+
+
+
+
+
diff --git a/Aviso/usrcntlAktDetails.vb b/Aviso/usrcntlAktDetails.vb
index 8e1ed93..7bc94da 100644
--- a/Aviso/usrcntlAktDetails.vb
+++ b/Aviso/usrcntlAktDetails.vb
@@ -384,6 +384,10 @@ Public Class usrcntlAktDetails
lblStatus.Text = "VORGESCHRIEBEN" : pnlStatus.BackColor = btnVorgeschrieben.BackColor
btnAktAbschliessen.Visible = True
btnAktAbschliessen.BackColor = Color.Gray
+ Case VERAG_PROG_ALLGEMEIN.cGlobal.Status_ATILLA_VERIMEX
+ lblStatus.Text = "AN VERIMEX" : pnlStatus.BackColor = btnAnVerimex.BackColor
+ Case VERAG_PROG_ALLGEMEIN.cGlobal.Status_ATILLA_INDONESIEN
+ lblStatus.Text = "AN INDONESIEN" : pnlStatus.BackColor = btnAnIndonesien.BackColor
Case VERAG_PROG_ALLGEMEIN.cGlobal.Status_Freigegeben
lblStatus.Text = "FREIGABE" : pnlStatus.BackColor = btnFreigabe.BackColor
btnAktAbschliessen.Visible = True
@@ -701,7 +705,7 @@ Public Class usrcntlAktDetails
r.Cells("FilialenNr").Style.ForeColor = Color.White
Select Case r.Cells("FilialenNr").Value
- Case "4803", "4805", "5003", "5103", "5303", "4811", "7001"
+ Case "4803", "4805", "5003", "5103", "5303", "4811", "7001", "4801", "4802"
r.Cells("FilialenNr").Style.BackColor = Color.FromArgb(0, 54, 128)
r.Cells("FilialenNr").Style.ForeColor = r.Cells("FilialenNr").Style.BackColor
Case "5501"
diff --git a/VERAG_TELEINFO/VERAG_TELEINFO.vbproj b/VERAG_TELEINFO/VERAG_TELEINFO.vbproj
index db1ddb4..b0e50aa 100644
--- a/VERAG_TELEINFO/VERAG_TELEINFO.vbproj
+++ b/VERAG_TELEINFO/VERAG_TELEINFO.vbproj
@@ -107,7 +107,6 @@
-
..\..\..\dll\Tapi3\VBTAPI.dll
False