Revision b019bd39
Von Sven Schöling vor etwa 8 Jahren hinzugefügt
SL/GoBD.pm | ||
---|---|---|
419 | 419 |
|
420 | 420 |
$datev->_get_transactions(from_to => $datev->fromto); |
421 | 421 |
|
422 |
if ($datev->errors) { |
|
423 |
die [ $datev->errors ]; |
|
424 |
} |
|
425 |
|
|
422 | 426 |
for my $transaction (@{ $datev->{DATEV} }) { |
423 | 427 |
for my $entry (@{ $transaction }) { |
424 | 428 |
$entry->{sortkey} = join '-', map { lc } (DateTime->from_kivitendo($entry->{transdate})->strftime('%Y%m%d'), $entry->{name}, $entry->{reference}); |
Auch abrufbar als: Unified diff
GoBD: Bei unbalanced ledger Fehlern abbrechen und Fehler zeigen