hestec / silverstripe-exactonline
Exact Online API connector for SilverStripe
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- picqer/exact-php-client: v3.*
- silverstripe/cms: >=4.0
- silverstripe/framework: >=4.0
This package is auto-updated.
Last update: 2024-11-13 23:49:12 UTC
README
This module establish an API connection with Exact Online (accounting software). At this moment it's for Dutch Exact Online accounts only, but in the next versions we will make it working for other countries as well (Germany, UK, ...).
Requirements
SilverStripe 4
Version
Using Semantic Versioning.
Installation
Install via Composer:
composer require "hestec/silverstripe-exactonline": "1.*"
Configuration
-
In the Exact Online app center (https://apps.exactonline.com) add an app for your API connection (instructions with screenshots shortly...)
-
After you registered the app, you will see ClientId, ClientSecret and WebhookSecret.
-
Add this 3 keys to your mysite.yml:
Hestec\ExactOnline\ExactOnlineConnection:
ClientId: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'
ClientSecret: 'xxxxxxxxxxxx'
WebhookSecret: 'xxxxxxxxxxxxxxxx'
do a dev/build and flush.
Usage
After installation and configuration go to Exact Online in the main menu of the CMS and follow the instructions to connect. Or let your customer do this by themselves as accounting software is very privacy of course, then you don't need to ask for the their credentials.
Issues
No known issues.
Todo
- Add other Exact Online countries.
- Expand the readme/instructions.