Order ID | Order date | Delivery Status | Date of Delivery | Total Price | View Details |
---|---|---|---|---|---|
{{order.orderId}} | {{order.orderDate}} | {{order.DeliveryStatus}} | {{order.deliveryDate}} | {{order.totalPrice()}} |
Item ID | Name | Unit Price | Category |
---|---|---|---|
{{item.itemId}} | {{item.name}} | {{item.unitPrice}} | {{item.category}} |