Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision be4e1d78

Von Kivitendo Admin vor mehr als 7 Jahren hinzugefügt

  • ID be4e1d787b437ebf4d7a891c85a4eed164e80dce
  • Vorgänger 2bc33284
  • Nachfolger a2c8ac75

Doku zu DATEV.pm csv_export_for_tax_accountant

Unterschiede anzeigen:

SL/DATEV.pm
1464 1464
Exports data. You have to have set L<exporttype> and L<format> or an error will
1465 1465
occur. OBE exports are currently not implemented.
1466 1466

  
1467
=item csv_export_for_tax_accountant
1468

  
1469
Generates up to four downloadable csv files containing data about sales and
1470
purchase invoices, and their respective payments:
1471

  
1472
Example:
1473
  my $startdate = DateTime->new(year => 2012, month =>  1, day =>  1);
1474
  my $enddate   = DateTime->new(year => 2012, month => 12, day => 31);
1475
  SL::DATEV->new(from => $startdate, to => $enddate)->csv_export_for_tax_accountant;
1476
  # {
1477
  #   'download_token' => '1488551625-815654-22430',
1478
  #   'filenames' => [
1479
  #                    'Zahlungen Kreditorenbuchungen 2012-01-01 - 2012-12-31.csv',
1480
  #                    'Kreditorenbuchungen 2012-01-01 - 2012-12-31.csv',
1481
  #                    'Zahlungen Debitorenbuchungen 2012-01-01 - 2012-12-31.csv',
1482
  #                    'Debitorenbuchungen 2012-01-01 - 2012-12-31.csv'
1483
  #                  ]
1484
  # };
1485

  
1467 1486
=back
1468 1487

  
1469 1488
=head1 ATTRIBUTES

Auch abrufbar als: Unified diff