diff --git a/public/assets/css/core-extend.css b/public/assets/css/core-extend.css index 127de638..3a8406cb 100644 --- a/public/assets/css/core-extend.css +++ b/public/assets/css/core-extend.css @@ -234,7 +234,9 @@ font-weight: normal; .h-min { height: min-content; } .h-max { height: max-content; } - +.vh-50 { + height: 50vh !important; +} diff --git a/src/components/DailyProgressRport/TaskReportFilterPanel.jsx b/src/components/DailyProgressRport/TaskReportFilterPanel.jsx index 8394a158..e682ad14 100644 --- a/src/components/DailyProgressRport/TaskReportFilterPanel.jsx +++ b/src/components/DailyProgressRport/TaskReportFilterPanel.jsx @@ -39,14 +39,12 @@ const TaskReportFilterPanel = ({ handleFilter }) => { dateTo: localToUtc(formData.dateTo), }; handleFilter(filterPayload); - closePanel(); }; const onClear = () => { setResetKey((prev) => prev + 1); handleFilter(TaskReportDefaultValue); reset(TaskReportDefaultValue); - closePanel(); }; return ( diff --git a/src/components/DailyProgressRport/TaskReportList.jsx b/src/components/DailyProgressRport/TaskReportList.jsx index 00cb064e..bcb4232b 100644 --- a/src/components/DailyProgressRport/TaskReportList.jsx +++ b/src/components/DailyProgressRport/TaskReportList.jsx @@ -204,24 +204,34 @@ const TaskReportList = () => { This shows the total pending tasks for each activity on that date.
All Projects
101 Boulder, California(CA), 95959
939 Orange, California(CA), 92118
162 Windsor, California(CA), 95492
487 Sunset, California(CA), 94043
220 Pine St, California(CA), 95765
744 Bay Area, California(CA), 94016
58 Avenue, California(CA), 95376
312 Marina, California(CA), 94109
441 Market St, California(CA), 94111
990 Willow Road, California(CA), 94025
882 Canyon Rd, California(CA), 94704
19 Palm St, California(CA), 93001
No file uploaded
+ {content} +
- Choose whether the payment amount varies or remains fixed - each cycle. - - Is Variable: Amount changes per cycle. - - Fixed: Amount stays constant. -
+
Not Yet
{item.deliveryChallanNumber}
+ Description:{" "} + {item.description || "-"} +
History