MalteserJohanniterJohanneshaus/Datev/DatevExporter.cs - neues Konto besW

This commit is contained in:
2025-04-03 10:16:09 +02:00
parent c89c18fc3c
commit 6fed912063

View File

@@ -110,7 +110,14 @@ c2s.Notice AS 'Kostenstelle'
sb.Append(";");
sb.Append(String.Format("{0}", row[1])); //Debitor
sb.Append(";");
sb.Append("8003"); // Erlöskonto
if (typ == "LVR-besW")
{
sb.Append("8000"); // Erlöskonto
}
else
{
sb.Append("8003"); // Erlöskonto
}
sb.Append(";");
sb.Append(String.Format("{0:0.00}", row[0]));
sb.Append(";");