added Total employee present figure

This commit is contained in:
pramod.mahajan 2025-11-25 09:50:39 +05:30
parent 1157643916
commit b348117f05

View File

@ -58,7 +58,7 @@ const ReportDPR = ({ project, date }) => {
<span className="text-secondry"> Total Employee</span>{" "}
<span className="text-secondry">
{" "}
{data?.totalEmployees - data?.todaysAttendances}
{ data?.todaysAttendances}
</span>{" "}
</div>
</div>