This commit is contained in:
Sander Dorigo
2025-12-04 17:27:20 +01:00
parent 6f73e4f2c9
commit 5667044349
2 changed files with 12 additions and 1 deletions

View File

@@ -122,6 +122,9 @@ class IndexController extends Controller
$availableBudgets = $this->getAllAvailableBudgets($start, $end);
// get all active budgets:
$budgets = $this->getAllBudgets($start, $end, $currencies, $this->primaryCurrency);
// echo '<pre>';
// var_dump($budgets[0]);exit;
$sums = $this->getSums($budgets);
// get budgeted for default currency: