| 1 |
0.55 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.accronym AS accronym_3, t0.symbole AS symbole_4, t0.is_deleted AS is_deleted_5, t0.is_default AS is_default_6, t0.is_local AS is_local_7 FROM currency t0 WHERE t0.is_default = ? AND t0.is_deleted = ? LIMIT 1
SELECT t0.id AS id_1, t0.label AS label_2, t0.accronym AS accronym_3, t0.symbole AS symbole_4, t0.is_deleted AS is_deleted_5, t0.is_default AS is_default_6, t0.is_local AS is_local_7 FROM currency t0 WHERE t0.is_default = 1 AND t0.is_deleted = 0 LIMIT 1;
|
| 2 |
1.78 ms |
SELECT b0_.id AS id_0, b0_.code AS code_1, b0_.label AS label_2, b0_.amount AS amount_3, b0_.year AS year_4, b0_.description AS description_5, b0_.created_at AS created_at_6, b0_.updated_at AS updated_at_7, b0_.is_deleted AS is_deleted_8, b0_.currency_id AS currency_id_9 FROM budget_item b0_ LEFT JOIN project p1_ ON b0_.id = p1_.budget_item_id LEFT JOIN administrative_unit a2_ ON p1_.administrative_unit_id = a2_.id WHERE b0_.is_deleted = ? AND b0_.year = ? ORDER BY b0_.label ASC
SELECT b0_.id AS id_0, b0_.code AS code_1, b0_.label AS label_2, b0_.amount AS amount_3, b0_.year AS year_4, b0_.description AS description_5, b0_.created_at AS created_at_6, b0_.updated_at AS updated_at_7, b0_.is_deleted AS is_deleted_8, b0_.currency_id AS currency_id_9 FROM budget_item b0_ LEFT JOIN project p1_ ON b0_.id = p1_.budget_item_id LEFT JOIN administrative_unit a2_ ON p1_.administrative_unit_id = a2_.id WHERE b0_.is_deleted = 0 AND b0_.year = 2025 ORDER BY b0_.label ASC;
|
| 3 |
0.58 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = 17;
|
| 4 |
0.71 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
132
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 132 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 5 |
0.24 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.accronym AS accronym_3, t0.type AS type_4, t0.is_deleted AS is_deleted_5 FROM administrative_unit t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.label AS label_2, t0.accronym AS accronym_3, t0.type AS type_4, t0.is_deleted AS is_deleted_5 FROM administrative_unit t0 WHERE t0.id = 24;
|
| 6 |
0.27 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
133
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 133 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 7 |
0.44 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = 18;
|
| 8 |
0.29 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
143
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 143 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 9 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
144
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 144 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 10 |
0.27 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
145
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 145 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 11 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
146
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 146 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 12 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
147
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 147 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 13 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
148
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 148 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 14 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
149
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 149 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 15 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
150
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 150 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 16 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
151
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 151 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 17 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
152
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 152 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 18 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
153
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 153 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 19 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
154
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 154 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 20 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
155
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 155 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 21 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
156
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 156 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 22 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
157
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 157 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 23 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
158
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 158 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 24 |
0.24 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
159
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 159 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 25 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
160
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 160 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 26 |
0.18 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.accronym AS accronym_3, t0.type AS type_4, t0.is_deleted AS is_deleted_5 FROM administrative_unit t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.label AS label_2, t0.accronym AS accronym_3, t0.type AS type_4, t0.is_deleted AS is_deleted_5 FROM administrative_unit t0 WHERE t0.id = 17;
|
| 27 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
161
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 161 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 28 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
162
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 162 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 29 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
163
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 163 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 30 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
164
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 164 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 31 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
165
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 165 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 32 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
166
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 166 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 33 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
167
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 167 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 34 |
0.25 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
168
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 168 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 35 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
169
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 169 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 36 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
170
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 170 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 37 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
171
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 171 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 38 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
172
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 172 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 39 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
173
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 173 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 40 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
174
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 174 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 41 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
175
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 175 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 42 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
176
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 176 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 43 |
0.24 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
177
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 177 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 44 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
178
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 178 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 45 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
179
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 179 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 46 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
180
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 180 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 47 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
181
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 181 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 48 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
182
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 182 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 49 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
183
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 183 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 50 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
184
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 184 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 51 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
185
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 185 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 52 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
186
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 186 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 53 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
187
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 187 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 54 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
188
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 188 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 55 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
189
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 189 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 56 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
190
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 190 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 57 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
191
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 191 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 58 |
0.28 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
192
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 192 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 59 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
193
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 193 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 60 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
194
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 194 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 61 |
0.24 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
195
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 195 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 62 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
196
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 196 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 63 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
197
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 197 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 64 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
198
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 198 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 65 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
199
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 199 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 66 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
200
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 200 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 67 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
201
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 201 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 68 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
202
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 202 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 69 |
0.49 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = 8;
|
| 70 |
0.32 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
1
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 1 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 71 |
0.25 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
2
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 2 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 72 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
3
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 3 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 73 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
4
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 4 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 74 |
0.21 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.accronym AS accronym_3, t0.type AS type_4, t0.is_deleted AS is_deleted_5 FROM administrative_unit t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.label AS label_2, t0.accronym AS accronym_3, t0.type AS type_4, t0.is_deleted AS is_deleted_5 FROM administrative_unit t0 WHERE t0.id = 20;
|
| 75 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
5
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 5 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 76 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
6
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 6 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 77 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
7
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 7 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 78 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
8
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 8 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 79 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
9
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 9 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 80 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
10
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 10 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 81 |
0.24 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
11
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 11 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 82 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
12
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 12 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 83 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
13
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 13 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 84 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
14
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 14 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 85 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
15
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 15 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 86 |
0.25 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
16
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 16 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 87 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
17
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 17 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 88 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
18
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 18 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 89 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
19
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 19 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 90 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
20
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 20 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 91 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
21
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 21 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 92 |
0.24 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
22
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 22 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 93 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
23
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 23 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 94 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
24
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 24 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 95 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
25
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 25 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 96 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
26
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 26 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 97 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
27
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 27 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 98 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
28
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 28 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 99 |
0.28 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
29
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 29 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 100 |
0.26 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
30
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 30 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 101 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
31
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 31 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 102 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
32
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 32 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 103 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
33
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 33 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 104 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
34
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 34 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 105 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
35
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 35 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 106 |
0.31 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
36
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 36 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 107 |
0.29 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
37
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 37 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 108 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
38
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 38 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 109 |
0.30 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
39
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 39 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 110 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
40
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 40 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 111 |
0.36 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
41
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 41 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 112 |
0.39 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
42
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 42 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 113 |
0.32 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
43
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 43 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 114 |
0.29 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
44
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 44 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 115 |
0.27 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
45
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 45 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 116 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
46
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 46 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 117 |
0.25 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
47
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 47 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 118 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
48
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 48 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 119 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
49
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 49 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 120 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
50
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 50 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 121 |
0.29 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
51
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 51 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 122 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
52
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 52 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 123 |
0.24 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
53
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 53 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 124 |
0.25 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
54
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 54 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 125 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
55
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 55 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 126 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
56
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 56 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 127 |
0.25 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
57
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 57 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 128 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
58
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 58 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 129 |
0.25 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
59
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 59 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 130 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
60
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 60 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 131 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
61
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 61 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 132 |
0.25 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
62
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 62 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 133 |
0.24 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
63
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 63 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 134 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
64
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 64 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 135 |
0.26 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
65
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 65 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 136 |
0.24 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
66
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 66 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 137 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
67
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 67 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 138 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
68
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 68 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 139 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
69
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 69 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 140 |
0.42 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = 15;
|
| 141 |
0.29 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
117
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 117 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 142 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
118
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 118 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 143 |
0.27 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
119
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 119 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 144 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
120
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 120 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 145 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
121
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 121 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 146 |
0.27 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
122
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 122 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 147 |
0.26 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
295
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 295 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 148 |
0.23 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.accronym AS accronym_3, t0.type AS type_4, t0.is_deleted AS is_deleted_5 FROM administrative_unit t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.label AS label_2, t0.accronym AS accronym_3, t0.type AS type_4, t0.is_deleted AS is_deleted_5 FROM administrative_unit t0 WHERE t0.id = 18;
|
| 149 |
0.24 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
296
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 296 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 150 |
0.24 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
297
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 297 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 151 |
0.25 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
298
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 298 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 152 |
0.25 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
299
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 299 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 153 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
300
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 300 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 154 |
0.40 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = 21;
|
| 155 |
0.27 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
278
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 278 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 156 |
0.27 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
279
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 279 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 157 |
0.25 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
280
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 280 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 158 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
281
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 281 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 159 |
0.25 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
282
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 282 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 160 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
283
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 283 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 161 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
284
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 284 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 162 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
285
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 285 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 163 |
0.41 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
286
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 286 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 164 |
0.32 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
287
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 287 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 165 |
0.26 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
288
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 288 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 166 |
0.28 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
289
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 289 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 167 |
0.27 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
290
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 290 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 168 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
291
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 291 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 169 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
292
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 292 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 170 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
293
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 293 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 171 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
294
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 294 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 172 |
0.46 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = 20;
|
| 173 |
0.52 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
230
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 230 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 174 |
0.29 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
231
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 231 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 175 |
0.28 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
232
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 232 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 176 |
0.29 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
233
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 233 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 177 |
0.27 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
234
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 234 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 178 |
0.25 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
235
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 235 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 179 |
0.27 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
236
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 236 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 180 |
0.29 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
237
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 237 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 181 |
0.29 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
238
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 238 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 182 |
0.29 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
239
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 239 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 183 |
0.28 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
240
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 240 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 184 |
0.28 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
241
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 241 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 185 |
0.26 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
242
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 242 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 186 |
0.26 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
243
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 243 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 187 |
0.28 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
244
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 244 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 188 |
0.28 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
245
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 245 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 189 |
0.26 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
246
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 246 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 190 |
0.31 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
247
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 247 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 191 |
0.27 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
248
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 248 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 192 |
0.27 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
249
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 249 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 193 |
0.25 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
250
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 250 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 194 |
0.27 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
251
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 251 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 195 |
0.28 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
252
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 252 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 196 |
0.25 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
253
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 253 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 197 |
0.24 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
254
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 254 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 198 |
0.27 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
255
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 255 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 199 |
0.25 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
256
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 256 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 200 |
0.24 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
257
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 257 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 201 |
0.25 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
258
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 258 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 202 |
0.25 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
259
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 259 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 203 |
0.27 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
260
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 260 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 204 |
0.27 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
261
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 261 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 205 |
0.28 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
262
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 262 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 206 |
0.25 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
263
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 263 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 207 |
0.25 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
264
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 264 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 208 |
0.29 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
265
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 265 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 209 |
0.26 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
266
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 266 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 210 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
267
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 267 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 211 |
0.27 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
268
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 268 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 212 |
0.24 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
269
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 269 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 213 |
0.31 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
270
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 270 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 214 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
271
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 271 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 215 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
272
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 272 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 216 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
273
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 273 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 217 |
0.24 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
274
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 274 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 218 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
275
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 275 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 219 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
276
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 276 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 220 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
277
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 277 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 221 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
330
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 330 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 222 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
331
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 331 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 223 |
0.24 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
337
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 337 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 224 |
0.43 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = 16;
|
| 225 |
0.31 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
123
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 123 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 226 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
124
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 124 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 227 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
125
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 125 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 228 |
0.27 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
126
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 126 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 229 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
127
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 127 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 230 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
128
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 128 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 231 |
0.25 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
129
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 129 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 232 |
0.33 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
130
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 130 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 233 |
0.25 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
131
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 131 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 234 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
301
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 301 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 235 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
302
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 302 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 236 |
0.24 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
303
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 303 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 237 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
304
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 304 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 238 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
305
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 305 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 239 |
0.24 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
306
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 306 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 240 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
307
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 307 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 241 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
308
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 308 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 242 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
309
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 309 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 243 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
310
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 310 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 244 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
311
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 311 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 245 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
312
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 312 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 246 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
313
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 313 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 247 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
314
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 314 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 248 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
315
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 315 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 249 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
316
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 316 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 250 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
317
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 317 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 251 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
318
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 318 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 252 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
319
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 319 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 253 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
320
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 320 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 254 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
321
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 321 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 255 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
322
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 322 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 256 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
323
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 323 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 257 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
324
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 324 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 258 |
0.25 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
325
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 325 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 259 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
326
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 326 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 260 |
0.49 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
327
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 327 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 261 |
0.38 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = 19;
|
| 262 |
0.27 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
205
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 205 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 263 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
206
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 206 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 264 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
207
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 207 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 265 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
208
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 208 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 266 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
209
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 209 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 267 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
210
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 210 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 268 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
211
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 211 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 269 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
212
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 212 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 270 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
213
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 213 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 271 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
214
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 214 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 272 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
215
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 215 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 273 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
216
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 216 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 274 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
217
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 217 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 275 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
218
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 218 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 276 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
219
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 219 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 277 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
220
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 220 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 278 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
221
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 221 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 279 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
222
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 222 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 280 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
223
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 223 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 281 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
224
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 224 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 282 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
225
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 225 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 283 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
226
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 226 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 284 |
0.26 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
227
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 227 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 285 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
228
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 228 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 286 |
0.20 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
229
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 229 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 287 |
0.27 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
328
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 328 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 288 |
0.19 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.accronym AS accronym_3, t0.type AS type_4, t0.is_deleted AS is_deleted_5 FROM administrative_unit t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.label AS label_2, t0.accronym AS accronym_3, t0.type AS type_4, t0.is_deleted AS is_deleted_5 FROM administrative_unit t0 WHERE t0.id = 13;
|
| 289 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
329
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 329 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 290 |
0.32 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = 12;
|
| 291 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
105
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 105 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 292 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
106
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 106 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 293 |
0.19 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
107
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 107 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 294 |
0.21 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
108
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 108 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 295 |
0.36 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
109
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 109 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 296 |
0.39 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
110
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 110 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 297 |
0.28 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
111
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 111 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 298 |
0.26 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
112
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 112 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 299 |
0.26 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
113
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 113 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 300 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
114
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 114 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 301 |
0.33 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = 10;
|
| 302 |
0.27 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
83
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 83 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 303 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
84
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 84 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 304 |
0.34 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
85
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 85 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 305 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
86
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 86 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 306 |
0.25 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
87
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 87 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 307 |
0.24 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
88
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 88 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 308 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
89
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 89 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 309 |
0.39 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = 14;
|
| 310 |
0.39 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
134
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 134 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 311 |
0.87 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
135
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 135 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 312 |
0.30 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
136
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 136 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 313 |
0.26 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
137
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 137 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 314 |
0.28 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
138
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 138 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 315 |
0.25 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
139
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 139 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 316 |
0.27 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
140
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 140 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 317 |
0.32 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
141
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 141 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 318 |
0.24 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
142
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 142 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 319 |
0.39 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = 9;
|
| 320 |
0.27 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
70
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 70 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 321 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
71
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 71 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 322 |
0.30 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
72
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 72 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 323 |
0.23 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
73
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 73 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 324 |
0.22 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
74
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 74 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 325 |
0.61 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
75
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 75 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 326 |
0.34 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
76
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 76 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 327 |
0.29 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
77
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 77 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 328 |
0.29 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
78
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 78 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 329 |
0.30 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
79
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 79 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 330 |
0.29 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
80
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 80 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 331 |
0.33 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
81
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 81 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 332 |
0.28 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
82
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 82 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 333 |
0.42 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = 13;
|
| 334 |
0.33 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
115
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 115 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 335 |
0.29 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
116
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 116 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 336 |
0.40 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = 11;
|
| 337 |
0.38 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
90
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 90 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 338 |
0.29 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
91
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 91 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 339 |
0.34 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
92
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 92 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 340 |
0.29 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
93
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 93 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 341 |
0.30 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
94
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 94 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 342 |
0.29 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
95
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 95 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 343 |
0.29 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
96
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 96 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 344 |
0.29 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
97
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 97 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 345 |
0.28 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
98
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 98 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 346 |
0.29 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
99
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 99 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 347 |
0.31 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
100
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 100 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 348 |
0.32 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
101
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 101 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 349 |
0.29 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
102
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 102 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 350 |
0.28 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
103
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 103 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 351 |
0.30 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
104
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 104 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 352 |
0.46 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.type AS type_3, t0.is_investment_project AS is_investment_project_4, t0.planned_budget AS planned_budget_5, t0.realized_budget AS realized_budget_6, t0.status AS status_7, t0.planned_start_date AS planned_start_date_8, t0.planned_end_date AS planned_end_date_9, t0.actual_start_date AS actual_start_date_10, t0.actual_end_date AS actual_end_date_11, t0.created_at AS created_at_12, t0.market_type AS market_type_13, t0.is_deleted AS is_deleted_14, t0.title AS title_15, t0.phase AS phase_16, t0.description AS description_17, t0.is_sub_project AS is_sub_project_18, t0.currency_id AS currency_id_19, t0.site_id AS site_id_20, t0.objective_id AS objective_id_21, t0.administrative_unit_id AS administrative_unit_id_22, t0.budget_item_id AS budget_item_id_23, t0.main_project_id AS main_project_id_24 FROM project t0 WHERE t0.budget_item_id = 22;
|
| 353 |
0.31 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
203
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 203 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 354 |
0.29 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
204
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 204 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 355 |
0.30 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
332
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 332 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 356 |
0.34 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
333
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 333 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 357 |
0.29 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
334
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 334 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 358 |
0.33 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
335
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 335 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 359 |
0.31 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = ? AND e0_.status = ? AND e0_.expense_date <= ?
Parameters: [
336
"VALIDATED"
"2025-11-30 00:00:00"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ WHERE e0_.project_id = 336 AND e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00';
|
| 360 |
2.32 ms |
SELECT b0_.id AS id_0, b0_.code AS code_1, b0_.label AS label_2, b0_.amount AS amount_3, b0_.year AS year_4, b0_.description AS description_5, COUNT(p1_.id) AS sclr_6, COALESCE(SUM(p1_.planned_budget), 0) AS sclr_7, COALESCE(SUM(e2_.amount), 0) AS sclr_8 FROM budget_item b0_ LEFT JOIN project p1_ ON b0_.id = p1_.budget_item_id LEFT JOIN expense e2_ ON p1_.id = e2_.project_id WHERE b0_.is_deleted = ? AND b0_.year = ? GROUP BY b0_.id, b0_.code, b0_.label, b0_.amount, b0_.year, b0_.description ORDER BY b0_.label ASC
SELECT b0_.id AS id_0, b0_.code AS code_1, b0_.label AS label_2, b0_.amount AS amount_3, b0_.year AS year_4, b0_.description AS description_5, COUNT(p1_.id) AS sclr_6, COALESCE(SUM(p1_.planned_budget), 0) AS sclr_7, COALESCE(SUM(e2_.amount), 0) AS sclr_8 FROM budget_item b0_ LEFT JOIN project p1_ ON b0_.id = p1_.budget_item_id LEFT JOIN expense e2_ ON p1_.id = e2_.project_id WHERE b0_.is_deleted = 0 AND b0_.year = 2025 GROUP BY b0_.id, b0_.code, b0_.label, b0_.amount, b0_.year, b0_.description ORDER BY b0_.label ASC;
|
| 361 |
4.19 ms |
SELECT a0_.id AS id_0, a0_.label AS label_1, a0_.accronym AS accronym_2, COUNT(DISTINCT b1_.id) AS sclr_3, COUNT(DISTINCT p2_.id) AS sclr_4, COALESCE(SUM(p2_.planned_budget), 0) AS sclr_5, COALESCE(SUM(e3_.amount), 0) AS sclr_6 FROM budget_item b1_ LEFT JOIN project p2_ ON b1_.id = p2_.budget_item_id LEFT JOIN administrative_unit a0_ ON p2_.administrative_unit_id = a0_.id LEFT JOIN expense e3_ ON p2_.id = e3_.project_id WHERE b1_.year = ? AND b1_.is_deleted = ? AND (p2_.is_deleted = ? OR p2_.is_deleted IS NULL) AND (a0_.is_deleted = ? OR a0_.is_deleted IS NULL) GROUP BY a0_.id, a0_.label, a0_.accronym ORDER BY a0_.label ASC
Parameters: [
2025
0
0
0
]
SELECT a0_.id AS id_0, a0_.label AS label_1, a0_.accronym AS accronym_2, COUNT(DISTINCT b1_.id) AS sclr_3, COUNT(DISTINCT p2_.id) AS sclr_4, COALESCE(SUM(p2_.planned_budget), 0) AS sclr_5, COALESCE(SUM(e3_.amount), 0) AS sclr_6 FROM budget_item b1_ LEFT JOIN project p2_ ON b1_.id = p2_.budget_item_id LEFT JOIN administrative_unit a0_ ON p2_.administrative_unit_id = a0_.id LEFT JOIN expense e3_ ON p2_.id = e3_.project_id WHERE b1_.year = 2025 AND b1_.is_deleted = 0 AND (p2_.is_deleted = 0 OR p2_.is_deleted IS NULL) AND (a0_.is_deleted = 0 OR a0_.is_deleted IS NULL) GROUP BY a0_.id, a0_.label, a0_.accronym ORDER BY a0_.label ASC;
|
| 362 |
0.53 ms |
SELECT DISTINCT year FROM budget_item WHERE is_deleted = :isDeleted ORDER BY year DESC
SELECT DISTINCT year FROM budget_item WHERE is_deleted = :isDeleted ORDER BY year DESC;
|
| 363 |
0.96 ms |
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ LEFT JOIN project p1_ ON e0_.project_id = p1_.id LEFT JOIN budget_item b2_ ON p1_.budget_item_id = b2_.id WHERE e0_.status = ? AND e0_.expense_date <= ? AND b2_.year = ? AND b2_.is_deleted = 0
Parameters: [
"VALIDATED"
"2025-11-30 00:00:00"
"2025"
]
SELECT COALESCE(SUM(e0_.amount), 0) AS sclr_0 FROM expense e0_ LEFT JOIN project p1_ ON e0_.project_id = p1_.id LEFT JOIN budget_item b2_ ON p1_.budget_item_id = b2_.id WHERE e0_.status = 'VALIDATED' AND e0_.expense_date <= '2025-11-30 00:00:00' AND b2_.year = '2025' AND b2_.is_deleted = 0;
|