Skip to main content
← Back to plugins
E-Boekhouden accounting

E-Boekhouden accounting

Sync orders to the Dutch accounting platform E-boekhouden.nl

Version2.1.0
Compatibility>=2.2.0
CategoryOther
Downloads94 monthly
Last updatedFeb 5, 2026

Official documentation here

Plugin for syncing orders to the Dutch accounting platform E-boekhouden.nl.

Getting started

Send orders to e-Boekhouden as GeldOntvangen mutation and configured account and contraAccount numbers. Creates a mutation line for each taxrate of the order's tax summary.

  1. Add this to your plugin in vendure-config.ts:
Ts
  1. Run a database migration to add the config entity to your database.
  2. Add this plugin to the Vendure admin ui plugin to add the configuration screen to Vendure.
Ts

You can read more about Admin UI compilation in the Vendure docs

  1. Start the server and set your credentials via Settings > E-boekhouden

Development - generate new client

  1. Go to https://soap.e-boekhouden.nl/soap.asmx?wsdl and save the wsdl file in src/client/e-boekhouden-wsdl.xml.
  2. Run yarn generate-soap-client.
  3. src/client will now have an updated and typed soap client for e-Boekhouden.
Changelog
  • Upgraded to Vendure 3.5.3
  • Add support for custom VAT code strategy to define the VAT code to send to e-boekhouden
  • Documentation update
  • Updated official documentation URL
  • Upgrade to Vendure to 3.3.2
  • Update Vendure to 3.1.1
  • Update compatibility range (#480)
  • Updated Vendure to 2.2.6
  • Updated vendure to 2.1.1