diff --git a/.vs/Vertragsverwaltung/v16/.suo b/.vs/Vertragsverwaltung/v16/.suo
index 6804f870..977da9ac 100644
Binary files a/.vs/Vertragsverwaltung/v16/.suo and b/.vs/Vertragsverwaltung/v16/.suo differ
diff --git a/Reporting/bin/Debug/Reporting20.dll b/Reporting/bin/Debug/Reporting20.dll
deleted file mode 100644
index 2186f9a6..00000000
Binary files a/Reporting/bin/Debug/Reporting20.dll and /dev/null differ
diff --git a/Reporting/bin/Debug/Reporting20.dll.config b/Reporting/bin/Debug/Reporting20.dll.config
deleted file mode 100644
index d608ac7e..00000000
--- a/Reporting/bin/Debug/Reporting20.dll.config
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Reporting/bin/Debug/Reporting20.pdb b/Reporting/bin/Debug/Reporting20.pdb
deleted file mode 100644
index e4cd659c..00000000
Binary files a/Reporting/bin/Debug/Reporting20.pdb and /dev/null differ
diff --git a/Reporting/bin/Debug/System.Web.Services.dll b/Reporting/bin/Debug/System.Web.Services.dll
deleted file mode 100644
index afb6418a..00000000
Binary files a/Reporting/bin/Debug/System.Web.Services.dll and /dev/null differ
diff --git a/Reporting/bin/Debug/System.Windows.Forms.DataVisualization.dll b/Reporting/bin/Debug/System.Windows.Forms.DataVisualization.dll
deleted file mode 100644
index 7650cf32..00000000
Binary files a/Reporting/bin/Debug/System.Windows.Forms.DataVisualization.dll and /dev/null differ
diff --git a/Reporting/obj/Debug/Reporting20.dll b/Reporting/obj/Debug/Reporting20.dll
deleted file mode 100644
index 2186f9a6..00000000
Binary files a/Reporting/obj/Debug/Reporting20.dll and /dev/null differ
diff --git a/Reporting/obj/Debug/Reporting20.pdb b/Reporting/obj/Debug/Reporting20.pdb
deleted file mode 100644
index e4cd659c..00000000
Binary files a/Reporting/obj/Debug/Reporting20.pdb and /dev/null differ
diff --git a/Reporting/obj/Debug/Reporting20.vbproj.AssemblyReference.cache b/Reporting/obj/Debug/Reporting20.vbproj.AssemblyReference.cache
index 0ea7442e..631abea3 100644
Binary files a/Reporting/obj/Debug/Reporting20.vbproj.AssemblyReference.cache and b/Reporting/obj/Debug/Reporting20.vbproj.AssemblyReference.cache differ
diff --git a/Reporting/obj/Debug/Reporting20.vbproj.FileListAbsolute.txt b/Reporting/obj/Debug/Reporting20.vbproj.FileListAbsolute.txt
index 846dc922..a1c566e5 100644
--- a/Reporting/obj/Debug/Reporting20.vbproj.FileListAbsolute.txt
+++ b/Reporting/obj/Debug/Reporting20.vbproj.FileListAbsolute.txt
@@ -56,3 +56,4 @@ E:\Software-Projekte\ITSM\Reporting\bin\Debug\System.Web.Services.dll
E:\Software-Projekte\ITSM\Reporting\bin\Debug\System.Windows.Forms.DataVisualization.dll
E:\Software-Projekte\ITSM\Reporting\obj\Debug\Reporting20.vbprojAssemblyReference.cache
E:\Software-Projekte\ITSM\Reporting\obj\Debug\Reporting20.vbproj.CopyComplete
+E:\Software-Projekte\ITSM\Reporting\obj\Debug\Reporting20.vbproj.AssemblyReference.cache
diff --git a/Reporting/obj/Debug/Reporting20.vbproj.GenerateResource.cache b/Reporting/obj/Debug/Reporting20.vbproj.GenerateResource.cache
index 6b26f1b2..ea5d36af 100644
Binary files a/Reporting/obj/Debug/Reporting20.vbproj.GenerateResource.cache and b/Reporting/obj/Debug/Reporting20.vbproj.GenerateResource.cache differ
diff --git a/Reporting/obj/Debug/Reporting20.vbprojAssemblyReference.cache b/Reporting/obj/Debug/Reporting20.vbprojAssemblyReference.cache
deleted file mode 100644
index 37b57707..00000000
Binary files a/Reporting/obj/Debug/Reporting20.vbprojAssemblyReference.cache and /dev/null differ
diff --git a/Reporting/obj/Debug/Reporting20.xml b/Reporting/obj/Debug/Reporting20.xml
deleted file mode 100644
index 50a99d77..00000000
--- a/Reporting/obj/Debug/Reporting20.xml
+++ /dev/null
@@ -1,1205 +0,0 @@
-
-
-
-
-Reporting20
-
-
-
-
-
- Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
-
-
-
-
- Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
-
-
-
-
- Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
- Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
-
-
-
-
- Purpose: Data Access class for the table 'Application'.
-
-
-
-
- Purpose: Class constructor.
-
-
-
-
- Purpose: Insert method. This method will insert one new row into the database.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iApplikationsnr
-
sVersion. May be SqlString.Null
-
bShowlogin. May be SqlBoolean.Null
-
iMandantnr. May be SqlInt32.Null
-
bAktiv. May be SqlBoolean.Null
-
daErstellt_am. May be SqlDateTime.Null
-
daMutiert_am. May be SqlDateTime.Null
-
iMutierer. May be SqlInt32.Null
-
sTmp_filepath. May be SqlString.Null
-
bVertragsuebersicht_aktualisieren. May be SqlBoolean.Null
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Update method. This method will Update one existing row in the database.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iApplikationsnr
-
sVersion. May be SqlString.Null
-
bShowlogin. May be SqlBoolean.Null
-
iMandantnr. May be SqlInt32.Null
-
bAktiv. May be SqlBoolean.Null
-
daErstellt_am. May be SqlDateTime.Null
-
daMutiert_am. May be SqlDateTime.Null
-
iMutierer. May be SqlInt32.Null
-
sTmp_filepath. May be SqlString.Null
-
bVertragsuebersicht_aktualisieren. May be SqlBoolean.Null
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iApplikationsnr
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
-
- DataTable object if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iApplikationsnr
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
iApplikationsnr
-
sVersion
-
bShowlogin
-
iMandantnr
-
bAktiv
-
daErstellt_am
-
daMutiert_am
-
iMutierer
-
sTmp_filepath
-
bVertragsuebersicht_aktualisieren
-
- Will fill all properties corresponding with a field in the table with the value of the row selected.
-
-
-
-
- Purpose: SelectAll method. This method will Select all rows from the table.
-
- DataTable object if succeeded, otherwise an Exception is thrown.
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Data Access class for the table 'mitarbeiter'.
-
-
-
-
- Purpose: Class constructor.
-
-
-
-
- Purpose: Insert method. This method will insert one new row into the database.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iMitarbeiternr
-
sVorname. May be SqlString.Null
-
sName. May be SqlString.Null
-
sTgnummer. May be SqlString.Null
-
sEmail. May be SqlString.Null
-
iMandantnr. May be SqlInt32.Null
-
bAktiv. May be SqlBoolean.Null
-
daErstellt_am. May be SqlDateTime.Null
-
daMutiert_am. May be SqlDateTime.Null
-
iMutierer. May be SqlInt32.Null
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Update method. This method will Update one existing row in the database.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iMitarbeiternr
-
sVorname. May be SqlString.Null
-
sName. May be SqlString.Null
-
sTgnummer. May be SqlString.Null
-
sEmail. May be SqlString.Null
-
iMandantnr. May be SqlInt32.Null
-
bAktiv. May be SqlBoolean.Null
-
daErstellt_am. May be SqlDateTime.Null
-
daMutiert_am. May be SqlDateTime.Null
-
iMutierer. May be SqlInt32.Null
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iMitarbeiternr
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
-
- DataTable object if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iMitarbeiternr
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
iMitarbeiternr
-
sVorname
-
sName
-
sTgnummer
-
sEmail
-
iMandantnr
-
bAktiv
-
daErstellt_am
-
daMutiert_am
-
iMutierer
-
- Will fill all properties corresponding with a field in the table with the value of the row selected.
-
-
-
-
- Purpose: SelectAll method. This method will Select all rows from the table.
-
- DataTable object if succeeded, otherwise an Exception is thrown.
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Data Access class for the table 'SecurityObject'.
-
-
-
-
- Purpose: Class constructor.
-
-
-
-
- Purpose: Insert method. This method will insert one new row into the database.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iSecurityObjectNr
-
sSecurityForm. May be SqlString.Null
-
sSecurityObjectType. May be SqlString.Null
-
sSecurityObject. May be SqlString.Null
-
sSecurityObjectItem. May be SqlString.Null
-
sSecurityObjectDescriotion. May be SqlString.Null
-
iLevel. May be SqlInt32.Null
-
bAktiv. May be SqlBoolean.Null
-
daErstellt_am. May be SqlDateTime.Null
-
daMutiert_am. May be SqlDateTime.Null
-
iMutierer. May be SqlInt32.Null
-
iMandantnr. May be SqlInt32.Null
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Update method. This method will Update one existing row in the database.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iSecurityObjectNr
-
sSecurityForm. May be SqlString.Null
-
sSecurityObjectType. May be SqlString.Null
-
sSecurityObject. May be SqlString.Null
-
sSecurityObjectItem. May be SqlString.Null
-
sSecurityObjectDescriotion. May be SqlString.Null
-
iLevel. May be SqlInt32.Null
-
bAktiv. May be SqlBoolean.Null
-
daErstellt_am. May be SqlDateTime.Null
-
daMutiert_am. May be SqlDateTime.Null
-
iMutierer. May be SqlInt32.Null
-
iMandantnr. May be SqlInt32.Null
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iSecurityObjectNr
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
-
- DataTable object if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iSecurityObjectNr
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
iSecurityObjectNr
-
sSecurityForm
-
sSecurityObjectType
-
sSecurityObject
-
sSecurityObjectItem
-
sSecurityObjectDescriotion
-
iLevel
-
bAktiv
-
daErstellt_am
-
daMutiert_am
-
iMutierer
-
iMandantnr
-
- Will fill all properties corresponding with a field in the table with the value of the row selected.
-
-
-
-
- Purpose: SelectAll method. This method will Select all rows from the table.
-
- DataTable object if succeeded, otherwise an Exception is thrown.
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Data Access class for the table 'Auswertung'.
-
-
-
-
- Purpose: Class constructor.
-
-
-
-
- Purpose: Insert method. This method will insert one new row into the database.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iAuswertungNr
-
sBezeichnung. May be SqlString.Null
-
bAktiv. May be SqlBoolean.Null
-
daErstellt_am. May be SqlDateTime.Null
-
daMutiert_am. May be SqlDateTime.Null
-
iMutierer. May be SqlInt32.Null
-
bCR_Report. May be SqlBoolean.Null
-
sCR_Filename. May be SqlString.Null
-
bCSV_Report. May be SqlBoolean.Null
-
sSQL. May be SqlString.Null
-
bTXP_Auswertung. May be SqlBoolean.Null
-
sBeschreibung. May be SqlString.Null
-
sConnectionstring_Subreport. May be SqlString.Null
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Update method. This method will Update one existing row in the database.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iAuswertungNr
-
sBezeichnung. May be SqlString.Null
-
bAktiv. May be SqlBoolean.Null
-
daErstellt_am. May be SqlDateTime.Null
-
daMutiert_am. May be SqlDateTime.Null
-
iMutierer. May be SqlInt32.Null
-
bCR_Report. May be SqlBoolean.Null
-
sCR_Filename. May be SqlString.Null
-
bCSV_Report. May be SqlBoolean.Null
-
sSQL. May be SqlString.Null
-
bTXP_Auswertung. May be SqlBoolean.Null
-
sBeschreibung. May be SqlString.Null
-
sConnectionstring_Subreport. May be SqlString.Null
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iAuswertungNr
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
-
- DataTable object if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iAuswertungNr
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
iAuswertungNr
-
sBezeichnung
-
bAktiv
-
daErstellt_am
-
daMutiert_am
-
iMutierer
-
bCR_Report
-
sCR_Filename
-
bCSV_Report
-
sSQL
-
bTXP_Auswertung
-
sBeschreibung
-
sConnectionstring_Subreport
-
- Will fill all properties corresponding with a field in the table with the value of the row selected.
-
-
-
-
- Purpose: SelectAll method. This method will Select all rows from the table.
-
- DataTable object if succeeded, otherwise an Exception is thrown.
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Data Access class for the table 'Auswertungsparameter'.
-
-
-
-
- Purpose: Class constructor.
-
-
-
-
- Purpose: Insert method. This method will insert one new row into the database.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iAuswertungparameternr
-
sBezeichnung. May be SqlString.Null
-
sOperator. May be SqlString.Null
-
sFeldbezug. May be SqlString.Null
-
sWert. May be SqlString.Null
-
sParamName. May be SqlString.Null
-
sParamType. May be SqlString.Null
-
bAktiv. May be SqlBoolean.Null
-
daErstellt_am. May be SqlDateTime.Null
-
daMutiert_am. May be SqlDateTime.Null
-
iMutierer. May be SqlInt32.Null
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Update method. This method will Update one existing row in the database.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iAuswertungparameternr
-
sBezeichnung. May be SqlString.Null
-
sOperator. May be SqlString.Null
-
sFeldbezug. May be SqlString.Null
-
sWert. May be SqlString.Null
-
sParamName. May be SqlString.Null
-
sParamType. May be SqlString.Null
-
bAktiv. May be SqlBoolean.Null
-
daErstellt_am. May be SqlDateTime.Null
-
daMutiert_am. May be SqlDateTime.Null
-
iMutierer. May be SqlInt32.Null
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iAuswertungparameternr
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
-
- DataTable object if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iAuswertungparameternr
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
iAuswertungparameternr
-
sBezeichnung
-
sOperator
-
sFeldbezug
-
sWert
-
sParamName
-
sParamType
-
bAktiv
-
daErstellt_am
-
daMutiert_am
-
iMutierer
-
- Will fill all properties corresponding with a field in the table with the value of the row selected.
-
-
-
-
- Purpose: SelectAll method. This method will Select all rows from the table.
-
- DataTable object if succeeded, otherwise an Exception is thrown.
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Data Access class for the table 'Mitarbeiter_Auswertungsparameter'.
-
-
-
-
- Purpose: Class constructor.
-
-
-
-
- Purpose: Insert method. This method will insert one new row into the database.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iMitarbeiternr. May be SqlInt32.Null
-
iAuswertungnr. May be SqlInt32.Null
-
sBeschreibung. May be SqlString.Null
-
sParameterdaten. May be SqlString.Null
-
sTitelzeile1. May be SqlString.Null
-
sTitelzeile2. May be SqlString.Null
-
bParamPrint. May be SqlBoolean.Null
-
sSQLWhere. May be SqlString.Null
-
- Properties set after a succesful call of this method:
-
-
iMitarbeiter_AuswertungsparameterNr
-
iErrorCode
-
-
-
-
-
- Purpose: Update method. This method will Update one existing row in the database.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iMitarbeiter_AuswertungsparameterNr
-
iMitarbeiternr. May be SqlInt32.Null
-
iAuswertungnr. May be SqlInt32.Null
-
sBeschreibung. May be SqlString.Null
-
sParameterdaten. May be SqlString.Null
-
sTitelzeile1. May be SqlString.Null
-
sTitelzeile2. May be SqlString.Null
-
bParamPrint. May be SqlBoolean.Null
-
sSQLWhere. May be SqlString.Null
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iMitarbeiter_AuswertungsparameterNr
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
-
- DataTable object if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iMitarbeiter_AuswertungsparameterNr
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
iMitarbeiter_AuswertungsparameterNr
-
iMitarbeiternr
-
iAuswertungnr
-
sBeschreibung
-
sParameterdaten
-
sTitelzeile1
-
sTitelzeile2
-
bParamPrint
-
sSQLWhere
-
- Will fill all properties corresponding with a field in the table with the value of the row selected.
-
-
-
-
- Purpose: SelectAll method. This method will Select all rows from the table.
-
- DataTable object if succeeded, otherwise an Exception is thrown.
-
- Properties set after a succesful call of this method:
-
bVertragsuebersicht_aktualisieren. May be SqlBoolean.Null
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Update method. This method will Update one existing row in the database.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iApplikationsnr
-
sVersion. May be SqlString.Null
-
bShowlogin. May be SqlBoolean.Null
-
iMandantnr. May be SqlInt32.Null
-
bAktiv. May be SqlBoolean.Null
-
daErstellt_am. May be SqlDateTime.Null
-
daMutiert_am. May be SqlDateTime.Null
-
iMutierer. May be SqlInt32.Null
-
sTmp_filepath. May be SqlString.Null
-
bVertragsuebersicht_aktualisieren. May be SqlBoolean.Null
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iApplikationsnr
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
-
- DataTable object if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iApplikationsnr
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
iApplikationsnr
-
sVersion
-
bShowlogin
-
iMandantnr
-
bAktiv
-
daErstellt_am
-
daMutiert_am
-
iMutierer
-
sTmp_filepath
-
bVertragsuebersicht_aktualisieren
-
- Will fill all properties corresponding with a field in the table with the value of the row selected.
-
-
-
-
- Purpose: SelectAll method. This method will Select all rows from the table.
-
- DataTable object if succeeded, otherwise an Exception is thrown.
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Data Access class for the table 'mitarbeiter'.
-
-
-
-
- Purpose: Class constructor.
-
-
-
-
- Purpose: Insert method. This method will insert one new row into the database.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iMitarbeiternr
-
sVorname. May be SqlString.Null
-
sName. May be SqlString.Null
-
sTgnummer. May be SqlString.Null
-
sEmail. May be SqlString.Null
-
iMandantnr. May be SqlInt32.Null
-
bAktiv. May be SqlBoolean.Null
-
daErstellt_am. May be SqlDateTime.Null
-
daMutiert_am. May be SqlDateTime.Null
-
iMutierer. May be SqlInt32.Null
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Update method. This method will Update one existing row in the database.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iMitarbeiternr
-
sVorname. May be SqlString.Null
-
sName. May be SqlString.Null
-
sTgnummer. May be SqlString.Null
-
sEmail. May be SqlString.Null
-
iMandantnr. May be SqlInt32.Null
-
bAktiv. May be SqlBoolean.Null
-
daErstellt_am. May be SqlDateTime.Null
-
daMutiert_am. May be SqlDateTime.Null
-
iMutierer. May be SqlInt32.Null
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iMitarbeiternr
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
-
- DataTable object if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iMitarbeiternr
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
iMitarbeiternr
-
sVorname
-
sName
-
sTgnummer
-
sEmail
-
iMandantnr
-
bAktiv
-
daErstellt_am
-
daMutiert_am
-
iMutierer
-
- Will fill all properties corresponding with a field in the table with the value of the row selected.
-
-
-
-
- Purpose: SelectAll method. This method will Select all rows from the table.
-
- DataTable object if succeeded, otherwise an Exception is thrown.
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Data Access class for the table 'SecurityObject'.
-
-
-
-
- Purpose: Class constructor.
-
-
-
-
- Purpose: Insert method. This method will insert one new row into the database.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iSecurityObjectNr
-
sSecurityForm. May be SqlString.Null
-
sSecurityObjectType. May be SqlString.Null
-
sSecurityObject. May be SqlString.Null
-
sSecurityObjectItem. May be SqlString.Null
-
sSecurityObjectDescriotion. May be SqlString.Null
-
iLevel. May be SqlInt32.Null
-
bAktiv. May be SqlBoolean.Null
-
daErstellt_am. May be SqlDateTime.Null
-
daMutiert_am. May be SqlDateTime.Null
-
iMutierer. May be SqlInt32.Null
-
iMandantnr. May be SqlInt32.Null
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Update method. This method will Update one existing row in the database.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iSecurityObjectNr
-
sSecurityForm. May be SqlString.Null
-
sSecurityObjectType. May be SqlString.Null
-
sSecurityObject. May be SqlString.Null
-
sSecurityObjectItem. May be SqlString.Null
-
sSecurityObjectDescriotion. May be SqlString.Null
-
iLevel. May be SqlInt32.Null
-
bAktiv. May be SqlBoolean.Null
-
daErstellt_am. May be SqlDateTime.Null
-
daMutiert_am. May be SqlDateTime.Null
-
iMutierer. May be SqlInt32.Null
-
iMandantnr. May be SqlInt32.Null
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iSecurityObjectNr
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
-
- DataTable object if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iSecurityObjectNr
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
iSecurityObjectNr
-
sSecurityForm
-
sSecurityObjectType
-
sSecurityObject
-
sSecurityObjectItem
-
sSecurityObjectDescriotion
-
iLevel
-
bAktiv
-
daErstellt_am
-
daMutiert_am
-
iMutierer
-
iMandantnr
-
- Will fill all properties corresponding with a field in the table with the value of the row selected.
-
-
-
-
- Purpose: SelectAll method. This method will Select all rows from the table.
-
- DataTable object if succeeded, otherwise an Exception is thrown.
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Data Access class for the table 'Auswertung'.
-
-
-
-
- Purpose: Class constructor.
-
-
-
-
- Purpose: Insert method. This method will insert one new row into the database.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iAuswertungNr
-
sBezeichnung. May be SqlString.Null
-
bAktiv. May be SqlBoolean.Null
-
daErstellt_am. May be SqlDateTime.Null
-
daMutiert_am. May be SqlDateTime.Null
-
iMutierer. May be SqlInt32.Null
-
bCR_Report. May be SqlBoolean.Null
-
sCR_Filename. May be SqlString.Null
-
bCSV_Report. May be SqlBoolean.Null
-
sSQL. May be SqlString.Null
-
bTXP_Auswertung. May be SqlBoolean.Null
-
sBeschreibung. May be SqlString.Null
-
sConnectionstring_Subreport. May be SqlString.Null
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Update method. This method will Update one existing row in the database.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iAuswertungNr
-
sBezeichnung. May be SqlString.Null
-
bAktiv. May be SqlBoolean.Null
-
daErstellt_am. May be SqlDateTime.Null
-
daMutiert_am. May be SqlDateTime.Null
-
iMutierer. May be SqlInt32.Null
-
bCR_Report. May be SqlBoolean.Null
-
sCR_Filename. May be SqlString.Null
-
bCSV_Report. May be SqlBoolean.Null
-
sSQL. May be SqlString.Null
-
bTXP_Auswertung. May be SqlBoolean.Null
-
sBeschreibung. May be SqlString.Null
-
sConnectionstring_Subreport. May be SqlString.Null
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iAuswertungNr
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
-
- DataTable object if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iAuswertungNr
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
iAuswertungNr
-
sBezeichnung
-
bAktiv
-
daErstellt_am
-
daMutiert_am
-
iMutierer
-
bCR_Report
-
sCR_Filename
-
bCSV_Report
-
sSQL
-
bTXP_Auswertung
-
sBeschreibung
-
sConnectionstring_Subreport
-
- Will fill all properties corresponding with a field in the table with the value of the row selected.
-
-
-
-
- Purpose: SelectAll method. This method will Select all rows from the table.
-
- DataTable object if succeeded, otherwise an Exception is thrown.
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Data Access class for the table 'Auswertungsparameter'.
-
-
-
-
- Purpose: Class constructor.
-
-
-
-
- Purpose: Insert method. This method will insert one new row into the database.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iAuswertungparameternr
-
sBezeichnung. May be SqlString.Null
-
sOperator. May be SqlString.Null
-
sFeldbezug. May be SqlString.Null
-
sWert. May be SqlString.Null
-
sParamName. May be SqlString.Null
-
sParamType. May be SqlString.Null
-
bAktiv. May be SqlBoolean.Null
-
daErstellt_am. May be SqlDateTime.Null
-
daMutiert_am. May be SqlDateTime.Null
-
iMutierer. May be SqlInt32.Null
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Update method. This method will Update one existing row in the database.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iAuswertungparameternr
-
sBezeichnung. May be SqlString.Null
-
sOperator. May be SqlString.Null
-
sFeldbezug. May be SqlString.Null
-
sWert. May be SqlString.Null
-
sParamName. May be SqlString.Null
-
sParamType. May be SqlString.Null
-
bAktiv. May be SqlBoolean.Null
-
daErstellt_am. May be SqlDateTime.Null
-
daMutiert_am. May be SqlDateTime.Null
-
iMutierer. May be SqlInt32.Null
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iAuswertungparameternr
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
-
- DataTable object if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iAuswertungparameternr
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
iAuswertungparameternr
-
sBezeichnung
-
sOperator
-
sFeldbezug
-
sWert
-
sParamName
-
sParamType
-
bAktiv
-
daErstellt_am
-
daMutiert_am
-
iMutierer
-
- Will fill all properties corresponding with a field in the table with the value of the row selected.
-
-
-
-
- Purpose: SelectAll method. This method will Select all rows from the table.
-
- DataTable object if succeeded, otherwise an Exception is thrown.
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Data Access class for the table 'Mitarbeiter_Auswertungsparameter'.
-
-
-
-
- Purpose: Class constructor.
-
-
-
-
- Purpose: Insert method. This method will insert one new row into the database.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iMitarbeiternr. May be SqlInt32.Null
-
iAuswertungnr. May be SqlInt32.Null
-
sBeschreibung. May be SqlString.Null
-
sParameterdaten. May be SqlString.Null
-
sTitelzeile1. May be SqlString.Null
-
sTitelzeile2. May be SqlString.Null
-
bParamPrint. May be SqlBoolean.Null
-
sSQLWhere. May be SqlString.Null
-
- Properties set after a succesful call of this method:
-
-
iMitarbeiter_AuswertungsparameterNr
-
iErrorCode
-
-
-
-
-
- Purpose: Update method. This method will Update one existing row in the database.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iMitarbeiter_AuswertungsparameterNr
-
iMitarbeiternr. May be SqlInt32.Null
-
iAuswertungnr. May be SqlInt32.Null
-
sBeschreibung. May be SqlString.Null
-
sParameterdaten. May be SqlString.Null
-
sTitelzeile1. May be SqlString.Null
-
sTitelzeile2. May be SqlString.Null
-
bParamPrint. May be SqlBoolean.Null
-
sSQLWhere. May be SqlString.Null
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
-
- True if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iMitarbeiter_AuswertungsparameterNr
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
-
- DataTable object if succeeded, otherwise an Exception is thrown.
-
- Properties needed for this method:
-
-
iMitarbeiter_AuswertungsparameterNr
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
iMitarbeiter_AuswertungsparameterNr
-
iMitarbeiternr
-
iAuswertungnr
-
sBeschreibung
-
sParameterdaten
-
sTitelzeile1
-
sTitelzeile2
-
bParamPrint
-
sSQLWhere
-
- Will fill all properties corresponding with a field in the table with the value of the row selected.
-
-
-
-
- Purpose: SelectAll method. This method will Select all rows from the table.
-
- DataTable object if succeeded, otherwise an Exception is thrown.
-
- Properties set after a succesful call of this method:
-
-
iErrorCode
-
-
-
-
-
- Klasse für das Speichern bzw. Auslesen von Image-Dateien in der Datenbank
-
-
- Es werden folgende Datebanktabellen berücksichtigt:
-
-
- Dokument Attribut DocImage
-
- Profile Attribut V_Uebersicht (Profillayout des C1TrueDBGrids der
- Vertragsübersicht|Vertragselemente
-
- yes
-
-
-
- Grid-Layoutfile speichern
-
- C1Truedbgrind, von welchem das Layout gespeichert werden soll
- Nummer des Grids: 1=Vertragsübersicht...
-
-
-
-
-
- Dokument in der Tabelle Dokument speichern
-
- Nummer des Dokument-Datensatzes
- Zu speichender Dateiname
-
-
-
-
-
- Liest das Dokument aus der DB und speichert dieses unter einem temporären Filenamen ab
-
-
-
-
-
-
-
- Daten ab Datenbank laden
-
-
-
-
-
- Sucht in den Base-Controls sämtliche Controls mit dem Namen in "Key" (Wildcards * möglich) und listet
- die gefundnen Controls in der Liste L zur weiteren Bearbeitung
-
- Base-Contrlo (z.B. aktuelles Formular
- Schlüssel welcher gesucht werden soll
- Liste der gefundenen Objekte
- True wenn eines oder mehr Controls gefunden wurden, false wenn kein Control gefunden wurde.
-
-
-
-
-
- Formular-Security-Objekte auslesen und auf DB schreiben bzw. Formular-Security zur Laufzeit setzen
-
-
-
-
-
- Formularsecurity setzen
-
- Aktuelles Formular
-
-
-
-
-
- Daten ab Datenbank laden
-
-
-
-
-
- Prüft die DB-Einträge mit den Formcontrols und bei Übereinstimmung werden die Security-Einstellungen gesetzt
-
-
-
-
-
- Security-Einstellungen setzen
-
- Betroffenes Objeckt (Menuitem, Conrol usw.)
- Readonly ja/nein
- Sichtbar ja/nein
- Name des Unterobjektes - wird für die Spalteneinstellungen von C1TruedbGrids verwendet
-
-
-
-
- Sämtliche Controls vom Formular auslesen
-
-
-
-
-
-
-
- Auslesen von MenuItems
-
-
-
-
-
-
-
-
- Auslesen von ContextMenuItems
-
-
-
-
-
-
-
-
- Auslesen von Menu-Subitems
-
-
-
-
-
-
-
- Prüft, ob das Security-Objekt bereits auf der DB vorhanden ist
-
- Formular
- Objekttyp
- Objektname
- Objektitem
-
-
-
-
-
- Klasse für ein Control-Objekt
-
-
-
-
-
- Neue Instanz erstellen
-
- Control-Objekt
- Betroffenes Formular
- Objekttyp
- Objektname
- Unterobjekt (z.B. bei Menus, Spalten von C1TrueDBGrids)
-
-
-
-
-Prüft, ob das Security-Objekt bereits auf der DB vorhanden ist
-
-
-
-
-
-
- Auswertungen, für welche der User berechtigt ist, auslesen
-
-
-
-
-
-
- Interne Relation aufbauen und Tree aufbauen
-
-
-
-
-
-
-
- Tree aufbauen
-
-
-
-
-
-
-
- Child-Nodes hinzufügen
-
-
-
-
-
-
-
- Initialisierung des Formulars
-
-
-
-
-
-
- Sucht in den Base-Controls sämtliche Controls mit dem Namen in "Key" (Wildcards * möglich) und listet
- die gefundnen Controls in der Liste L zur weiteren Bearbeitung
-
- Base-Contrlo (z.B. aktuelles Formular
- Schlüssel welcher gesucht werden soll
- Liste der gefundenen Objekte
- True wenn eines oder mehr Controls gefunden wurden, false wenn kein Control gefunden wurde.
-
-
-
-
-
- Formular schliessen
-
-
-
-
-
-
-
- Formualr schliessen
-
-
-
-
-
-
-
- Formular schliessen
-
-
-
-
-
-
-
- Security-Deklaration zum Auslesen der UserID vom Windows-User
-
-
-
-
-
- Windows-User auslesen
-
-
-
-
-
-
- Mousedown-Ereignis auf dem Tree
-
-
-
-
-
-
-
- Nach Selektion eines Nodes Parameter neu aufbereiten und Auswerungsmöglichkeit (CR/CSV) anzeigen
-
-
-
-
-
-
-
- Sucht in den Base-Controls sämtliche Controls mit dem Namen in "Key" (Wildcards * möglich) und listet
- die gefundnen Controls in der Liste L zur weiteren Bearbeitung
-
- Base-Contrlo (z.B. aktuelles Formular
- Schlüssel welcher gesucht werden soll
- Liste der gefundenen Objekte
- True wenn eines oder mehr Controls gefunden wurden, false wenn kein Control gefunden wurde.
-
-
-
-
-
- Parameter initialisieren
-
-
-
-
-
-
- Selektion Parameter
-
-
-
-
-
-
-
- Datenrow in den zur Auswertung gehörenden Parameterliste suchen
-
-
-
-
-
-
-
- Where Bedingung für die Abfrage zusammenstellen
-
-
-
-
-
- Where zusammenstellen
-
-
-
-
-
-
-
- Tree aufbauen
-
-
-
-
-
-
-
- Child-Nodes hinzufügen
-
-
-
-
-
-
-
- Event Formular "Vertragselement" Closed absetzen
-
-
-
-
-
-
-
-
- Event Formular Vertragsparter Closed absetzen
-
-
-
-
-
-
-
- Event Formular Pendenz Closed absetzen
-
-
-
-
-
-
-
- Event Pendent Deleted absetzen
-
-
-
-
-
-
-
- Event Formular Kontakte Closed absetzen
-
-
-
-
-
-
-
- Event Formular Kuendigungsfrist Closed absetzen
-
-
-
-
-
-
-
- Event Formular Dokumente Closed absetzen
-
-
-
-
-
-
-
- Event Formular Services Closed absetzen
-
-
-
-
-
-
-
- Event Formular Ereignis Closed absetzen
-
-
-
-
-
-
-
- Event Formular Aktivitaet Closed absetzen
-
-
-
-
-
-
-
- Event Formular Refernzvertrag Closed absetzen
-
-
-
-
-
-
-
- Event Formular Pendenz Closed absetzen
-
-
-
-
-
-
-
- Event Pendent Deleted absetzen
-
-
-
-
-
-
-
- Applikationsversion
-
-
-
-
-
- Applikationsdaten
-
-
-
-
-
- Angemelderter Mitarbeiter
-
-
-
-
-
- Applikationsparameter
-
-
-
-
-
- DB-Verbindungsklasse
-
-
-
-
-
- Aktueller Applikationspfad
-
-
-
-
-
-
diff --git a/Vertragsverwaltung/bin/Debug/_KPI.dll b/Vertragsverwaltung/bin/Debug/_KPI.dll
index bab0981f..bc53fd82 100644
Binary files a/Vertragsverwaltung/bin/Debug/_KPI.dll and b/Vertragsverwaltung/bin/Debug/_KPI.dll differ
diff --git a/Vertragsverwaltung/bin/Debug/_KPI.pdb b/Vertragsverwaltung/bin/Debug/_KPI.pdb
index fe9bb746..84779bfd 100644
Binary files a/Vertragsverwaltung/bin/Debug/_KPI.pdb and b/Vertragsverwaltung/bin/Debug/_KPI.pdb differ
diff --git a/Vertragsverwaltung/bin/Debug/_KPI.xml b/Vertragsverwaltung/bin/Debug/_KPI.xml
index 4e81a0b9..ba98890a 100644
--- a/Vertragsverwaltung/bin/Debug/_KPI.xml
+++ b/Vertragsverwaltung/bin/Debug/_KPI.xml
@@ -6,6 +6,22 @@ _KPI
+
+
+ Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
+
+
+
+
+ Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
+
+
+
+
+ Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
+ Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
+
+
Purpose: Data Access class for the table 'Application'.
@@ -3276,22 +3292,6 @@ Prüft, ob das Security-Objekt bereits auf der DB vorhanden ist
-
-
- Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
-
-
-
-
- Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
-
-
-
-
- Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
- Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
-
-
Applikationsversion
diff --git a/Vertragsverwaltung/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/Vertragsverwaltung/obj/Debug/DesignTimeResolveAssemblyReferences.cache
index cfdc33f4..00e1fbd8 100644
Binary files a/Vertragsverwaltung/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/Vertragsverwaltung/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ
diff --git a/Vertragsverwaltung/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Vertragsverwaltung/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
index fabcb77b..7ca88df7 100644
Binary files a/Vertragsverwaltung/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/Vertragsverwaltung/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/Vertragsverwaltung/obj/Debug/IT-Service-Management.exe b/Vertragsverwaltung/obj/Debug/IT-Service-Management.exe
index 6705501a..694116cc 100644
Binary files a/Vertragsverwaltung/obj/Debug/IT-Service-Management.exe and b/Vertragsverwaltung/obj/Debug/IT-Service-Management.exe differ
diff --git a/Vertragsverwaltung/obj/Debug/IT-Service-Management.pdb b/Vertragsverwaltung/obj/Debug/IT-Service-Management.pdb
index bee391bf..60ae15a4 100644
Binary files a/Vertragsverwaltung/obj/Debug/IT-Service-Management.pdb and b/Vertragsverwaltung/obj/Debug/IT-Service-Management.pdb differ
diff --git a/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.frmLizenzverwaltung.resources b/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.frmLizenzverwaltung.resources
index 926a4e25..6008fad3 100644
Binary files a/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.frmLizenzverwaltung.resources and b/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.frmLizenzverwaltung.resources differ
diff --git a/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.frm_Lizenz_VEAppl.resources b/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.frm_Lizenz_VEAppl.resources
index fc1c63f2..5caa2ca5 100644
Binary files a/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.frm_Lizenz_VEAppl.resources and b/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.frm_Lizenz_VEAppl.resources differ
diff --git a/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.vbproj.AssemblyReference.cache b/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.vbproj.AssemblyReference.cache
index 01b05d6f..720cad3e 100644
Binary files a/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.vbproj.AssemblyReference.cache and b/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.vbproj.AssemblyReference.cache differ
diff --git a/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.vbproj.CoreCompileInputs.cache b/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.vbproj.CoreCompileInputs.cache
index b8d7d744..f59ab4f2 100644
--- a/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.vbproj.CoreCompileInputs.cache
+++ b/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.vbproj.CoreCompileInputs.cache
@@ -1 +1 @@
-feb8aa713661dcc053d9612c86001e36ac203565
+b3c6e5b442191679d6223c987c480de2108f9fa0
diff --git a/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.vbproj.FileListAbsolute.txt b/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.vbproj.FileListAbsolute.txt
index 64ed0331..246845cd 100644
--- a/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.vbproj.FileListAbsolute.txt
+++ b/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.vbproj.FileListAbsolute.txt
@@ -214,7 +214,6 @@ E:\Software-Projekte\ITSM\Vertragsverwaltung\bin\Debug\IT-Service-Management.exe
E:\Software-Projekte\ITSM\Vertragsverwaltung\bin\Debug\IT-Service-Management.pdb
E:\Software-Projekte\ITSM\Vertragsverwaltung\bin\Debug\IT-Service-Management.xml
E:\Software-Projekte\ITSM\Vertragsverwaltung\bin\Debug\DiagramControl.dll
-E:\Software-Projekte\ITSM\Vertragsverwaltung\bin\Debug\Reporting20.dll
E:\Software-Projekte\ITSM\Vertragsverwaltung\bin\Debug\MindFusion.Diagramming.WinForms.dll
E:\Software-Projekte\ITSM\Vertragsverwaltung\bin\Debug\MindFusion.Diagramming.dll
E:\Software-Projekte\ITSM\Vertragsverwaltung\bin\Debug\C1.Win.C1Command.2.dll
@@ -227,8 +226,6 @@ E:\Software-Projekte\ITSM\Vertragsverwaltung\bin\Debug\MindFusion.Svg.dll
E:\Software-Projekte\ITSM\Vertragsverwaltung\bin\Debug\MindFusion.Graphs.dll
E:\Software-Projekte\ITSM\Vertragsverwaltung\bin\Debug\DiagramControl.pdb
E:\Software-Projekte\ITSM\Vertragsverwaltung\bin\Debug\DiagramControl.xml
-E:\Software-Projekte\ITSM\Vertragsverwaltung\bin\Debug\Reporting20.pdb
-E:\Software-Projekte\ITSM\Vertragsverwaltung\bin\Debug\Reporting20.xml
E:\Software-Projekte\ITSM\Vertragsverwaltung\bin\Debug\_KPI.pdb
E:\Software-Projekte\ITSM\Vertragsverwaltung\bin\Debug\_KPI.xml
E:\Software-Projekte\ITSM\Vertragsverwaltung\bin\Debug\_Mitarbeiter.pdb
@@ -338,11 +335,6 @@ E:\Software-Projekte\ITSM\Vertragsverwaltung\obj\Debug\Vertragsverwaltung.frmKop
E:\Software-Projekte\ITSM\Vertragsverwaltung\bin\Debug\_KPI.dll
E:\Software-Projekte\ITSM\Vertragsverwaltung\bin\Debug\System.Web.Services.dll
E:\Software-Projekte\ITSM\Vertragsverwaltung\bin\Debug\System.Windows.Forms.DataVisualization.dll
-E:\Software-Projekte\ITSM\Vertragsverwaltung\bin\Debug\CrystalDecisions.Windows.Forms.dll
-E:\Software-Projekte\ITSM\Vertragsverwaltung\bin\Debug\CrystalDecisions.CrystalReports.Engine.dll
-E:\Software-Projekte\ITSM\Vertragsverwaltung\bin\Debug\CrystalDecisions.Shared.dll
-E:\Software-Projekte\ITSM\Vertragsverwaltung\bin\Debug\CrystalDecisions.ReportSource.dll
-E:\Software-Projekte\ITSM\Vertragsverwaltung\bin\Debug\Reporting20.dll.config
E:\Software-Projekte\ITSM\Vertragsverwaltung\obj\Debug\Vertragsverwaltung.vbproj.CopyComplete
E:\Software-Projekte\ITSM\Vertragsverwaltung\obj\Debug\Vertragsverwaltung.vbproj.CoreCompileInputs.cache
E:\Software-Projekte\ITSM\Vertragsverwaltung\obj\Debug\Vertragsverwaltung.vbproj.AssemblyReference.cache
diff --git a/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.vbproj.GenerateResource.cache b/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.vbproj.GenerateResource.cache
index 53d1b598..9d86f3be 100644
Binary files a/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.vbproj.GenerateResource.cache and b/Vertragsverwaltung/obj/Debug/Vertragsverwaltung.vbproj.GenerateResource.cache differ
diff --git a/Vertragsverwaltung/obj/Debug/it-service-management.exe.licenses b/Vertragsverwaltung/obj/Debug/it-service-management.exe.licenses
index 3c745c89..6c26dcaa 100644
Binary files a/Vertragsverwaltung/obj/Debug/it-service-management.exe.licenses and b/Vertragsverwaltung/obj/Debug/it-service-management.exe.licenses differ
diff --git a/_KPI/bin/Debug/_KPI.dll b/_KPI/bin/Debug/_KPI.dll
index bab0981f..bc53fd82 100644
Binary files a/_KPI/bin/Debug/_KPI.dll and b/_KPI/bin/Debug/_KPI.dll differ
diff --git a/_KPI/bin/Debug/_KPI.pdb b/_KPI/bin/Debug/_KPI.pdb
index fe9bb746..84779bfd 100644
Binary files a/_KPI/bin/Debug/_KPI.pdb and b/_KPI/bin/Debug/_KPI.pdb differ
diff --git a/_KPI/bin/Debug/_KPI.xml b/_KPI/bin/Debug/_KPI.xml
index 4e81a0b9..ba98890a 100644
--- a/_KPI/bin/Debug/_KPI.xml
+++ b/_KPI/bin/Debug/_KPI.xml
@@ -6,6 +6,22 @@ _KPI
+
+
+ Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
+
+
+
+
+ Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
+
+
+
+
+ Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
+ Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
+
+
Purpose: Data Access class for the table 'Application'.
@@ -3276,22 +3292,6 @@ Prüft, ob das Security-Objekt bereits auf der DB vorhanden ist
-
-
- Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
-
-
-
-
- Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
-
-
-
-
- Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
- Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
-
-
Applikationsversion
diff --git a/_KPI/obj/Debug/_KPI.dll b/_KPI/obj/Debug/_KPI.dll
index bab0981f..bc53fd82 100644
Binary files a/_KPI/obj/Debug/_KPI.dll and b/_KPI/obj/Debug/_KPI.dll differ
diff --git a/_KPI/obj/Debug/_KPI.pdb b/_KPI/obj/Debug/_KPI.pdb
index fe9bb746..84779bfd 100644
Binary files a/_KPI/obj/Debug/_KPI.pdb and b/_KPI/obj/Debug/_KPI.pdb differ
diff --git a/_KPI/obj/Debug/_KPI.vbproj.AssemblyReference.cache b/_KPI/obj/Debug/_KPI.vbproj.AssemblyReference.cache
index 474c36d2..d86f2be1 100644
Binary files a/_KPI/obj/Debug/_KPI.vbproj.AssemblyReference.cache and b/_KPI/obj/Debug/_KPI.vbproj.AssemblyReference.cache differ
diff --git a/Reporting/obj/Debug/Reporting20.vbproj.CopyComplete b/_KPI/obj/Debug/_KPI.vbproj.CopyComplete
similarity index 100%
rename from Reporting/obj/Debug/Reporting20.vbproj.CopyComplete
rename to _KPI/obj/Debug/_KPI.vbproj.CopyComplete
diff --git a/_KPI/obj/Debug/_KPI.vbproj.CoreCompileInputs.cache b/_KPI/obj/Debug/_KPI.vbproj.CoreCompileInputs.cache
index 54d730a9..0fc65340 100644
--- a/_KPI/obj/Debug/_KPI.vbproj.CoreCompileInputs.cache
+++ b/_KPI/obj/Debug/_KPI.vbproj.CoreCompileInputs.cache
@@ -1 +1 @@
-2a0864f65a68edff442ddc0957fc2062f34e5cbb
+0becf4593778f994a1ee8fddf155799a76351588
diff --git a/_KPI/obj/Debug/_KPI.vbproj.FileListAbsolute.txt b/_KPI/obj/Debug/_KPI.vbproj.FileListAbsolute.txt
index bf6a0c34..c7a42d99 100644
--- a/_KPI/obj/Debug/_KPI.vbproj.FileListAbsolute.txt
+++ b/_KPI/obj/Debug/_KPI.vbproj.FileListAbsolute.txt
@@ -19,4 +19,6 @@ E:\Software-Projekte\ITSM\_KPI\obj\Debug\_KPI.dll.licenses
E:\Software-Projekte\ITSM\_KPI\obj\Debug\_KPI.dll
E:\Software-Projekte\ITSM\_KPI\obj\Debug\_KPI.xml
E:\Software-Projekte\ITSM\_KPI\obj\Debug\_KPI.pdb
-E:\Software-Projekte\ITSM\_KPI\obj\Debug\_KPI.vbprojResolveAssemblyReference.cache
+E:\Software-Projekte\ITSM\_KPI\obj\Debug\_KPI.vbproj.AssemblyReference.cache
+E:\Software-Projekte\ITSM\_KPI\obj\Debug\_KPI.vbproj.CoreCompileInputs.cache
+E:\Software-Projekte\ITSM\_KPI\obj\Debug\_KPI.vbproj.CopyComplete
diff --git a/_KPI/obj/Debug/_KPI.vbproj.GenerateResource.Cache b/_KPI/obj/Debug/_KPI.vbproj.GenerateResource.Cache
index a5563e1d..9d7ba354 100644
Binary files a/_KPI/obj/Debug/_KPI.vbproj.GenerateResource.Cache and b/_KPI/obj/Debug/_KPI.vbproj.GenerateResource.Cache differ
diff --git a/_KPI/obj/Debug/_KPI.vbprojResolveAssemblyReference.cache b/_KPI/obj/Debug/_KPI.vbprojResolveAssemblyReference.cache
deleted file mode 100644
index eca2f40d..00000000
Binary files a/_KPI/obj/Debug/_KPI.vbprojResolveAssemblyReference.cache and /dev/null differ
diff --git a/_KPI/obj/Debug/_KPI.xml b/_KPI/obj/Debug/_KPI.xml
index 4e81a0b9..ba98890a 100644
--- a/_KPI/obj/Debug/_KPI.xml
+++ b/_KPI/obj/Debug/_KPI.xml
@@ -6,6 +6,22 @@ _KPI
+
+
+ Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
+
+
+
+
+ Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
+
+
+
+
+ Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
+ Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
+
+
Purpose: Data Access class for the table 'Application'.
@@ -3276,22 +3292,6 @@ Prüft, ob das Security-Objekt bereits auf der DB vorhanden ist
-
-
- Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
-
-
-
-
- Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
-
-
-
-
- Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
- Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
-
-
Applikationsversion
diff --git a/_KPI/obj/Debug/_kpi.dll.licenses b/_KPI/obj/Debug/_kpi.dll.licenses
index 5775cc75..9558aed6 100644
Binary files a/_KPI/obj/Debug/_kpi.dll.licenses and b/_KPI/obj/Debug/_kpi.dll.licenses differ
diff --git a/_LCDokumente/bin/Debug/LCDokumente.dll b/_LCDokumente/bin/Debug/LCDokumente.dll
index 65a72805..d1dec577 100644
Binary files a/_LCDokumente/bin/Debug/LCDokumente.dll and b/_LCDokumente/bin/Debug/LCDokumente.dll differ
diff --git a/_LCDokumente/bin/Debug/LCDokumente.pdb b/_LCDokumente/bin/Debug/LCDokumente.pdb
index 7facae6c..e4ef97a2 100644
Binary files a/_LCDokumente/bin/Debug/LCDokumente.pdb and b/_LCDokumente/bin/Debug/LCDokumente.pdb differ
diff --git a/_LCDokumente/obj/Debug/LCDokumente.dll b/_LCDokumente/obj/Debug/LCDokumente.dll
index 65a72805..d1dec577 100644
Binary files a/_LCDokumente/obj/Debug/LCDokumente.dll and b/_LCDokumente/obj/Debug/LCDokumente.dll differ
diff --git a/_LCDokumente/obj/Debug/LCDokumente.pdb b/_LCDokumente/obj/Debug/LCDokumente.pdb
index 7facae6c..e4ef97a2 100644
Binary files a/_LCDokumente/obj/Debug/LCDokumente.pdb and b/_LCDokumente/obj/Debug/LCDokumente.pdb differ
diff --git a/_LCDokumente/obj/Debug/LCDokumente.vbproj.AssemblyReference.cache b/_LCDokumente/obj/Debug/LCDokumente.vbproj.AssemblyReference.cache
index 67593538..9f6699cb 100644
Binary files a/_LCDokumente/obj/Debug/LCDokumente.vbproj.AssemblyReference.cache and b/_LCDokumente/obj/Debug/LCDokumente.vbproj.AssemblyReference.cache differ
diff --git a/_LCDokumente/obj/Debug/lcdokumente.dll.licenses b/_LCDokumente/obj/Debug/lcdokumente.dll.licenses
index 30054c83..bd5ef6a3 100644
Binary files a/_LCDokumente/obj/Debug/lcdokumente.dll.licenses and b/_LCDokumente/obj/Debug/lcdokumente.dll.licenses differ