Konsolen-Behfele
Mithilfe der Konsolenbefehle kannst Du den Export automatisieren.
| fromDate | 2022-01-01 (Y-m-d format) |
|---|---|
| untilDate | 2022-02-01 (Y-m-d format) |
| exportCustomers | true/false (default: false) |
| exportDocuments | true/false (default: false) |
| exportPath | /home/me/export.zip (default exports to /tmp) |
| channelId | 98432def39fc4624b33213a56b8c944d (default empty which export from all channels) |
| documentType | all / credit_note / invoice / payments, default: all |
Beispiel:
bin/console datev:export --fromDate="2020-01-01" --untilDate="2020-02-01" --exportCustomers=true --exportDocuments=true --exportPath=/var/www/html/export.zip --channelId=98432def39fc4624b33213a56b8c944d --documentType="invoice"

