ZUGFeRD: WIP Allow blocking factur-x and xrechnung invoice files with config flags

This commit is contained in:
Jonathan Jenne
2022-11-16 16:33:35 +01:00
parent f4adba98eb
commit 0410e11b59
15 changed files with 146 additions and 52 deletions

14
Jobs/ADSync/ADSyncArgs.vb Normal file
View File

@@ -0,0 +1,14 @@
Public Class ADSyncArgs
Inherits JobArgs
''' <summary>
''' LDAP URI that acts as the root node of searches, ex: LDAP://DIGITALDATA
''' </summary>
Public RootPath As String
Public UserFilter As String
Public GroupFilter As String
Public DisableFirebird As String
Public DisableMSSQL As String
End Class