mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 18:40:12 +00:00
Building report from issue #386
This commit is contained in:
@@ -52,7 +52,7 @@ class BudgetReportHelper implements BudgetReportHelperInterface
|
||||
public function getBudgetPeriodReport(Carbon $start, Carbon $end, Collection $accounts): array
|
||||
{
|
||||
$budgets = $this->repository->getBudgets();
|
||||
$report = $this->repository->getBudgetPeriodReport($budgets, $accounts, $start, $end);
|
||||
$report = $this->repository->getBudgetPeriodReport($budgets, $accounts, $start, $end, true);
|
||||
$data = $this->filterBudgetPeriodReport($report);
|
||||
|
||||
return $data;
|
||||
|
Reference in New Issue
Block a user