2017 © Pedro Peláez
 

silverstripe-vendormodule silverstripe-exactonline

Exact Online API connector for SilverStripe

image

hestec/silverstripe-exactonline

Exact Online API connector for SilverStripe

  • Thursday, April 26, 2018
  • by hestec
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

SilverStripe Exact Online API connector

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, ...)., (*1)

Requirements

SilverStripe 4, (*2)

Version

Using Semantic Versioning., (*3)

Installation

Install via Composer:, (*4)

composer require "hestec/silverstripe-exactonline": "1.*", (*5)

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, (*6)

  3. Add this 3 keys to your mysite.yml:, (*7)

    Hestec\ExactOnline\ExactOnlineConnection:
    ClientId: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'
    ClientSecret: 'xxxxxxxxxxxx'
    WebhookSecret: 'xxxxxxxxxxxxxxxx'
    

do a dev/build and flush., (*8)

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., (*9)

connect, (*10)

Issues

No known issues., (*11)

Todo

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

The Versions

26/04 2018

dev-master

9999999-dev

Exact Online API connector for SilverStripe

  Sources   Download

BSD-3-Clause

The Requires

 

api silverstripe exactonline

19/04 2018

1.0.0

1.0.0.0

Exact Online API connector for SilverStripe

  Sources   Download

BSD-3-Clause

The Requires

 

api silverstripe exactonline