Revision a44bb343
Von Jan Büren vor fast 3 Jahren hinzugefügt
SL/DATEV.pm | ||
---|---|---|
543 | 543 |
$gl_itime_filter |
544 | 544 |
$gl_department_id_filter |
545 | 545 |
$gl_imported |
546 |
AND NOT EXISTS (SELECT gl_id from ap_gl where gl_id = gl.id) |
|
546 | 547 |
$filter |
547 | 548 |
|
548 | 549 |
ORDER BY trans_id, acc_trans_id|; |
... | ... | |
835 | 836 |
} |
836 | 837 |
if ($transaction->[$i]->{'taxkey'}) { |
837 | 838 |
$taxkey = $transaction->[$i]->{'taxkey'}; |
838 |
$taxkey = 0 if $taxkey == 94; # taxbookings are in gl |
|
839 |
# $taxkey = 0 if $taxkey == 94; # taxbookings are in gl
|
|
839 | 840 |
} |
840 | 841 |
if ($transaction->[$i]->{'charttax'}) { |
841 | 842 |
$charttax = $transaction->[$i]->{'charttax'}; |
Auch abrufbar als: Unified diff
DATEV-Export Steuerschlüssel 94 übergeben, aber die Steuerbuchungen ausklammern