added sum of external positions

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-06-30 15:11:46 +02:00
parent ba841978ae
commit af1bca6b99
@@ -162,7 +162,11 @@
{t('external expenses')}<br/>
{sums[0].toFixed(2)}&nbsp;{account.currency}
</td>
<td colspan="2"></td>
<td class="amount">
{t('sum external')}<br/>
{(sums[-1]-sums[0]).toFixed(2)}&nbsp;{account.currency}
</td>
<td></td>
</tr>
</tbody>
</table>