exact_online
With this module you can connect your Drupal instance with Exact Online. The modules use the picqer/exact-php-client library as a piece of middleware to communicate with the Exact Online API.
Background
It's a module I've build for a client and now rewriting it to a more generic module so it can be used for any Drupal instance. The module does only take care of setting up the API connection. There are no features included to synchronize data between Drupal and Exact Online. This type of synchronization logic is always custom work (code), as every implementation of Exact Online is unique to fit your business logic.
If you're looking for such a solution, you can find my contact details at https://sebastix.nl/contact to send me an e-mail or phone call.
Features
- A dashboard with the current connection status
- A settings configuration form for your Exact Online API connection
- A view with log entries related to the module
Post-Installation
- Create an Exact Online application here
- Copy the Client ID and Client Secret which need to be provided in the settings configuration form (
/admin/config/services/exact-online/settings)
Additional Requirements
- picqer/exact-php-client library
Similar projects
As far as I know, there are no open /contributed modules available for connecting your Drupal instance with Exact Online.