Update 20241112

This commit is contained in:
Stefan Hutter
2024-11-12 14:22:55 +01:00
parent 23a308ad73
commit 09bcee5a2a
1162 changed files with 6775694 additions and 968 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+25 -1
View File
@@ -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.
@@ -0,0 +1 @@
203232b8bafe92e12fa69df4d844620376bc4ad519a7433c8bbe58ae4b6a9ff7
@@ -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
Binary file not shown.
Binary file not shown.