| # | Customer Name | No Of Items | Total Amount | Address | Purchase Date | Action |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} {{ cart.ccid }} |
{{ cart.name }} |
{{ cart.noofitems }} |
{{ cart.totalamount }} |
{{ cart.address }} |
{{ cart.dateandtime | datetime:"dd/MM/yyyy 'at' h:mma"}} |
Customer Name: {{ selcart.customername }} | Address {{ selcart.address }} | ||
| Products | No Of Items | Barcode | Selling Price |
|---|---|---|---|
|
{{ order.productname }} |
{{ order.quantity }} |
{{ order.productbarcode }} |
{{ order.productprice }} |
Grand Total | AED {{ selcart.totalamount }} |
| # | Store Name | Location | Action |
|---|---|---|---|
| {{ $index }} |
{{ tenant.Name }} |
{{ tenant.Place }} {{ tenant.Id }} {{ tenant.loginId }} |
Total No of Records : {{filteredorders.length}} | ||||||
| # | Customer Name and Address | No Of Items | Total Amount | Store Name | Purchase Date | Action |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} {{ cart.ccid }} |
{{ cart.address }} {{ cart.name }} |
{{ cart.noofitems }} |
{{ cart.totalamount }} |
{{ cart.tenantname }} |
{{ cart.dateandtime | datetime:"dd/MM/yyyy 'at' h:mma" }} |
Customer Name: {{ selcart.customername }} | Address {{ selcart.address }} | ||
| Products | No Of Items | Barcode | Selling Price |
|---|---|---|---|
|
{{ order.productname }} |
{{ order.quantity }} |
{{ order.productbarcode }} |
{{ order.productprice }} |
Grand Total | AED {{ selcart.totalamount }} |