Extract Month class

This commit is contained in:
2022-04-06 21:41:55 +00:00
parent 01c407d4f1
commit 54e591bc5e
5 changed files with 97 additions and 37 deletions

View File

@ -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"
/>