Compare commits
4
Commits
b3e7b64baf
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d53dc968de | ||
|
|
c966604b07 | ||
|
|
c0d7053847 | ||
|
|
612a55a070 |
+2
-2
@@ -6,7 +6,7 @@
|
|||||||
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
|
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
|
||||||
MinWidth="1000" MinHeight="600" IsVisible="False"
|
MinWidth="1000" MinHeight="600" IsVisible="False"
|
||||||
x:Class="Logof_Client.MainWindow" WindowState="Maximized" Icon="assets/icon.ico"
|
x:Class="Logof_Client.MainWindow" WindowState="Maximized" Icon="assets/icon.ico"
|
||||||
Title="Logof Client">
|
Title="Logofclient">
|
||||||
<Border>
|
<Border>
|
||||||
<Grid RowDefinitions="30,*">
|
<Grid RowDefinitions="30,*">
|
||||||
<Menu Background="#50888888">
|
<Menu Background="#50888888">
|
||||||
@@ -288,7 +288,7 @@
|
|||||||
<Label Grid.Column="0" Content="Zellenrand rechts (mm)"></Label>
|
<Label Grid.Column="0" Content="Zellenrand rechts (mm)"></Label>
|
||||||
<NumericUpDown Grid.Column="1" x:Name="NudExpMargCellPaddingRight" Minimum="0" Maximum="20" Value="5"></NumericUpDown>
|
<NumericUpDown Grid.Column="1" x:Name="NudExpMargCellPaddingRight" Minimum="0" Maximum="20" Value="5"></NumericUpDown>
|
||||||
</Grid>
|
</Grid>
|
||||||
<CheckBox Content="Laufzettel erstellen" x:Name="CbExpRnsEnable"></CheckBox>
|
<CheckBox Content="Bundleitzettel erstellen" x:Name="CbExpRnsEnable"></CheckBox>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<StackPanel Grid.Column="1" Orientation="Vertical" Spacing="10">
|
<StackPanel Grid.Column="1" Orientation="Vertical" Spacing="10">
|
||||||
|
|||||||
@@ -98,6 +98,8 @@ public partial class MainWindow : Window
|
|||||||
progressWindow.Close();
|
progressWindow.Close();
|
||||||
new ResultWindow(result, addresSetID).Show();
|
new ResultWindow(result, addresSetID).Show();
|
||||||
Settings.Save();
|
Settings.Save();
|
||||||
|
|
||||||
|
RefreshAddressSetListItems((LstCustomers.SelectedItem as Customer).ID);
|
||||||
}
|
}
|
||||||
|
|
||||||
private async void StartAddressShortener(KasAddressList set)
|
private async void StartAddressShortener(KasAddressList set)
|
||||||
@@ -110,6 +112,8 @@ public partial class MainWindow : Window
|
|||||||
|
|
||||||
progressWindow.Close();
|
progressWindow.Close();
|
||||||
Settings.Save();
|
Settings.Save();
|
||||||
|
|
||||||
|
RefreshAddressSetListItems((LstCustomers.SelectedItem as Customer).ID);
|
||||||
}
|
}
|
||||||
|
|
||||||
private async void StartAddressRepairer(KasAddressList set)
|
private async void StartAddressRepairer(KasAddressList set)
|
||||||
@@ -122,6 +126,8 @@ public partial class MainWindow : Window
|
|||||||
|
|
||||||
progressWindow.Close();
|
progressWindow.Close();
|
||||||
Settings.Save();
|
Settings.Save();
|
||||||
|
|
||||||
|
RefreshAddressSetListItems((LstCustomers.SelectedItem as Customer).ID);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -858,6 +864,8 @@ public partial class MainWindow : Window
|
|||||||
|
|
||||||
Logger.Log("PDF seems OK");
|
Logger.Log("PDF seems OK");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
RefreshAddressSetListItems((LstCustomers.SelectedItem as Customer).ID);
|
||||||
}
|
}
|
||||||
|
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
|||||||
+61
-2
@@ -3,8 +3,9 @@
|
|||||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||||
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" Icon="assets/icon.ico"
|
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" Icon="assets/icon.ico"
|
||||||
|
xmlns:local="using:Logof_Client"
|
||||||
x:Class="Logof_Client.ResultWindow"
|
x:Class="Logof_Client.ResultWindow"
|
||||||
Title="Ergebnis">
|
Title="Ergebnis" x:DataType="local:ResultWindow">
|
||||||
<Grid Grid.ColumnDefinitions="200,*">
|
<Grid Grid.ColumnDefinitions="200,*">
|
||||||
<Grid>
|
<Grid>
|
||||||
<Label Content="Filter" Margin="10,10,10,0" HorizontalAlignment="Stretch" VerticalAlignment="Top" />
|
<Label Content="Filter" Margin="10,10,10,0" HorizontalAlignment="Stretch" VerticalAlignment="Top" />
|
||||||
@@ -21,7 +22,65 @@
|
|||||||
</Grid>
|
</Grid>
|
||||||
<ScrollViewer Grid.Column="1" HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto">
|
<ScrollViewer Grid.Column="1" HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto">
|
||||||
<!-- <TextBlock x:Name="TbResults"></TextBlock> -->
|
<!-- <TextBlock x:Name="TbResults"></TextBlock> -->
|
||||||
<ListBox x:Name="LbResults"></ListBox>
|
<!-- <ListBox x:Name="LbResults"></ListBox> -->
|
||||||
|
<!-- <DataGrid ItemsSource="{Binding Results}" IsReadOnly="True" -->
|
||||||
|
<!-- AutoGenerateColumns="False"> -->
|
||||||
|
<!-- -->
|
||||||
|
<!-- -->
|
||||||
|
<!-- <DataGrid.Columns> -->
|
||||||
|
<!-- <DataGridTextColumn Header="ID" -->
|
||||||
|
<!-- Binding="{Binding PersonId}" /> -->
|
||||||
|
<!-- -->
|
||||||
|
<!-- <DataGridTextColumn Header="Name" -->
|
||||||
|
<!-- Binding="{Binding Name}" /> -->
|
||||||
|
<!-- -->
|
||||||
|
<!-- <DataGridTextColumn Header="Errors" -->
|
||||||
|
<!-- Binding="{Binding Errors}" /> -->
|
||||||
|
<!-- -->
|
||||||
|
<!-- <DataGridTextColumn Header="Warnings" -->
|
||||||
|
<!-- Binding="{Binding Warnings}" /> -->
|
||||||
|
<!-- -->
|
||||||
|
<!-- <DataGridTextColumn Header="Refsid" -->
|
||||||
|
<!-- Binding="{Binding Refsid}" /> -->
|
||||||
|
<!-- </DataGrid.Columns> -->
|
||||||
|
<!-- -->
|
||||||
|
<!-- </DataGrid> -->
|
||||||
|
<ListBox ItemsSource="{Binding Results}" SelectedItems="{Binding SelectedResults}">
|
||||||
|
<ListBox.ItemsPanel>
|
||||||
|
<ItemsPanelTemplate>
|
||||||
|
<VirtualizingStackPanel />
|
||||||
|
</ItemsPanelTemplate>
|
||||||
|
</ListBox.ItemsPanel>
|
||||||
|
|
||||||
|
<ListBox.ItemTemplate>
|
||||||
|
<DataTemplate>
|
||||||
|
<Grid Margin="2">
|
||||||
|
<Grid.ColumnDefinitions>
|
||||||
|
<ColumnDefinition Width="*"/>
|
||||||
|
<ColumnDefinition Width="*"/>
|
||||||
|
<ColumnDefinition Width="2*"/>
|
||||||
|
<ColumnDefinition Width="3*"/>
|
||||||
|
<ColumnDefinition Width="3*"/>
|
||||||
|
</Grid.ColumnDefinitions>
|
||||||
|
|
||||||
|
<TextBlock Grid.Column="0"
|
||||||
|
Text="{Binding PersonId}" />
|
||||||
|
|
||||||
|
<TextBlock Grid.Column="1"
|
||||||
|
Text="{Binding Refsid}" />
|
||||||
|
|
||||||
|
<TextBlock Grid.Column="2"
|
||||||
|
Text="{Binding Name}" />
|
||||||
|
|
||||||
|
<TextBlock Grid.Column="3"
|
||||||
|
Text="{Binding Errors}" />
|
||||||
|
|
||||||
|
<TextBlock Grid.Column="4"
|
||||||
|
Text="{Binding Warnings}" />
|
||||||
|
</Grid>
|
||||||
|
</DataTemplate>
|
||||||
|
</ListBox.ItemTemplate>
|
||||||
|
</ListBox>
|
||||||
<!-- <StackPanel x:Name="StkResults" Orientation="Vertical" Margin="10" /> -->
|
<!-- <StackPanel x:Name="StkResults" Orientation="Vertical" Margin="10" /> -->
|
||||||
</ScrollViewer>
|
</ScrollViewer>
|
||||||
|
|
||||||
|
|||||||
+66
-13
@@ -1,6 +1,9 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using System.Collections.ObjectModel;
|
||||||
|
using System.ComponentModel;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using System.Runtime.CompilerServices;
|
||||||
using Avalonia;
|
using Avalonia;
|
||||||
using Avalonia.Controls;
|
using Avalonia.Controls;
|
||||||
using Avalonia.Interactivity;
|
using Avalonia.Interactivity;
|
||||||
@@ -8,38 +11,72 @@ using Avalonia.Layout;
|
|||||||
using Avalonia.Media;
|
using Avalonia.Media;
|
||||||
|
|
||||||
namespace Logof_Client;
|
namespace Logof_Client;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Runtime.CompilerServices;
|
||||||
|
|
||||||
public partial class ResultWindow : Window
|
public partial class ResultWindow : Window, INotifyPropertyChanged
|
||||||
{
|
{
|
||||||
|
public event PropertyChangedEventHandler? PropertyChanged;
|
||||||
|
|
||||||
|
private List<ResultItem> _results = new();
|
||||||
|
|
||||||
|
public List<ResultItem> Results
|
||||||
|
{
|
||||||
|
get => _results;
|
||||||
|
private set
|
||||||
|
{
|
||||||
|
_results = value;
|
||||||
|
PropertyChanged?.Invoke(
|
||||||
|
this,
|
||||||
|
new PropertyChangedEventArgs(nameof(Results))
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public List<CheckBox> errortypecheckboxes = new();
|
public List<CheckBox> errortypecheckboxes = new();
|
||||||
public KasAddressList ur_addresses = new("Ergebnis_" + DateTime.Now.ToString("ddMMyy_HHmmss"));
|
public KasAddressList ur_addresses = new("Ergebnis_" + DateTime.Now.ToString("ddMMyy_HHmmss"));
|
||||||
public List<KasPerson> ur_result;
|
public List<KasPerson> ur_result;
|
||||||
public List<CheckBox> warningtypecheckboxes = new();
|
public List<CheckBox> warningtypecheckboxes = new();
|
||||||
|
public List<ResultItem>? SelectedResults { get; set; }
|
||||||
|
|
||||||
public ResultWindow(List<KasPerson> result,
|
public ResultWindow(List<KasPerson> result, int addressSetID)
|
||||||
int addressSetID)
|
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
|
||||||
|
DataContext = this;
|
||||||
|
|
||||||
ur_result = result;
|
ur_result = result;
|
||||||
|
|
||||||
Load(result);
|
Load(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void GenerateView(List<KasPerson> result)
|
//public List<ResultItem> Results { get; private set; } = new();
|
||||||
{
|
private void GenerateView(List<KasPerson> result) {
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
// Filter to only show persons with errors
|
// Filter to only show persons with errors
|
||||||
var result_with_errors = result.Where(p => p.PersonError != null).ToList();
|
var result_with_errors = result.Where(p => p.PersonError != null).ToList();
|
||||||
LblResultCount.Content = $"{result_with_errors.Count}/{ur_result.Count} Ergebnisse";
|
LblResultCount.Content = $"{result_with_errors.Count}/{ur_result.Count} Ergebnisse";
|
||||||
|
//LbResults.Items.Clear();
|
||||||
LbResults.Items.Clear();
|
// foreach (var person in result_with_errors)
|
||||||
foreach (var person in result_with_errors) LbResults.Items.Add(person.PersonError.ToString(person));
|
// LbResults.Items.Add(person.PersonError.ToString(person));
|
||||||
|
Results = result_with_errors
|
||||||
|
.Select(person => new ResultItem
|
||||||
|
{
|
||||||
|
Person = person,
|
||||||
|
PersonId = person.id,
|
||||||
|
Name = $"{person.vorname} {person.name}".Trim(),
|
||||||
|
Errors = string.Join(", ", person.PersonError.errors),
|
||||||
|
Warnings = string.Join(", ", person.PersonError.warnings),
|
||||||
|
Refsid = person.refsid.ToString() ?? ""
|
||||||
|
})
|
||||||
|
.ToList();
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
Logger.Log("Error while generating result view: " + ex.Message, Logger.LogType.Warning);
|
Logger.Log("Error while generating result view: " + ex.Message, Logger.LogType.Warning);
|
||||||
}
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ViewSingle(int id)
|
private void ViewSingle(int id)
|
||||||
@@ -179,8 +216,9 @@ public partial class ResultWindow : Window
|
|||||||
|
|
||||||
LblResultCount.Content = $"{temp_result.Count}/{ur_result.Count} Ergebnisse";
|
LblResultCount.Content = $"{temp_result.Count}/{ur_result.Count} Ergebnisse";
|
||||||
|
|
||||||
LbResults.Items.Clear();
|
//LbResults.Items.Clear();
|
||||||
foreach (var person in temp_result) LbResults.Items.Add(person.PersonError.ToString(person));
|
GenerateView(temp_result);
|
||||||
|
//foreach (var person in temp_result) LbResults.Items.Add(person.PersonError.ToString(person));
|
||||||
|
|
||||||
} catch (Exception ex)
|
} catch (Exception ex)
|
||||||
{
|
{
|
||||||
@@ -200,4 +238,19 @@ public partial class ResultWindow : Window
|
|||||||
Console.WriteLine("Updating filter...");
|
Console.WriteLine("Updating filter...");
|
||||||
UpdateFilter();
|
UpdateFilter();
|
||||||
}
|
}
|
||||||
}
|
//public ObservableCollection<ResultItem> Results { get; } = new();
|
||||||
|
}
|
||||||
|
public class ResultItem
|
||||||
|
{
|
||||||
|
public int PersonId { get; init; }
|
||||||
|
|
||||||
|
public string Name { get; init; } = "";
|
||||||
|
|
||||||
|
public string Errors { get; init; } = "";
|
||||||
|
|
||||||
|
public string Warnings { get; init; } = "";
|
||||||
|
|
||||||
|
public string Refsid { get; init; } = "";
|
||||||
|
|
||||||
|
public KasPerson Person { get; init; } = null!;
|
||||||
|
}
|
||||||
|
|||||||
+73
-48
@@ -58,6 +58,33 @@ public class AddressCheck
|
|||||||
|
|
||||||
await Task.Run(async () =>
|
await Task.Run(async () =>
|
||||||
{
|
{
|
||||||
|
|
||||||
|
// Refsids, die mehrfach vorkommen
|
||||||
|
var doubledRefsids = adset.KasPersons
|
||||||
|
.Where(p => p.refsid > 0)
|
||||||
|
.GroupBy(p => p.refsid)
|
||||||
|
.Where(g => g.Count() > 1)
|
||||||
|
.ToDictionary(g => g.Key, g => true);
|
||||||
|
|
||||||
|
// Adressen, die mehrfach vorkommen
|
||||||
|
var doubledAddresses = adset.KasPersons
|
||||||
|
.GroupBy(p => (
|
||||||
|
p.name,
|
||||||
|
p.strasse,
|
||||||
|
p.vorname,
|
||||||
|
p.ort,
|
||||||
|
p.funktion,
|
||||||
|
p.funktion2,
|
||||||
|
p.funktionad,
|
||||||
|
p.abteilung,
|
||||||
|
p.name1,
|
||||||
|
p.name2,
|
||||||
|
p.name3,
|
||||||
|
p.name4,
|
||||||
|
p.name5))
|
||||||
|
.Where(g => g.Count() > 1)
|
||||||
|
.ToDictionary(g => g.Key, g => true);
|
||||||
|
|
||||||
foreach (var person in adset.KasPersons)
|
foreach (var person in adset.KasPersons)
|
||||||
{
|
{
|
||||||
var errors = new List<ErrorTypes>();
|
var errors = new List<ErrorTypes>();
|
||||||
@@ -155,46 +182,34 @@ public class AddressCheck
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Address-Component-Count
|
// Address-Component-Count
|
||||||
if (!string.IsNullOrWhiteSpace(person.strasse2)) address_component_count++;
|
// Double-Refsid
|
||||||
if (!string.IsNullOrWhiteSpace(person.land)) address_component_count++;
|
if (person.refsid > 0 &&
|
||||||
if (!string.IsNullOrWhiteSpace(person.name1)) address_component_count++;
|
doubledRefsids.ContainsKey(person.refsid))
|
||||||
if (!string.IsNullOrWhiteSpace(person.name2)) address_component_count++;
|
|
||||||
if (!string.IsNullOrWhiteSpace(person.name3)) address_component_count++;
|
|
||||||
if (!string.IsNullOrWhiteSpace(person.name4)) address_component_count++;
|
|
||||||
if (!string.IsNullOrWhiteSpace(person.name5)) address_component_count++;
|
|
||||||
if (!string.IsNullOrWhiteSpace(person.funktion)) address_component_count++;
|
|
||||||
if (!string.IsNullOrWhiteSpace(person.funktion2)) address_component_count++;
|
|
||||||
if (!string.IsNullOrWhiteSpace(person.funktionad)) address_component_count++;
|
|
||||||
if (!string.IsNullOrWhiteSpace(person.abteilung)) address_component_count++;
|
|
||||||
|
|
||||||
// Double-Refsid or DoubleAddresses
|
|
||||||
foreach (var person2 in adset.KasPersons)
|
|
||||||
{
|
{
|
||||||
if (adset.KasPersons.IndexOf(person) == adset.KasPersons.IndexOf(person2)) continue;
|
hasFaults = true;
|
||||||
|
warnings.Add(WarningTypes.DoubledRefsid);
|
||||||
if (person.refsid == person2.refsid) // trifft auf Patch-Addressen nicht zu
|
}
|
||||||
{
|
|
||||||
hasFaults = true;
|
// Double-Address
|
||||||
warnings.Add(WarningTypes.DoubledRefsid);
|
var addressKey = (
|
||||||
}
|
person.name,
|
||||||
|
person.strasse,
|
||||||
if (person.name == person2.name &&
|
person.vorname,
|
||||||
person.strasse == person2.strasse &&
|
person.ort,
|
||||||
person.vorname == person2.vorname &&
|
person.funktion,
|
||||||
person.ort == person2.ort &&
|
person.funktion2,
|
||||||
person.funktion == person2.funktion &&
|
person.funktionad,
|
||||||
person.funktion2 == person2.funktion2 &&
|
person.abteilung,
|
||||||
person.funktionad == person2.funktionad &&
|
person.name1,
|
||||||
person.abteilung == person2.abteilung &&
|
person.name2,
|
||||||
person.name1 == person2.name1 &&
|
person.name3,
|
||||||
person.name2 == person2.name2 &&
|
person.name4,
|
||||||
person.name3 == person2.name3 &&
|
person.name5);
|
||||||
person.name4 == person2.name4 &&
|
|
||||||
person.name5 == person2.name5)
|
if (doubledAddresses.ContainsKey(addressKey))
|
||||||
{
|
{
|
||||||
hasFaults = true;
|
hasFaults = true;
|
||||||
errors.Add(ErrorTypes.MayBeSameAddress);
|
errors.Add(ErrorTypes.MayBeSameAddress);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Adressen-Länge
|
// Adressen-Länge
|
||||||
@@ -216,16 +231,26 @@ public class AddressCheck
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Fortschritt aktualisieren
|
// Fortschritt aktualisieren
|
||||||
Interlocked.Increment(ref current);
|
// Interlocked.Increment(ref current);
|
||||||
var percent = current / (double)total * 100;
|
// var percent = current / (double)total * 100;
|
||||||
await Dispatcher.UIThread.InvokeAsync(() =>
|
// await Dispatcher.UIThread.InvokeAsync(() =>
|
||||||
{
|
// {
|
||||||
if (hasFaults)
|
// if (hasFaults)
|
||||||
_progress.AddToLog($"Person mit id {person.id} ist fehlerhaft",
|
// _progress.AddToLog($"Person mit id {person.id} ist fehlerhaft",
|
||||||
Convert.ToInt32(percent).ToString());
|
// Convert.ToInt32(percent).ToString());
|
||||||
|
//
|
||||||
|
// _progress.ChangePercentage(percent);
|
||||||
|
// });
|
||||||
|
|
||||||
|
var cd = Interlocked.Increment(ref current);
|
||||||
|
|
||||||
_progress.ChangePercentage(percent);
|
if (cd % 10 == 0)
|
||||||
});
|
{
|
||||||
|
var percent = cd / (double)total * 100;
|
||||||
|
|
||||||
|
await Dispatcher.UIThread.InvokeAsync(() =>
|
||||||
|
_progress.ChangePercentage(percent));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
+5
-5
@@ -656,13 +656,13 @@ public class PdfBuilder
|
|||||||
{
|
{
|
||||||
path = path.Substring(0, path.Length - 4);
|
path = path.Substring(0, path.Length - 4);
|
||||||
international_path = path;
|
international_path = path;
|
||||||
path = path + "-Laufzettel.pdf";
|
path = path + "-Leitzettel.pdf";
|
||||||
international_path = international_path + "-Laufzettel-International.pdf";
|
international_path = international_path + "-Leitzettel-International.pdf";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
path = path + "-Laufzettel.pdf";
|
path = path + "-Leitzettel.pdf";
|
||||||
international_path = international_path + "-Laufzettel-International.pdf";
|
international_path = international_path + "-Leitzettel-International.pdf";
|
||||||
}
|
}
|
||||||
|
|
||||||
CreateGermanyRunningSheets(setID, path);
|
CreateGermanyRunningSheets(setID, path);
|
||||||
@@ -674,7 +674,7 @@ public class PdfBuilder
|
|||||||
{
|
{
|
||||||
KasAddressList list = Settings._instance.addressSets.GetAddressSetByID(setID);
|
KasAddressList list = Settings._instance.addressSets.GetAddressSetByID(setID);
|
||||||
var document = new PdfDocument();
|
var document = new PdfDocument();
|
||||||
document.Info.Title = $"Laufzettel für {list.Name}";
|
document.Info.Title = $"Leitzettel für {list.Name}";
|
||||||
document.Info.Subject = "powered by logofclient";
|
document.Info.Subject = "powered by logofclient";
|
||||||
document.Info.Author = "logofclient";
|
document.Info.Author = "logofclient";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user