commit
08e0911d95
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,66 @@
|
||||
<?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_Dimensions_Transfer.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
|
||||
</startup>
|
||||
<userSettings>
|
||||
<EDKB08_Dimensions_Transfer.My.MySettings>
|
||||
<setting name="Token" serializeAs="String">
|
||||
<value>eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhcGkudGVzdC5vcmRlcm1hbmFnZXIudGtiIiwiZXhwIjoxNzE3MTA2NDAwLCJqdGkiOiIxODg5In0.1gjvWvcUvr7Vh_MAVU47S0ZZ1a9y5-MOm0ljZ3JuyEytYxTXB2Q4Ta9oSdM_dW9rnUVVPD6NtxKT8dNoZBP1-Q</value>
|
||||
</setting>
|
||||
<setting name="HOST" serializeAs="String">
|
||||
<value>test.wuestdimensions.com</value>
|
||||
</setting>
|
||||
<setting name="TimeParam" serializeAs="String">
|
||||
<value>k:\edoka\dimensions\timeparameter.txt</value>
|
||||
</setting>
|
||||
<setting name="BaseURL" serializeAs="String">
|
||||
<value>https://test.wuestdimensions.com</value>
|
||||
</setting>
|
||||
<setting name="Orders" serializeAs="String">
|
||||
<value>/ws/orders</value>
|
||||
</setting>
|
||||
<setting name="OrderFilter" serializeAs="String">
|
||||
<value>?status=FINISHED&updatedSince=&SelectionTime&</value>
|
||||
</setting>
|
||||
<setting name="Documents" serializeAs="String">
|
||||
<value>&OrderID&/documents</value>
|
||||
</setting>
|
||||
<setting name="Log" serializeAs="String">
|
||||
<value>k:\edoka\dimensions\DimensionTransfer.log</value>
|
||||
</setting>
|
||||
<setting name="DestPath" serializeAs="String">
|
||||
<value>k:\edoka\edkb08\</value>
|
||||
</setting>
|
||||
<setting name="Manual_Processing_File" serializeAs="String">
|
||||
<value>k:\edoka\dimensions\Dimension_Manual_Processing.txt</value>
|
||||
</setting>
|
||||
<setting name="TempPath" serializeAs="String">
|
||||
<value>k:\edoka\dimensions\</value>
|
||||
</setting>
|
||||
<setting name="sendmail_ps" serializeAs="String">
|
||||
<value>Send-MailMessage -from &sender& -to &recipient& -Subject "EDKB08-Dimensions Transfer" -Body "&body&" -smtpServer smtp.tgcorp.ch</value>
|
||||
</setting>
|
||||
<setting name="sendmailcmd" serializeAs="String">
|
||||
<value>-executeionpolicy bybass -file </value>
|
||||
</setting>
|
||||
<setting name="sendmailfile" serializeAs="String">
|
||||
<value>dimensionsendmail.ps1</value>
|
||||
</setting>
|
||||
<setting name="sendmail" serializeAs="String">
|
||||
<value>0</value>
|
||||
</setting>
|
||||
<setting name="sender" serializeAs="String">
|
||||
<value>info@shub.ch</value>
|
||||
</setting>
|
||||
<setting name="recipient" serializeAs="String">
|
||||
<value>info@shub.ch</value>
|
||||
</setting>
|
||||
</EDKB08_Dimensions_Transfer.My.MySettings>
|
||||
</userSettings>
|
||||
</configuration>
|
||||
@ -0,0 +1,119 @@
|
||||
<?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>{1A22EE57-19C4-4F70-B9B9-0765B9FEA876}</ProjectGuid>
|
||||
<OutputType>Exe</OutputType>
|
||||
<StartupObject>EDKB08_Dimensions_Transfer.Module1</StartupObject>
|
||||
<RootNamespace>EDKB08_Dimensions_Transfer</RootNamespace>
|
||||
<AssemblyName>EDKB08_Dimensions_Transfer</AssemblyName>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<MyType>Console</MyType>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
</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_Dimensions_Transfer.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_Dimensions_Transfer.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="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" />
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Deployment" />
|
||||
<Reference Include="System.Text.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" />
|
||||
<Reference Include="System.Web.Extensions" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
</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" />
|
||||
<Import Include="System.Threading.Tasks" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Klassen\clsAttributes.vb" />
|
||||
<Compile Include="Klassen\clsDocument.vb" />
|
||||
<Compile Include="Klassen\clsDocuments.vb" />
|
||||
<Compile Include="Klassen\clslog.vb" />
|
||||
<Compile Include="Klassen\clsOrder.vb" />
|
||||
<Compile Include="Klassen\clsOrders.vb" />
|
||||
<Compile Include="Klassen\clsUser.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>
|
||||
<DesignTime>True</DesignTime>
|
||||
</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="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>
|
||||
<None Include="App.config" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||
</Project>
|
||||
@ -0,0 +1,8 @@
|
||||
touch README.md
|
||||
git init
|
||||
git checkout -b main
|
||||
git add README.md
|
||||
git commit -m "first commit"
|
||||
git remote add origin https://gitea.shubweb.ch/shu/EDOKA_DimensionTransfer.git
|
||||
git push -u origin main
|
||||
pause
|
||||
@ -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,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>
|
||||
@ -0,0 +1,57 @@
|
||||
<?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="Token" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhcGkudGVzdC5vcmRlcm1hbmFnZXIudGtiIiwiZXhwIjoxNzE3MTA2NDAwLCJqdGkiOiIxODg5In0.1gjvWvcUvr7Vh_MAVU47S0ZZ1a9y5-MOm0ljZ3JuyEytYxTXB2Q4Ta9oSdM_dW9rnUVVPD6NtxKT8dNoZBP1-Q</Value>
|
||||
</Setting>
|
||||
<Setting Name="HOST" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">test.wuestdimensions.com</Value>
|
||||
</Setting>
|
||||
<Setting Name="TimeParam" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">k:\edoka\dimensions\timeparameter.txt</Value>
|
||||
</Setting>
|
||||
<Setting Name="BaseURL" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">https://test.wuestdimensions.com</Value>
|
||||
</Setting>
|
||||
<Setting Name="Orders" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">/ws/orders</Value>
|
||||
</Setting>
|
||||
<Setting Name="OrderFilter" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">?status=FINISHED&updatedSince=&SelectionTime&</Value>
|
||||
</Setting>
|
||||
<Setting Name="Documents" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">&OrderID&/documents</Value>
|
||||
</Setting>
|
||||
<Setting Name="Log" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">k:\edoka\dimensions\DimensionTransfer.log</Value>
|
||||
</Setting>
|
||||
<Setting Name="DestPath" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">k:\edoka\edkb08\</Value>
|
||||
</Setting>
|
||||
<Setting Name="Manual_Processing_File" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">k:\edoka\dimensions\Dimension_Manual_Processing.txt</Value>
|
||||
</Setting>
|
||||
<Setting Name="TempPath" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">k:\edoka\dimensions\</Value>
|
||||
</Setting>
|
||||
<Setting Name="sendmail_ps" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">Send-MailMessage -from &sender& -to &recipient& -Subject "EDKB08-Dimensions Transfer" -Body "&body&" -smtpServer smtp.tgcorp.ch</Value>
|
||||
</Setting>
|
||||
<Setting Name="sendmailcmd" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">-executeionpolicy bybass -file </Value>
|
||||
</Setting>
|
||||
<Setting Name="sendmailfile" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">dimensionsendmail.ps1</Value>
|
||||
</Setting>
|
||||
<Setting Name="sendmail" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">0</Value>
|
||||
</Setting>
|
||||
<Setting Name="sender" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">info@shub.ch</Value>
|
||||
</Setting>
|
||||
<Setting Name="recipient" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">info@shub.ch</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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.
@ -0,0 +1,66 @@
|
||||
<?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_Dimensions_Transfer.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
|
||||
</startup>
|
||||
<userSettings>
|
||||
<EDKB08_Dimensions_Transfer.My.MySettings>
|
||||
<setting name="Token" serializeAs="String">
|
||||
<value>eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhcGkudGVzdC5vcmRlcm1hbmFnZXIudGtiIiwiZXhwIjoxNzE3MTA2NDAwLCJqdGkiOiIxODg5In0.1gjvWvcUvr7Vh_MAVU47S0ZZ1a9y5-MOm0ljZ3JuyEytYxTXB2Q4Ta9oSdM_dW9rnUVVPD6NtxKT8dNoZBP1-Q</value>
|
||||
</setting>
|
||||
<setting name="HOST" serializeAs="String">
|
||||
<value>test.wuestdimensions.com</value>
|
||||
</setting>
|
||||
<setting name="TimeParam" serializeAs="String">
|
||||
<value>k:\edoka\dimensions\timeparameter.txt</value>
|
||||
</setting>
|
||||
<setting name="BaseURL" serializeAs="String">
|
||||
<value>https://test.wuestdimensions.com</value>
|
||||
</setting>
|
||||
<setting name="Orders" serializeAs="String">
|
||||
<value>/ws/orders</value>
|
||||
</setting>
|
||||
<setting name="OrderFilter" serializeAs="String">
|
||||
<value>?status=FINISHED&updatedSince=&SelectionTime&</value>
|
||||
</setting>
|
||||
<setting name="Documents" serializeAs="String">
|
||||
<value>&OrderID&/documents</value>
|
||||
</setting>
|
||||
<setting name="Log" serializeAs="String">
|
||||
<value>k:\edoka\dimensions\DimensionTransfer.log</value>
|
||||
</setting>
|
||||
<setting name="DestPath" serializeAs="String">
|
||||
<value>k:\edoka\edkb08\</value>
|
||||
</setting>
|
||||
<setting name="Manual_Processing_File" serializeAs="String">
|
||||
<value>k:\edoka\dimensions\Dimension_Manual_Processing.txt</value>
|
||||
</setting>
|
||||
<setting name="TempPath" serializeAs="String">
|
||||
<value>k:\edoka\dimensions\</value>
|
||||
</setting>
|
||||
<setting name="sendmail_ps" serializeAs="String">
|
||||
<value>Send-MailMessage -from &sender& -to &recipient& -Subject "EDKB08-Dimensions Transfer" -Body "&body&" -smtpServer smtp.tgcorp.ch</value>
|
||||
</setting>
|
||||
<setting name="sendmailcmd" serializeAs="String">
|
||||
<value>-executeionpolicy bybass -file </value>
|
||||
</setting>
|
||||
<setting name="sendmailfile" serializeAs="String">
|
||||
<value>dimensionsendmail.ps1</value>
|
||||
</setting>
|
||||
<setting name="sendmail" serializeAs="String">
|
||||
<value>0</value>
|
||||
</setting>
|
||||
<setting name="sender" serializeAs="String">
|
||||
<value>info@shub.ch</value>
|
||||
</setting>
|
||||
<setting name="recipient" serializeAs="String">
|
||||
<value>info@shub.ch</value>
|
||||
</setting>
|
||||
</EDKB08_Dimensions_Transfer.My.MySettings>
|
||||
</userSettings>
|
||||
</configuration>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,36 @@
|
||||
<?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_VitruvTransfer.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
|
||||
</startup>
|
||||
<userSettings>
|
||||
<EDKB08_VitruvTransfer.My.MySettings>
|
||||
<setting name="NetUse" serializeAs="String">
|
||||
<value>x: https://webdav.vitruv.ch/CH_ThurgauerKB/VitTransfer/Export</value>
|
||||
</setting>
|
||||
<setting name="User" serializeAs="String">
|
||||
<value>wd-tkbedoka</value>
|
||||
</setting>
|
||||
<setting name="Passwort" serializeAs="String">
|
||||
<value>fR*zzbED2lec</value>
|
||||
</setting>
|
||||
<setting name="TempFIle" serializeAs="String">
|
||||
<value>k:\edoka\vitruv\</value>
|
||||
</setting>
|
||||
<setting name="SourceFiles" serializeAs="String">
|
||||
<value>x:</value>
|
||||
</setting>
|
||||
<setting name="DebugFile" serializeAs="String">
|
||||
<value>k:\edoka\VitruvDebug.txt</value>
|
||||
</setting>
|
||||
<setting name="Debug" serializeAs="String">
|
||||
<value>1</value>
|
||||
</setting>
|
||||
</EDKB08_VitruvTransfer.My.MySettings>
|
||||
</userSettings>
|
||||
</configuration>
|
||||
Binary file not shown.
@ -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.5", FrameworkDisplayName:=".NET Framework 4.5")>
|
||||
@ -0,0 +1 @@
|
||||
a2a89453be3d8c69dc3de6fa87cb56eab08b2ec8
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
||||
6e95f0dd42dfb99b990e79f0c8b4929cefba7c1d
|
||||
@ -0,0 +1,13 @@
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Dimensioins_Transfer\bin\Debug\EDKB08_Dimensions_Transfer.exe.config
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Dimensioins_Transfer\bin\Debug\EDKB08_Dimensions_Transfer.exe
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Dimensioins_Transfer\bin\Debug\EDKB08_Dimensions_Transfer.pdb
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Dimensioins_Transfer\bin\Debug\EDKB08_Dimensions_Transfer.xml
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Dimensioins_Transfer\obj\Debug\EDKB08_Dimensions_Transfer.Resources.resources
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Dimensioins_Transfer\obj\Debug\EDKB08_Dimensions_Transfer.vbproj.GenerateResource.cache
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Dimensioins_Transfer\obj\Debug\EDKB08_Dimensions_Transfer.vbproj.CoreCompileInputs.cache
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Dimensioins_Transfer\obj\Debug\EDKB08_Dimensions_Transfer.exe
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Dimensioins_Transfer\obj\Debug\EDKB08_Dimensions_Transfer.xml
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Dimensioins_Transfer\obj\Debug\EDKB08_Dimensions_Transfer.pdb
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Dimensioins_Transfer\bin\Debug\Newtonsoft.Json.dll
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Dimensioins_Transfer\obj\Debug\EDKB08_Dimensions_Transfer.vbproj.CopyComplete
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_Dimensioins_Transfer\obj\Debug\EDKB08_Dimensions_Transfer.vbproj.AssemblyReference.cache
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
||||
0d0fc9aceea105e27f8ceb86aeb5b28ed8eef9fc
|
||||
@ -0,0 +1,11 @@
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_VitruvTransfer\bin\Debug\EDKB08_VitruvTransfer.exe.config
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_VitruvTransfer\bin\Debug\EDKB08_VitruvTransfer.exe
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_VitruvTransfer\bin\Debug\EDKB08_VitruvTransfer.pdb
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_VitruvTransfer\bin\Debug\EDKB08_VitruvTransfer.xml
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_VitruvTransfer\obj\Debug\EDKB08_VitruvTransfer.Resources.resources
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_VitruvTransfer\obj\Debug\EDKB08_VitruvTransfer.vbproj.GenerateResource.Cache
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_VitruvTransfer\obj\Debug\EDKB08_VitruvTransfer.exe
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_VitruvTransfer\obj\Debug\EDKB08_VitruvTransfer.xml
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_VitruvTransfer\obj\Debug\EDKB08_VitruvTransfer.pdb
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_VitruvTransfer\obj\Debug\EDKB08_VitruvTransfer.vbprojResolveAssemblyReference.cache
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_VitruvTransfer\obj\Debug\EDKB08_VitruvTransfer.vbproj.CoreCompileInputs.cache
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
||||
obj\Debug\\_IsIncrementalBuild
|
||||
@ -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.5", FrameworkDisplayName:=".NET Framework 4.5")>
|
||||
@ -0,0 +1 @@
|
||||
a2a89453be3d8c69dc3de6fa87cb56eab08b2ec8
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,10 @@
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_VitruvTransfer\bin\Release\EDKB08_VitruvTransfer.exe.config
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_VitruvTransfer\bin\Release\EDKB08_VitruvTransfer.exe
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_VitruvTransfer\bin\Release\EDKB08_VitruvTransfer.pdb
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_VitruvTransfer\bin\Release\EDKB08_VitruvTransfer.xml
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_VitruvTransfer\obj\Release\EDKB08_VitruvTransfer.vbprojResolveAssemblyReference.cache
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_VitruvTransfer\obj\Release\EDKB08_VitruvTransfer.Resources.resources
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_VitruvTransfer\obj\Release\EDKB08_VitruvTransfer.vbproj.GenerateResource.Cache
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_VitruvTransfer\obj\Release\EDKB08_VitruvTransfer.exe
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_VitruvTransfer\obj\Release\EDKB08_VitruvTransfer.xml
|
||||
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_VitruvTransfer\obj\Release\EDKB08_VitruvTransfer.pdb
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue