Geststellungsgarantien und Verträge für AddIn

This commit is contained in:
2023-04-18 15:57:29 +02:00
parent 489ec4e243
commit da44967f54
3 changed files with 11 additions and 8 deletions

View File

@@ -14,18 +14,21 @@
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion> <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<TargetFrameworkProfile> <TargetFrameworkProfile>
</TargetFrameworkProfile> </TargetFrameworkProfile>
<IsWebBootstrapper>false</IsWebBootstrapper> <IsWebBootstrapper>true</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl> <PublishUrl>ftp://ftps.verag.ag/g/ftp/programme/VERAGAddin/</PublishUrl>
<Install>true</Install> <Install>true</Install>
<InstallFrom>Disk</InstallFrom> <InstallFrom>Web</InstallFrom>
<UpdateEnabled>false</UpdateEnabled> <UpdateEnabled>true</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode> <UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval> <UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits> <UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically> <UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired> <UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions> <MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>1</ApplicationRevision> <InstallUrl>http://localhost/SDL/</InstallUrl>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>publish.htm</WebPage>
<ApplicationRevision>2</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust> <UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted> <PublishWizardCompleted>true</PublishWizardCompleted>
@@ -87,7 +90,7 @@
<SignAssembly>false</SignAssembly> <SignAssembly>false</SignAssembly>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<AssemblyOriginatorKeyFile>SDL_TemporaryKey.pfx</AssemblyOriginatorKeyFile> <AssemblyOriginatorKeyFile>Test.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="Accessibility" /> <Reference Include="Accessibility" />

View File

@@ -67,7 +67,7 @@ Public Class usrcntlVertraege
initDGVVertraege(KV.kv_KundenNr) initDGVVertraege(KV.kv_KundenNr)
markDGVVertraege(KV.kv_Id) markDGVVertraege(KV.kv_Id)
initDGVVertraege(KV.kv_KundenNr) initDGVVertraege(KV.kv_KundenNr)
RaiseEvent clickOK(sender, e) 'RaiseEvent clickOK(sender, e)
'setKD(kdNr) 'setKD(kdNr)
End If End If
clearKV() clearKV()

View File

@@ -77,7 +77,7 @@
txtT1VerzollungsadresseBestimmungszollstelle.Focus() txtT1VerzollungsadresseBestimmungszollstelle.Focus()
markDGVGestGarantie(GG.gg_Id) markDGVGestGarantie(GG.gg_Id)
initDGVGestGarantie(GG.gg_KundenNr) initDGVGestGarantie(GG.gg_KundenNr)
RaiseEvent clickOK(sender, e) 'RaiseEvent clickOK(sender, e)
End If End If
clearGG() clearGG()
End If End If