hestec/silverstripe-exactonline

Exact Online API connector for SilverStripe

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

1.0.0 2018-04-19 15:05 UTC

This package is auto-updated.

Last update: 2024-04-13 22:40:18 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

  1. In the Exact Online app center (https://apps.exactonline.com) add an app for your API connection (instructions with screenshots shortly...)

  2. After you registered the app, you will see ClientId, ClientSecret and WebhookSecret. exact-app

  3. 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.

connect

Issues

No known issues.

Todo

  • Add other Exact Online countries.
  • Expand the readme/instructions.