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
-
November 11, 2024
Employers take note: key points of attention for the 2024 year-end closing the start-up of the 2025 payroll
-
November 06, 2024
‘VAT in the Digital Age’: the new ViDA rules are coming!
-
October 10, 2024
Customs Talks: How the new EU Deforestation Regulation (EUDR) will impact business with the UK
-
October 10, 2024
EU Deforestation Regulation (EUDR): stringent rules for importers, operators and traders
-
October 01, 2024
Interest deduction limitation: Budget Day changes to the earnings stripping measure
-
September 24, 2024
Budget Day 2024: overview of the new tax plans & proposed legislation
-
June 20, 2024
Customs Talks: Binding Valuation Information – progress in implementation
-
June 18, 2024
ECJ rules in another toll manufacturing case: no VAT fixed establishment
-
May 16, 2024
Back to the drawing board: Ecofin rejects proposal for VAT in a Digital Age
Previous