Higlighted insights
{
const queryString = new URLSearchParams(new FormData($refs.filter)).toString()
const overviewID = 'inzichten-overview';
fetch('?' + queryString)
.then(response => response.text())
.then(data => {
let parser = new DOMParser();
let doc = parser.parseFromString(data, 'text/html')
let content = doc.querySelector('#' + overviewID).innerHTML;
document.querySelector('#' + overviewID).innerHTML = content;
history.replaceState(null, null, '?' + queryString);
})
.catch(error => console.error('Error: ', error))
.finally(() => {
scrollToOverview(overviewID);
})
})">
Insights
-
June 17, 2021
Two weeks left: your checklist for the new e-commerce VAT rules
-
June 10, 2021
VAT and the One Stop Shop: answers to your questions
-
June 09, 2021
E-commerce in the EU, US and the UK, are you ready?
-
June 08, 2021
E-commerce 2021 and the iOSS return: Frequently Asked Questions
-
June 04, 2021
International expansion? New regulations can help!
-
June 03, 2021
The impact of the e-commerce rules on your VAT registrations
-
June 02, 2021
The OSS for businesses established outside of the EU
-
May 06, 2021
The evolution of e-commerce and VAT legislation in the EU and Switzerland
-
April 29, 2021
VAT and E-commerce – what do you need to think about?