Initial commit
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,25 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.29728.190
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "EDKB08_Jahresabshluss_Import", "EDKB08_Jahresabshluss_Import\EDKB08_Jahresabshluss_Import.vbproj", "{1AD7751D-295A-4A49-AAFC-58F849E87200}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{1AD7751D-295A-4A49-AAFC-58F849E87200}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{1AD7751D-295A-4A49-AAFC-58F849E87200}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{1AD7751D-295A-4A49-AAFC-58F849E87200}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{1AD7751D-295A-4A49-AAFC-58F849E87200}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {55AE4A41-D7A7-469E-9D32-96FE80DEECB1}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
@@ -0,0 +1,108 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{1AD7751D-295A-4A49-AAFC-58F849E87200}</ProjectGuid>
|
||||
<OutputType>Exe</OutputType>
|
||||
<StartupObject>EDKB08_Jahresabshluss_Import.Module1</StartupObject>
|
||||
<RootNamespace>EDKB08_Jahresabshluss_Import</RootNamespace>
|
||||
<AssemblyName>EDKB08_Jahresabshluss_Import</AssemblyName>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<MyType>Console</MyType>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<Deterministic>true</Deterministic>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DocumentationFile>EDKB08_Jahresabshluss_Import.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<DefineDebug>false</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DocumentationFile>EDKB08_Jahresabshluss_Import.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionExplicit>On</OptionExplicit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionCompare>Binary</OptionCompare>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionStrict>Off</OptionStrict>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionInfer>On</OptionInfer>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Deployment" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Import Include="Microsoft.VisualBasic" />
|
||||
<Import Include="System" />
|
||||
<Import Include="System.Collections" />
|
||||
<Import Include="System.Collections.Generic" />
|
||||
<Import Include="System.Data" />
|
||||
<Import Include="System.Diagnostics" />
|
||||
<Import Include="System.Linq" />
|
||||
<Import Include="System.Xml.Linq" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="clsdb.vb" />
|
||||
<Compile Include="Module1.vb" />
|
||||
<Compile Include="My Project\AssemblyInfo.vb" />
|
||||
<Compile Include="My Project\Application.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Application.myapp</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="My Project\Resources.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="My Project\Settings.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="My Project\Resources.resx">
|
||||
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
||||
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="app.config" />
|
||||
<None Include="My Project\Application.myapp">
|
||||
<Generator>MyApplicationCodeGenerator</Generator>
|
||||
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
<None Include="My Project\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<CustomToolNamespace>My</CustomToolNamespace>
|
||||
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||
</Project>
|
||||
@@ -0,0 +1,101 @@
|
||||
Imports System.Configuration
|
||||
Module Module1
|
||||
Dim inputds As New DataSet
|
||||
Dim Inputfilename As String = ""
|
||||
Dim partnernr As String = ""
|
||||
Dim Dokumentdatum As String = ""
|
||||
Dim Creator As String = ""
|
||||
Dim Dokumenttypnr As String = ""
|
||||
Dim Indexfilename As String = ""
|
||||
|
||||
Sub Main()
|
||||
FileOpen(1, My.Settings.Logfile, OpenMode.Append)
|
||||
printlog("***")
|
||||
printlog("Start Verarbeitung")
|
||||
Dim strFileSize As String = ""
|
||||
Dim di As New IO.DirectoryInfo(My.Settings.Ueberwachungsverzeichnis)
|
||||
Dim aryFi As IO.FileInfo() = di.GetFiles("*.xml")
|
||||
Dim fi As IO.FileInfo
|
||||
|
||||
For Each fi In aryFi
|
||||
inputds.Dispose()
|
||||
inputds = New DataSet
|
||||
inputds.Tables.Clear()
|
||||
inputds.ReadXml(fi.FullName)
|
||||
Inputfilename = My.Settings.Ueberwachungsverzeichnis + "\" + inputds.Tables(0).Rows(0).Item("file")
|
||||
partnernr = inputds.Tables(0).Rows(0).Item("bpnr")
|
||||
Dokumenttypnr = inputds.Tables(0).Rows(0).Item("Dokumentenart")
|
||||
Dokumentdatum = inputds.Tables(0).Rows(0).Item("Dokumentendatum")
|
||||
Creator = inputds.Tables(0).Rows(0).Item("CreatorTG")
|
||||
printlog("Verarbeitung: " + Inputfilename + " PNr:" + partnernr + " DokTyp:" + Dokumenttypnr + " DokDatum:" + Dokumentdatum)
|
||||
If Check_PDF(Inputfilename) = False Then
|
||||
printlog("Fehler: PDF-Datei " + Inputfilename + " ist nicht vorhanden.")
|
||||
Else
|
||||
If Fill_XML() = False Then
|
||||
printlog("Fehler: XML konnte nicht erstellt werden.")
|
||||
My.Computer.FileSystem.RenameFile(fi.FullName, fi.FullName + ".err")
|
||||
Else
|
||||
Try
|
||||
printlog("Movefile PDF: " + Inputfilename + " - " + My.Settings.EDKB08_Path + "\" + System.IO.Path.GetFileName(Inputfilename))
|
||||
System.IO.File.Move(Inputfilename, My.Settings.EDKB08_Path + "\" + System.IO.Path.GetFileName(Inputfilename))
|
||||
printlog("Movefile IDX: " + Indexfilename + " - " + My.Settings.EDKB08_Path + "\" + System.IO.Path.GetFileName(Indexfilename))
|
||||
System.IO.File.Move(Indexfilename, My.Settings.EDKB08_Path + "\" + System.IO.Path.GetFileName(Indexfilename))
|
||||
|
||||
My.Computer.FileSystem.RenameFile(fi.FullName, System.IO.Path.GetFileName(fi.FullName) + ".done")
|
||||
Catch ex As Exception
|
||||
printlog("Fehler FileRename: " + ex.Message)
|
||||
|
||||
End Try
|
||||
|
||||
End If
|
||||
|
||||
End If
|
||||
Threading.Thread.CurrentThread.Sleep(1100)
|
||||
Next
|
||||
printlog("***")
|
||||
printlog("Ende Verarbeitung")
|
||||
FileClose(1)
|
||||
End Sub
|
||||
Private Function Check_PDF(filename As String) As Boolean
|
||||
If System.IO.File.Exists(filename) Then Return True Else Return False
|
||||
End Function
|
||||
|
||||
Public Function Fill_XML() As Boolean
|
||||
Try
|
||||
Dim inputxml As New DataSet
|
||||
indexfilename = ""
|
||||
inputxml.ReadXml(System.AppDomain.CurrentDomain.BaseDirectory + "\edkb08struktur.xml")
|
||||
inputxml.Tables(0).Columns.Add("Bezeichnung")
|
||||
Dim r As DataRow = inputxml.Tables(0).Rows(0)
|
||||
|
||||
r.Item("Partnernr") = partnernr
|
||||
r.Item("Funktion") = "ADD"
|
||||
r.Item("Dokumenttypnr") = Dokumenttypnr
|
||||
r.Item("dateiname") = System.IO.Path.GetFileName(Inputfilename)
|
||||
r.Item("Dateiformat") = "PDF"
|
||||
r.Item("Herkunftsapplikation") = My.Settings.Herkunftsapplikation
|
||||
r.Item("Ersteller") = Creator
|
||||
r.Item("Archivdatum") = Dokumentdatum.Substring(8, 2) + "." + Dokumentdatum.Substring(5, 2) + "." + Dokumentdatum.Substring(0, 4)
|
||||
r.Item("Archivdatum") = ""
|
||||
'20210209 - Archivdatum nicht verwenden, sondern aktuelles Tagesdatum einsetzen
|
||||
'r.Item("Archivdatum") = Now.ToString("dd.MM.yyyy")
|
||||
Dim db As New clsdb
|
||||
r.Item("Bezeichnung") = db.Get_DokTy_Bezeichnung(Dokumenttypnr, Dokumentdatum)
|
||||
'inputxml.Tables(0).Rows.Add(r)
|
||||
inputxml.Tables(0).AcceptChanges()
|
||||
Dim fn As String = Now.ToString("yyyyMMdd_HHmmss") + ".ind"
|
||||
inputxml.WriteXml(My.Settings.TempDir + "\" + partnernr + fn)
|
||||
indexfilename = My.Settings.TempDir + "\" + partnernr + fn
|
||||
Return True
|
||||
Catch ex As Exception
|
||||
printlog("Fehler:" + ex.Message)
|
||||
Return False
|
||||
End Try
|
||||
|
||||
End Function
|
||||
Sub printlog(ByVal message As String)
|
||||
WriteLine(1, Now.ToShortDateString + " " + Now.ToShortTimeString + ": " + message)
|
||||
End Sub
|
||||
|
||||
|
||||
End Module
|
||||
13
EDKB08/EDKB08_Jahresabshluss_Import/EDKB08_Jahresabshluss_Import/My Project/Application.Designer.vb
generated
Normal file
13
EDKB08/EDKB08_Jahresabshluss_Import/EDKB08_Jahresabshluss_Import/My Project/Application.Designer.vb
generated
Normal file
@@ -0,0 +1,13 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.42000
|
||||
'
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<MySubMain>false</MySubMain>
|
||||
<SingleInstance>false</SingleInstance>
|
||||
<ShutdownMode>0</ShutdownMode>
|
||||
<EnableVisualStyles>true</EnableVisualStyles>
|
||||
<AuthenticationMode>0</AuthenticationMode>
|
||||
<ApplicationType>2</ApplicationType>
|
||||
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
|
||||
</MyApplicationData>
|
||||
@@ -0,0 +1,35 @@
|
||||
Imports System
|
||||
Imports System.Reflection
|
||||
Imports System.Runtime.InteropServices
|
||||
|
||||
' Allgemeine Informationen über eine Assembly werden über die folgenden
|
||||
' Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
|
||||
' die einer Assembly zugeordnet sind.
|
||||
|
||||
' Werte der Assemblyattribute überprüfen
|
||||
|
||||
<Assembly: AssemblyTitle("EDKB08_Jahresabshluss_Import")>
|
||||
<Assembly: AssemblyDescription("")>
|
||||
<Assembly: AssemblyCompany("")>
|
||||
<Assembly: AssemblyProduct("EDKB08_Jahresabshluss_Import")>
|
||||
<Assembly: AssemblyCopyright("Copyright © 2020")>
|
||||
<Assembly: AssemblyTrademark("")>
|
||||
|
||||
<Assembly: ComVisible(False)>
|
||||
|
||||
'Die folgende GUID wird für die typelib-ID verwendet, wenn dieses Projekt für COM verfügbar gemacht wird.
|
||||
<Assembly: Guid("41afeec1-219b-4025-8c46-5ca204f71aa7")>
|
||||
|
||||
' Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
|
||||
'
|
||||
' Hauptversion
|
||||
' Nebenversion
|
||||
' Buildnummer
|
||||
' Revision
|
||||
'
|
||||
' Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
|
||||
' indem Sie "*" wie unten gezeigt eingeben:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("1.0.0.0")>
|
||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||
62
EDKB08/EDKB08_Jahresabshluss_Import/EDKB08_Jahresabshluss_Import/My Project/Resources.Designer.vb
generated
Normal file
62
EDKB08/EDKB08_Jahresabshluss_Import/EDKB08_Jahresabshluss_Import/My Project/Resources.Designer.vb
generated
Normal file
@@ -0,0 +1,62 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.42000
|
||||
'
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
|
||||
Namespace My.Resources
|
||||
|
||||
'This class was auto-generated by the StronglyTypedResourceBuilder
|
||||
'class via a tool like ResGen or Visual Studio.
|
||||
'To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
'with the /str option, or rebuild your VS project.
|
||||
'''<summary>
|
||||
''' A strongly-typed resource class, for looking up localized strings, etc.
|
||||
'''</summary>
|
||||
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
|
||||
Friend Module Resources
|
||||
|
||||
Private resourceMan As Global.System.Resources.ResourceManager
|
||||
|
||||
Private resourceCulture As Global.System.Globalization.CultureInfo
|
||||
|
||||
'''<summary>
|
||||
''' Returns the cached ResourceManager instance used by this class.
|
||||
'''</summary>
|
||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
|
||||
Get
|
||||
If Object.ReferenceEquals(resourceMan, Nothing) Then
|
||||
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("EDKB08_Jahresabshluss_Import.Resources", GetType(Resources).Assembly)
|
||||
resourceMan = temp
|
||||
End If
|
||||
Return resourceMan
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Overrides the current thread's CurrentUICulture property for all
|
||||
''' resource lookups using this strongly typed resource class.
|
||||
'''</summary>
|
||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Friend Property Culture() As Global.System.Globalization.CultureInfo
|
||||
Get
|
||||
Return resourceCulture
|
||||
End Get
|
||||
Set(ByVal value As Global.System.Globalization.CultureInfo)
|
||||
resourceCulture = value
|
||||
End Set
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
||||
@@ -0,0 +1,117 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
159
EDKB08/EDKB08_Jahresabshluss_Import/EDKB08_Jahresabshluss_Import/My Project/Settings.Designer.vb
generated
Normal file
159
EDKB08/EDKB08_Jahresabshluss_Import/EDKB08_Jahresabshluss_Import/My Project/Settings.Designer.vb
generated
Normal file
@@ -0,0 +1,159 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' Dieser Code wurde von einem Tool generiert.
|
||||
' Laufzeitversion:4.0.30319.42000
|
||||
'
|
||||
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
' der Code erneut generiert wird.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
|
||||
Namespace My
|
||||
|
||||
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.4.0.0"), _
|
||||
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Partial Friend NotInheritable Class MySettings
|
||||
Inherits Global.System.Configuration.ApplicationSettingsBase
|
||||
|
||||
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
|
||||
|
||||
#Region "Automatische My.Settings-Speicherfunktion"
|
||||
#If _MyType = "WindowsForms" Then
|
||||
Private Shared addedHandler As Boolean
|
||||
|
||||
Private Shared addedHandlerLockObject As New Object
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs)
|
||||
If My.Application.SaveMySettingsOnExit Then
|
||||
My.Settings.Save()
|
||||
End If
|
||||
End Sub
|
||||
#End If
|
||||
#End Region
|
||||
|
||||
Public Shared ReadOnly Property [Default]() As MySettings
|
||||
Get
|
||||
|
||||
#If _MyType = "WindowsForms" Then
|
||||
If Not addedHandler Then
|
||||
SyncLock addedHandlerLockObject
|
||||
If Not addedHandler Then
|
||||
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
|
||||
addedHandler = True
|
||||
End If
|
||||
End SyncLock
|
||||
End If
|
||||
#End If
|
||||
Return defaultInstance
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Log\logfile."& _
|
||||
"txt")> _
|
||||
Public Property Logfile() As String
|
||||
Get
|
||||
Return CType(Me("Logfile"),String)
|
||||
End Get
|
||||
Set
|
||||
Me("Logfile") = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten")> _
|
||||
Public Property Ueberwachungsverzeichnis() As String
|
||||
Get
|
||||
Return CType(Me("Ueberwachungsverzeichnis"),String)
|
||||
End Get
|
||||
Set
|
||||
Me("Ueberwachungsverzeichnis") = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("BILAOUT")> _
|
||||
Public Property Herkunftsapplikation() As String
|
||||
Get
|
||||
Return CType(Me("Herkunftsapplikation"),String)
|
||||
End Get
|
||||
Set
|
||||
Me("Herkunftsapplikation") = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("TGE4491")> _
|
||||
Public Property Ersteller() As String
|
||||
Get
|
||||
Return CType(Me("Ersteller"),String)
|
||||
End Get
|
||||
Set
|
||||
Me("Ersteller") = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Temp")> _
|
||||
Public Property TempDir() As String
|
||||
Get
|
||||
Return CType(Me("TempDir"),String)
|
||||
End Get
|
||||
Set
|
||||
Me("TempDir") = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("k:\edoka\edkb08")> _
|
||||
Public Property EDKB08_Path() As String
|
||||
Get
|
||||
Return CType(Me("EDKB08_Path"),String)
|
||||
End Get
|
||||
Set
|
||||
Me("EDKB08_Path") = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("data source=shu00;initial catalog=edoka;integrated security=SSPI;persist security"& _
|
||||
" info=false;workstation id=;packet size=4096;user id=sa;password=*shu29")> _
|
||||
Public Property dbconn() As String
|
||||
Get
|
||||
Return CType(Me("dbconn"),String)
|
||||
End Get
|
||||
Set
|
||||
Me("dbconn") = value
|
||||
End Set
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
Namespace My
|
||||
|
||||
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
|
||||
Friend Module MySettingsProperty
|
||||
|
||||
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
|
||||
Friend ReadOnly Property Settings() As Global.EDKB08_Jahresabshluss_Import.My.MySettings
|
||||
Get
|
||||
Return Global.EDKB08_Jahresabshluss_Import.My.MySettings.Default
|
||||
End Get
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
||||
@@ -0,0 +1,27 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="My" GeneratedClassName="MySettings" UseMySettingsClassName="true">
|
||||
<Profiles />
|
||||
<Settings>
|
||||
<Setting Name="Logfile" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Log\logfile.txt</Value>
|
||||
</Setting>
|
||||
<Setting Name="Ueberwachungsverzeichnis" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten</Value>
|
||||
</Setting>
|
||||
<Setting Name="Herkunftsapplikation" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">BILAOUT</Value>
|
||||
</Setting>
|
||||
<Setting Name="Ersteller" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">TGE4491</Value>
|
||||
</Setting>
|
||||
<Setting Name="TempDir" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Temp</Value>
|
||||
</Setting>
|
||||
<Setting Name="EDKB08_Path" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">k:\edoka\edkb08</Value>
|
||||
</Setting>
|
||||
<Setting Name="dbconn" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">data source=shu00;initial catalog=edoka;integrated security=SSPI;persist security info=false;workstation id=;packet size=4096;user id=sa;password=*shu29</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
@@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
||||
<section name="EDKB08_Jahresabshluss_Import.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<system.diagnostics>
|
||||
<sources>
|
||||
<!-- Dieser Abschnitt definiert die Protokollierungskonfiguration für My.Application.Log -->
|
||||
<source name="DefaultSource" switchName="DefaultSwitch">
|
||||
<listeners>
|
||||
<add name="FileLog"/>
|
||||
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben, um in das Anwendungsereignisprotokoll zu schreiben -->
|
||||
<!--<add name="EventLog"/>-->
|
||||
</listeners>
|
||||
</source>
|
||||
</sources>
|
||||
<switches>
|
||||
<add name="DefaultSwitch" value="Information" />
|
||||
</switches>
|
||||
<sharedListeners>
|
||||
<add name="FileLog"
|
||||
type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
|
||||
initializeData="FileLogWriter"/>
|
||||
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben und APPLICATION_NAME durch den Namen der Anwendung ersetzen, um in das Anwendungsereignisprotokoll zu schreiben -->
|
||||
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
|
||||
</sharedListeners>
|
||||
</system.diagnostics>
|
||||
<userSettings>
|
||||
<EDKB08_Jahresabshluss_Import.My.MySettings>
|
||||
<setting name="Logfile" serializeAs="String">
|
||||
<value>E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Log\logfile.txt</value>
|
||||
</setting>
|
||||
<setting name="Ueberwachungsverzeichnis" serializeAs="String">
|
||||
<value>E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten</value>
|
||||
</setting>
|
||||
<setting name="Herkunftsapplikation" serializeAs="String">
|
||||
<value>BILAOUT</value>
|
||||
</setting>
|
||||
<setting name="Ersteller" serializeAs="String">
|
||||
<value>TGE4491</value>
|
||||
</setting>
|
||||
<setting name="TempDir" serializeAs="String">
|
||||
<value>E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Temp</value>
|
||||
</setting>
|
||||
<setting name="EDKB08_Path" serializeAs="String">
|
||||
<value>k:\edoka\edkb08</value>
|
||||
</setting>
|
||||
<setting name="dbconn" serializeAs="String">
|
||||
<value>data source=shu00;initial catalog=edoka;integrated security=SSPI;persist security info=false;workstation id=;packet size=4096;user id=sa;password=*shu29</value>
|
||||
</setting>
|
||||
</EDKB08_Jahresabshluss_Import.My.MySettings>
|
||||
</userSettings>
|
||||
</configuration>
|
||||
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<NewDataSet>
|
||||
<Import>
|
||||
<FUNKTION />
|
||||
<PARTNERNR />
|
||||
<VVNR />
|
||||
<BARCODEID />
|
||||
<KST />
|
||||
<PARTNER_KURZBEZEICHNUNG />
|
||||
<NAME />
|
||||
<VORNAME />
|
||||
<STRASSE />
|
||||
<PLZ />
|
||||
<ORT />
|
||||
<DOKUMENTTYPNR />
|
||||
<DATEINAME />
|
||||
<DATEIFORMAT />
|
||||
<ERSTELLER />
|
||||
<KST_ERSTELLER />
|
||||
<ARCHIVDATUM />
|
||||
<HERKUNFTSAPPLIKATION />
|
||||
<GESCHAEFTSFALLNR />
|
||||
<VVNR_INDEX />
|
||||
<DOKUMENTSTATUS />
|
||||
<ZUERSETZENDESDOKUMENT />
|
||||
<LIETEMPFAENGERMA />
|
||||
<LSITEMPFAENGERKST />
|
||||
<LISTEMPFAENGERNL />
|
||||
<DOKUMENTWERT1 />
|
||||
<DOKUMENTWERT2 />
|
||||
<DOKUMENTWERT3 />
|
||||
<DOKUMENTWERT4 />
|
||||
<DOKUMENTWERT5 />
|
||||
<DOKUMENTWERT6 />
|
||||
<DOKUMENTWERT7 />
|
||||
<DOKUMENTWERT8 />
|
||||
<DOKUMENTWERT9 />
|
||||
<DOKUMENTWERT10 />
|
||||
<DOKUMENTWERT11 />
|
||||
<DOKUMENTWERT12 />
|
||||
<DOKUMENTWERT13 />
|
||||
<DOKUMENTWERT14 />
|
||||
<DOKUMENTWERT15 />
|
||||
<DOKUMENTWERT16 />
|
||||
<DOKUMENTWERT17 />
|
||||
<DOKUMENTWERT18 />
|
||||
<DOKUMENTWERT19 />
|
||||
<DOKUMENTWERT20 />
|
||||
</Import>
|
||||
</NewDataSet>
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
||||
<section name="EDKB08_Jahresabshluss_Import.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<system.diagnostics>
|
||||
<sources>
|
||||
<!-- Dieser Abschnitt definiert die Protokollierungskonfiguration für My.Application.Log -->
|
||||
<source name="DefaultSource" switchName="DefaultSwitch">
|
||||
<listeners>
|
||||
<add name="FileLog"/>
|
||||
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben, um in das Anwendungsereignisprotokoll zu schreiben -->
|
||||
<!--<add name="EventLog"/>-->
|
||||
</listeners>
|
||||
</source>
|
||||
</sources>
|
||||
<switches>
|
||||
<add name="DefaultSwitch" value="Information" />
|
||||
</switches>
|
||||
<sharedListeners>
|
||||
<add name="FileLog"
|
||||
type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
|
||||
initializeData="FileLogWriter"/>
|
||||
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben und APPLICATION_NAME durch den Namen der Anwendung ersetzen, um in das Anwendungsereignisprotokoll zu schreiben -->
|
||||
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
|
||||
</sharedListeners>
|
||||
</system.diagnostics>
|
||||
<userSettings>
|
||||
<EDKB08_Jahresabshluss_Import.My.MySettings>
|
||||
<setting name="Logfile" serializeAs="String">
|
||||
<value>E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Log\logfile.txt</value>
|
||||
</setting>
|
||||
<setting name="Ueberwachungsverzeichnis" serializeAs="String">
|
||||
<value>E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten</value>
|
||||
</setting>
|
||||
<setting name="Herkunftsapplikation" serializeAs="String">
|
||||
<value>BILAOUT</value>
|
||||
</setting>
|
||||
<setting name="Ersteller" serializeAs="String">
|
||||
<value>TGE4491</value>
|
||||
</setting>
|
||||
<setting name="TempDir" serializeAs="String">
|
||||
<value>E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Temp</value>
|
||||
</setting>
|
||||
<setting name="EDKB08_Path" serializeAs="String">
|
||||
<value>k:\edoka\edkb08</value>
|
||||
</setting>
|
||||
<setting name="dbconn" serializeAs="String">
|
||||
<value>data source=shu00;initial catalog=edoka;integrated security=SSPI;persist security info=false;workstation id=;packet size=4096;user id=sa;password=*shu29</value>
|
||||
</setting>
|
||||
</EDKB08_Jahresabshluss_Import.My.MySettings>
|
||||
</userSettings>
|
||||
</configuration>
|
||||
Binary file not shown.
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
EDKB08_Jahresabshluss_Import
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:EDKB08_Jahresabshluss_Import.My.Resources.Resources">
|
||||
<summary>
|
||||
A strongly-typed resource class, for looking up localized strings, etc.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB08_Jahresabshluss_Import.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Returns the cached ResourceManager instance used by this class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB08_Jahresabshluss_Import.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Overrides the current thread's CurrentUICulture property for all
|
||||
resource lookups using this strongly typed resource class.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
@@ -0,0 +1,20 @@
|
||||
Imports System.Data.SqlClient
|
||||
Imports System.Data.SqlDbType
|
||||
|
||||
Public Class clsdb
|
||||
Public Function Get_DokTy_Bezeichnung(ByVal Dokumenttypnr As Integer, dokumentdatum As String) As String
|
||||
Try
|
||||
Dim doktypdb As New SqlDataAdapter("Select bezeichnung from dokumenttyp where dokumenttypnr=" + Dokumenttypnr.ToString, My.Settings.dbconn)
|
||||
Dim doktypds As New DataSet
|
||||
Dim s As String
|
||||
doktypdb.Fill(doktypds, "testtable")
|
||||
s = doktypds.Tables(0).Rows(0).Item(0)
|
||||
s = s + " - " + dokumentdatum.Substring(8, 2) + "." + dokumentdatum.Substring(5, 2) + "." + dokumentdatum.Substring(0, 4)
|
||||
doktypds.Dispose()
|
||||
doktypdb.Dispose()
|
||||
Return s
|
||||
Catch
|
||||
Return dokumentdatum.Substring(8, 2) + "." + dokumentdatum.Substring(5, 2) + "." + dokumentdatum.Substring(0, 4)
|
||||
End Try
|
||||
End Function
|
||||
End Class
|
||||
@@ -0,0 +1,7 @@
|
||||
' <autogenerated/>
|
||||
Option Strict Off
|
||||
Option Explicit On
|
||||
|
||||
Imports System
|
||||
Imports System.Reflection
|
||||
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.0", FrameworkDisplayName:=".NET Framework 4")>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
ad7db3a11121a02fba696d44b679b158f6059d6a
|
||||
@@ -0,0 +1,11 @@
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\EDKB08_Jahresabshluss_Import\bin\Debug\EDKB08_Jahresabshluss_Import.exe
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\EDKB08_Jahresabshluss_Import\bin\Debug\EDKB08_Jahresabshluss_Import.pdb
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\EDKB08_Jahresabshluss_Import\bin\Debug\EDKB08_Jahresabshluss_Import.xml
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\EDKB08_Jahresabshluss_Import\obj\Debug\EDKB08_Jahresabshluss_Import.Resources.resources
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\EDKB08_Jahresabshluss_Import\obj\Debug\EDKB08_Jahresabshluss_Import.vbproj.GenerateResource.cache
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\EDKB08_Jahresabshluss_Import\obj\Debug\EDKB08_Jahresabshluss_Import.exe
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\EDKB08_Jahresabshluss_Import\obj\Debug\EDKB08_Jahresabshluss_Import.xml
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\EDKB08_Jahresabshluss_Import\obj\Debug\EDKB08_Jahresabshluss_Import.pdb
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\EDKB08_Jahresabshluss_Import\bin\Debug\EDKB08_Jahresabshluss_Import.exe.config
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\EDKB08_Jahresabshluss_Import\obj\Debug\EDKB08_Jahresabshluss_Import.vbprojAssemblyReference.cache
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\EDKB08_Jahresabshluss_Import\obj\Debug\EDKB08_Jahresabshluss_Import.vbproj.CoreCompileInputs.cache
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
EDKB08_Jahresabshluss_Import
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:EDKB08_Jahresabshluss_Import.My.Resources.Resources">
|
||||
<summary>
|
||||
A strongly-typed resource class, for looking up localized strings, etc.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB08_Jahresabshluss_Import.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Returns the cached ResourceManager instance used by this class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB08_Jahresabshluss_Import.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Overrides the current thread's CurrentUICulture property for all
|
||||
resource lookups using this strongly typed resource class.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
Binary file not shown.
136
EDKB08/EDKB08_Jahresabshluss_Import/Log/logfile.txt
Normal file
136
EDKB08/EDKB08_Jahresabshluss_Import/Log/logfile.txt
Normal file
@@ -0,0 +1,136 @@
|
||||
"10.02.2020 18:24: ***"
|
||||
"10.02.2020 18:24: Start Verarbeitung"
|
||||
"10.02.2020 18:24: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 18:24: Fehler: PDF-Datei E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf ist nicht vorhanden."
|
||||
"10.02.2020 18:24: ***"
|
||||
"10.02.2020 18:24: Ende Verarbeitung"
|
||||
"10.02.2020 18:24: ***"
|
||||
"10.02.2020 18:24: Start Verarbeitung"
|
||||
"10.02.2020 18:24: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 18:25: ***"
|
||||
"10.02.2020 18:25: Start Verarbeitung"
|
||||
"10.02.2020 18:25: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 18:30: ***"
|
||||
"10.02.2020 18:30: Start Verarbeitung"
|
||||
"10.02.2020 18:30: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 18:33: ***"
|
||||
"10.02.2020 18:33: Start Verarbeitung"
|
||||
"10.02.2020 18:33: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 18:33: Fehler: PDF-Datei E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf ist nicht vorhanden."
|
||||
"10.02.2020 18:37: ***"
|
||||
"10.02.2020 18:37: Start Verarbeitung"
|
||||
"10.02.2020 18:37: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 18:38: Fehler: XML konnte nicht erstellt werden."
|
||||
"10.02.2020 18:38: ***"
|
||||
"10.02.2020 18:38: Ende Verarbeitung"
|
||||
"10.02.2020 18:40: ***"
|
||||
"10.02.2020 18:40: Start Verarbeitung"
|
||||
"10.02.2020 18:40: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 18:40: Fehler: XML konnte nicht erstellt werden."
|
||||
"10.02.2020 18:40: ***"
|
||||
"10.02.2020 18:40: Ende Verarbeitung"
|
||||
"10.02.2020 18:41: ***"
|
||||
"10.02.2020 18:41: Start Verarbeitung"
|
||||
"10.02.2020 18:41: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 18:41: Fehler: XML konnte nicht erstellt werden."
|
||||
"10.02.2020 18:41: ***"
|
||||
"10.02.2020 18:41: Ende Verarbeitung"
|
||||
"10.02.2020 18:42: ***"
|
||||
"10.02.2020 18:42: Start Verarbeitung"
|
||||
"10.02.2020 18:42: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 18:42: Fehler: XML konnte nicht erstellt werden."
|
||||
"10.02.2020 18:42: ***"
|
||||
"10.02.2020 18:42: Ende Verarbeitung"
|
||||
"10.02.2020 18:48: ***"
|
||||
"10.02.2020 18:48: Start Verarbeitung"
|
||||
"10.02.2020 18:48: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 18:50: ***"
|
||||
"10.02.2020 18:50: Start Verarbeitung"
|
||||
"10.02.2020 18:50: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 18:50: ***"
|
||||
"10.02.2020 18:50: Ende Verarbeitung"
|
||||
"10.02.2020 19:47: ***"
|
||||
"10.02.2020 19:47: Start Verarbeitung"
|
||||
"10.02.2020 19:47: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 19:48: ***"
|
||||
"10.02.2020 19:48: Start Verarbeitung"
|
||||
"10.02.2020 19:48: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 19:48: ***"
|
||||
"10.02.2020 19:48: Start Verarbeitung"
|
||||
"10.02.2020 19:48: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 19:48: Fehler: PDF-Datei E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf ist nicht vorhanden."
|
||||
"10.02.2020 19:48: ***"
|
||||
"10.02.2020 19:48: Ende Verarbeitung"
|
||||
"10.02.2020 19:49: ***"
|
||||
"10.02.2020 19:49: Start Verarbeitung"
|
||||
"10.02.2020 19:49: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 19:50: ***"
|
||||
"10.02.2020 19:50: Start Verarbeitung"
|
||||
"10.02.2020 19:50: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 19:51: ***"
|
||||
"10.02.2020 19:51: Start Verarbeitung"
|
||||
"10.02.2020 19:51: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 19:51: ***"
|
||||
"10.02.2020 19:51: Start Verarbeitung"
|
||||
"10.02.2020 19:51: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 19:53: ***"
|
||||
"10.02.2020 19:53: Start Verarbeitung"
|
||||
"10.02.2020 19:53: ***"
|
||||
"10.02.2020 19:53: Start Verarbeitung"
|
||||
"10.02.2020 19:54: ***"
|
||||
"10.02.2020 19:54: Start Verarbeitung"
|
||||
"10.02.2020 19:54: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 19:54: ***"
|
||||
"10.02.2020 19:54: Start Verarbeitung"
|
||||
"10.02.2020 19:54: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 19:54: ***"
|
||||
"10.02.2020 19:54: Start Verarbeitung"
|
||||
"10.02.2020 19:54: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 19:54: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 19:54: Fehler: PDF-Datei E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf ist nicht vorhanden."
|
||||
"10.02.2020 19:54: ***"
|
||||
"10.02.2020 19:54: Ende Verarbeitung"
|
||||
"10.02.2020 19:55: ***"
|
||||
"10.02.2020 19:55: Start Verarbeitung"
|
||||
"10.02.2020 19:57: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 19:57: ***"
|
||||
"10.02.2020 19:57: Ende Verarbeitung"
|
||||
"10.02.2020 19:58: ***"
|
||||
"10.02.2020 19:58: Start Verarbeitung"
|
||||
"10.02.2020 19:58: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 19:58: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274672.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 19:59: ***"
|
||||
"10.02.2020 19:59: Start Verarbeitung"
|
||||
"10.02.2020 19:59: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274672.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 19:59: Fehler: PDF-Datei E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274672.pdf ist nicht vorhanden."
|
||||
"10.02.2020 19:59: ***"
|
||||
"10.02.2020 19:59: Ende Verarbeitung"
|
||||
"10.02.2020 20:00: ***"
|
||||
"10.02.2020 20:00: Start Verarbeitung"
|
||||
"10.02.2020 20:00: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 20:00: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274672.pdf PNr:1274672 DokTyp:1890 DokDatum:2019-12-31"
|
||||
"10.02.2020 20:00: ***"
|
||||
"10.02.2020 20:00: Ende Verarbeitung"
|
||||
"11.02.2020 10:00: ***"
|
||||
"11.02.2020 10:00: Start Verarbeitung"
|
||||
"11.02.2020 10:00: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:1550 DokDatum:2019-12-31"
|
||||
"11.02.2020 10:01: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274672.pdf PNr:1274672 DokTyp:1550 DokDatum:2019-12-31"
|
||||
"11.02.2020 10:01: ***"
|
||||
"11.02.2020 10:01: Ende Verarbeitung"
|
||||
"21.02.2020 09:52: ***"
|
||||
"21.02.2020 09:52: Start Verarbeitung"
|
||||
"21.02.2020 09:55: ***"
|
||||
"21.02.2020 09:55: Start Verarbeitung"
|
||||
"21.02.2020 09:55: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_MP_1274671.pdf PNr:1274671 DokTyp:2492 DokDatum:2019-12-31"
|
||||
"09.02.2021 08:48: ***"
|
||||
"09.02.2021 08:48: Start Verarbeitung"
|
||||
"09.02.2021 08:49: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_MP_1274671.pdf PNr:1274671 DokTyp:2492 DokDatum:2019-12-31"
|
||||
"09.02.2021 08:49: Fehler: PDF-Datei E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_MP_1274671.pdf ist nicht vorhanden."
|
||||
"09.02.2021 08:50: ***"
|
||||
"09.02.2021 08:50: Ende Verarbeitung"
|
||||
"09.02.2021 08:50: ***"
|
||||
"09.02.2021 08:50: Start Verarbeitung"
|
||||
"09.02.2021 08:50: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_MP_1274671.pdf PNr:1274671 DokTyp:2492 DokDatum:2019-12-31"
|
||||
"09.02.2021 08:51: ***"
|
||||
"09.02.2021 08:51: Start Verarbeitung"
|
||||
"09.02.2021 08:51: Verarbeitung: E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Jahresabshluss_Import\Testdaten\ppa_20200206_02_FR_1274671.pdf PNr:1274671 DokTyp:2492 DokDatum:2019-12-31"
|
||||
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<NewDataSet>
|
||||
<Import>
|
||||
<FUNKTION>ADD</FUNKTION>
|
||||
<PARTNERNR>1274671</PARTNERNR>
|
||||
<VVNR />
|
||||
<BARCODEID />
|
||||
<KST />
|
||||
<PARTNER_KURZBEZEICHNUNG />
|
||||
<NAME />
|
||||
<VORNAME />
|
||||
<STRASSE />
|
||||
<PLZ />
|
||||
<ORT />
|
||||
<DOKUMENTTYPNR>1890</DOKUMENTTYPNR>
|
||||
<DATEINAME>ppa_20200206_02_FR_1274671.pdf</DATEINAME>
|
||||
<DATEIFORMAT>.pdf</DATEIFORMAT>
|
||||
<ERSTELLER>TGE4491</ERSTELLER>
|
||||
<KST_ERSTELLER />
|
||||
<ARCHIVDATUM>31.12.2019</ARCHIVDATUM>
|
||||
<HERKUNFTSAPPLIKATION>BilaOut</HERKUNFTSAPPLIKATION>
|
||||
<GESCHAEFTSFALLNR />
|
||||
<VVNR_INDEX />
|
||||
<DOKUMENTSTATUS />
|
||||
<ZUERSETZENDESDOKUMENT />
|
||||
<LIETEMPFAENGERMA />
|
||||
<LSITEMPFAENGERKST />
|
||||
<LISTEMPFAENGERNL />
|
||||
<DOKUMENTWERT1 />
|
||||
<DOKUMENTWERT2 />
|
||||
<DOKUMENTWERT3 />
|
||||
<DOKUMENTWERT4 />
|
||||
<DOKUMENTWERT5 />
|
||||
<DOKUMENTWERT6 />
|
||||
<DOKUMENTWERT7 />
|
||||
<DOKUMENTWERT8 />
|
||||
<DOKUMENTWERT9 />
|
||||
<DOKUMENTWERT10 />
|
||||
<DOKUMENTWERT11 />
|
||||
<DOKUMENTWERT12 />
|
||||
<DOKUMENTWERT13 />
|
||||
<DOKUMENTWERT14 />
|
||||
<DOKUMENTWERT15 />
|
||||
<DOKUMENTWERT16 />
|
||||
<DOKUMENTWERT17 />
|
||||
<DOKUMENTWERT18 />
|
||||
<DOKUMENTWERT19 />
|
||||
<DOKUMENTWERT20 />
|
||||
</Import>
|
||||
</NewDataSet>
|
||||
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<NewDataSet>
|
||||
<Import>
|
||||
<FUNKTION>ADD</FUNKTION>
|
||||
<PARTNERNR>1274671</PARTNERNR>
|
||||
<VVNR />
|
||||
<BARCODEID />
|
||||
<KST />
|
||||
<PARTNER_KURZBEZEICHNUNG />
|
||||
<NAME />
|
||||
<VORNAME />
|
||||
<STRASSE />
|
||||
<PLZ />
|
||||
<ORT />
|
||||
<DOKUMENTTYPNR>1890</DOKUMENTTYPNR>
|
||||
<DATEINAME>ppa_20200206_02_FR_1274671.pdf</DATEINAME>
|
||||
<DATEIFORMAT>.pdf</DATEIFORMAT>
|
||||
<ERSTELLER>TGE4491</ERSTELLER>
|
||||
<KST_ERSTELLER />
|
||||
<ARCHIVDATUM>31.12.2019</ARCHIVDATUM>
|
||||
<HERKUNFTSAPPLIKATION>BilaOut</HERKUNFTSAPPLIKATION>
|
||||
<GESCHAEFTSFALLNR />
|
||||
<VVNR_INDEX />
|
||||
<DOKUMENTSTATUS />
|
||||
<ZUERSETZENDESDOKUMENT />
|
||||
<LIETEMPFAENGERMA />
|
||||
<LSITEMPFAENGERKST />
|
||||
<LISTEMPFAENGERNL />
|
||||
<DOKUMENTWERT1 />
|
||||
<DOKUMENTWERT2 />
|
||||
<DOKUMENTWERT3 />
|
||||
<DOKUMENTWERT4 />
|
||||
<DOKUMENTWERT5 />
|
||||
<DOKUMENTWERT6 />
|
||||
<DOKUMENTWERT7 />
|
||||
<DOKUMENTWERT8 />
|
||||
<DOKUMENTWERT9 />
|
||||
<DOKUMENTWERT10 />
|
||||
<DOKUMENTWERT11 />
|
||||
<DOKUMENTWERT12 />
|
||||
<DOKUMENTWERT13 />
|
||||
<DOKUMENTWERT14 />
|
||||
<DOKUMENTWERT15 />
|
||||
<DOKUMENTWERT16 />
|
||||
<DOKUMENTWERT17 />
|
||||
<DOKUMENTWERT18 />
|
||||
<DOKUMENTWERT19 />
|
||||
<DOKUMENTWERT20 />
|
||||
</Import>
|
||||
</NewDataSet>
|
||||
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<NewDataSet>
|
||||
<Import>
|
||||
<FUNKTION>ADD</FUNKTION>
|
||||
<PARTNERNR>1274671</PARTNERNR>
|
||||
<VVNR />
|
||||
<BARCODEID />
|
||||
<KST />
|
||||
<PARTNER_KURZBEZEICHNUNG />
|
||||
<NAME />
|
||||
<VORNAME />
|
||||
<STRASSE />
|
||||
<PLZ />
|
||||
<ORT />
|
||||
<DOKUMENTTYPNR>1890</DOKUMENTTYPNR>
|
||||
<DATEINAME>ppa_20200206_02_FR_1274671.pdf</DATEINAME>
|
||||
<DATEIFORMAT>.pdf</DATEIFORMAT>
|
||||
<ERSTELLER>TGE4491</ERSTELLER>
|
||||
<KST_ERSTELLER />
|
||||
<ARCHIVDATUM>31.12.2019</ARCHIVDATUM>
|
||||
<HERKUNFTSAPPLIKATION>BilaOut</HERKUNFTSAPPLIKATION>
|
||||
<GESCHAEFTSFALLNR />
|
||||
<VVNR_INDEX />
|
||||
<DOKUMENTSTATUS />
|
||||
<ZUERSETZENDESDOKUMENT />
|
||||
<LIETEMPFAENGERMA />
|
||||
<LSITEMPFAENGERKST />
|
||||
<LISTEMPFAENGERNL />
|
||||
<DOKUMENTWERT1 />
|
||||
<DOKUMENTWERT2 />
|
||||
<DOKUMENTWERT3 />
|
||||
<DOKUMENTWERT4 />
|
||||
<DOKUMENTWERT5 />
|
||||
<DOKUMENTWERT6 />
|
||||
<DOKUMENTWERT7 />
|
||||
<DOKUMENTWERT8 />
|
||||
<DOKUMENTWERT9 />
|
||||
<DOKUMENTWERT10 />
|
||||
<DOKUMENTWERT11 />
|
||||
<DOKUMENTWERT12 />
|
||||
<DOKUMENTWERT13 />
|
||||
<DOKUMENTWERT14 />
|
||||
<DOKUMENTWERT15 />
|
||||
<DOKUMENTWERT16 />
|
||||
<DOKUMENTWERT17 />
|
||||
<DOKUMENTWERT18 />
|
||||
<DOKUMENTWERT19 />
|
||||
<DOKUMENTWERT20 />
|
||||
</Import>
|
||||
</NewDataSet>
|
||||
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<NewDataSet>
|
||||
<Import>
|
||||
<FUNKTION>ADD</FUNKTION>
|
||||
<PARTNERNR>1274671</PARTNERNR>
|
||||
<VVNR />
|
||||
<BARCODEID />
|
||||
<KST />
|
||||
<PARTNER_KURZBEZEICHNUNG />
|
||||
<NAME />
|
||||
<VORNAME />
|
||||
<STRASSE />
|
||||
<PLZ />
|
||||
<ORT />
|
||||
<DOKUMENTTYPNR>1890</DOKUMENTTYPNR>
|
||||
<DATEINAME>ppa_20200206_02_FR_1274671.pdf</DATEINAME>
|
||||
<DATEIFORMAT>.pdf</DATEIFORMAT>
|
||||
<ERSTELLER>TGE4491</ERSTELLER>
|
||||
<KST_ERSTELLER />
|
||||
<ARCHIVDATUM>31.12.2019</ARCHIVDATUM>
|
||||
<HERKUNFTSAPPLIKATION>BilaOut</HERKUNFTSAPPLIKATION>
|
||||
<GESCHAEFTSFALLNR />
|
||||
<VVNR_INDEX />
|
||||
<DOKUMENTSTATUS />
|
||||
<ZUERSETZENDESDOKUMENT />
|
||||
<LIETEMPFAENGERMA />
|
||||
<LSITEMPFAENGERKST />
|
||||
<LISTEMPFAENGERNL />
|
||||
<DOKUMENTWERT1 />
|
||||
<DOKUMENTWERT2 />
|
||||
<DOKUMENTWERT3 />
|
||||
<DOKUMENTWERT4 />
|
||||
<DOKUMENTWERT5 />
|
||||
<DOKUMENTWERT6 />
|
||||
<DOKUMENTWERT7 />
|
||||
<DOKUMENTWERT8 />
|
||||
<DOKUMENTWERT9 />
|
||||
<DOKUMENTWERT10 />
|
||||
<DOKUMENTWERT11 />
|
||||
<DOKUMENTWERT12 />
|
||||
<DOKUMENTWERT13 />
|
||||
<DOKUMENTWERT14 />
|
||||
<DOKUMENTWERT15 />
|
||||
<DOKUMENTWERT16 />
|
||||
<DOKUMENTWERT17 />
|
||||
<DOKUMENTWERT18 />
|
||||
<DOKUMENTWERT19 />
|
||||
<DOKUMENTWERT20 />
|
||||
</Import>
|
||||
</NewDataSet>
|
||||
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<NewDataSet>
|
||||
<Import>
|
||||
<FUNKTION>ADD</FUNKTION>
|
||||
<PARTNERNR>1274671</PARTNERNR>
|
||||
<VVNR />
|
||||
<BARCODEID />
|
||||
<KST />
|
||||
<PARTNER_KURZBEZEICHNUNG />
|
||||
<NAME />
|
||||
<VORNAME />
|
||||
<STRASSE />
|
||||
<PLZ />
|
||||
<ORT />
|
||||
<DOKUMENTTYPNR>1890</DOKUMENTTYPNR>
|
||||
<DATEINAME>ppa_20200206_02_FR_1274671.pdf</DATEINAME>
|
||||
<DATEIFORMAT>.pdf</DATEIFORMAT>
|
||||
<ERSTELLER>TGE4491</ERSTELLER>
|
||||
<KST_ERSTELLER />
|
||||
<ARCHIVDATUM>31.12.2019</ARCHIVDATUM>
|
||||
<HERKUNFTSAPPLIKATION>BilaOut</HERKUNFTSAPPLIKATION>
|
||||
<GESCHAEFTSFALLNR />
|
||||
<VVNR_INDEX />
|
||||
<DOKUMENTSTATUS />
|
||||
<ZUERSETZENDESDOKUMENT />
|
||||
<LIETEMPFAENGERMA />
|
||||
<LSITEMPFAENGERKST />
|
||||
<LISTEMPFAENGERNL />
|
||||
<DOKUMENTWERT1 />
|
||||
<DOKUMENTWERT2 />
|
||||
<DOKUMENTWERT3 />
|
||||
<DOKUMENTWERT4 />
|
||||
<DOKUMENTWERT5 />
|
||||
<DOKUMENTWERT6 />
|
||||
<DOKUMENTWERT7 />
|
||||
<DOKUMENTWERT8 />
|
||||
<DOKUMENTWERT9 />
|
||||
<DOKUMENTWERT10 />
|
||||
<DOKUMENTWERT11 />
|
||||
<DOKUMENTWERT12 />
|
||||
<DOKUMENTWERT13 />
|
||||
<DOKUMENTWERT14 />
|
||||
<DOKUMENTWERT15 />
|
||||
<DOKUMENTWERT16 />
|
||||
<DOKUMENTWERT17 />
|
||||
<DOKUMENTWERT18 />
|
||||
<DOKUMENTWERT19 />
|
||||
<DOKUMENTWERT20 />
|
||||
</Import>
|
||||
</NewDataSet>
|
||||
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<NewDataSet>
|
||||
<Import>
|
||||
<FUNKTION>ADD</FUNKTION>
|
||||
<PARTNERNR>1274671</PARTNERNR>
|
||||
<VVNR />
|
||||
<BARCODEID />
|
||||
<KST />
|
||||
<PARTNER_KURZBEZEICHNUNG />
|
||||
<NAME />
|
||||
<VORNAME />
|
||||
<STRASSE />
|
||||
<PLZ />
|
||||
<ORT />
|
||||
<DOKUMENTTYPNR>1890</DOKUMENTTYPNR>
|
||||
<DATEINAME>ppa_20200206_02_FR_1274672.pdf</DATEINAME>
|
||||
<DATEIFORMAT>.pdf</DATEIFORMAT>
|
||||
<ERSTELLER>TGE4491</ERSTELLER>
|
||||
<KST_ERSTELLER />
|
||||
<ARCHIVDATUM>31.12.2019</ARCHIVDATUM>
|
||||
<HERKUNFTSAPPLIKATION>BilaOut</HERKUNFTSAPPLIKATION>
|
||||
<GESCHAEFTSFALLNR />
|
||||
<VVNR_INDEX />
|
||||
<DOKUMENTSTATUS />
|
||||
<ZUERSETZENDESDOKUMENT />
|
||||
<LIETEMPFAENGERMA />
|
||||
<LSITEMPFAENGERKST />
|
||||
<LISTEMPFAENGERNL />
|
||||
<DOKUMENTWERT1 />
|
||||
<DOKUMENTWERT2 />
|
||||
<DOKUMENTWERT3 />
|
||||
<DOKUMENTWERT4 />
|
||||
<DOKUMENTWERT5 />
|
||||
<DOKUMENTWERT6 />
|
||||
<DOKUMENTWERT7 />
|
||||
<DOKUMENTWERT8 />
|
||||
<DOKUMENTWERT9 />
|
||||
<DOKUMENTWERT10 />
|
||||
<DOKUMENTWERT11 />
|
||||
<DOKUMENTWERT12 />
|
||||
<DOKUMENTWERT13 />
|
||||
<DOKUMENTWERT14 />
|
||||
<DOKUMENTWERT15 />
|
||||
<DOKUMENTWERT16 />
|
||||
<DOKUMENTWERT17 />
|
||||
<DOKUMENTWERT18 />
|
||||
<DOKUMENTWERT19 />
|
||||
<DOKUMENTWERT20 />
|
||||
</Import>
|
||||
</NewDataSet>
|
||||
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<NewDataSet>
|
||||
<Import>
|
||||
<FUNKTION>ADD</FUNKTION>
|
||||
<PARTNERNR>1274671</PARTNERNR>
|
||||
<VVNR />
|
||||
<BARCODEID />
|
||||
<KST />
|
||||
<PARTNER_KURZBEZEICHNUNG />
|
||||
<NAME />
|
||||
<VORNAME />
|
||||
<STRASSE />
|
||||
<PLZ />
|
||||
<ORT />
|
||||
<DOKUMENTTYPNR>2492</DOKUMENTTYPNR>
|
||||
<DATEINAME>ppa_20200206_02_MP_1274671.pdf</DATEINAME>
|
||||
<DATEIFORMAT>PDF</DATEIFORMAT>
|
||||
<ERSTELLER>TG1353</ERSTELLER>
|
||||
<KST_ERSTELLER />
|
||||
<ARCHIVDATUM>31.12.2019</ARCHIVDATUM>
|
||||
<HERKUNFTSAPPLIKATION>BILAOUT</HERKUNFTSAPPLIKATION>
|
||||
<GESCHAEFTSFALLNR />
|
||||
<VVNR_INDEX />
|
||||
<DOKUMENTSTATUS />
|
||||
<ZUERSETZENDESDOKUMENT />
|
||||
<LIETEMPFAENGERMA />
|
||||
<LSITEMPFAENGERKST />
|
||||
<LISTEMPFAENGERNL />
|
||||
<DOKUMENTWERT1 />
|
||||
<DOKUMENTWERT2 />
|
||||
<DOKUMENTWERT3 />
|
||||
<DOKUMENTWERT4 />
|
||||
<DOKUMENTWERT5 />
|
||||
<DOKUMENTWERT6 />
|
||||
<DOKUMENTWERT7 />
|
||||
<DOKUMENTWERT8 />
|
||||
<DOKUMENTWERT9 />
|
||||
<DOKUMENTWERT10 />
|
||||
<DOKUMENTWERT11 />
|
||||
<DOKUMENTWERT12 />
|
||||
<DOKUMENTWERT13 />
|
||||
<DOKUMENTWERT14 />
|
||||
<DOKUMENTWERT15 />
|
||||
<DOKUMENTWERT16 />
|
||||
<DOKUMENTWERT17 />
|
||||
<DOKUMENTWERT18 />
|
||||
<DOKUMENTWERT19 />
|
||||
<DOKUMENTWERT20 />
|
||||
<Bezeichnung>31.12.2019</Bezeichnung>
|
||||
</Import>
|
||||
</NewDataSet>
|
||||
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<NewDataSet>
|
||||
<Import>
|
||||
<FUNKTION>ADD</FUNKTION>
|
||||
<PARTNERNR>1274671</PARTNERNR>
|
||||
<VVNR />
|
||||
<BARCODEID />
|
||||
<KST />
|
||||
<PARTNER_KURZBEZEICHNUNG />
|
||||
<NAME />
|
||||
<VORNAME />
|
||||
<STRASSE />
|
||||
<PLZ />
|
||||
<ORT />
|
||||
<DOKUMENTTYPNR>2492</DOKUMENTTYPNR>
|
||||
<DATEINAME>ppa_20200206_02_FR_1274671.pdf</DATEINAME>
|
||||
<DATEIFORMAT>PDF</DATEIFORMAT>
|
||||
<ERSTELLER>TG1353</ERSTELLER>
|
||||
<KST_ERSTELLER />
|
||||
<ARCHIVDATUM>09.02.2021</ARCHIVDATUM>
|
||||
<HERKUNFTSAPPLIKATION>BILAOUT</HERKUNFTSAPPLIKATION>
|
||||
<GESCHAEFTSFALLNR />
|
||||
<VVNR_INDEX />
|
||||
<DOKUMENTSTATUS />
|
||||
<ZUERSETZENDESDOKUMENT />
|
||||
<LIETEMPFAENGERMA />
|
||||
<LSITEMPFAENGERKST />
|
||||
<LISTEMPFAENGERNL />
|
||||
<DOKUMENTWERT1 />
|
||||
<DOKUMENTWERT2 />
|
||||
<DOKUMENTWERT3 />
|
||||
<DOKUMENTWERT4 />
|
||||
<DOKUMENTWERT5 />
|
||||
<DOKUMENTWERT6 />
|
||||
<DOKUMENTWERT7 />
|
||||
<DOKUMENTWERT8 />
|
||||
<DOKUMENTWERT9 />
|
||||
<DOKUMENTWERT10 />
|
||||
<DOKUMENTWERT11 />
|
||||
<DOKUMENTWERT12 />
|
||||
<DOKUMENTWERT13 />
|
||||
<DOKUMENTWERT14 />
|
||||
<DOKUMENTWERT15 />
|
||||
<DOKUMENTWERT16 />
|
||||
<DOKUMENTWERT17 />
|
||||
<DOKUMENTWERT18 />
|
||||
<DOKUMENTWERT19 />
|
||||
<DOKUMENTWERT20 />
|
||||
<Bezeichnung>31.12.2019</Bezeichnung>
|
||||
</Import>
|
||||
</NewDataSet>
|
||||
9
EDKB08/EDKB08_Jahresabshluss_Import/Test.xml
Normal file
9
EDKB08/EDKB08_Jahresabshluss_Import/Test.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odidx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/usr/lpp/ars/xml/odxmlidx.xsd">
|
||||
<oddoc>
|
||||
<oddataref offset="0" length="0" file="ppa_20200206_02_FR_1274671.pdf" />
|
||||
<odindex field="BPnr" value="1274671" />
|
||||
<odindex field="Dokumentenart" value="1890" />
|
||||
<odindex field="Dokumentendatum" value="2019-12-31" />
|
||||
</oddoc>
|
||||
</odidx>
|
||||
9
EDKB08/EDKB08_Jahresabshluss_Import/Test2.xml
Normal file
9
EDKB08/EDKB08_Jahresabshluss_Import/Test2.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odidx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/usr/lpp/ars/xml/odxmlidx.xsd">
|
||||
<oddoc>
|
||||
<oddataref offset="0" length="0" file="ppa_20200206_02_FR_1274672.pdf" />
|
||||
<odindex field="BPnr" value="1274672" />
|
||||
<odindex field="Dokumentenart" value="1890" />
|
||||
<odindex field="Dokumentendatum" value="2019-12-31" />
|
||||
</oddoc>
|
||||
</odidx>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odidx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/usr/lpp/ars/xml/odxmlidx.xsd">
|
||||
<oddoc>
|
||||
<oddataref offset="0" length="0" file="ppa_20200206_02_FR_1274671.pdf" />
|
||||
<odindex field="BPnr" value="1274671" />
|
||||
<odindex field="Dokumentenart" value="1550" />
|
||||
<odindex field="Dokumentendatum" value="2019-12-31" />
|
||||
</oddoc>
|
||||
</odidx>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odidx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/usr/lpp/ars/xml/odxmlidx.xsd">
|
||||
<oddoc>
|
||||
<oddataref offset="0" length="0" file="ppa_20200206_02_FR_1274672.pdf" />
|
||||
<odindex field="BPnr" value="1274672" />
|
||||
<odindex field="Dokumentenart" value="1550" />
|
||||
<odindex field="Dokumentendatum" value="2019-12-31" />
|
||||
</oddoc>
|
||||
</odidx>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<action xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="PPA_TKB_Verarbeitungsprotokoll.xsd">
|
||||
<file>ppa_20200206_02_FR_1274671.pdf</file>
|
||||
<BPnr>1274671</BPnr>
|
||||
<creatorTg>TG1353</creatorTg>
|
||||
<Dokumentenart>2492</Dokumentenart>
|
||||
<Dokumentendatum>2019-12-31</Dokumentendatum>
|
||||
</action>
|
||||
Reference in New Issue
Block a user