Skip to content
Snippets Groups Projects
Commit 892a73f5 authored by ezsh's avatar ezsh Committed by lowercasedonkey
Browse files

Format numbers as cash for the budget report table

There are computations involved for some of the table cells, that might
result in long decimals. It makes sense to round them to 2 decimal
digits (the way money are formatted). Other cells are formatted in this
way to unify the look.
parent 2666885c
Branches
Tags
1 merge request!3349Menial transfer labeled badly/babyTransfer
...@@ -353,7 +353,7 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){ ...@@ -353,7 +353,7 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){
<</if>> <</if>>
// //
<</if>> <</if>>
<<if $lastWeeksCashIncome.cyberMod || $lastWeeksCashExpenses.cyberMod>> <<if $lastWeeksCashIncome.cyberMod || $lastWeeksCashExpenses.cyberMod>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment