SageExporter - Unterscheidung Konto Fahrtpauschale
SupportOID=168622
This commit is contained in:
@@ -84,7 +84,11 @@ ib.AccountingPeriodEnd,
|
||||
sb.Append(";");
|
||||
sb.Append(String.Format("{0}", row[7])); // Sollkonto - Debitornr. Orga bzw. bei Allgemeiner Rechnung Dummy
|
||||
sb.Append(";");
|
||||
String hbnKto = "S82035";
|
||||
String hbnKto = "S82035";
|
||||
if (row[8].ToString().Contains("Fahrtpauschale"))
|
||||
{
|
||||
hbnKto = "S82029";
|
||||
}
|
||||
sb.Append(String.Format("{0}", hbnKto)); // Habenkonto
|
||||
sb.Append(";");
|
||||
sb.Append(String.Format("{0:0.00}", row[3]));
|
||||
|
||||
Reference in New Issue
Block a user