mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-04 17:37:26 +00:00
funds: format numbers
This commit is contained in:
parent
cbbf22736a
commit
1437c5cc98
3 changed files with 9 additions and 9 deletions
|
|
@ -18,6 +18,6 @@ of the <a target="_blank" href="{{ config.links.chat }}">chat</a>.
|
|||
|
||||
Expense Category | Amount
|
||||
:------------------- | -----------:
|
||||
Space Rent | 65 000 RSD
|
||||
Utility Bills | 3 000 RSD
|
||||
**Total** | **68 000 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 }}**
|
||||
|
|
|
|||
|
|
@ -18,6 +18,6 @@ Xecut — **некоммерческий** проект,
|
|||
|
||||
Статья расходов | Сумма
|
||||
:----------------- | -----------:
|
||||
Аренда помещения | 65 000 RSD
|
||||
Коммунальные счета | 3 000 RSD
|
||||
**Итог** | **68 000 RSD**
|
||||
Аренда помещения | {{ funds.monthly.rent | formatCurrency: funds.monthly.currency }}
|
||||
Коммунальные счета | {{ funds.monthly.bils | formatCurrency: funds.monthly.currency }}
|
||||
**Итог** | **{{ funds.monthly | sumObjectValues | formatCurrency: funds.monthly.currency }}**
|
||||
|
|
|
|||
|
|
@ -18,6 +18,6 @@ Za beskontaktna plaćanja, molimo vas da kontaktirate administratore
|
|||
|
||||
Stavka troška | Iznos
|
||||
:----------------------| -----------:
|
||||
Zakup prostora | 65 000 RSD
|
||||
Komunalni računi | 3 000 RSD
|
||||
**Ukupno** | **68 000 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 }}**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue