Add option to check file age

This commit is contained in:
Jonathan Jenne
2023-12-20 15:01:11 +01:00
parent f8a2f73bb9
commit 476a7c782d
2 changed files with 9 additions and 0 deletions

View File

@@ -37,6 +37,13 @@
''' </summary>
Public Property MaxAttachmentSizeInMegaBytes As Integer = -1
''' <summary>
''' Minimum file age. If one file is newer than this, the whole group will be skipped
''' to ensure that all files of a group have been created.
''' </summary>
''' <returns></returns>
Public Property MinFileAgeInMinutes As Integer = 5
Public Property AllowFacturX As Boolean = False
Public Property AllowXRechnung As Boolean = False
Public Property AllowZugferd10 As Boolean = True