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
-
December 28, 2023
The final VAT return of 2023: what should you bear in mind?
-
November 29, 2023
Further restrictions to the 30%-ruling for expats
-
November 29, 2023
Overview for employers: developments & points of attention in 2023 and 2024
-
November 20, 2023
Year-end pointers: top tax tips for the end of 2023 and the start of 2024
-
September 28, 2023
Budget Day 2023: an overview of the new tax proposals
-
September 18, 2023
Important: From 1 January 2024, changes to VAT treatment of supplies between head office and VAT fixed establishment
-
September 05, 2023
The CBAM transitional scheme is about to take effect – are you prepared?
-
September 04, 2023
New tax treaty between Belgium and the Netherlands: what could this mean for your tax position?
-
August 01, 2023
Don't let VAT stand in the way of your international growth plans!