funds: format numbers

This commit is contained in:
He4eT 2025-04-30 23:21:42 +02:00 committed by Alexey
commit 1437c5cc98
3 changed files with 9 additions and 9 deletions

View file

@ -18,6 +18,6 @@ of the <a target="_blank" href="{{ config.links.chat }}">chat</a>.
Expense Category | Amount
:------------------- | -----------:
Space Rent | 65&nbsp;000&nbsp;RSD
Utility Bills | 3&nbsp;000&nbsp;RSD
**Total** | **68&nbsp;000&nbsp;RSD**
Space Rent | {{ funds.monthly.rent | formatCurrency: funds.monthly.currency }}
Utility Bills | {{ funds.monthly.bils | formatCurrency: funds.monthly.currency }}
**Total** | **{{ funds.monthly | sumObjectValues | formatCurrency: funds.monthly.currency }}**