"repositories": [
{
"type": "git",
"url": "git@github.com:daalder/exact.git"
}
],
composer require daalder/exact
php artisan vendor:publish --tag=daalder-exact-migrations
php artisan migrate
A new column has been added to the Daalder vat_rates
table (exact_code
) that needs to be filled for each VAT rate. The package uses this field to match Daalder and Exact VAT rates. Please refer to the Exact documentation for fetching these VAT codes.
Perform a GET
call to /authenticate-exact
. Open the returned url in your browser and authenticate with Exact.