update 20241128

This commit is contained in:
Stefan Hutter
2024-11-28 22:33:49 +01:00
parent 2a652c7325
commit 470d2e1bb5
82 changed files with 1629 additions and 365 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -44,11 +44,18 @@ namespace Model
public int bldossier { get; set; } = 0;
public int vertrag { get; set; } = 0;
public int ppfaktura { get; set; } = 0;
public int officevorlagenr { get; set; } = 0;
public string filename { get; set; }
public DataSet dsempfaenger { get; set; }
public List<clsDocValue> DocValues { get; set; }
public string VorlageBase64 { get; set; } = "";
public string img_unterschriftlinks { get; set; } = "";
public string img_unterschrfitrechts { get; set; } = "";
public string img_faktura { get; set; } = "";
}

Binary file not shown.

Binary file not shown.