You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Portfolio Data Saved and Processing and Checking of Portfolio Data && Review of Reconciliation and Reports and 2nd level review of Reconciliation & Reports Submitted and Release the Report to the Client start with (minus) means color red else green I need
const exportDelayWithSNo = response?.data?.employeeData?.map(
(item, index) => ({
"S.No": index + 1,
"Family Name": item.familyName,
"Portfolio Data Saved": convertDecimalDaysToTime(
item.task1balanceSla
),
"Processed by ": item.task1employeeName || "N/A",
"Processing and Checking of Portfolio Data":
convertDecimalDaysToTime(item.task2balanceSla),
"Processed by ": item.task2employeeName || "N/A",
"Reconciliation of Data and Reports": convertDecimalDaysToTime(
item.task3balanceSla
),
"Processed by ": item.task3employeeName || "N/A",
"Review of Reconciliation and Reports":
convertDecimalDaysToTime(item.task4balanceSla),
"Processed by ": item.task4employeeName || "N/A",
"2nd level review of Reconciliation & Reports Submitted":
convertDecimalDaysToTime(item.task5balanceSla),
"Processed by ": item.task5employeeName || "N/A",
Portfolio Data Saved and Processing and Checking of Portfolio Data && Review of Reconciliation and Reports and 2nd level review of Reconciliation & Reports Submitted and Release the Report to the Client start with (minus) means color red else green I need
const exportDelayWithSNo = response?.data?.employeeData?.map(
(item, index) => ({
"S.No": index + 1,
"Family Name": item.familyName,
"Portfolio Data Saved": convertDecimalDaysToTime(
item.task1balanceSla
),
"Processed by ": item.task1employeeName || "N/A",
"Processing and Checking of Portfolio Data":
convertDecimalDaysToTime(item.task2balanceSla),
"Processed by ": item.task2employeeName || "N/A",
"Reconciliation of Data and Reports": convertDecimalDaysToTime(
item.task3balanceSla
),
"Processed by ": item.task3employeeName || "N/A",
"Review of Reconciliation and Reports":
convertDecimalDaysToTime(item.task4balanceSla),
"Processed by ": item.task4employeeName || "N/A",
"2nd level review of Reconciliation & Reports Submitted":
convertDecimalDaysToTime(item.task5balanceSla),
"Processed by ": item.task5employeeName || "N/A",
};
The text was updated successfully, but these errors were encountered: