diff --git a/src/routes/(app)/companies/[companyId]/accounts/[accountId]/+page.svelte b/src/routes/(app)/companies/[companyId]/accounts/[accountId]/+page.svelte index 870bfd9..2a2e782 100644 --- a/src/routes/(app)/companies/[companyId]/accounts/[accountId]/+page.svelte +++ b/src/routes/(app)/companies/[companyId]/accounts/[accountId]/+page.svelte @@ -347,6 +347,22 @@ Counterparty: {txn.counterpartyName} {/if} + {#if txn.sourceExpenseId} + + Open expense → + + {/if} + {#if txn.sourceInvoiceId} + + Open invoice → + + {/if} {#if txn.fxRate && txn.fxAmount}
FX: {txn.fxAmount} @ {Number(txn.fxRate).toFixed(4)}