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
-
June 28, 2023
Fixed establishment for VAT purposes: Stay informed and avoid unpleasant surprises
-
June 26, 2023
Exporting goods: is your documentation in order?
-
June 26, 2023
International growth: from small VAT steps to giant trade leaps
-
June 22, 2023
Are you a director of a company abroad? Make sure you consider your tax position!
-
June 22, 2023
Employees working in another country? Make sure you consider the implications for wage tax!
-
June 22, 2023
International growth and transfer pricing: corrections, obligations and opportunities
-
June 22, 2023
Personal income tax and doing business in another country: where do you pay taxes?
-
June 22, 2023
Social security
-
June 22, 2023
Structural options: how do you give shape to your international growth?