diff --git a/components/transactions/TransactionsSpreadsheet.vue b/components/transactions/TransactionsSpreadsheet.vue index 407a961..40b5ea5 100644 --- a/components/transactions/TransactionsSpreadsheet.vue +++ b/components/transactions/TransactionsSpreadsheet.vue @@ -7,10 +7,26 @@

{{ t('Transactions spreadsheet') }}

{{ t('{count} rows', { count: filteredRows.length }) }} + · {{ t('loading…') }}
- + + @@ -31,18 +47,31 @@ # - {{ t('Date') }} - {{ t('Type') }} - {{ t('Amount') }} - {{ t('Currency') }} - {{ t('Description') }} - {{ t('Categories') }} - {{ t('Wallet') }} - {{ t('Party') }} + + + {{ col.label }} + + + + - + {{ i + 1 }} {{ formatDate(row.datetime) }} @@ -85,8 +114,14 @@