Data extraction API for Faktor.
The API supplies an endpoint to get entries. It is possible to filter by whether or not an entry is already "extracted" and by date of registration.
bin/console app:extract:latest
app:cleanup:entries 3
bin/console app:extract:days filename.csv --from=15-3-2020 --to=18-3-2020 --types=hit
Run bin/console app:extract:days --help
for options.
bin/console app:fixtures:load
composer phpunit
composer phpunit-coverage
The report is found in the coverage/report.txt
file.