From aca0d41ef0ecc1f0bfac2c29859a80b5e4b4568a Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Sun, 28 Jun 2026 19:01:46 +0200 Subject: [PATCH] layout improvements Signed-off-by: Stephan Richter --- frontend/src/routes/accounting/account.svelte | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) 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} - - +