added sum of external positions
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -162,7 +162,11 @@
|
|||||||
{t('external expenses')}<br/>
|
{t('external expenses')}<br/>
|
||||||
{sums[0].toFixed(2)} {account.currency}
|
{sums[0].toFixed(2)} {account.currency}
|
||||||
</td>
|
</td>
|
||||||
<td colspan="2"></td>
|
<td class="amount">
|
||||||
|
{t('sum external')}<br/>
|
||||||
|
{(sums[-1]-sums[0]).toFixed(2)} {account.currency}
|
||||||
|
</td>
|
||||||
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user