Update 20260417

This commit is contained in:
Stefan Hutter
2026-04-17 10:48:36 +02:00
parent a110be5021
commit c60ba71f9d
116 changed files with 3000 additions and 53 deletions

View File

@@ -474,6 +474,7 @@ namespace API_NetFramework.Controllers
{ {
mailbody = mailbody + "Parnternr:" + paket.Dokumente[0].PartnerNr + " "; mailbody = mailbody + "Parnternr:" + paket.Dokumente[0].PartnerNr + " ";
int anhangnr = 0; int anhangnr = 0;
foreach (APIDokument dokument in paket.Dokumente) foreach (APIDokument dokument in paket.Dokumente)
{ {
if (dokument.PDFDoc != "" && dokument.PDFDoc != null) if (dokument.PDFDoc != "" && dokument.PDFDoc != null)
@@ -494,6 +495,7 @@ namespace API_NetFramework.Controllers
OnDocAPI_NetFramework.Helper.Helper.CopyProperties(dokdata, docgendata); OnDocAPI_NetFramework.Helper.Helper.CopyProperties(dokdata, docgendata);
OnDocAPI_NetFramework.Helper.Helper.CopyProperties(dokument, doccreate); OnDocAPI_NetFramework.Helper.Helper.CopyProperties(dokument, doccreate);
doccreate.Reference = paket.Reference; doccreate.Reference = paket.Reference;
doccreate.ResultFileType = paket.ResultFileType; doccreate.ResultFileType = paket.ResultFileType;
dokument.DokumentID = gendoc(ref doccreate, ref dokdata, ref docgendata, key.ToString()); dokument.DokumentID = gendoc(ref doccreate, ref dokdata, ref docgendata, key.ToString());
dokument.DokumentID = dokdata.Dokumentid; dokument.DokumentID = dokdata.Dokumentid;
@@ -1317,10 +1319,7 @@ namespace API_NetFramework.Controllers
{ {
CLMDocItem d = new CLMDocItem(); CLMDocItem d = new CLMDocItem();
if (dr["feldname"].ToString() == "Vertragspartner")
{
int a = 1;
}
d.itemname = ""; d.itemname = "";
d.itemtag = ""; d.itemtag = "";
d.itemvalue = ""; d.itemvalue = "";
@@ -1335,6 +1334,7 @@ namespace API_NetFramework.Controllers
d.width = dr["ess_img_width"].ToString(); d.width = dr["ess_img_width"].ToString();
d.height = dr["ess_img_height"].ToString(); d.height = dr["ess_img_height"].ToString();
d.itemvalue = ""; d.itemvalue = "";
switch (d.type.ToString()) switch (d.type.ToString())
{ {
case "1": case "1":
@@ -1806,6 +1806,14 @@ namespace API_NetFramework.Controllers
; ;
Database.DB db = new DB(connectionstring); Database.DB db = new DB(connectionstring);
db.Get_Tabledata("Select * from dokumenttyp where dokumenttypnr=" + doccreate.VorlagenTypID, false, true); db.Get_Tabledata("Select * from dokumenttyp where dokumenttypnr=" + doccreate.VorlagenTypID, false, true);
try
{
if (doccreate.Bezeichnung == "")
{
doccreate.Bezeichnung = db.dsdaten.Tables[0].Rows[0]["Bezeichnung"].ToString();
}
}
catch { }
System.Data.DataRow dr = db.dsdaten.Tables[0].Rows[0]; System.Data.DataRow dr = db.dsdaten.Tables[0].Rows[0];
dokdata.Barcode = Convert.ToBoolean(dr["Vertrag"]) == true; dokdata.Barcode = Convert.ToBoolean(dr["Vertrag"]) == true;
db.Get_Tabledata("Select beschreibung from physischesarchiv where physischesarchivnr = " + dr["physisches_archiv"].ToString(), false, true); db.Get_Tabledata("Select beschreibung from physischesarchiv where physischesarchivnr = " + dr["physisches_archiv"].ToString(), false, true);
@@ -2192,9 +2200,23 @@ namespace API_NetFramework.Controllers
DOCGEN.Generator.DocGenerator_from_EDOKA Generator = new DOCGEN.Generator.DocGenerator_from_EDOKA(this.connectionstring, OwnHost, key.ToString()); DOCGEN.Generator.DocGenerator_from_EDOKA Generator = new DOCGEN.Generator.DocGenerator_from_EDOKA(this.connectionstring, OwnHost, key.ToString());
dok = Generator.Generate_Doc_EDOKA(dokumentid, ref dokdata, false, 0, false, false); dok = Generator.Generate_Doc_EDOKA(dokumentid, ref dokdata, false, 0, false, false);
DocGet dget = new DocGet(this.connectionstring); DocGet dget = new DocGet(this.connectionstring);
if (System.Configuration.ConfigurationManager.AppSettings["clmwordsave"].ToString() != "")
{
System.IO.File.WriteAllBytes(System.Configuration.ConfigurationManager.AppSettings["clmwordsave"].ToString() + dokumentid + ".docx", Convert.FromBase64String(dok.dokument));
}
if (dok.extension.ToUpper() != "PDF") if (dok.extension.ToUpper() != "PDF")
{
db.Get_Tabledata("select count(*) from OnDoc_CLM_Update_PDF_Document_Fields where dokumenttypnr="+dataj.Dokumenttyp.ToString(), false, true);
if (Convert.ToInt32(db.dsdaten.Tables[0].Rows[0][0]) > 0)
{
dok.dokument = dget.Convert_Word_To_PDF(dok.dokument, null, false, false);
}
else
{ {
dok.dokument = dget.Convert_Word_To_PDF(dok.dokument); dok.dokument = dget.Convert_Word_To_PDF(dok.dokument);
}
db.Exec_SQL("update dokument set dokumentname = dokumentname + '.pdf' where dokumentid = '" + dokumentid + "'"); db.Exec_SQL("update dokument set dokumentname = dokumentname + '.pdf' where dokumentid = '" + dokumentid + "'");
} }
// db.Save_To_DB(dokumentid, "", dok.dokument); // db.Save_To_DB(dokumentid, "", dok.dokument);

View File

@@ -5,7 +5,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<_PublishTargetUrl>E:\Software-Projekte\OnDoc\PubServices\OnDoc</_PublishTargetUrl> <_PublishTargetUrl>E:\Software-Projekte\OnDoc\PubServices\OnDoc</_PublishTargetUrl>
<History>True|2026-04-12T06:08:44.1463714Z||;True|2026-04-07T10:22:57.7224308+02:00||;True|2026-04-07T09:20:01.6630821+02:00||;True|2026-04-06T08:17:37.5337584+02:00||;True|2026-04-05T08:53:42.1753435+02:00||;True|2026-04-02T17:43:40.0268875+02:00||;True|2026-03-31T12:35:33.9827919+02:00||;True|2026-03-31T12:29:13.8708772+02:00||;True|2026-03-31T12:18:19.9872382+02:00||;True|2026-03-31T10:39:08.0352645+02:00||;True|2026-03-31T10:37:10.5663757+02:00||;True|2026-03-31T10:24:06.1437798+02:00||;True|2026-03-29T18:46:00.5859706+02:00||;True|2026-03-29T17:43:36.5421725+02:00||;True|2026-03-28T11:22:17.8973116+01:00||;True|2026-03-27T16:18:48.9978212+01:00||;True|2026-03-27T07:14:41.6874122+01:00||;True|2026-03-26T15:26:02.2751561+01:00||;True|2026-03-25T21:25:11.0646560+01:00||;True|2026-03-25T17:13:28.1157629+01:00||;True|2026-03-25T17:05:35.8912458+01:00||;True|2026-03-25T17:00:55.0064754+01:00||;True|2026-03-24T14:39:42.8828134+01:00||;True|2026-03-23T15:07:18.4892650+01:00||;True|2026-03-23T10:20:19.1623589+01:00||;True|2026-03-22T13:25:52.6279375+01:00||;True|2026-03-20T07:24:37.8861696+01:00||;True|2026-03-19T21:38:10.9526034+01:00||;True|2026-03-18T17:41:36.3493613+01:00||;True|2026-03-18T14:58:36.6641588+01:00||;True|2026-03-18T13:36:39.6754082+01:00||;True|2026-03-18T13:28:13.3767791+01:00||;True|2026-03-18T12:39:58.8696214+01:00||;True|2026-03-18T10:12:19.4421254+01:00||;True|2026-03-18T09:23:32.7324650+01:00||;True|2026-03-18T08:30:31.0127326+01:00||;True|2026-03-17T16:29:03.7106180+01:00||;True|2026-03-17T16:11:10.6005495+01:00||;True|2026-03-17T15:59:13.2348406+01:00||;True|2026-03-17T15:31:12.0317447+01:00||;True|2026-03-17T14:48:40.3877203+01:00||;True|2026-03-17T14:11:25.3562261+01:00||;True|2026-03-17T13:47:11.1326741+01:00||;True|2026-03-16T15:31:10.2555705+01:00||;True|2026-03-16T14:12:19.6773991+01:00||;True|2026-03-16T13:55:53.2937690+01:00||;True|2026-03-16T13:49:40.9223505+01:00||;True|2026-03-16T13:45:46.5476155+01:00||;True|2026-03-16T10:05:17.8849739+01:00||;True|2026-03-16T09:50:03.0002779+01:00||;True|2026-03-15T17:59:21.9961152+01:00||;True|2026-03-15T17:55:23.9254472+01:00||;False|2026-03-15T17:55:17.4934783+01:00||;True|2026-03-15T17:30:56.4581787+01:00||;True|2026-03-15T17:27:23.6999475+01:00||;True|2026-03-15T17:06:43.4082140+01:00||;True|2026-03-15T16:47:00.3514115+01:00||;True|2026-03-15T15:08:09.6821523+01:00||;True|2026-03-12T16:06:53.7395894+01:00||;True|2026-03-11T18:52:45.1428118+01:00||;True|2026-03-11T18:28:35.8258686+01:00||;True|2026-03-11T18:28:14.0116992+01:00||;True|2026-03-11T18:19:41.2917598+01:00||;True|2026-03-11T18:16:14.3982080+01:00||;True|2026-03-11T17:58:30.8611742+01:00||;True|2026-03-09T15:02:39.2942135+01:00||;True|2026-03-09T13:40:46.3543575+01:00||;True|2026-03-09T10:31:33.7382200+01:00||;True|2026-03-08T08:13:35.2118387+01:00||;True|2026-03-07T21:30:15.7021682+01:00||;True|2026-03-07T16:04:27.6676302+01:00||;True|2026-03-03T07:42:58.6695248+01:00||;True|2026-03-02T18:56:44.9083635+01:00||;True|2026-03-02T15:22:04.7632771+01:00||;True|2026-03-02T15:17:19.5888051+01:00||;True|2026-03-02T14:44:15.1850254+01:00||;False|2026-03-02T14:43:43.8750165+01:00||;True|2026-03-02T13:00:06.4813259+01:00||;True|2026-03-02T09:00:14.6639978+01:00||;True|2026-02-26T14:00:46.9137562+01:00||;True|2026-02-26T10:52:44.7996454+01:00||;True|2026-02-26T10:20:38.9297393+01:00||;True|2026-02-26T08:17:22.1709972+01:00||;True|2026-02-26T08:01:54.5490566+01:00||;True|2026-02-26T07:56:47.9173498+01:00||;True|2026-02-26T05:50:34.4180646+01:00||;True|2026-02-25T16:00:31.8051644+01:00||;True|2026-02-25T15:40:22.6200444+01:00||;True|2026-02-25T15:32:39.6209326+01:00||;True|2026-02-25T15:03:49.5202958+01:00||;True|2026-02-25T14:49:40.4560899+01:00||;True|2026-02-25T10:41:35.9042956+01:00||;True|2026-02-25T10:33:42.2485129+01:00||;True|2026-02-25T10:05:23.9864404+01:00||;True|2026-02-24T20:45:52.7533529+01:00||;True|2026-02-24T17:49:48.6739610+01:00||;True|2026-02-24T14:30:47.0663499+01:00||;True|2026-02-24T09:28:30.5328425+01:00||;True|2026-02-24T08:40:15.6054714+01:00||;True|2026-02-24T07:59:34.6469067+01:00||;</History> <History>True|2026-04-17T08:14:43.2460807Z||;True|2026-04-16T09:52:35.3555487+02:00||;True|2026-04-16T09:48:12.9673890+02:00||;True|2026-04-16T09:36:25.4647803+02:00||;True|2026-04-16T09:18:23.6715906+02:00||;True|2026-04-15T12:41:42.7039426+02:00||;True|2026-04-15T09:35:17.1390603+02:00||;True|2026-04-13T12:15:21.5302680+02:00||;True|2026-04-12T08:08:44.1463714+02:00||;True|2026-04-07T10:22:57.7224308+02:00||;True|2026-04-07T09:20:01.6630821+02:00||;True|2026-04-06T08:17:37.5337584+02:00||;True|2026-04-05T08:53:42.1753435+02:00||;True|2026-04-02T17:43:40.0268875+02:00||;True|2026-03-31T12:35:33.9827919+02:00||;True|2026-03-31T12:29:13.8708772+02:00||;True|2026-03-31T12:18:19.9872382+02:00||;True|2026-03-31T10:39:08.0352645+02:00||;True|2026-03-31T10:37:10.5663757+02:00||;True|2026-03-31T10:24:06.1437798+02:00||;True|2026-03-29T18:46:00.5859706+02:00||;True|2026-03-29T17:43:36.5421725+02:00||;True|2026-03-28T11:22:17.8973116+01:00||;True|2026-03-27T16:18:48.9978212+01:00||;True|2026-03-27T07:14:41.6874122+01:00||;True|2026-03-26T15:26:02.2751561+01:00||;True|2026-03-25T21:25:11.0646560+01:00||;True|2026-03-25T17:13:28.1157629+01:00||;True|2026-03-25T17:05:35.8912458+01:00||;True|2026-03-25T17:00:55.0064754+01:00||;True|2026-03-24T14:39:42.8828134+01:00||;True|2026-03-23T15:07:18.4892650+01:00||;True|2026-03-23T10:20:19.1623589+01:00||;True|2026-03-22T13:25:52.6279375+01:00||;True|2026-03-20T07:24:37.8861696+01:00||;True|2026-03-19T21:38:10.9526034+01:00||;True|2026-03-18T17:41:36.3493613+01:00||;True|2026-03-18T14:58:36.6641588+01:00||;True|2026-03-18T13:36:39.6754082+01:00||;True|2026-03-18T13:28:13.3767791+01:00||;True|2026-03-18T12:39:58.8696214+01:00||;True|2026-03-18T10:12:19.4421254+01:00||;True|2026-03-18T09:23:32.7324650+01:00||;True|2026-03-18T08:30:31.0127326+01:00||;True|2026-03-17T16:29:03.7106180+01:00||;True|2026-03-17T16:11:10.6005495+01:00||;True|2026-03-17T15:59:13.2348406+01:00||;True|2026-03-17T15:31:12.0317447+01:00||;True|2026-03-17T14:48:40.3877203+01:00||;True|2026-03-17T14:11:25.3562261+01:00||;True|2026-03-17T13:47:11.1326741+01:00||;True|2026-03-16T15:31:10.2555705+01:00||;True|2026-03-16T14:12:19.6773991+01:00||;True|2026-03-16T13:55:53.2937690+01:00||;True|2026-03-16T13:49:40.9223505+01:00||;True|2026-03-16T13:45:46.5476155+01:00||;True|2026-03-16T10:05:17.8849739+01:00||;True|2026-03-16T09:50:03.0002779+01:00||;True|2026-03-15T17:59:21.9961152+01:00||;True|2026-03-15T17:55:23.9254472+01:00||;False|2026-03-15T17:55:17.4934783+01:00||;True|2026-03-15T17:30:56.4581787+01:00||;True|2026-03-15T17:27:23.6999475+01:00||;True|2026-03-15T17:06:43.4082140+01:00||;True|2026-03-15T16:47:00.3514115+01:00||;True|2026-03-15T15:08:09.6821523+01:00||;True|2026-03-12T16:06:53.7395894+01:00||;True|2026-03-11T18:52:45.1428118+01:00||;True|2026-03-11T18:28:35.8258686+01:00||;True|2026-03-11T18:28:14.0116992+01:00||;True|2026-03-11T18:19:41.2917598+01:00||;True|2026-03-11T18:16:14.3982080+01:00||;True|2026-03-11T17:58:30.8611742+01:00||;True|2026-03-09T15:02:39.2942135+01:00||;True|2026-03-09T13:40:46.3543575+01:00||;True|2026-03-09T10:31:33.7382200+01:00||;True|2026-03-08T08:13:35.2118387+01:00||;True|2026-03-07T21:30:15.7021682+01:00||;True|2026-03-07T16:04:27.6676302+01:00||;True|2026-03-03T07:42:58.6695248+01:00||;True|2026-03-02T18:56:44.9083635+01:00||;True|2026-03-02T15:22:04.7632771+01:00||;True|2026-03-02T15:17:19.5888051+01:00||;True|2026-03-02T14:44:15.1850254+01:00||;False|2026-03-02T14:43:43.8750165+01:00||;True|2026-03-02T13:00:06.4813259+01:00||;True|2026-03-02T09:00:14.6639978+01:00||;True|2026-02-26T14:00:46.9137562+01:00||;True|2026-02-26T10:52:44.7996454+01:00||;True|2026-02-26T10:20:38.9297393+01:00||;True|2026-02-26T08:17:22.1709972+01:00||;True|2026-02-26T08:01:54.5490566+01:00||;True|2026-02-26T07:56:47.9173498+01:00||;True|2026-02-26T05:50:34.4180646+01:00||;True|2026-02-25T16:00:31.8051644+01:00||;True|2026-02-25T15:40:22.6200444+01:00||;True|2026-02-25T15:32:39.6209326+01:00||;True|2026-02-25T15:03:49.5202958+01:00||;True|2026-02-25T14:49:40.4560899+01:00||;True|2026-02-25T10:41:35.9042956+01:00||;</History>
<LastFailureDetails /> <LastFailureDetails />
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
@@ -88,10 +88,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<publishTime>02/06/2026 17:20:00</publishTime> <publishTime>02/06/2026 17:20:00</publishTime>
</File> </File>
<File Include="bin/BarcodeLib.dll"> <File Include="bin/BarcodeLib.dll">
<publishTime>01/04/2026 10:05:09</publishTime> <publishTime>04/16/2026 09:39:55</publishTime>
</File> </File>
<File Include="bin/BarcodeLib.pdb"> <File Include="bin/BarcodeLib.pdb">
<publishTime>01/04/2026 10:05:09</publishTime> <publishTime>04/16/2026 09:39:55</publishTime>
</File> </File>
<File Include="bin/CSVNET.dll"> <File Include="bin/CSVNET.dll">
<publishTime>03/02/2026 12:58:54</publishTime> <publishTime>03/02/2026 12:58:54</publishTime>
@@ -100,13 +100,13 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<publishTime>03/02/2026 12:58:54</publishTime> <publishTime>03/02/2026 12:58:54</publishTime>
</File> </File>
<File Include="bin/Database.dll"> <File Include="bin/Database.dll">
<publishTime>03/31/2026 10:38:14</publishTime> <publishTime>04/17/2026 10:09:57</publishTime>
</File> </File>
<File Include="bin/Database.dll.config"> <File Include="bin/Database.dll.config">
<publishTime>09/18/2025 08:15:15</publishTime> <publishTime>09/18/2025 08:15:15</publishTime>
</File> </File>
<File Include="bin/Database.pdb"> <File Include="bin/Database.pdb">
<publishTime>03/31/2026 10:38:14</publishTime> <publishTime>04/17/2026 10:09:57</publishTime>
</File> </File>
<File Include="bin/DataMatrix.net.dll"> <File Include="bin/DataMatrix.net.dll">
<publishTime>03/02/2026 12:58:54</publishTime> <publishTime>03/02/2026 12:58:54</publishTime>
@@ -145,13 +145,13 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<publishTime>10/20/2023 22:35:04</publishTime> <publishTime>10/20/2023 22:35:04</publishTime>
</File> </File>
<File Include="bin/DOCGEN.dll"> <File Include="bin/DOCGEN.dll">
<publishTime>04/12/2026 08:08:41</publishTime> <publishTime>04/17/2026 10:14:41</publishTime>
</File> </File>
<File Include="bin/DOCGEN.dll.config"> <File Include="bin/DOCGEN.dll.config">
<publishTime>03/11/2026 15:59:42</publishTime> <publishTime>03/11/2026 15:59:42</publishTime>
</File> </File>
<File Include="bin/DOCGEN.pdb"> <File Include="bin/DOCGEN.pdb">
<publishTime>04/12/2026 08:08:41</publishTime> <publishTime>04/17/2026 10:14:41</publishTime>
</File> </File>
<File Include="bin/FastReport.Bars.dll"> <File Include="bin/FastReport.Bars.dll">
<publishTime>11/27/2023 09:49:58</publishTime> <publishTime>11/27/2023 09:49:58</publishTime>
@@ -169,22 +169,22 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<publishTime>11/27/2023 09:50:04</publishTime> <publishTime>11/27/2023 09:50:04</publishTime>
</File> </File>
<File Include="bin/Helper.dll"> <File Include="bin/Helper.dll">
<publishTime>03/31/2026 10:38:14</publishTime> <publishTime>04/16/2026 09:18:02</publishTime>
</File> </File>
<File Include="bin/Helper.pdb"> <File Include="bin/Helper.pdb">
<publishTime>03/31/2026 10:38:14</publishTime> <publishTime>04/16/2026 09:18:02</publishTime>
</File> </File>
<File Include="bin/libSkiaSharp.dylib"> <File Include="bin/libSkiaSharp.dylib">
<publishTime>02/06/2026 09:22:08</publishTime> <publishTime>02/06/2026 09:22:08</publishTime>
</File> </File>
<File Include="bin/Logging.dll"> <File Include="bin/Logging.dll">
<publishTime>03/31/2026 10:38:14</publishTime> <publishTime>04/16/2026 09:18:01</publishTime>
</File> </File>
<File Include="bin/Logging.dll.config"> <File Include="bin/Logging.dll.config">
<publishTime>09/17/2025 15:09:13</publishTime> <publishTime>09/17/2025 15:09:13</publishTime>
</File> </File>
<File Include="bin/Logging.pdb"> <File Include="bin/Logging.pdb">
<publishTime>03/31/2026 10:38:14</publishTime> <publishTime>04/16/2026 09:18:01</publishTime>
</File> </File>
<File Include="bin/Microsoft.AspNetCore.Http.Abstractions.dll"> <File Include="bin/Microsoft.AspNetCore.Http.Abstractions.dll">
<publishTime>11/12/2018 18:29:00</publishTime> <publishTime>11/12/2018 18:29:00</publishTime>
@@ -232,10 +232,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<publishTime>04/11/2022 19:09:46</publishTime> <publishTime>04/11/2022 19:09:46</publishTime>
</File> </File>
<File Include="bin/Model.dll"> <File Include="bin/Model.dll">
<publishTime>03/31/2026 10:38:14</publishTime> <publishTime>04/17/2026 10:09:56</publishTime>
</File> </File>
<File Include="bin/Model.pdb"> <File Include="bin/Model.pdb">
<publishTime>03/31/2026 10:38:14</publishTime> <publishTime>04/17/2026 10:09:56</publishTime>
</File> </File>
<File Include="bin/MW6.SDK.dll"> <File Include="bin/MW6.SDK.dll">
<publishTime>08/19/2014 21:33:57</publishTime> <publishTime>08/19/2014 21:33:57</publishTime>
@@ -256,10 +256,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<publishTime>02/28/2026 16:23:58</publishTime> <publishTime>02/28/2026 16:23:58</publishTime>
</File> </File>
<File Include="bin/OfficePrinter.dll"> <File Include="bin/OfficePrinter.dll">
<publishTime>01/04/2026 10:05:09</publishTime> <publishTime>04/16/2026 10:09:30</publishTime>
</File> </File>
<File Include="bin/OfficePrinter.pdb"> <File Include="bin/OfficePrinter.pdb">
<publishTime>01/04/2026 10:05:09</publishTime> <publishTime>04/16/2026 10:09:30</publishTime>
</File> </File>
<File Include="bin/OfficeToPDFConverter.dll"> <File Include="bin/OfficeToPDFConverter.dll">
<publishTime>03/02/2026 12:58:53</publishTime> <publishTime>03/02/2026 12:58:53</publishTime>
@@ -268,16 +268,16 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<publishTime>03/02/2026 12:58:53</publishTime> <publishTime>03/02/2026 12:58:53</publishTime>
</File> </File>
<File Include="bin/OnDocOffice.dll"> <File Include="bin/OnDocOffice.dll">
<publishTime>04/12/2026 08:08:41</publishTime> <publishTime>04/17/2026 10:14:40</publishTime>
</File> </File>
<File Include="bin/OnDocOffice.pdb"> <File Include="bin/OnDocOffice.pdb">
<publishTime>04/12/2026 08:08:41</publishTime> <publishTime>04/17/2026 10:14:40</publishTime>
</File> </File>
<File Include="bin/OnDoc_NetFramework.dll"> <File Include="bin/OnDoc_NetFramework.dll">
<publishTime>04/12/2026 08:08:42</publishTime> <publishTime>04/17/2026 10:14:41</publishTime>
</File> </File>
<File Include="bin/OnDoc_NetFramework.pdb"> <File Include="bin/OnDoc_NetFramework.pdb">
<publishTime>04/12/2026 08:08:42</publishTime> <publishTime>04/17/2026 10:14:41</publishTime>
</File> </File>
<File Include="bin/Owin.dll"> <File Include="bin/Owin.dll">
<publishTime>11/13/2012 13:19:34</publishTime> <publishTime>11/13/2012 13:19:34</publishTime>
@@ -496,10 +496,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<publishTime>03/31/2026 10:28:22</publishTime> <publishTime>03/31/2026 10:28:22</publishTime>
</File> </File>
<File Include="bin/Versandstrasse.dll"> <File Include="bin/Versandstrasse.dll">
<publishTime>04/12/2026 08:08:41</publishTime> <publishTime>04/17/2026 10:14:40</publishTime>
</File> </File>
<File Include="bin/Versandstrasse.pdb"> <File Include="bin/Versandstrasse.pdb">
<publishTime>04/12/2026 08:08:41</publishTime> <publishTime>04/17/2026 10:14:40</publishTime>
</File> </File>
<File Include="bin/WebActivatorEx.dll"> <File Include="bin/WebActivatorEx.dll">
<publishTime>10/05/2016 15:11:52</publishTime> <publishTime>10/05/2016 15:11:52</publishTime>
@@ -715,7 +715,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<publishTime>06/03/2024 08:11:55</publishTime> <publishTime>06/03/2024 08:11:55</publishTime>
</File> </File>
<File Include="Web.config"> <File Include="Web.config">
<publishTime>03/31/2026 12:18:19</publishTime> <publishTime>04/16/2026 09:18:22</publishTime>
</File> </File>
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@@ -48,6 +48,7 @@
<add key="CLMSaveOnDoc" value="True" /> <add key="CLMSaveOnDoc" value="True" />
<add key="DecTestConnString" /> <add key="DecTestConnString" />
<add key="OwnToken" value="pZkuG6l6ORCEckqQimPK58PO1A9EnkMtL5oCgRX9WiWnD4xeH7ikGzhWnTBy/vk8J4Iiz8gCSx9uFHA4+DvITG0roO97sk82d/0BCjVlwLWINpXlJfGYEF3X96AdoCQvb3ruwv/tVqEHsSU5aNfyxBAe+EhLTHQ8t7ysgJZWh98=" /> <add key="OwnToken" value="pZkuG6l6ORCEckqQimPK58PO1A9EnkMtL5oCgRX9WiWnD4xeH7ikGzhWnTBy/vk8J4Iiz8gCSx9uFHA4+DvITG0roO97sk82d/0BCjVlwLWINpXlJfGYEF3X96AdoCQvb3ruwv/tVqEHsSU5aNfyxBAe+EhLTHQ8t7ysgJZWh98=" />
<add key="clmwordsave" value="d:\temp\"/>
</appSettings> </appSettings>
<connectionStrings> <connectionStrings>

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.

View File

@@ -48,6 +48,7 @@
<add key="CLMSaveOnDoc" value="True" /> <add key="CLMSaveOnDoc" value="True" />
<add key="DecTestConnString" /> <add key="DecTestConnString" />
<add key="OwnToken" value="pZkuG6l6ORCEckqQimPK58PO1A9EnkMtL5oCgRX9WiWnD4xeH7ikGzhWnTBy/vk8J4Iiz8gCSx9uFHA4+DvITG0roO97sk82d/0BCjVlwLWINpXlJfGYEF3X96AdoCQvb3ruwv/tVqEHsSU5aNfyxBAe+EhLTHQ8t7ysgJZWh98=" /> <add key="OwnToken" value="pZkuG6l6ORCEckqQimPK58PO1A9EnkMtL5oCgRX9WiWnD4xeH7ikGzhWnTBy/vk8J4Iiz8gCSx9uFHA4+DvITG0roO97sk82d/0BCjVlwLWINpXlJfGYEF3X96AdoCQvb3ruwv/tVqEHsSU5aNfyxBAe+EhLTHQ8t7ysgJZWh98=" />
<add key="clmwordsave" value="d:\temp\"/>
</appSettings> </appSettings>
<connectionStrings> <connectionStrings>

File diff suppressed because it is too large Load Diff

View File

@@ -48,6 +48,7 @@
<add key="CLMSaveOnDoc" value="True" /> <add key="CLMSaveOnDoc" value="True" />
<add key="DecTestConnString" /> <add key="DecTestConnString" />
<add key="OwnToken" value="pZkuG6l6ORCEckqQimPK58PO1A9EnkMtL5oCgRX9WiWnD4xeH7ikGzhWnTBy/vk8J4Iiz8gCSx9uFHA4+DvITG0roO97sk82d/0BCjVlwLWINpXlJfGYEF3X96AdoCQvb3ruwv/tVqEHsSU5aNfyxBAe+EhLTHQ8t7ysgJZWh98=" /> <add key="OwnToken" value="pZkuG6l6ORCEckqQimPK58PO1A9EnkMtL5oCgRX9WiWnD4xeH7ikGzhWnTBy/vk8J4Iiz8gCSx9uFHA4+DvITG0roO97sk82d/0BCjVlwLWINpXlJfGYEF3X96AdoCQvb3ruwv/tVqEHsSU5aNfyxBAe+EhLTHQ8t7ysgJZWh98=" />
<add key="clmwordsave" value="d:\temp\" />
</appSettings> </appSettings>
<connectionStrings> <connectionStrings>
<add name="EDOKAConnectionstring" connectionString="Po7oIigu4hOz6zXOpaSnrhveCQyfGgFeskvEQsvm3CEgxjJMEYYDEbnWlt9Qr9vGTkzqm5hvURTLA1hKVU++/ozcvT5qIVTpDLBTKd4AM/4YgN3+L9cx3mxMoWmv1JMjqxZVbR6GYiuSo1xuD05sl3IGoUenfugP6hBP/IC7MjUjisDUE6msFpWiraJr53gcfDvIrc2CUBTVUS+f94kewhlKxjtEohtCM71PN2zpoMiPyBIuXDyrYlYyokUOg6uV" /> <add name="EDOKAConnectionstring" connectionString="Po7oIigu4hOz6zXOpaSnrhveCQyfGgFeskvEQsvm3CEgxjJMEYYDEbnWlt9Qr9vGTkzqm5hvURTLA1hKVU++/ozcvT5qIVTpDLBTKd4AM/4YgN3+L9cx3mxMoWmv1JMjqxZVbR6GYiuSo1xuD05sl3IGoUenfugP6hBP/IC7MjUjisDUE6msFpWiraJr53gcfDvIrc2CUBTVUS+f94kewhlKxjtEohtCM71PN2zpoMiPyBIuXDyrYlYyokUOg6uV" />

View File

@@ -48,6 +48,7 @@
<add key="CLMSaveOnDoc" value="True" /> <add key="CLMSaveOnDoc" value="True" />
<add key="DecTestConnString" /> <add key="DecTestConnString" />
<add key="OwnToken" value="pZkuG6l6ORCEckqQimPK58PO1A9EnkMtL5oCgRX9WiWnD4xeH7ikGzhWnTBy/vk8J4Iiz8gCSx9uFHA4+DvITG0roO97sk82d/0BCjVlwLWINpXlJfGYEF3X96AdoCQvb3ruwv/tVqEHsSU5aNfyxBAe+EhLTHQ8t7ysgJZWh98=" /> <add key="OwnToken" value="pZkuG6l6ORCEckqQimPK58PO1A9EnkMtL5oCgRX9WiWnD4xeH7ikGzhWnTBy/vk8J4Iiz8gCSx9uFHA4+DvITG0roO97sk82d/0BCjVlwLWINpXlJfGYEF3X96AdoCQvb3ruwv/tVqEHsSU5aNfyxBAe+EhLTHQ8t7ysgJZWh98=" />
<add key="clmwordsave" value="d:\temp\"/>
</appSettings> </appSettings>
<connectionStrings> <connectionStrings>

View File

@@ -48,6 +48,7 @@
<add key="CLMSaveOnDoc" value="True" /> <add key="CLMSaveOnDoc" value="True" />
<add key="DecTestConnString" /> <add key="DecTestConnString" />
<add key="OwnToken" value="pZkuG6l6ORCEckqQimPK58PO1A9EnkMtL5oCgRX9WiWnD4xeH7ikGzhWnTBy/vk8J4Iiz8gCSx9uFHA4+DvITG0roO97sk82d/0BCjVlwLWINpXlJfGYEF3X96AdoCQvb3ruwv/tVqEHsSU5aNfyxBAe+EhLTHQ8t7ysgJZWh98=" /> <add key="OwnToken" value="pZkuG6l6ORCEckqQimPK58PO1A9EnkMtL5oCgRX9WiWnD4xeH7ikGzhWnTBy/vk8J4Iiz8gCSx9uFHA4+DvITG0roO97sk82d/0BCjVlwLWINpXlJfGYEF3X96AdoCQvb3ruwv/tVqEHsSU5aNfyxBAe+EhLTHQ8t7ysgJZWh98=" />
<add key="clmwordsave" value="d:\temp\" />
</appSettings> </appSettings>
<connectionStrings> <connectionStrings>
<add name="EDOKAConnectionstring" connectionString="Po7oIigu4hOz6zXOpaSnrhveCQyfGgFeskvEQsvm3CEgxjJMEYYDEbnWlt9Qr9vGTkzqm5hvURTLA1hKVU++/ozcvT5qIVTpDLBTKd4AM/4YgN3+L9cx3mxMoWmv1JMjqxZVbR6GYiuSo1xuD05sl3IGoUenfugP6hBP/IC7MjUjisDUE6msFpWiraJr53gcfDvIrc2CUBTVUS+f94kewhlKxjtEohtCM71PN2zpoMiPyBIuXDyrYlYyokUOg6uV" /> <add name="EDOKAConnectionstring" connectionString="Po7oIigu4hOz6zXOpaSnrhveCQyfGgFeskvEQsvm3CEgxjJMEYYDEbnWlt9Qr9vGTkzqm5hvURTLA1hKVU++/ozcvT5qIVTpDLBTKd4AM/4YgN3+L9cx3mxMoWmv1JMjqxZVbR6GYiuSo1xuD05sl3IGoUenfugP6hBP/IC7MjUjisDUE6msFpWiraJr53gcfDvIrc2CUBTVUS+f94kewhlKxjtEohtCM71PN2zpoMiPyBIuXDyrYlYyokUOg6uV" />

View File

@@ -65,7 +65,7 @@
this.label2.Name = "label2"; this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(472, 26); this.label2.Size = new System.Drawing.Size(472, 26);
this.label2.TabIndex = 2; this.label2.TabIndex = 2;
this.label2.Text = "8. April 2026"; this.label2.Text = "14. April 2026";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label2.Click += new System.EventHandler(this.label2_Click); this.label2.Click += new System.EventHandler(this.label2_Click);
// //

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.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
f74478b4a0ac42d3dba296cb26673592056c0e57296874c2de78585756689a3d 84d81ea8d2d590860675274b5713746c8237611a0eb4cfd92e1703956b0caaf0

Binary file not shown.

Binary file not shown.

View File

@@ -254,6 +254,7 @@ namespace DOCGEN.Klassen
case "18": case "18":
try try
{ {
if (item.itemvalue == "x") { item.itemvalue = "X"; }
if (item.bmstart != "") if (item.bmstart != "")
{ {
int a = 1; int a = 1;
@@ -452,11 +453,31 @@ namespace DOCGEN.Klassen
{ {
if (formField.Name.ToString().ToUpper() == item.field.ToString().ToUpper() || formField.Name.ToString().ToUpper() == item.bmstart.ToString().ToUpper()) if (formField.Name.ToString().ToUpper() == item.field.ToString().ToUpper() || formField.Name.ToString().ToUpper() == item.bmstart.ToString().ToUpper())
{ {
if (item.itemvalue == "Heidi Muster")
{
string a = "1";
}
formField.Text = item.itemvalue; formField.Text = item.itemvalue;
//if (item.itemvalue.ToString() == "")
//{
// try
// {
// WTextFormField textField = formField as WTextFormField;
// if (textField.Type == TextFormFieldType.RegularText)
// {
// string s = " ";
// if (textField.MaximumLength < 6 && textField.MaximumLength > 0)
// {
// s = "";
// for (int i = 0; i < textField.MaximumLength; i++)
// {
// s = s + " ";
// }
// }
// textField.Text = s;
// }
// }
// catch { }
//}
return; return;
} }
} }
@@ -1457,6 +1478,29 @@ namespace DOCGEN.Klassen
if (formField.Name == dv.FieldName.ToString() && !dv.FieldName.ToString().Contains("TGEDKCursor")) if (formField.Name == dv.FieldName.ToString() && !dv.FieldName.ToString().Contains("TGEDKCursor"))
{ {
formField.Text = dv.Value.ToString(); formField.Text = dv.Value.ToString();
//if (dv.Value.ToString() == "")
//{
// try
// {
// WTextFormField textField = formField as WTextFormField;
// if (textField.Type == TextFormFieldType.RegularText)
// {
// string s = " ";
// if (textField.MaximumLength < 6 && textField.MaximumLength > 0)
// {
// s = "";
// for (int i = 0; i < textField.MaximumLength; i++)
// {
// s = s + " ";
// }
// }
// textField.Text = s;
// }
// }
// catch { }
//}
break; break;
} }
@@ -3542,6 +3586,7 @@ namespace DOCGEN.Klassen
formField.Text = newvalue; formField.Text = newvalue;
break; break;
} }
} }

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.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -160,7 +160,8 @@ namespace Model
public string FaksimileUnterschrift { get; set; } public string FaksimileUnterschrift { get; set; }
public string PrintLogo { get; set; } public string PrintLogo { get; set; }
public string Dokumentdatum { get; set; } public string Dokumentdatum { get; set; }
public string Bezeichnung { get; set; } public string _Bezeichnung = "";
public string Bezeichnung { get => _Bezeichnung; set => _Bezeichnung = value ?? ""; }
public List<attribute> APIValues { get; set; } public List<attribute> APIValues { get; set; }
public List<textreplace> TextToReplace { get; set; } public List<textreplace> TextToReplace { get; set; }
public string PDFDoc { get; set; } public string PDFDoc { get; set; }

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.

View File

@@ -1 +1 @@
f602c116108ddc06ac7685deaaee9e22d03a8269da3dc959df62863c661dd600 85b96ecc91609df0b3a70f431d0e4e23fa659d2711c3537d1535b5d55cccaa8a

View File

@@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("OnDocWPF")] [assembly: System.Reflection.AssemblyCompanyAttribute("OnDocWPF")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+7a28e0c2bbc04f2e36881e5e0b05b5cdfcb03928")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a110be50218194642eb1d39e7365dcdb39b44da4")]
[assembly: System.Reflection.AssemblyProductAttribute("OnDocWPF")] [assembly: System.Reflection.AssemblyProductAttribute("OnDocWPF")]
[assembly: System.Reflection.AssemblyTitleAttribute("OnDocWPF")] [assembly: System.Reflection.AssemblyTitleAttribute("OnDocWPF")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@@ -1 +1 @@
6cfe416ade172d3586380aff36b719ebe6dfd9d01cde2d17294ca04605c47bee 3c834e42acae77589c5c66a2b8167c29e3018bfdcb5b702afd94feac13b2e47e

View File

@@ -1,7 +1,5 @@
is_global = true is_global = true
build_property.TargetFramework = net8.0-windows build_property.TargetFramework = net8.0-windows
build_property.TargetFrameworkIdentifier = .NETCoreApp
build_property.TargetFrameworkVersion = v8.0
build_property.TargetPlatformMinVersion = 7.0 build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb = build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids = build_property.ProjectTypeGuids =

View File

@@ -1,6 +1,6 @@
// <auto-generated/> // <auto-generated/>
global using System; global using global::System;
global using System.Collections.Generic; global using global::System.Collections.Generic;
global using System.Linq; global using global::System.Linq;
global using System.Threading; global using global::System.Threading;
global using System.Threading.Tasks; global using global::System.Threading.Tasks;

Some files were not shown because too many files have changed in this diff Show More