| S.No | {{row.index+1 }} | Client Name | {{row.customer[0].cusName || null }} | Date and Time | {{row.appoinmentDate | date:'dd-MMM-YYYY'}} {{row.appoinmentSlots[0] | date:'shortTime'}} - {{row.appoinmentSlots[row.appoinmentSlots.length-1] | date:'shortTime'}} |
Mobile no | {{row.customer[0].phoneNo}} | {{row.customer[0].email}} | Payment Status | {{row.paymentStatus == 0 ? 'Paid' : 'Not Paid'}} | Payment Mode | {{row.paymentMode == '' ? '-' : row.paymentMode}} | Status | {{row.status}} | Action | edit |
|---|