Description
Over deze plugin.
WooCommerce boekhouden plugin voor Acumulus
The Acumulus plugin connects your Woocommerce store to the Dutch SIEL Acumulus online financial administration application. It can add your invoices automatically or via a batch send form to your administration, saving you a lot of manual, error-prone work.
The Acumulus plugin:
- Reacts to order status changes via actions.
- Does have 4 admin screens: a register, settings, advanced settings, and a batch send screen.
- Offers a meta box with an overview of the status of the invoice in Acumulus on the edit order screen.
- Does not in any way interfere with the front-end UI.
The Acumulus plugin assumes that:
- You have installed WooCommerce.
- You have an account with SIEL Acumulus, also see Overview of webshop connections.
If not, this plugin is useless and will not do anything.
Installation using composer and GitHub
Note: this is only recommended for developers, not if you only want to use this plugin in your webshop.
- Open a cmd prompt and go to the plugins folder: cd wp-content/plugins
- Download the zip from https://github.com/SIELOnline/Acumulus-for-WooCommerce, either:
- The latest version: https://github.com/SIELOnline/Acumulus-for-WooCommerce/archive/refs/heads/master.zip
- A specific version, e.g: https://github.com/SIELOnline/Acumulus-for-WooCommerce/archive/refs/tags/7.6.5.zip
- Extract the zip and rename the folder Acumulus-for-WooCommerce-[master|7.6.5] to acumulus
- cd acumulus
- composer update –no-dev
Note this won’t install the test classes from WooCommerce and WordPress that are required by our own tests.
Installing the test environment for this plugin is yet to be described here.
Support
See the Acumulus forum.
Screenshots
Installation
- Install the plugin through the WordPress plugins screen directly or, alternatively, upload the plugin files to the
/wp-content/plugins/acumulus
directory manually. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Go to the ‘Settings – Acumulus’ page (
wp-admin/options-general.php?page=acumulus_config
) to configure the plugin. - If you do not have yet an account with Acumulus, you can apply for one by clicking on the register now button.
- Complete the (basic) configuration of the plugin.
- Go to the ‘Settings – Acumulus advanced settings’ page (
wp-admin/options-general.php?page=acumulus_advanced
) to configure the plugin. - If you have set so, invoices for new orders are now automatically sent to your administration at Acumulus.
- You can use the ‘Woocommerce – Acumulus’ page (
wp-admin/admin.php?page=acumulus_batch
) to send a batch of (older) orders to Acumulus. - To cater for specific use cases, the plugin does define some filters and actions, so you can intercept and influence the actions it performs. See the separate filters.txt for more information.
Reviews
Contributors & Developers
“Acumulus” is open source software. The following people have contributed to this plugin.
Contributors“Acumulus” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “Acumulus” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
The Acumulus plugin exists for multiple eCommerce solutions and are all built on a common library. Most changes take place in that common library, therefore there’s only 1 changelog that is part of the library, see changelog.txt.