From bda2e62411f3abf1febb655577101b1155d1f330 Mon Sep 17 00:00:00 2001 From: mahmoodsht <106068383+mahmoodsht@users.noreply.github.com> Date: Sun, 12 Oct 2025 12:51:51 +0330 Subject: [PATCH] ... --- app/components/dashboard/dashboard-home.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/dashboard/dashboard-home.tsx b/app/components/dashboard/dashboard-home.tsx index 1b30aae..7e367fa 100644 --- a/app/components/dashboard/dashboard-home.tsx +++ b/app/components/dashboard/dashboard-home.tsx @@ -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"], };