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
-
InsightMay 22, 2026Tax‑free mileage allowance increased with retroactive effect
-
InsightMarch 30, 2026Dutch Tax Authorities change bank account: beware of phishing and changed payment details
-
InsightFebruary 27, 2026What you need to know about the tax treatment of a company car in 2026
-
InsightJanuary 26, 2026New threshold amounts for Expats and Highly Skilled Migrants in 2026
-
InsightJanuary 15, 2026A-G advises: no separate transfer pricing supply of services without a contract
-
Insight
December 18, 2025Start-ups and scale-ups: favourable tax rules expected
-
InsightNovember 13, 2025Year-end payroll 2025: here’s what employers should pay attention to
-
InsightJuly 28, 2025Hiring or posting staff: how to minimise the risks
-
InsightJuly 28, 2025The Wtta: What will change for hirers and lenders of workers?
Previous