update 20250102

This commit is contained in:
Stefan Hutter
2025-01-02 19:18:08 +01:00
parent 53a008972e
commit 3b0a2b0527
287 changed files with 46014 additions and 27 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -54,6 +54,9 @@ namespace Model
public string barcode_content { get; set; } = "";
public string barcode_text { get; set; } = "";
public string barcode_formatn { get; set; } = "";
public string barcode_kantenlaenge { get; set; }
public string zustelladresse { get; set; } = "";
public string anrede { get; set; } = "";
@@ -62,6 +65,10 @@ namespace Model
public bool Barcode { get; set; }
public bool PrintLogo { get; set; } = false;
public bool Erstellung_in_Office { get; set; } = false;
public string CompatibilityMode { get; set; } = "";
public bool FillOffice { get; set; } = false;
public string UseEDOKA_Values { get; set; }
public List<clsDocValue> DocValues {get;set;}
public List<clsDocMacro> DocMacros { get; set; }
@@ -76,6 +83,8 @@ namespace Model
public string TMEnd { get; set; }
public string FieldName { get; set; }
public string Value { get; set; }
public int used { get; set; } = 1;
}
public class clsDocMacro
{

Binary file not shown.

Binary file not shown.