Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2bc33284

Von Kivitendo Admin vor mehr als 7 Jahren hinzugefügt

  • ID 2bc33284e526869f0de7aa0ddd5cdb141432f4e3
  • Vorgänger 61894a27
  • Nachfolger be4e1d78

DATEV csv_export_for_tax_accountant nutzt generate_datev_data

Unterschiede anzeigen:

SL/DATEV.pm
1172 1172
sub csv_export_for_tax_accountant {
1173 1173
  my ($self) = @_;
1174 1174

  
1175
  $self->_get_transactions(from_to => $self->fromto);
1175
  $self->generate_datev_data(from_to => $self->fromto);
1176 1176

  
1177 1177
  foreach my $transaction (@{ $self->{DATEV} }) {
1178 1178
    foreach my $entry (@{ $transaction }) {

Auch abrufbar als: Unified diff