changed footer

This commit is contained in:
pramod.mahajan 2025-12-10 12:26:43 +05:30
parent 117d82769a
commit c1ae9ee55e

View File

@ -24,12 +24,14 @@ const ReportDPR = ({ project, date }) => {
title={"TODAY'S ATTENDANCE"}
total={data?.totalEmployees}
value={data?.todaysAttendances}
/>
<ReportsDonutCard
title={"DAILY TASKS COMPLETED"}
total={data?.totalCompletedTask}
value={data?.totalPlannedWork}
chartColor={"blue"}
footer=""
/>
<ReportsDonutCard
@ -37,6 +39,7 @@ const ReportDPR = ({ project, date }) => {
total={data?.totalPlannedWork}
value={data?.totalCompletedWork}
chartColor={"green"}
footer=""
/>
<div class="card px-3 border-top border-warning">