mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-05 09:57:27 +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 @@ 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