diff --git a/resources/lang/en/firefly.php b/resources/lang/en/firefly.php index 2b61e405a5..10f37a296c 100644 --- a/resources/lang/en/firefly.php +++ b/resources/lang/en/firefly.php @@ -96,6 +96,10 @@ return [ 'balanceEndOfYear' => 'Balance at end of year', 'balanceStartOfMonth' => 'Balance at end of month', 'balanceEndOfMonth' => 'Balance at end of month', + + 'balanceStart' => 'Balance at end of period', + 'balanceEnd' => 'Balance at end of period', + 'account' => 'Account', 'splitByAccount' => 'Split by account', diff --git a/resources/lang/nl/firefly.php b/resources/lang/nl/firefly.php index 0bf6d0ba85..fcd08ed153 100644 --- a/resources/lang/nl/firefly.php +++ b/resources/lang/nl/firefly.php @@ -96,6 +96,10 @@ return [ 'balanceEndOfYear' => 'Saldo aan het einde van het jaar', 'balanceStartOfMonth' => 'Saldo aan het einde van de maand', 'balanceEndOfMonth' => 'Saldo aan het einde van de maand', + + 'balanceStart' => 'Saldo aan het einde van de periode', + 'balanceEnd' => 'Saldo aan het einde van de periode', + 'account' => 'Rekening', 'splitByAccount' => 'Per betaalrekening', diff --git a/resources/twig/partials/reports/accounts.twig b/resources/twig/partials/reports/accounts.twig index eb810fe051..1b0db0a686 100644 --- a/resources/twig/partials/reports/accounts.twig +++ b/resources/twig/partials/reports/accounts.twig @@ -6,8 +6,8 @@ - - + + {% for account in accounts.getAccounts %}
{{ 'name'|_ }}{{ 'balanceStartOfYear'|_ }}{{ 'balanceStartOfYear'|_ }}{{ 'balanceStart'|_ }}{{ 'balanceStart'|_ }} {{ 'difference'|_ }}