{month_str}

Invoices per payment processor

{#each Object.entries(totals_provider) as [key, tot]} {/each}
Provider Count Amount VAT Fee
{key} {tot.count}

Invoices per country

{#each Object.entries(totals_country) as [key, tot]} {/each}
Country Count Amount VAT Fee
{key} {tot.count}

All invoices

{#each invoices as row (row.id)} {/each}
Time ID Amount VAT Fee Country Method Status
{formatDate(row.time)} {row.id} {row.country} {row.payment_method} {row.status}