added sum of external positions

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-06-28 14:21:40 +02:00
parent 4ddfd337b6
commit fd8187630d
@@ -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>