mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-05 01:47:25 +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 }}**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue