ZUGFeRDRESTService: Prepare Zugferd 2x

This commit is contained in:
Jonathan Jenne
2023-02-28 12:56:43 +01:00
parent bd03e5b925
commit 1c428b7db6
5 changed files with 104 additions and 27 deletions

View File

@@ -7,6 +7,11 @@
public string MSSQLConnectionString { get; set; }
public string MaxFileSizeInMegabytes { get; set; }
public bool AllowFacturX { get; set; } = false;
public bool AllowXRechnung { get; set; } = false;
public bool AllowZugferd10 { get; set; } = true;
public bool AllowZugferd2x { get; set; } = true;
public FirebirdConfig Firebird { get; set; }
}