update 20260220

This commit is contained in:
Stefan Hutter
2026-02-20 18:04:31 +01:00
parent 9e64ca707d
commit 30d047e33d
100 changed files with 11274 additions and 442 deletions

View File

@@ -105,6 +105,12 @@ namespace Model
public string img_unterschrift_links { get; set; } = "";
public string img_unterschrift_rechts { get; set; } = "";
public string img_logo { get; set; }="";
public int logo_top { get; set; } = 20;
public int logo_left { get; set; } = 25;
public int logo_width { get; set; } = 160;
public int logo_heigth { get; set; } = 40;
public bool print_signature { get; set; } = true;
}