updaet 20250123

This commit is contained in:
Stefan Hutter
2025-01-24 16:25:47 +01:00
parent 52a3fecee5
commit 608c67d21b
156 changed files with 2055 additions and 1660 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -63,7 +63,10 @@ namespace Model
public string zustelladresse { get; set; } = "";
public string anrede { get; set; } = "";
public int toapprove { get; set; } = 0;
public int approved { get; set; } = 0;
public int approval1 { get; set; } = 0;
public int approval2 { get; set; } = 0;
public bool Barcode { get; set; }
public bool PrintLogo { get; set; } = false;

View File

@@ -68,6 +68,14 @@ namespace Model
public string barcode_content { get; set; } = "";
public string barcode_text { get; set; } = "";
public int toapproval { get; set; } = 0;
public int approved { get; set; } = 0;
public int approval1 { get; set; } = 0;
public int approval2 { get; set; } = 0;
public int faksimile { get; set; } = 0;
public int ohneunterschrift { get; set; } = 0;
}

Binary file not shown.

Binary file not shown.