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
-
October 13, 2020
Baker Tilly appoints a new Chairman of the Board
-
October 09, 2020
Permit required after Brexit?
-
October 07, 2020
Brexit and personal income taxation
-
October 05, 2020
The impact of Brexit on businesses with international structures
-
October 02, 2020
Online trading with the UK after Brexit
-
September 30, 2020
Customs & Brexit, are you prepared?
-
September 29, 2020
Budget Day 2020: key proposals & measures for multinationals
-
September 29, 2020
Legislative proposal dividend exit tax: now also relevant for SMEs
-
September 28, 2020
Your four-step Brexit checklist for VAT and Customs