Update 20241112
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Database/bin/Release/Logging.dll
Normal file
BIN
Database/bin/Release/Logging.dll
Normal file
Binary file not shown.
BIN
Database/bin/Release/Logging.pdb
Normal file
BIN
Database/bin/Release/Logging.pdb
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -182,7 +182,7 @@ namespace Database
|
||||
#endregion
|
||||
public string generate_key(string dbkey)
|
||||
{
|
||||
string skey = "OFFEDK000";
|
||||
string skey = "ONDOC0000";
|
||||
string s = "";
|
||||
s = DateTime.Now.Year.ToString().Trim();
|
||||
string dt = s;
|
||||
@@ -1735,7 +1735,31 @@ namespace Database
|
||||
}
|
||||
}
|
||||
|
||||
public bool dokument_abschliessen(string dokumentid)
|
||||
{
|
||||
try
|
||||
{
|
||||
clear_parameter();
|
||||
add_parameter("@dokumentid", dokumentid);
|
||||
Get_Tabledata("SP_Dokumentstatus_statushandling_Select", true, false);
|
||||
foreach (System.Data.DataRow dr in dsdaten.Tables[0].Rows)
|
||||
{
|
||||
if (Convert.ToInt32(dr["status_bezeichnungnr"]) == -1)
|
||||
{
|
||||
clear_parameter();
|
||||
add_parameter("@fnkt", "3");
|
||||
add_parameter("@dokumentid", dokumentid);
|
||||
add_parameter("@value1", dr["dokument_statusnr"].ToString());
|
||||
Get_Tabledata("sp_edoka_onbase", true, false);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
catch { return false; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
BIN
Database/obj/Release/Database.csproj.AssemblyReference.cache
Normal file
BIN
Database/obj/Release/Database.csproj.AssemblyReference.cache
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
203232b8bafe92e12fa69df4d844620376bc4ad519a7433c8bbe58ae4b6a9ff7
|
||||
17
Database/obj/Release/Database.csproj.FileListAbsolute.txt
Normal file
17
Database/obj/Release/Database.csproj.FileListAbsolute.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
E:\Software-Projekte\OnDoc\OnDoc\Database\bin\Release\Database.dll
|
||||
E:\Software-Projekte\OnDoc\OnDoc\Database\bin\Release\Database.pdb
|
||||
E:\Software-Projekte\OnDoc\OnDoc\Database\bin\Release\Helper.dll
|
||||
E:\Software-Projekte\OnDoc\OnDoc\Database\bin\Release\Logging.dll
|
||||
E:\Software-Projekte\OnDoc\OnDoc\Database\bin\Release\Model.dll
|
||||
E:\Software-Projekte\OnDoc\OnDoc\Database\bin\Release\NLog.Database.dll
|
||||
E:\Software-Projekte\OnDoc\OnDoc\Database\bin\Release\NLog.dll
|
||||
E:\Software-Projekte\OnDoc\OnDoc\Database\bin\Release\Helper.pdb
|
||||
E:\Software-Projekte\OnDoc\OnDoc\Database\bin\Release\Model.pdb
|
||||
E:\Software-Projekte\OnDoc\OnDoc\Database\bin\Release\Logging.pdb
|
||||
E:\Software-Projekte\OnDoc\OnDoc\Database\bin\Release\NLog.xml
|
||||
E:\Software-Projekte\OnDoc\OnDoc\Database\bin\Release\NLog.Database.xml
|
||||
E:\Software-Projekte\OnDoc\OnDoc\Database\obj\Release\Database.csproj.AssemblyReference.cache
|
||||
E:\Software-Projekte\OnDoc\OnDoc\Database\obj\Release\Database.csproj.CoreCompileInputs.cache
|
||||
E:\Software-Projekte\OnDoc\OnDoc\Database\obj\Release\Database.csproj.Up2Date
|
||||
E:\Software-Projekte\OnDoc\OnDoc\Database\obj\Release\Database.dll
|
||||
E:\Software-Projekte\OnDoc\OnDoc\Database\obj\Release\Database.pdb
|
||||
0
Database/obj/Release/Database.csproj.Up2Date
Normal file
0
Database/obj/Release/Database.csproj.Up2Date
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user