| Date | CheckList Name | Store Name | User Name | Status | Submitted By | Submitted On | Submission Count | Flags | Approved By | Approved On | Action | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{ item.date_string }}
|
{{ item.checkListChar || '--' }}
{{
item.checkListName }}
|
{{ item?.coverage === 'store' ? item.storeName : '--' }}
|
{{ item.userName }}
|
{{ item.checklistStatus | titlecase }} |
{{ item.userEmail }}
|
{{ item.submitTime_string?.toLocaleString('en-US', {
minimumFractionDigits: 0 }) || '--' }}
|
{{ item?.submitCount || 0}}
|
{{ item.flaggedChecklist !==null ? item?.flaggedChecklist?.toLocaleString('en-US', {
minimumFractionDigits: 0 }) : '--' }}
|
{{ item.approvalByEmail || "--" }}
|
{{ item.approvalTime_string?.toLocaleString('en-US', {
minimumFractionDigits: 0 }) || '--' }}
|
1"
[attr.aria-disabled]="item.date_string !== todayDate || selectedCheckboxCount > 1"
[tabindex]="item.date_string !== todayDate || selectedCheckboxCount > 1 ? -1 : 0">
SendAlert
|