update 2024-09-11

This commit is contained in:
Stefan Hutter
2024-09-11 15:54:56 +02:00
parent bf8e19e19f
commit 3d8d977a04
49 changed files with 1256 additions and 141 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -34,6 +34,7 @@ namespace Model
public bool Barcode { get; set; }
public bool PrintLogo { get; set; } = false;
public string UseEDOKA_Values { get; set; }
public List<clsDocValue> DocValues {get;set;}

View File

@@ -36,7 +36,9 @@ namespace Model
public string team { get; set; }
public string verantwortlich { get; set; }
public string status { get; set; }
public Erstellungsart erstellungsart { get; set; }
public Erstellungsart erstellungsart { get; set; }
public string logo { get; set; } = "";
public DataTable dokumentwerte { get; set; }
}

Binary file not shown.

Binary file not shown.