Dumped Contents
In
ReportController.php
line 336:
});
dump($monthlyReportData);
dump($directionSummary);
return $this->render('report/expense_execution_by_month_direction.html.twig', [
'monthly_data' => $monthlyReportData,
array:9 [
0 => array:3 [
"month" => "January 2025"
"month_key" => "2025-01"
"directions" => array:2 [
"Direction des Services Généraux" => 1115408594.44
"Direction de l’Informatique" => 305318620.09
]
]
1 => array:3 [
"month" => "February 2025"
"month_key" => "2025-02"
"directions" => array:1 [
"Direction de l’Informatique" => 31684215.0
]
]
2 => array:3 [
"month" => "March 2025"
"month_key" => "2025-03"
"directions" => array:3 [
"Direction des Services Généraux" => 9444119355.6
"Hôtel des Monnaies" => 5359018759.66
"Direction de l’Informatique" => 129267997.44
]
]
3 => array:3 [
"month" => "April 2025"
"month_key" => "2025-04"
"directions" => array:3 [
"Direction des Services Généraux" => 2193513291.66
"Hôtel des Monnaies" => 113494897.97
"Direction de l’Informatique" => 677715346.11
]
]
4 => array:3 [
"month" => "May 2025"
"month_key" => "2025-05"
"directions" => array:3 [
"Hôtel des Monnaies" => 462505011.12
"Direction de l’Informatique" => 583121846.25
"Direction des Services Généraux" => 1657558663.0
]
]
5 => array:3 [
"month" => "June 2025"
"month_key" => "2025-06"
"directions" => array:3 [
"Direction des Services Généraux" => 497181995.22
"Hôtel des Monnaies" => 2155712133.11
"Direction de l’Informatique" => 468095509.43
]
]
6 => array:3 [
"month" => "July 2025"
"month_key" => "2025-07"
"directions" => array:3 [
"Direction des Services Généraux" => 5517547996.69
"Hôtel des Monnaies" => 3916228569.71
"Direction de l’Informatique" => 838125107.67
]
]
7 => array:3 [
"month" => "August 2025"
"month_key" => "2025-08"
"directions" => array:3 [
"Direction des Services Généraux" => 2425510087.39
"Hôtel des Monnaies" => 182958722.55
"Direction de l’Informatique" => 462189822.77
]
]
8 => array:3 [
"month" => "September 2025"
"month_key" => "2025-09"
"directions" => array:1 [
"Direction de l’Informatique" => 803036520.2
]
]
]
In
ReportController.php
line 337:
dump($monthlyReportData);
dump($directionSummary);
return $this->render('report/expense_execution_by_month_direction.html.twig', [
'monthly_data' => $monthlyReportData,
'direction_summary' => $directionSummary,
array:3 [
0 => array:2 [
"name" => "Direction des Services Généraux"
"total" => 22850839984.0
]
1 => array:2 [
"name" => "Hôtel des Monnaies"
"total" => 12189918094.12
]
2 => array:2 [
"name" => "Direction de l’Informatique"
"total" => 4298554984.96
]
]