forked from Blockholic-University/Supply-chain-management
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupplyChain_gaya3.html
322 lines (310 loc) · 18.4 KB
/
supplyChain_gaya3.html
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Blockholic - Supplychain BC3 Project.</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, shrink-to-fit=no" />
<meta name="description" content="This is an example dashboard created using build-in elements and components.">
<meta name="msapplication-tap-highlight" content="no">
<link href="./main.css" rel="stylesheet">
</head>
<body>
<div class="app-container app-theme-white body-tabs-shadow ">
<div class="app-main">
<div class="app-main__outer">
<div class="app-main__inner">
<div class="app-page-title">
<div class="page-title-wrapper">
<div class="page-title-heading">
<div class="page-title-icon">
<i class="fa fa-ship">
</i>
</div>
<div>Supplychain Management
<div class="page-title-subheading">Dashboard to Track & Update Products on Blockchain.
</div>
</div>
</div>
</div>
</div>
<!-- boxes -->
<div class="row">
<div class="col-md-6 col-xl-4">
<div class="card mb-3 widget-content bg-midnight-bloom">
<div class="widget-content-wrapper text-white">
<div class="widget-content-left">
<div class="widget-heading">Products</div>
<div class="widget-subheading">Total Products Requested</div>
</div>
<div class="widget-content-right">
<div class="widget-numbers text-white"><span>34</span></div>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-xl-4">
<div class="card mb-3 widget-content bg-midnight-bloom">
<div class="widget-content-wrapper text-white">
<div class="widget-content-left">
<div class="widget-heading">Waiting for Goods</div>
<div class="widget-subheading">Raw Material</div>
</div>
<div class="widget-content-right">
<div class="widget-numbers text-white"><span>22</span></div>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-xl-4">
<div class="card mb-3 widget-content bg-midnight-bloom">
<div class="widget-content-wrapper text-white">
<div class="widget-content-left">
<div class="widget-heading">Production</div>
<div class="widget-subheading">Pending at Manufacturing</div>
</div>
<div class="widget-content-right">
<div class="widget-numbers text-white"><span>8</span></div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 col-xl-4">
<div class="card mb-3 widget-content bg-midnight-bloom">
<div class="widget-content-outer text-white">
<div class="widget-content-wrapper">
<div class="widget-content-left">
<div class="widget-heading">Completed</div>
<div class="widget-subheading">Ready to Ship</div>
</div>
<div class="widget-content-right">
<div class="widget-numbers text-white">4</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-xl-4">
<div class="card mb-3 widget-content bg-midnight-bloom">
<div class="widget-content-outer text-white">
<div class="widget-content-wrapper">
<div class="widget-content-left">
<div class="widget-heading">Shipped to Supplier</div>
<div class="widget-subheading">Already Shipped</div>
</div>
<div class="widget-content-right text-white">
<div class="widget-numbers text-white">3</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-xl-4">
<div class="card mb-3 widget-content bg-midnight-bloom">
<div class="widget-content-outer text-white">
<div class="widget-content-wrapper">
<div class="widget-content-left">
<div class="widget-heading">Sold</div>
<div class="widget-subheading">Product Purchased</div>
</div>
<div class="widget-content-right text-white">
<div class="widget-numbers text-white">1</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- product status -->
<div class="row">
<div class="col-md-12">
<div class="main-card mb-3 card">
<div class="card-header">Product Status
<div class="btn-actions-pane-right">
<div role="group" class="btn-group-sm btn-group">
<button type="button" class="btn mr-2 mb-2 btn-primary" data-toggle="modal" data-target="#productModal">Add Product</button>
</div>
</div>
</div>
<div class="table-responsive">
<table class="align-middle mb-0 table table-borderless table-striped table-hover">
<thead>
<tr>
<th class="text-center">Product ID</th>
<th>Initiated By</th>
<th class="text-center">Screen</th>
<th class="text-center">Battery</th>
<th class="text-center">Motherboard</th>
<th class="text-center">Assembly</th>
<th class="text-center">Supplier</th>
<th class="text-center">Courier</th>
<th class="text-center">Retailer</th>
<th class="text-center">Actions</th>
</tr>
</thead>
<tbody id="productDetails">
</tbody>
</table>
</div>
</div>
</div>
</div>
<!-- manage users -->
<div class="row">
<div class="col-md-12">
<div class="main-card mb-3 card">
<div class="card-header">Manage Users
<div class="btn-actions-pane-right">
<div role="group" class="btn-group-sm btn-group">
<button type="button" class="btn mr-2 mb-2 btn-primary" data-toggle="modal" data-target="#userModal">Add User</button>
</div>
</div>
</div>
<div class="table-responsive" id="users">
<table class="align-middle mb-0 table table-borderless table-striped table-hover">
<thead>
<tr>
<th class="text-center">User ID</th>
<th>Name</th>
<th class="text-center">Location</th>
<th class="text-center">ETH Address</th>
<th class="text-center">Status</th>
<th class="text-center">Actions</th>
</tr>
</thead>
<tbody id="userDetails">
<tr>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="app-wrapper-footer">
<div class="app-footer">
<div class="app-footer__inner">
<div class="app-footer-right">
<ul class="nav">
<li class="nav-item">
<a href="#" class="nav-link">
Build by Team BC3
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- add product modal -->
<div class="modal fade" id="productModal" tabindex="-1" role="dialog" aria-labelledby="productModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="productModalLabel">Add Product</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body" id="addProduct">
<div class="position-relative form-group"><label id="productName" for="productName" >Product Name</label><input id="" type="text" class="form-control"></div>
<div class="position-relative form-group"><label id="productState" for="productState" >Product State</label><input id="" type="text" class="form-control"></div>
<div class="position-relative form-group"><label id="timeStamp" for="timeStamp" >Time Stamp</label><input id="" type="number" class="form-control"></div>
<div class="position-relative form-group"><label id="partnerAddress" for="partnerAddress" >Partner Address</label><input id="" type="text" class="form-control"></div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary" onclick="addProduct()">Save changes</button>
</div>
</div>
</div>
</div>
<!-- add user modal -->
<div class="modal fade" id="userModal" tabindex="-1" role="dialog" aria-labelledby="userModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="userModalLabel">Add User</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="position-relative form-group"><label >Name</label><input id="userName" type="text" class="form-control"></div>
<div class="position-relative form-group"><label >Location</label><input id="userLocation" type="text" class="form-control"></div>
<div class="position-relative form-group"><label >ETH Address</label><input id="userAddress" type="text" class="form-control"></div>
<div class="position-relative form-group">
<label for="exampleSelect" class="">Role</label>
<select name="select" id="userRole" class="form-control">
<option >select</option>
<option id="screen" value="screen">Screen </option>
<option id="battery" value="battery">Battery </option>
<option id="motherboard" value="motherboard">Motherboard</option>
<option id="assembler" value="assembler">Assembler</option>
<option id="supplier" value="supplier">Supplier</option>
<option id="courier" value="courier">Courier</option>
<option id="retailer" value="retailer">Retailer</option>
</select>
</div>
</div>
<div class="modal-footer">
<button class="btn btn-primary" onclick="addUser()">Add User</button>
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- view/update product modal -->
<div class="modal fade" id="viewUpdateProduct" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Modal title</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p class="mb-0">Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Save changes</button>
</div>
</div>
</div>
</div>
<!-- view/update user modal -->
<div class="modal fade" id="viewUpdateUser" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Modal title</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p class="mb-0">Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Save changes</button>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="./assets/scripts/main.js"></script>
<script src="./Gaya3/supplyChain.js"></script>
<script src="https://cdn.jsdelivr.net/npm/web3@latest/dist/web3.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</body>
</html>