mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-15 06:08:16 +00:00
Routes and views for transactions without a budget / category [skip ci]
This commit is contained in:
@@ -155,7 +155,7 @@ class GoogleChartController extends BaseController
|
||||
}
|
||||
}
|
||||
|
||||
$noBudgetSet = $bdt->transactionsWithoutBudgetInDateRange($this->_start, $this->_end);
|
||||
$noBudgetSet = $bdt->expenseNoBudget($this->_start, $this->_end);
|
||||
$sum = $noBudgetSet->sum('amount') * -1;
|
||||
$this->_chart->addRow('No budget', 0, $sum);
|
||||
$this->_chart->generate();
|
||||
|
||||
Reference in New Issue
Block a user