1.Introduction
This is the manual for the integration between CCV Shop and Eenvoudigfactureren.
- This integration is a financial integration. It is not a logistics integration. It is not suitable for updating customers in Eenvoudigfactureren, printing packing slips, or synchronizing products/inventory.
- This integration does not replace the work of an accountant. It saves time because you no longer have to retype documents. The accountant is still needed for advice, expertise, and control.
Tip: Other customers using this integration found the tips in the FAQ for CCV Shop and in the FAQ for Eenvoudigfactureren.
You install this integration from the CCV Shop App Store. If you select the Accounting category, our apps will appear automatically. You can recognize us as a provider by the blue gear icon. If you click on the App, you will see a description and the Install App button. During activation, you will be automatically guided through the configuration screens.
The installation is complete when both connection dots are green, and the settings in the Configuration tab have been entered and saved.
Important: Once the integration is installed, always log in to the dashboard via https://uwkoppeling.webwinkelfacturen.nl, and not from the app store.
The trial period for the integration runs until the first of the following month in which the integration was requested.
If you want to install another integration, you can do so in the same way. Make sure you are logged out of the integration dashboard and preferably start the new installation in an incognito browser.
If you want to terminate the integration, you can remove the app from the app store in your backend.
Are you switching to another accounting system and want to create a new integration? You can install the new app from the app store in your backend. Make sure you are logged out of the dashboard of the old integration and preferably start the new installation in an incognito browser.
Are you switching to another webshop system? Via our integrations page you can see whether you install it from the relevant app store, or by means of an installation link.
Has the installation been successful, but do you see in the dashboard of the integration the old license key still present when you click the dropdown arrow next to the key (even though that app/key has been deleted)? If so, please send us an email requesting that the old key be removed.
2.How the integration works
A order or invoice from the CCV Shop webshop is processed to a Eenvoudigfactureren invoice.
Read more How the integration works .... Read less How the integration works ....
At the start of processing an order, we perform a number of checks on the CCV Shop order or invoice:
- It is checked whether the total of the CCV Shop order is equal to the sum of the amounts in the order lines plus the shipping cost amount.
- If the order is an ICP order, the VAT number is checked.
- It is checked whether a corresponding VAT code exists in Eenvoudigfactureren for the VAT in each line.
- It is checked whether the order or invoice has not already been processed.
Upon a successful check, the Eenvoudigfactureren invoice is created and processed to Eenvoudigfactureren. The debtor details are placed in the Eenvoudigfactureren invoice. Eenvoudigfactureren itself checks if the debtor is already present.
After the order or invoice has been forwarded and a success message from Eenvoudigfactureren has been received, the order or invoice is marked as handled. The CCV Shop order appears at the Reporting tab on the dashboard.
If Eenvoudigfactureren returns an error while processing the order or invoice, the order or invoice appears in the Errors tab on the dashboard. Via the yellow button More info more information about the problem can be found. Via the red button Report problem can the order or invoice with all necessary information easily be submitted to us after you have tried to resolve the problem yourself. If the problem is solved, in some cases the orders or invoices can be processed again with the blue Process button.
Data
Information about the data that is processed can be found in the section Day-to-day: To Eenvoudigfactureren later in the manual.
3.Required: EenvoudigFactureren
- Log in to EenvoudigFactureren
- Go to Profile (top right) > Access Management
- Click on add API key
- In terms of management, you can select either All or a limited set. With a limited set, the integration requires access to Invoices, Customers, Items, and Layouts.
- Make a copy of the generated API key. You will need this key in the next Installation section.
4.Installation
You install the integration between CCV Shop and eenvoudigfactureren via the CCV Shop App Store. First, the connection with your webshop is established and you authorize the integration to read data from your webshop. Explanation is provided in the Install integration section in chapter 1.
Read more Installation ....Read less Installation ....
1. Establishing the connection with Eenvoudigfactureren. This authorizes the integration to write transactions to your Eenvoudigfactureren administration and to read information.
2. Configuring additional data, such as the VAT settings.
Authentication Eenvoudigfactureren
Authentication with Eenvoudigfactureren is done via the token you created in the previous section. You click the red Connect button next to the Eenvoudigfactureren Connection. A popup will automatically appear where you can enter the token.
If you wish to re-establish the connection at a later time, you can always do so by clicking the ReConnect button.
When processing to the Eenvoudigfactureren accounting system, the VAT percentages are transferred directly. Therefore, there is no possibility to post to separate VAT codes or ledger accounts.
5.Day-to-day: From CCV Shop
Once an order or invoice has been processed, it cannot be processed again. An order or invoice that is modified in the webshop after it has been processed will not be adjusted in Eenvoudigfactureren.
Field-level specification orders
| Below is an elaboration at field level when retrieving orders. The general values in the order and the order rules are discussed, the shipping costs and the debtor details. | ||
| Name field | Values from CCV Shop order | |
| Order-identifier | [id] | |
| Order number and reference | [ordernumber_full] | |
| Order and booking date | [create_date] | |
| ICP indication | [is_intra_community_order] | |
| International indication |
An order is an international order if:
|
|
| Valuta | [currency] | |
| Payment status | [paid] | |
| Payment method |
The payment method is determined as follows based on the field [paymethod]:
|
|
| Paymentmethod-id | [paymethod_id] | |
| Total amounts incl or excl VAT | The amounts in the order can be incl. or excl. VAT. This is determined by the field [taxes_included]. This value is important for determining the Total incl and the Total excl, see below. | |
| Total incl | The amount incl. VAT of the order is:
|
|
| Total excl | The amount excl. VAT of the order is:
|
|
| Total VAT | [total_tax] | |
| Total discounts incl or excl VAT | The amounts in the order can be incl. or excl. VAT. This is determined by the field [order_row_taxes_included] | |
| Total discounts incl. | The amounts are calculated depending on the field [order_row_taxes_included]. This value is important for determining Total discounts incl. and the Total discounts excl., see below.
|
|
| Total discounts excl. | The amounts are calculated depending on the field [order_row_taxes_included]:
|
|
| Name field | Values from CCV Shop order |
| VAT percentage | [tax], if the amount < 1 is dan wordt het percentage vermenigvuldigd met 100 |
| Name product | [product_name] |
| Productcode | If filled [sub_product_number], otherwise [product_number] |
| Amount | [count] |
| Discount | ([price_without_discount] - [selling_price]) * [count] |
| Amounts incl. or excl. VAT | The amounts in the order lines can be incl. or excl. VAT. This is determined by the field [order_row_taxes_included]. This value is important for determining the unit prices incl. and the unit prices excl., see below |
| Unit price excl. VAT | The unit price excl. VAT is:
|
| Unit price incl. VAT | The unit price incl. VAT is:
|
| Line prices incl and excl discount | These are calculated from the discount and the unit prices. The unit prices are multiplied by the quantity. |
| Accounts and VAT codes from Eenvoudigfactureren | These are determined based on the settings in the integration, the delivery country of the order and the VAT percentages. The type for order lines is turnover / revenue. |
| Name field | Values from CCV Shop order |
| Name | Shipping costs |
| VAT percentage | For ICP and international orders 0%, otherwise [shipping_tax_percentage] |
| Shipping costs incl. or excl. VAT | The shipping costs are given incl. or excl. VAT. This is determined by the field [order_row_taxes_included]. This value is important for determining the shipping costs incl. and excl. VAT, see below |
| Shipping costs excl VAT | Shipping costs excl. VAT are:
|
| Shipping costs incl VAT | Shipping costs incl. VAT are:
|
| Accounts and VAT codes from Eenvoudigfactureren | These are determined based on the settings in the integration, the delivery country of the order and the VAT percentages. The type for shipping costs is shipping / shipping costs. |
| Name field | Values from CCV Shop order |
| Name | Payment costs |
| VAT percentage | For orders For ICP and international orders and a margin sale 0%, otherwise the highest percentage for the delivery country.
For invoices The VAT percentage on the shipping costs is used, because there is no VAT percentage on the payment costs. For example, 21% may be used for the Netherlands, 19% for Germany, and 20% for France. |
| Payment costs incl and excl VAT | Sum of the amounts in [paymethod_costs] and [extra_payment_option_price]. Just like for calculating the amounts in the order lines and for the shipping costs, the field [order_row_taxes_included] is used for the payment costs incl. and excl. VAT |
| Accounts and VAT codes from Eenvoudigfactureren | These are determined based on the settings in the integration, the delivery country of the order and the VAT percentages. The type for payment costs is payment / payment costs. |
|
There are two types of surcharges retrieved from the order. The surcharge with field name [extra_costs] and the surcharge with field name [credit_point_discount]. This results in a maximum of 2 surcharge lines. |
|
| Name field | Values from CCV Shop order |
| Name | Extra [extra_costs_description] or Surcharge |
| VAT percentage | For ICP and international orders 0%, in all other cases the highest VAT percentage in the order lines is used. |
| Surcharge amounts incl. and excl. VAT | Amounts in [extra_costs] and [credit_point_discount]. Just like for calculating the amounts in the order lines and for the shipping costs, the field [order_row_taxes_included] used for the surcharges incl. and excl. VAT |
| Accounts and VAT codes from Eenvoudigfactureren | These are determined based on the settings in the integration, the delivery country of the order and the VAT percentages. The type for order lines is turnover / revenue. |
| Name field | Values from CCV Shop order |
| First name | [billingaddress][first_name] |
| Last name | [billingaddress][last_name] |
| First name | [billingaddress][first_name] |
| Company name | [billingaddress][company] |
| Phone number | [billingaddress][telephone] |
| Chamber of Commerce number | [billingaddress][kvk] |
| Address line 1 | [billingaddress][street] |
| Address line 2 | [billingaddress][address_line_2] |
| House number | [billingaddress][housenumber] [billingaddress][housenumber_suffix] |
| Zip code | [billingaddress][zipcode] |
| City | [billingaddress][city] |
| Country | [billingaddress][country_code] |
| Shipping address | Same as for the billing address, but now with [deliveryaddress] instead of [billingaddress] |
| VAT number | [vatnumber] - this is checked for correctness |
| Emailaddress | [email] |
Field-level specification invoices
| Below is an elaboration at field level for retrieving invoices. Please note, a credit invoice is also an invoice and will be retrieved in the same way as debit invoices. | |
| Name field | Values from CCV Shop order |
| Invoice-identifier | [id] |
| Invoice number and reference | [invoicenumber_full] |
| Order-identifier | This is determined based on the URL in the field [order] |
| Invoice and entry date | [create_date] |
| ICP indication | [is_intra_community_order] |
| International indication |
An order is an international order if:
|
| Valuta | [currency] |
| Payment method |
The payment method is determined as follows based on the field [paymethod]:
|
| Paymentmethod-id | [paymethod_id] |
| Total amounts incl or excl VAT | The amounts in the order can be incl. or excl. VAT. This is determined by the field [taxes_included]. This value is important for determining the Total incl and the Total excl, see below. |
| Total incl | The amount incl. VAT of the order is:
|
| Total excl | The amount excl. VAT of the order is:
|
| Total VAT | [total_tax] |
| Total discounts incl or excl VAT | The amounts in the order can be incl. or excl. VAT. This is determined by the field [order_row_taxes_included] |
| Name field | Values from CCV Shop order |
| VAT percentage | [tax], if the amount < 1 is dan wordt het percentage vermenigvuldigd met 100 |
| Name product | [product_name] |
| Productcode | If filled [sub_product_number], otherwise [product_number] |
| Amount | [count] |
| Discount | ([price_without_discount_with_attributes] - [price_without_discount_with_attributes]) * [count] |
| Amounts incl. or excl. VAT | The amounts in the invoice lines can be incl. or excl. VAT. This is determined by the field [invoice_row_taxes_included]. This value is important for determining the unit prices incl. and the unit prices excl., see below |
| Unit price excl. VAT | The unit price excl. VAT is:
|
| Unit price incl. VAT | The unit price incl. VAT is:
|
| Line prices incl and excl discount | These are calculated from the discount and the unit prices. The unit prices are multiplied by the quantity. |
| The shipping costs are added as a separate invoice line | The amounts are determined based on [total_shipping], [shipping_tax_percentage] and [invoice_row_taxes_included] as in other lines. This line is only added for an amount other than 0. |
| The payment costs are added as a separate invoice line | The amounts are determined based on [paymethod_costs], [extra_payment_option_price] and [invoice_row_taxes_included] as in other lines. This line is only added for an amount other than 0. |
| The surcharges are added as separate lines to the invoice | The amounts are determined based on [extra_costs], [credit_point_discount], [invoice_row_taxes_included] as in other lines. The amount is only added for an amount other than 0. This leads to a maximum of 2 extra lines. |
| Accounts and VAT codes from Eenvoudigfactureren | These are determined based on the settings in the integration, the delivery country of the invoice and the VAT percentages. The type for invoice lines is turnover / revenue, for the shipping costs line shipping / shipping costs and payment costs payment / payment costs. |
6.Day-to-day: To Eenvoudigfactureren
Creating invoices
When creating invoices, an invoice is created by default with the amounts incl. VAT and the order number in the reference field. The invoice number is empty by default, so that the invoice number is determined within Eenvoudigfactureren. We recommend this method.
However, it is possible to process the amounts excl. VAT. In some situations, there are also possibilities to add an order or invoice number to the reference and fill in the invoice number of Eenvoudigfactureren.
When processing customer information, it is first checked whether the customer has been processed before. If so, this Eenvoudigfactureren debtor is used as the debtor for the Eenvoudigfactureren transaction. If the customer is not yet known, they are added to Eenvoudigfactureren. Matching is based on email address. Please note: The integration only creates debtors. The integration does not modify debtors.
It is currently not possible to post to products.
The integration creates the invoice in Eenvoudigfactureren, but will not automatically send the invoice to the debtor. This is possible and can be requested by sending us an email stating the license key.
Field-level specification Eenvoudigfactureren
| Name | Example | Note |
| Customer identifier | 1234567 | Customer identifier within Eenvoudigfactureren |
| Invoice number | Empty by default | Can be filled with order number/invoice number upon request |
| Payment period | 14 | Not adjustable |
| Reference | order number | Adjustable |
| Date | 2024-05-23 | Sales date - please note, this is the order/invoice date in CCV Shop |
| Amounts incl. VAT | yes | Upon request, amounts excl. VAT can be processed |
| Invoice lines | ||
| Product name | Bicycle | As on the line in the sale |
| VAT percentage | 21 | Depending on the VAT percentage in the sales line |
| Amount | 2 | |
| Unit price | 19.99 | |
| Name | Example | Note |
| Name | Bakery De Witte | If the company name is not filled, the first name plus last name will appear here |
| To the attention of | Karin de Wit | If the company name is not filled, this field is empty |
| Address line 1 | Stationstraat 12 | |
| Postal code | 1000 AA | |
| City | Amsterdam | |
| info@sponiza.nl | ||
| Telnr | 0632281625 | |
| Contacts | ||
| Contact name | Karin de Wit | |
| info@sponiza.nl | ||
| Telnr | Karin de Wit | 0632281625 |
7.Support
Read more Support .... Read less Support ....
Explanation tabs dashboard
On the Dashboard >> Report you can see which orders or invoices from your CCV Shop webshop, and when, have been transferred to Eenvoudigfactureren.What if orders or invoices are missing in Eenvoudigfactureren
If orders or invoices are missing in Eenvoudigfactureren we recommend following the steps below:- Log in to the dashboard: https://uwkoppeling.webwinkelfacturen.nl. The username and password are included in the registration email.
- Go to the Errors tab and check if order or invoice is there. You may need to adjust the search period if the
order or invoice is from a previous month. If you find order or invoice in this overview:
- Check the error code and verify whether you can resolve it yourself.
- If yes resolve the issue and click the blue Process button to resubmit the order or invoice.
- If not use the red Report problem button to create a ticket with us.
- Note if there are multiple errors, please create only 1 or 2 tickets. We will automatically see the other issues.
- Go to the Report tab and see if order or invoice is listed there. If so, you'll often see an identifier for Eenvoudigfactureren (in the purple section of the overview) that you can use to search for order or invoice.
- Go to the Open tab and check if order or invoice is there.
- If you cannot resolve the issue, you can always create a ticket via the green Ask us button.