This commit is contained in:
mahmoodsht 2025-10-12 12:51:51 +03:30
parent 173176bbb5
commit bda2e62411

View File

@ -109,6 +109,7 @@ export function DashboardHome() {
"sum(pre_project_income)",
"sum(increased_income_after_innovation)",
],
Conditions: [["start_date", ">=", startDate || null, "and"],["start_date", "<=", endDate || null]],
GroupBy: ["related_company"],
};