Modules.Jobs - New Class für XRechnung Sichtbeleg Erstellung
This commit is contained in:
parent
b7c172c382
commit
e420931351
@ -116,6 +116,7 @@
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ZUGFeRD\XRechnungViewDocument.vb" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="FirebirdSql.Data.FirebirdClient, Version=7.5.0.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c, processorArchitecture=MSIL">
|
||||
|
||||
@ -398,6 +398,9 @@ Public Class ImportZUGFeRDFiles
|
||||
' If an application error occurred, dont move files so they will be processed again later
|
||||
If oMoveDirectory = DIRECTORY_DONT_MOVE Then
|
||||
_logger.Info("Application Error occurred. Files for message Id {0} will not be moved.", oMessageId)
|
||||
|
||||
ElseIf (1 = 0) Then
|
||||
' Hier das neue PDF erzeugen
|
||||
Else
|
||||
' Move all files of the current group
|
||||
_file.MoveFiles(oArgs, oMessageId, oFileGroupFiles, oEmailAttachmentFiles, oEmbeddedAttachmentFiles, oMoveDirectory, oIsSuccess)
|
||||
|
||||
3
Jobs/ZUGFeRD/XRechnungViewDocument.vb
Normal file
3
Jobs/ZUGFeRD/XRechnungViewDocument.vb
Normal file
@ -0,0 +1,3 @@
|
||||
Public Class XRechnungViewDocument
|
||||
|
||||
End Class
|
||||
Loading…
x
Reference in New Issue
Block a user