-
Notifications
You must be signed in to change notification settings - Fork 0
/
restaurant-system.html
374 lines (307 loc) · 12.6 KB
/
restaurant-system.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
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Restaurant System</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="css/freelancer.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar bg-secondary fixed-top text-uppercase" id="mainNav">
<div class="container">
<a class="btn btn-outline-light btn-social text-center rounded-circle" href="index.html">
<i class="fab fa-fw fas fa-home"></i>
</a>
<a class="navbar-brand js-scroll-trigger" href="#page-top">Restaurant System</a>
<button class="navbar-toggler navbar-toggler-right text-uppercase bg-primary text-white rounded" type="button"
data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#android-app">Android App</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#download">Download</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#features">Features</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#screenshots">Screenshots</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#planned-features">Planned Features</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Summary Section -->
<section class="portfolio" id="android-app">
<div class="container" style="padding-top: inherit">
<h2 class="text-center text-uppercase text-secondary mb-0">Android App</h2>
<hr class="star-dark mb-5">
<div class="row">
<div class="mx-auto">
<p class="text-center lead">
A final year uni project (awarded a 1st mark),
where I created an Android application for a Restaurant System.</p>
<p class="text-center lead">
I gained extensive knowledge in Java programming and achieved UI design skills in creating each
of the 60+ XML screen layouts for an engaging, accessible and visually impressive user experience.</p>
<p class="text-center lead">
Experienced designing and implementing a complex database for the application using SQLite.
</p>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section class="bg-primary text-white mb-0" id="features">
<div class="container">
<h2 class="text-center text-uppercase text-white">Features</h2>
<hr class="star-light mb-5">
<div class="row">
<div class="mx-auto">
<p class="text-center lead">
Create and edit any type of customisable menu Item.
</p>
<p class="text-center lead">
Dynamically calculates nutritional information and prices for menu items.
</p>
<p class="text-center lead">
Orders will automatically adjust the stock levels of the ingredients used.
</p>
<p class="text-center lead">
Both waiters and customers can order items which can then be viewed by a kitchen.
</p>
</div>
</div>
</section>
<!-- Download Section -->
<section class="portfolio" id="download">
<div class="container">
<h2 class="text-center text-uppercase text-secondary mb-0">Download</h2>
<hr class="star-dark mb-5">
<div class="row">
<div class="mx-auto">
<p class="text-center lead">
<a class="btn btn-primary btn-lg rounded-pill" href="https://play.google.com/store/apps/details?id=uk.co.nathanleigh.restaurantsystem">
<i class="fa fa-close"></i>
Google Play Download Link
</a>
<br>
<br>
<a class="btn btn-primary btn-lg rounded-pill" href="https://github.com/nleigh/Restaurant">
<i class="fa fa-close"></i>
Find this Project on Github
</a>
<br>
<br>
<a class="btn btn-primary btn-lg rounded-pill" href="https://docs.google.com/document/d/1H0Twe8Ao3VeX-W18aDRI5rM2sf4sdBYobVNpp9PE4Wc/edit?usp=sharing">
<i class="fa fa-close"></i>
View Project Report/Dissertation
</a>
</p>
</div>
</div>
</div>
</section>
<!-- Screenshots Section -->
<section class="bg-primary text-white mb-0" id="screenshots">
<div class="container">
<h2 class="text-center text-uppercase text-white">Screenshots</h2>
<hr class="star-light mb-5">
<div class="row">
<div class="text-center mx-auto">
<h3>
Create any kind of Menu
</h3>
<p class="text-center lead">Italian, Indian, Chinese, Pubs, Bars etc.</p><br>
<img src="img/restaurant/menus.png" alt="Menus" width="700" height="500" />
</p>
<br>
<br>
<br>
<h3>
Menu Items can be customised.
</h3>
<p class="text-center lead">Menu Items can have addons and options</p><br>
<img src="img/restaurant/menuItems.png" alt="menuItems" width="700" height="500" />
</p>
<br>
<br>
<br>
<h3>
Dynamic Price and Nutrition Calculation
</h3>
<p class="text-center lead">Each meal can calculate the amount of constituent ingredients which have
nutritional
properties</p><br>
<img src="img/restaurant/custom.png" alt="custom" width="700" height="500" />
</p>
<br>
<br>
<br>
<h3>
Customers and Waiters can order
</h3>
<p class="text-center lead">Review order and add comments</p><br>
<img src="img/restaurant/currentOrder.png" alt="Menus" width="700" height="500" />
</p>
<br>
<br>
<br>
<h3>
Orders on same table session are grouped
</h3>
<p class="text-center lead">Makes understanding and paying bill easier</p><br>
<img src="img/restaurant/history.png" alt="history" width="700" height="500" />
</p>
<br>
<br>
<br>
<h3>
Ingredient Stock Levels
</h3>
<p class="text-center lead">Item constituents dynamically deducted</p><br>
<img src="img/restaurant/stock.png" alt="Stock" width="700" height="500" />
</p>
<br>
<br>
<br>
<h3>
Create and Update Menu Items
</h3>
<p class="text-center lead">Owner of restaurant can easily update prices to reflect demand or sell stock</p><br>
<img src="img/restaurant/editMenu.png" alt="manager" width="700" height="500" />
</p>
<br>
<br>
<br>
<h3>
Create complex Ingredients
</h3>
<p class="text-center lead">Makes menu item creation quicker</p><br>
<img src="img/restaurant/complex.png" alt="complex" width="700" height="500" />
</p>
<br>
<br>
<br>
<h3>
Menu Item Creation Process
</h3>
<p class="text-center lead">Add a description, ingredients, options and addons</p><br>
<img src="img/restaurant/createItem.png" alt="createItem" width="700" height="500" />
</p>
<br>
<br>
<br>
<h3>
Menu Item Ingredient Values
</h3>
<p class="text-center lead">Insert the values for the addons/options</p><br>
<img src="img/restaurant/optionsAndAddons.png" alt="optionsAndAddons" width="700" height="500" />
</p>
<br>
<br>
<br>
<h3>
Review and Confirm
</h3>
<p class="text-center lead">Menu creation process allows review of menu item before confirmation</p><br>
<img src="img/restaurant/review.png" alt="review" width="700" height="500" />
</p>
</div>
</div>
</section>
<!-- New Features Section -->
<section class="portfolio" id="planned-features">
<div class="container">
<h2 class="text-center text-uppercase text-secondary mb-0">Planned Features</h2>
<hr class="star-dark mb-5">
<p class="text-center lead">
Waiters/Customers can print bill, pay and receive notifications from the app over wifi. </p>
<p class="text-center lead">
Kitchen can sort orders and send notification to waiters when order ready. </p>
<p class="text-center lead">
Manager can receive notifications when low and can view order history statistics such as most/least
popular item. </p>
<p class="text-center lead">
Add photos to Menu Items, implement customer login, allow offer/deals for repeat use.
</p>
</div>
</section>
<!-- Footer -->
<footer class="footer text-center">
<div class="container">
<div class="row">
<div class="col-md-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Location</h4>
<p class="lead mb-0">Manchester
<br>UK</p>
</div>
<div class="col-md-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Around the Web</h4>
<ul class="list-inline mb-0">
<li class="list-inline-item">
<a class="btn btn-outline-light btn-social text-center rounded-circle" href="https://www.linkedin.com/in/nleigh/">
<i class="fab fa-fw fa-linkedin-in"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-outline-light btn-social text-center rounded-circle" href="https://play.google.com/store/apps/details?id=uk.co.nathanleigh.restaurantsystem">
<i class="fab fa-fw fab fa-google-play"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-outline-light btn-social text-center rounded-circle" href="https://github.com/nleigh">
<i class="fab fa-fw fab fa-github"></i>
</a>
</li>
</ul>
</div>
<div class="col-md-4">
<h4 class="text-uppercase mb-4">Website Info</h4>
<p class="lead mb-0">Created using open source Bootstrap theme created by
<a href="http://startbootstrap.com">Start Bootstrap</a>.</p>
</div>
</div>
</div>
</footer>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-to-top d-lg-none position-fixed ">
<a class="js-scroll-trigger d-block text-center text-white rounded" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Portfolio Modals -->
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/freelancer.min.js"></script>
</body>
</html>