Update 20240723

This commit is contained in:
Stefan Hutter
2024-07-23 12:48:07 +02:00
parent ea8d48ac9e
commit c3cacbec3c
79 changed files with 1294 additions and 65 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -306,6 +306,14 @@ namespace Database
dok.iMutierertieam = Convert.ToInt32(DocData.Team);
dok.iErstellerteam = Convert.ToInt32(DocData.Team); ;
dok.daErstellungsdatum = Convert.ToDateTime(DocData.DokumentDatum);
if (doktyp.bElDokImport == true)
{
dok.iColdstatus = 1;
}
else
{
dok.iColdstatus = 0;
}
db.Get_Tabledata("Select * from office_vorlage where office_vorlagenr=" + doktyp.iOffice_vorlagenr.ToString(),false,true);
string dokumentname = "";

Binary file not shown.

Binary file not shown.