Plugin for syncing orders to the Dutch accounting platform E-boekhouden.nl.
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.
vendure-config.ts:Settings > Channels, open the channel you want
to configure and select the E-boekhouden tab. Tick Enabled and fill in
your Username, Security code 1, Security code 2, Account and
Contra account. Configuration is stored per channel as Channel custom
fields, so no Admin UI extension needs to be compiled.The
eBoekhoudenEnabledtoggle controls whether e-Boekhouden is active for a channel. When it is off (or the config is incomplete), the plugin is disabled for that channel.
src/client/e-boekhouden-wsdl.xml.yarn generate-soap-client.src/client will now have an updated and typed soap client for e-Boekhouden.