Extract Month class
This commit is contained in:
@ -86,12 +86,12 @@ function assignedChanged(e : Event, category : Category){
|
||||
:value="accountStore.GetBudgeted(selected.Year, selected.Month).assigned"
|
||||
/>
|
||||
</span><br />
|
||||
<span>Budgeted this month:
|
||||
<span>Deassigned this month:
|
||||
<Currency
|
||||
:value="accountStore.GetBudgeted(selected.Year, selected.Month).deassigned"
|
||||
/>
|
||||
</span><br />
|
||||
<span>Budgeted this month:
|
||||
<span>Spent this month:
|
||||
<Currency
|
||||
:value="accountStore.GetBudgeted(selected.Year, selected.Month).activity"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user