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
-
September 29, 2022
Budget Day 2022: new tax plans announced
-
September 13, 2022
Pre-financing VAT upon import from outside of the EU?
-
July 25, 2022
Important VAT changes for supplies between head office and fixed establishment
-
June 09, 2022
The new VAT rules on e-commerce: where do we stand right now?
-
April 14, 2022
Berlin Chemie judgement: subsidiary is not a fixed establishment for VAT purposes
-
March 18, 2022
The end of transfer pricing mismatches
-
February 28, 2022
EC proposal to combat use of shell entities
-
February 07, 2022
Reduced tax rate for profits from innovation
-
January 07, 2022
Will the corona crisis affect your fiscal place of residence?