diff --git a/ng-seed/src/app/appoinment/appoinments/appoinments-list/appoinments-list.component.html b/ng-seed/src/app/appoinment/appoinments/appoinments-list/appoinments-list.component.html index af4948b..86a81e3 100644 --- a/ng-seed/src/app/appoinment/appoinments/appoinments-list/appoinments-list.component.html +++ b/ng-seed/src/app/appoinment/appoinments/appoinments-list/appoinments-list.component.html @@ -20,8 +20,51 @@ + + + + + -
Client Name {{row.customer[0].cusName || null }}
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date and Time {{row.appoinmentDate | date:'dd-MMM-YYYY'}}, {{row.appoinmentSlots[0] | date:'shortTime'}} Mobile no {{row.customer[0].phoneNo}} Email {{row.customer[0].email}} Client Address {{row.customer[0].address_1}}, {{row.customer[0].city}}, {{row.customer[0].state}} Status {{row.status == 0 ? 'Booked':'Cancelled'}} Action
+ + + @@ -29,43 +72,43 @@ {{row.index+1}} - + + Date and Time {{row.appoinmentDate | date:'dd-MMM-YYYY'}}, {{row.appoinmentSlots[0] | date:'shortTime'}} - + Mobile No {{row.customer[0].phoneNo}} - + Email {{row.customer[0].email}} - + Client Address {{row.customer[0].address_1}}
{{row.customer[0].city}}
{{row.customer[0].state}}
- + Status {{row.status == 0 ? 'Booked':'Cancelled'}} - + Action @@ -77,8 +120,7 @@ - - + --> + Phone No Contact No is required Invalid Contact No diff --git a/ng-seed/src/app/appoinment/business/business-list/business-list.component.html b/ng-seed/src/app/appoinment/business/business-list/business-list.component.html index 39184e1..8ce2a48 100644 --- a/ng-seed/src/app/appoinment/business/business-list/business-list.component.html +++ b/ng-seed/src/app/appoinment/business/business-list/business-list.component.html @@ -49,7 +49,7 @@ - Action + Action edit delete diff --git a/ng-seed/src/app/appoinment/business/business-list/business-list.component.scss b/ng-seed/src/app/appoinment/business/business-list/business-list.component.scss index fd9c48f..a14f574 100644 --- a/ng-seed/src/app/appoinment/business/business-list/business-list.component.scss +++ b/ng-seed/src/app/appoinment/business/business-list/business-list.component.scss @@ -123,4 +123,7 @@ img { } .mat-mob{ width: 15%; + } + .mat-action{ + width: 10%; } \ No newline at end of file diff --git a/ng-seed/src/app/appoinment/customers/customers-list/customers-list.component.html b/ng-seed/src/app/appoinment/customers/customers-list/customers-list.component.html index e3fb794..7547649 100644 --- a/ng-seed/src/app/appoinment/customers/customers-list/customers-list.component.html +++ b/ng-seed/src/app/appoinment/customers/customers-list/customers-list.component.html @@ -19,41 +19,77 @@ + + + + + + -
S.No {{row.id}}
- - + + + + + + + + + + + + + + + + + + + + + + + + + + +
Name {{row.cusName}} Email {{row.email}} Mobile no {{row.phoneNo}} Address {{row.address_1}}, {{row.city}}, {{row.state}} Action
+ + + + + Name {{row.cusName}} - + Email {{row.email}} - Mobile No {{row.phoneNo}} - + Address {{row.address_1}}
{{row.city}}
{{row.state}}
- + Action @@ -66,7 +102,11 @@ - + --> + + + +