Daalder / exact

Daalder package for Exact online

Home Page:https://daalder.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIT Licensed GitHub Tests Action Status Quality Score

Exact integration for Daalder

Setup instructions

Add the daalder/exact repository to your composer.json

"repositories": [
    {
        "type": "git",
        "url": "git@github.com:daalder/exact.git"
    }
],

Install the package

composer require daalder/exact

Publish and run the migrations

php artisan vendor:publish --tag=daalder-exact-migrations
php artisan migrate

Configure the VAT rates

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.

Authenticate with Exact

Perform a GET call to /authenticate-exact. Open the returned url in your browser and authenticate with Exact.

About

Daalder package for Exact online

https://daalder.io

License:MIT License


Languages

Language:PHP 100.0%