Revision 2f6e7625
Von Jan Büren vor mehr als 11 Jahren hinzugefügt
SL/IC.pm | ||
---|---|---|
1497 | 1497 |
# if credit_note has a deliverydate, use this instead of invdate |
1498 | 1498 |
# useful for credit_notes of invoices from an old period with different tax |
1499 | 1499 |
# if there is no deliverydate then invdate is used, old default (see next elsif) |
1500 |
# Falls hier der Stichtag für Steuern anders bestimmt wird, |
|
1501 |
# entsprechend auch bei Taxkeys.pm anpassen |
|
1500 | 1502 |
$transdate = $form->{deliverydate}; |
1501 | 1503 |
} elsif (($form->{type} eq "credit_note") || ($form->{script} eq 'ir.pl')) { |
1502 | 1504 |
$transdate = $form->{invdate}; |
Auch abrufbar als: Unified diff
Beim DATEV-Export Lieferdatum als entscheidenden Tag zur Bestimmung der Steuer berücksichtigen
Analog wie bei Einkaufs- und Verkaufsbelegen wird jetzt auch beim DATEV-Export
das Lieferdatum der Transaktion verwendet.