Add assigned, deassigned and activity to budgeting screen
This commit is contained in:
@ -79,7 +79,23 @@ function assignedChanged(e : Event, category : Category){
|
||||
<span>Available balance:
|
||||
<Currency
|
||||
:value="accountStore.GetIncomeAvailable(selected.Year, selected.Month)"
|
||||
/></span>
|
||||
/>
|
||||
</span><br />
|
||||
<span>Budgeted this month:
|
||||
<Currency
|
||||
:value="accountStore.GetBudgeted(selected.Year, selected.Month).assigned"
|
||||
/>
|
||||
</span><br />
|
||||
<span>Budgeted this month:
|
||||
<Currency
|
||||
:value="accountStore.GetBudgeted(selected.Year, selected.Month).deassigned"
|
||||
/>
|
||||
</span><br />
|
||||
<span>Budgeted this month:
|
||||
<Currency
|
||||
:value="accountStore.GetBudgeted(selected.Year, selected.Month).activity"
|
||||
/>
|
||||
</span><br />
|
||||
<div>
|
||||
<router-link
|
||||
:to="'/budget/' + CurrentBudgetID + '/budgeting/' + previous.Year + '/' + previous.Month"
|
||||
|
Reference in New Issue
Block a user