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
-
20 juni 2024
Customs Talks: Binding Valuation Information – progress in implementation
-
18 juni 2024
ECJ rules in another toll manufacturing case: no VAT fixed establishment
-
16 mei 2024
Back to the drawing board: Ecofin rejects proposal for VAT in a Digital Age
-
30 april 2024
Growth through acquisition: from the initial idea to buying a company in four steps
-
30 april 2024
International enterprise: from storage-only in the Netherlands to a taxable business
-
30 april 2024
International enterprise: work permits for personnel from abroad
-
30 april 2024
International growth: Audit requirements in the Netherlands
-
30 april 2024
Key aspects of Dutch labour law
-
25 april 2024
Acquiring or investing in a Dutch company
Previous