Add AppDbUpdater

This commit is contained in:
2023-09-17 20:48:07 +02:00
parent dc215d3350
commit 24b7078a05
3 changed files with 111 additions and 20 deletions

View File

@ -13,7 +13,7 @@ namespace Elwig.Documents {
public BusinessDocument(string title, Member m, bool includeSender = false) : base(title) {
Member = m;
Location = App.BranchName;
Location = App.BranchLocation;
IncludeSender = includeSender;
var uid = (m.UstIdNr ?? "-") + (m.IsBuchführend ? "" : " <i>(pauschaliert)</i>");
Aside = $"<table><colgroup><col span='1' style='width: 22.5mm;'/><col span='1' style='width: 42.5mm;'/></colgroup>" +