Revision 2bc33284
Von Kivitendo Admin vor etwa 8 Jahren hinzugefügt
SL/DATEV.pm | ||
---|---|---|
sub csv_export_for_tax_accountant {
|
||
my ($self) = @_;
|
||
|
||
$self->_get_transactions(from_to => $self->fromto);
|
||
$self->generate_datev_data(from_to => $self->fromto);
|
||
|
||
foreach my $transaction (@{ $self->{DATEV} }) {
|
||
foreach my $entry (@{ $transaction }) {
|
Auch abrufbar als: Unified diff
DATEV csv_export_for_tax_accountant nutzt generate_datev_data