sifatbaho
This commit is contained in:
99
public/assets/json/orders-list.init.json
Executable file
99
public/assets/json/orders-list.init.json
Executable file
@@ -0,0 +1,99 @@
|
||||
[
|
||||
{
|
||||
"id": "1",
|
||||
"customer_name": "Frank Hook",
|
||||
"product_name": "Puma Tshirt",
|
||||
"date": "2022-04-20T16:05",
|
||||
"amount": "$654",
|
||||
"payment": "Mastercard",
|
||||
"status": "Pending"
|
||||
}, {
|
||||
"id": "2",
|
||||
"customer_name": "Rickey Teran",
|
||||
"product_name": "Adidas Sneakers",
|
||||
"date": "2022-04-20T16:05",
|
||||
"amount": "$354",
|
||||
"payment": "Paypal",
|
||||
"status": "Cancelled"
|
||||
}, {
|
||||
"id": "3",
|
||||
"customer_name": "James Price",
|
||||
"product_name": "350 ml Glass Grocery Container",
|
||||
"date": "2022-04-20T16:05",
|
||||
"amount": "$829",
|
||||
"payment": "Visa",
|
||||
"status": "Inprogress"
|
||||
}, {
|
||||
"id": "4",
|
||||
"customer_name": "Nettie Deloatch",
|
||||
"product_name": "American egale outfitters Shirt",
|
||||
"date": "2022-04-20T16:05",
|
||||
"amount": "$142",
|
||||
"payment": "COD",
|
||||
"status": "Pending"
|
||||
}, {
|
||||
"id": "5",
|
||||
"customer_name": "Thomas Taylor",
|
||||
"product_name": "Galaxy Watch4",
|
||||
"date": "2022-04-20T16:05",
|
||||
"amount": "$408",
|
||||
"payment": "Mastercard",
|
||||
"status": "Pickups"
|
||||
}, {
|
||||
"id": "6",
|
||||
"customer_name": "James Price",
|
||||
"product_name": "Apple iPhone 12",
|
||||
"date": "2022-04-20T16:05",
|
||||
"amount": "$1240",
|
||||
"payment": "Visa",
|
||||
"status": "Inprogress"
|
||||
}, {
|
||||
"id": "7",
|
||||
"customer_name": "Nancy Martino",
|
||||
"product_name": "Funky Prints T-shirt",
|
||||
"date": "2022-04-20T16:05",
|
||||
"amount": "$180",
|
||||
"payment": "COD",
|
||||
"status": "Returns"
|
||||
}, {
|
||||
"id": "8",
|
||||
"customer_name": "Alexis Clarke",
|
||||
"product_name": "USB Flash Drive Personalized wi",
|
||||
"date": "2022-04-20T16:05",
|
||||
"amount": "$247",
|
||||
"payment": "Paypal",
|
||||
"status": "Delivered"
|
||||
}, {
|
||||
"id": "9",
|
||||
"customer_name": "Donald Palmer",
|
||||
"product_name": "Oxford Button-Down Shirt",
|
||||
"date": "2022-04-20T16:05",
|
||||
"amount": "$373",
|
||||
"payment": "Visa",
|
||||
"status": "Pickups"
|
||||
}, {
|
||||
"id": "10",
|
||||
"customer_name": "Henry Baird",
|
||||
"product_name": "Classic Short Sleeve Shirt",
|
||||
"date": "2022-04-20T16:05",
|
||||
"amount": "$342",
|
||||
"payment": "Mastercard",
|
||||
"status": "Inprogress"
|
||||
}, {
|
||||
"id": "11",
|
||||
"customer_name": "Diana Kohler",
|
||||
"product_name": "Half Sleeve T-Shirts (Blue)",
|
||||
"date": "2022-04-20T16:05",
|
||||
"amount": "$874",
|
||||
"payment": "Visa",
|
||||
"status": "Delivered"
|
||||
}, {
|
||||
"id": "12",
|
||||
"customer_name": "Alexis Clarke",
|
||||
"product_name": "Noise Evolve Smartwatch",
|
||||
"date": "2022-04-20T16:05",
|
||||
"amount": "$1021",
|
||||
"payment": "Mastercard",
|
||||
"status": "Cancelled"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user