diff --git a/frontend/src/routes/accounting/account.svelte b/frontend/src/routes/accounting/account.svelte index 90a97f92..71299768 100644 --- a/frontend/src/routes/accounting/account.svelte +++ b/frontend/src/routes/accounting/account.svelte @@ -103,7 +103,7 @@ @@ -155,18 +155,11 @@ {/each} - {t('external gains')}
- {sums[-1].toFixed(2)} {account.currency} + {sums[-1].toFixed(2)} {account.currency} {t('external gains')}
+ -{sums[0].toFixed(2)} {account.currency} {t('external expenses')}
+ {(sums[-1]-sums[0]).toFixed(2)} {account.currency} {t('sum external')} - - {t('external expenses')}
- {sums[0].toFixed(2)} {account.currency} - - - {t('sum external')}
- {(sums[-1]-sums[0]).toFixed(2)} {account.currency} - - +