Add new config options for facturx and xrechnung

This commit is contained in:
Jonathan Jenne
2022-11-17 14:29:08 +01:00
parent 33ae746399
commit 1ccd5a4872
2 changed files with 10 additions and 2 deletions

View File

@@ -34,6 +34,10 @@
Public Property RejectionTransferEnabled As Boolean = True
Public Property RejectionTransferTimeUnit As String = "HOUR"
Public Property RejectionTransferTimeValue As Integer = 12
Public Property AllowFacturX As Boolean = True
Public Property AllowXRechnung As Boolean = True
End Class
Public Class FirebirdConfig