funds: format numbers

This commit is contained in:
He4eT 2025-04-30 23:21:42 +02:00
commit e92671778e
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 }}**

View file

@ -18,6 +18,6 @@ Xecut&nbsp;&mdash; **некоммерческий** проект,
Статья расходов | Сумма
:----------------- | -----------:
Аренда помещения | 65&nbsp;000&nbsp;RSD
Коммунальные счета | 3&nbsp;000&nbsp;RSD
**Итог** | **68&nbsp;000&nbsp;RSD**
Аренда помещения | {{ funds.monthly.rent | formatCurrency: funds.monthly.currency }}
Коммунальные счета | {{ funds.monthly.bils | formatCurrency: funds.monthly.currency }}
**Итог** | **{{ funds.monthly | sumObjectValues | formatCurrency: funds.monthly.currency }}**

View file

@ -18,6 +18,6 @@ Za beskontaktna plaćanja, molimo vas da kontaktirate administratore
Stavka troška | Iznos
:----------------------| -----------:
Zakup prostora | 65&nbsp;000&nbsp;RSD
Komunalni računi | 3&nbsp;000&nbsp;RSD
**Ukupno** | **68&nbsp;000&nbsp;RSD**
Zakup prostora | {{ funds.monthly.rent | formatCurrency: funds.monthly.currency }}
Komunalni računi | {{ funds.monthly.bils | formatCurrency: funds.monthly.currency }}
**Ukupno** | **{{ funds.monthly | sumObjectValues | formatCurrency: funds.monthly.currency }}**