Modules.Jobs - New Class für XRechnung Sichtbeleg Erstellung

This commit is contained in:
2025-01-29 13:46:04 +01:00
parent b7c172c382
commit e420931351
3 changed files with 7 additions and 0 deletions

View File

@@ -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)

View File

@@ -0,0 +1,3 @@
Public Class XRechnungViewDocument
End Class