[feat:] pvst-integration (logo missing, will be in the next commits)
This commit is contained in:
+6
-2
@@ -888,7 +888,7 @@ public partial class MainWindow : Window
|
||||
|
||||
builder.CreateAddressLabelPdfFromAddressSetWithPlaceholder(
|
||||
((KasAddressList)LstCustomerAdressSets.SelectedItem).ID,
|
||||
"Company Logo/Info",
|
||||
"Company Logo/Info", Settings._instance.pdfExport.rsPvSt,
|
||||
filePath
|
||||
);
|
||||
|
||||
@@ -931,11 +931,13 @@ public partial class MainWindow : Window
|
||||
TbExpMargMarginBottom.Value = (decimal)options.pageMarginBottomMm;
|
||||
TbExpMargMarginLeft.Value = (decimal)options.pageMarginLeftMm;
|
||||
TbExpMargMarginRight.Value = (decimal)options.pageMarginRightMm;
|
||||
NudExpRnsPlzcount.Value = options.rsNumGrouped;
|
||||
|
||||
TbExpMargRowsPerPage.Value = options.rowsPerPage;
|
||||
NudExpMargColumnsPerPage.Value = options.columnsPerPage;
|
||||
NudExpMargFontSize.Value = (decimal)options.fontSize;
|
||||
NudExpMargSmallFontSize.Value = (decimal)options.smallFontSize;
|
||||
CbExpRnsPvSt.IsChecked = options.rsPvSt;
|
||||
|
||||
TbExpRnsKNrAbs.Text = options.rsKNrAbs;
|
||||
TbExpRnsKNrEmp.Text = options.rsKNrEmp;
|
||||
@@ -981,7 +983,9 @@ public partial class MainWindow : Window
|
||||
rsAMANr = TbExpRnsAMANr.Text,
|
||||
rsBundGew = TbExpRnsBundGew.Text,
|
||||
rsPalNr = ReadInt(NudExpRnsPalNr, 1),
|
||||
rsBundNrPal = ReadInt(NudExpRnsBundNrPal, 20)
|
||||
rsBundNrPal = ReadInt(NudExpRnsBundNrPal, 20),
|
||||
|
||||
rsPvSt = CbExpRnsPvSt.IsChecked.Value
|
||||
};
|
||||
|
||||
Settings.Save();
|
||||
|
||||
Reference in New Issue
Block a user