This plugin is free for personal and commercial use. Just follow the instructions below.
yarn install vendure-plugin-e-boekhouden
Save time doing your taxes by automatically syncing placed orders to the e-Boekhouden accounting platform with this Vendure plugin
yarn install vendure-plugin-e-boekhouden
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
:import { EboekhoudenPlugin } from 'vendure-plugin-e-boekhouden'
plugins: [
EboekhoudenPlugin,
...
]
plugins: [
AdminUiPlugin.init({
port: 3002,
route: 'admin',
app: compileUiExtensions({
outputPath: path.join(__dirname, '__admin-ui'),
extensions: [EboekhoudenPlugin.ui],
}),
}),
];
You can read more about Admin UI compilation in the Vendure docs
Settings > E-boekhouden
src/client/e-boekhouden-wsdl.xml
.yarn generate-soap-client
.src/client
will now have an updated and typed soap client for e-Boekhouden.