diff --git a/src/routes/dashboard/billing/invoices-table.svelte b/src/routes/dashboard/billing/invoices-table.svelte index 5cc5e84..e085bcc 100644 --- a/src/routes/dashboard/billing/invoices-table.svelte +++ b/src/routes/dashboard/billing/invoices-table.svelte @@ -1,6 +1,10 @@ {#if data.records.length > 0} @@ -23,6 +34,7 @@
Invoice
+Issued
+{formatDate(data.invoice.issueDate)}
+Due
+{formatDate(data.invoice.dueDate)}
+Updated
+{formatDate(data.invoice.updatedAt, true)}
+{item.label}
+{formatDate(item.value, true)}
+{data.organization.name}
+{formatValue(data.organization.bankName)}
+{formatValue(data.organization.bankAccountName)}
++ {formatValue(data.organization.bankSortCode)} / {formatValue( + data.organization.bankAccountNumber + )} +
+ {#if data.organization.bankIban} +IBAN {data.organization.bankIban}
+ {/if} + {#if data.organization.bankSwift} +SWIFT {data.organization.bankSwift}
+ {/if} +{data.invoice.notes}
+