update 20241011

This commit is contained in:
Stefan Hutter
2024-10-11 21:38:02 +02:00
parent b8a392b514
commit 5bea1d4535
202 changed files with 995 additions and 289 deletions

View File

@@ -40,6 +40,10 @@
<Reference Include="BitMiracle.LibTiff.NET, Version=2.4.649.0, Culture=neutral, PublicKeyToken=53879b3e20e7a7d6, processorArchitecture=MSIL">
<HintPath>..\packages\BitMiracle.LibTiff.NET.2.4.649\lib\net40\BitMiracle.LibTiff.NET.dll</HintPath>
</Reference>
<Reference Include="Logging, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Logging\bin\Debug\Logging.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.5.3.2\lib\net46\NLog.dll</HintPath>
</Reference>

View File

@@ -65,6 +65,7 @@ namespace DOCGEN.Generator
//if (dok.extension.ToUpper()=="DOTM") { dok.extension = "docm"; }
return dok;
case "XLSM": case "XLSX": case "XLST": case "XLS": case "XLT":
case "EXCEL":
SyncFExcel sfexcel = new SyncFExcel();
generate_docdata(dokumentid, ref docdata);
clsdok dokexcel = new clsdok("", "", "");

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

@@ -12,6 +12,7 @@ using System.Data;
using System.Runtime.CompilerServices;
using Model;
using Database;
using NLog.Config;
namespace DOCGEN
{
@@ -50,6 +51,7 @@ namespace DOCGEN
if (DocData.UseEDOKA_Values.ToUpper() == "TRUE")
{
DokumentID=db.Create_EDOKA_Doc(this.DocData);
Logging.DocLog.Info("Dokument erstellt", "DocGen", DokumentID, docdata.PartnerNr.ToString(), docdata.Ersteller.ToString());
}
else { DokumentID = ""; };
return DokumentID;

View File

@@ -80,6 +80,7 @@ E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\BarcodeLib.dll
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\BitMiracle.LibTiff.NET.dll
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\Database.dll
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\Helper.dll
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\Logging.dll
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\Model.dll
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\NLog.Database.dll
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\NLog.dll
@@ -98,7 +99,6 @@ E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\System.Memory.dll
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\System.Numerics.Vectors.dll
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\System.Text.Encoding.CodePages.dll
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\Logging.dll
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\FastReport.dll
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\QRCoder.dll
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\FastReport.Compat.dll
@@ -110,6 +110,7 @@ E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\Helper.pdb
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\Model.pdb
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\BarcodeLib.pdb
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\BitMiracle.LibTiff.NET.xml
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\Logging.pdb
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\NLog.xml
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\NLog.Database.xml
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\OfficePrinter.pdb
@@ -127,7 +128,6 @@ E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\System.Memory.xml
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\System.Numerics.Vectors.xml
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\System.Runtime.CompilerServices.Unsafe.xml
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\System.Text.Encoding.CodePages.xml
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\Logging.pdb
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\bin\Debug\FastReport.xml
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\obj\Debug\DocGen.csproj.Up2Date
E:\Software-Projekte\OnDoc\OnDoc\DOCGEN\obj\Debug\DOCGEN.dll

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
3f7140442142445ad7c9f4729d84022d6770a3c001af030551ccf3bd0d40bdd3
0a239b9ab18e54ef74fccb23ad3fd662228282573aa6dcf292e80f21c2df4095