Add type-information to GetBudgeted
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2022-04-08 18:28:52 +00:00
parent 23bd12147c
commit c4fc80e47d
3 changed files with 14 additions and 9 deletions

View File

@ -83,17 +83,17 @@ function assignedChanged(e : Event, category : Category){
</span><br />
<span>Budgeted this month:
<Currency
:value="accountStore.GetBudgeted(selected.Year, selected.Month).assigned"
:value="accountStore.GetBudgeted(selected.Year, selected.Month).Assigned"
/>
</span><br />
<span>Deassigned this month:
<Currency
:value="accountStore.GetBudgeted(selected.Year, selected.Month).deassigned"
:value="accountStore.GetBudgeted(selected.Year, selected.Month).Deassigned"
/>
</span><br />
<span>Spent this month:
<Currency
:value="accountStore.GetBudgeted(selected.Year, selected.Month).activity"
:value="accountStore.GetBudgeted(selected.Year, selected.Month).Activity"
/>
</span><br />
<div>