changed "Frachtkosten" to "Versand und Bereitstellungskosten"

pull/1/head
DJh2o2 2022-03-11 09:43:45 +07:00
parent c383abd9ac
commit 75e7123bf6
2 changed files with 3 additions and 3 deletions

@ -180,7 +180,7 @@ namespace Gremlin.MVVM
_ = texFile.AppendLine($"\\textbf{{Summe netto}} & \\SI{{{quoteVM.TotalNet}}}{{\\sieuro}}\\\\");
//Frachtkosten
_ = texFile.AppendLine($"\\textbf{{Frachtkosten ({quoteVM.Freight}\\%)}} & \\SI{{{quoteVM.TotalFreightOnly}}}{{\\sieuro}}\\\\");
_ = texFile.AppendLine($"\\textbf{{Versand und Bereitstellungskosten ({quoteVM.Freight}\\%)}} & \\SI{{{quoteVM.TotalFreightOnly}}}{{\\sieuro}}\\\\");
//Gesamtsumme netto
_ = texFile.AppendLine($"\\textbf{{Gesamtsumme netto}} & \\SI{{{quoteVM.TotalFreight}}}{{\\sieuro}}\\\\");

@ -30,7 +30,7 @@
<TextBlock x:Name="lblAngebotsgueltigkeit" Text="Angebotsgültigkeit (Tage)" Margin="10,5,10,5"/>
<!--<TextBlock x:Name="lblOppID" Text="SAP Opp ID" Margin="10,5,10,5"/>-->
<TextBlock x:Name="lblVAT" Text="MwSt. (%)" Margin="10,5,10,5"/>
<TextBlock x:Name="lblFreight" Text="Frachtkosten (%)" Margin="10,5,10,5"/>
<TextBlock x:Name="lblFreight" Text="Versand und Bereitstellungskosten (%)" Margin="10,5,10,5"/>
</StackPanel>
</Grid>
<Grid Grid.Row="0" Grid.Column="1" Height="Auto">
@ -65,7 +65,7 @@
<StackPanel>
<TextBlock x:Name="lblTotalListprice" Text="Listpreis netto" Margin="10,5,10,5"/>
<TextBlock x:Name="lblTotalNet" Text="Summe netto" Margin="10,5,10,5"/>
<TextBlock x:Name="lblTotalFreightOnly" Text="Frachtkosten" Margin="10,5,10,5"/>
<TextBlock x:Name="lblTotalFreightOnly" Text="Versand und Bereitstellungskosten" Margin="10,5,10,5"/>
<TextBlock x:Name="lblTotalFreight" Text="Gesamtsumme netto" Margin="10,5,10,5"/>
<TextBlock x:Name="lblTotalVAT" Text="Mehrwertsteuer" Margin="10,5,10,5"/>
<TextBlock x:Name="lblTotalGross" Text="Gesamtsumme brutto" Margin="10,5,10,5"/>