update 20250102
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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.
Reference in New Issue
Block a user