-
Notifications
You must be signed in to change notification settings - Fork 0
/
OrderStatus.txt
41 lines (29 loc) · 2.16 KB
/
OrderStatus.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{ORDER STATUS CODES WITH EXPLANATION}
////////////////////////////////////////////////////////////////////////////////////////////////////
|| Order status 0 : Payment not received :::: Delivery status : Not Delivered ||
|| Order status 1 : Payment successfully received :::: Delivery status : Food being prepared ||
|| Order status 2 : Payment successfully received :::: Delivery status : In transit ||
|| Order status 3 : Payment successfully received :::: Delivery status : Delivered ||
|| Order status 4 : Payment Failed :::: Delivery status : Not Delivered ||
|| Order status 5 : Payment successfully refunded :::: Delivery status : Not Delivered ||
|| Order status 6 : Payment successfully received :::: Delivery status : Not Delivered ||
|| Order status 7 : Order Cancelled :::: Delivery status : Cancelled ||
////////////////////////////////////////////////////////////////////////////////////////////////////
{ORDER STATUS CODES WITH EXPLANATION ::::: KITCHEN ::::: DELIVERY ::::: ADMIN}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|| Order status 8 : Payment successfully received waiting for admin :::: Delivery status : Not Delivered || (not in use for now)
|| Order status 9 : Food started to prepare :::: Delivery status : Not Delivered ||
|| Order status 10 : Food prepared :::: Delivery status : Not picked up ||
|| Order status 11 : Payment partially refunded :::: Delivery status : n/a ||
|| Order status 12 : Payment fully refunded :::: Delivery status : n/a ||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//for kitchen and delivery
sucessful: 0, 1,09, 10,2, 3
unsucessful:
//for admin
7
11
12
5
//for user
0,1,6,7