LebenshilfeRemscheid/Export/DatevExporter.cs - Finish mit Änderung Rechnungsnamen im PDF-Export
This commit is contained in:
@@ -92,7 +92,7 @@ namespace LebenshilfeRemscheid.Export
|
||||
sb.Append(String.Format("{0:ddMMyy}", row[1])); //Belegfeld 2
|
||||
sb.Append(";;");
|
||||
sb.Append(String.Format("{0}", row[3])); // Buchungstext
|
||||
sb.Append(";;;;;;;;;;;;;;;;;;;;;;;5000;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;");
|
||||
sb.Append(";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;");
|
||||
}
|
||||
return sb.ToString();
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@ namespace LebenshilfeRemscheid
|
||||
|
||||
public void SetReportDataSource(ServiceInvoiceRO pRO)
|
||||
{
|
||||
lblRechnungsname.Text = pRO.CustomerLastName + "_" + pRO.CustomerFirstName + "" + pRO.InvoiceDate;
|
||||
lblRechnungsname.Text = pRO.CustomerLastName + "_" + pRO.CustomerFirstName + "" + pRO.InvoiceDate + "_" + pRO.InvoiceNumber;
|
||||
if (pRO.CustomerSalutation == "Herr")
|
||||
{
|
||||
pRO.CustomerSalutation = "Herrn";
|
||||
|
||||
Reference in New Issue
Block a user