forked from Granze/react-starterify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
96 lines (96 loc) · 3.55 KB
/
data.json
File metadata and controls
96 lines (96 loc) · 3.55 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"id": 3,
"status": "pending",
"answers": {
"1": [
{
"date": "05/04/2015",
"expense_type": "air_ticket",
"purpose": "rating_meetings",
"payment": "credit_card",
"currency": "usd",
"rate": "12",
"amount": "222",
"memo": "222",
"status": ""
},
{
"date": "05/13/2015",
"expense_type": "air_ticket",
"purpose": "rating_meetings",
"payment": "credit_card",
"currency": "usd",
"rate": "1",
"amount": "111",
"memo": "1111",
"status": ""
}
]
},
"created_at": "2015-05-05T14:47:37.342+08:00",
"updated_at": "2015-05-05T14:47:37.342+08:00",
"url": "http://g.lvh.me:3000/tasks/3.json",
"user": {
"name": "",
"id": 1
},
"approver": {
"name": "",
"id": ""
},
"form": {
"name": "Expense Report 2015",
"id": 1,
"icon": "fa-money",
"fields": [
{
"id": 1,
"name": "field_1430804071554",
"field_type": "expense",
"required": false,
"properties": {
"hint": "",
"label": "Expense",
"payments": [
{
"label": "Credit Card",
"value": "credit_card"
},
{
"label": "Paypal",
"value": "paypal"
},
{
"label": "Bank Transfer",
"value": "bank_transfer"
}
],
"purposes": [
{
"label": "Rating meetings",
"value": "rating_meetings"
}
],
"categories": [
{
"label": "Air Ticket",
"value": "air_ticket"
}
],
"currencies": [
{
"label": "USD",
"value": "usd"
},
{
"label": "SGD",
"value": "sgd"
}
]
},
"position": 1,
"options": []
}
]
}
}