Accounting information

{#if per_country.NL}
Bedrag BTW-code BTW Tegenrekening
BTW hoog 21% 8030 - Omzet Mollie inkomsten
Geen BTW 1651 - BTW OSS
Geen BTW 8030 - Omzet Mollie inkomsten
{/if}

Taxes per country

{#each Object.entries(per_country) as [country, row]} {/each} {#if per_country.NL} {/if}
Country Payments Amount VAT VAT% Total
{country} {row.count} {row.vat_fraction*100}%
Total {totals.count}
Total - NL {totals.count - per_country.NL.count}

All payments ({payments.length})

{#each payments as row (row.id)} {/each}
ID Created Status Country Amount VAT Total
{row.id} {formatDate(row.createdAt, true, true, false)} {row.status} {row.metadata.country}