DATEV-Export Steuerschlüssel 94 übergeben, aber die Steuerbuchungen ausklammern
authorJan Büren <jan@kivitendo.de>
Mon, 7 Mar 2022 08:43:46 +0000 (09:43 +0100)
committerJan Büren <jan@kivitendo.de>
Mon, 7 Mar 2022 08:43:46 +0000 (09:43 +0100)
SL/DATEV.pm

index 9dcfe0b..86cb729 100644 (file)
@@ -543,6 +543,7 @@ sub generate_datev_data {
          $gl_itime_filter
          $gl_department_id_filter
          $gl_imported
+         AND NOT EXISTS (SELECT gl_id from ap_gl where gl_id = gl.id)
          $filter
 
        ORDER BY trans_id, acc_trans_id|;
@@ -835,7 +836,7 @@ sub generate_datev_lines {
       }
       if ($transaction->[$i]->{'taxkey'}) {
         $taxkey = $transaction->[$i]->{'taxkey'};
-        $taxkey = 0 if $taxkey == 94; # taxbookings are in gl
+        $taxkey = 0 if $taxkey == 94; # taxbookings are in gl
       }
       if ($transaction->[$i]->{'charttax'}) {
         $charttax = $transaction->[$i]->{'charttax'};