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
-
January 16, 2025
Pointers for the final VAT return of 2024
-
December 23, 2024
Clinical trials, not errors: preparing a suitable pharma set-up for clinical trials
-
December 20, 2024
VAT and holding companies: holding resolution repealed in 2025
-
December 20, 2024
VAT deduction in 2025: changes for holding companies and transactions involving shares
-
December 18, 2024
Weatherford Atlas: a VAT case with a broader impact?
-
December 04, 2024
Virtual services and VAT: new rules as of 1 January 2025
-
November 21, 2024
Tax Plan 2025: 5 notable changes from the debate in the House of Representatives
-
November 14, 2024
Year-end pointers: top tax tips for the end of 2024 and the start of 2025
-
November 11, 2024
Employers take note: key points of attention for the 2024 year-end closing the start-up of the 2025 payroll
Previous