Payments: {payments.length}
Range
Months
Showing payments from {formatDate(startDate)} to {formatDate(endDate)}

{#if per_country.NL}

Accounting information

Bedrag BTW-code BTW Tegenrekening
BTW hoog 21% 8040 - Omzet PayPal inkomsten
Geen BTW 1651 - BTW OSS
Geen BTW 8040 - Omzet PayPal 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 Fee Total
{country} {row.count} {row.vat_fraction*100}%
Total {totals.count}
Total ex NL {totals.count - per_country.NL.count}

Payments

{#each payments as row (row.id)}
{row.id}
Date
{formatDate(row.createdAt, false, false, false)}
Total
Amount
VAT
Status
{row.status}
Amount:
VAT:
Country: {row.metadata.country}
User: {row.metadata.user_id}
{/each}