Networked Restaurant Reservation

Size: px
Start display at page:

Download "Networked Restaurant Reservation"

Transcription

1 Networked Restaurant Reservation Rushika Verma SIES Graduate School of Technology, Navi Mumbai, Maharashtra Abstract:- This paper presents procedures for automating a reservation made at a restaurant. A restaurant maintains all the details related to the customers that make a reservation through this online automated interface. Though, today Tele reservation for restaurants is rampant, where a representative of the restaurant on the other side of the phone takes the customer s reservation request wherein customer mentions the day, time and number of people accompanying as a standard procedure for reserving a table. In this tele system, there is a wide scope of human errors, the main error being misunderstanding in taking down the details. This makes the online automated reservation system more viable as it is fuss free, quick, and user friendly. The main characteristics of this online system are preview of the restaurant ambience and the luscious menu, registration where in the customer specifies their details and reservation where in the customer books for a table specifying the date, time and day and lastly, the unique token number being sent to the customers mentioned id. Programming languages used are HTML, CSS stylesheets for the frontend coding, MySQL and Xampp for the backend and PHP for connecting the frontend and backend. This is a highly plausible interface for customers who like to know a little about the restaurant and the cuisine served by the restaurant at the click of a button. Keywords:- tele reservation, HTML, MySQL, Xampp, CSS I. INTRODUCTION Restaurants that have a lot of incoming guests and are locations for various events require to keep a tab on the details of the events and the clients that have made the bookings. Presently, Tele reservation for restaurants is most common, where a representative of the restaurant on the other side of the phone takes the customer s reservation request. The customer mentions the day, time and number of people accompanying as a standard procedure for reserving a table. But this approach has a lot of downfalls, some of them being as follows: Many a times the telephone line is either out of order or busy or is left unattended. In these times it is impossible to make a reservation under any circumstance. Even if the calls are attended there are chances of human errors taking place. For example, there may be a possibility of a miscommunication from the side of the person representing the restaurant while noting down the day and time. Also, there is no guarantee that the same person making the reservation over the phone is present at the restaurant. It is possible that there may be two people of the same name and that only one of them has made a reservation. Prank calls or fake reservations are another drawback of this tele reservation system. Hence, it became necessary to take into consideration other means of taking down reservations. To counterfeit the drawbacks, the new approach considered is networked reservation namely online reservation. Following are the advantages of going online: It is a rare possibility that the World Wide Web services are down, also, here the customers themselves have to sign up to make a reservation. There is no scope for human errors since everything is automated, and the reservation details are specified by the customers themselves. Here, the token number is unique for every customer who makes a reservation and is mailed to his id. There no scope for fake reservations, at the most the customer may not turn up which is a possibility even otherwise. II. FUNCTIONAL REQUIREMENT SPECIFICATIONS: A. Description Frontend Backend HTML CSS stylesheets MySQL Xampp Connection of Frontend and Backend- PHP B. Technical issues Table names made in Xampp should be the same as that in the PHP code, and external stylesheet must be linked 1

2 to every page of the website which contains the background specifications. III. INTERFACE REQUIREMENT A. Graphic User Interface (GUI) The GUI takes in the details like first name, last name, and phone number etc of the customers and stores the details in the database and shows successfully registered. Following this, the customer reserves a table by providing the asked details. Once these details are provided, the table reservation is confirmed. After reservation a confirmation mail is sent to the customers id containing the token number. The menu for display is directly linked to the database and the dishes can added or be replace from the database only. B. Hardware Interface The system should be embedded with laptops, desktop computers, Notebooks or any kind of computer systems. The system should be able to tell the computer system to send an to the wards parents regarding their monthly record. C. Software Interface The Restaurant reservation system will communicate with the database for the following reasons: 1) To let the customer view the different types of cuisines available like for dinner, lunch, brunch, steak specialty etc. 2) For the customer to enter their personal details for the registration. 3) To successfully reserve a table and send the confirmation of the same with the token number to the customers id. IV. SYSTEM DESIGN SPECIFICATION Systems design defines the architecture, the components, the modules, the interfaces and the data for a system to satisfy necessary requirements. Systems design is the application of systems theory towards development of a product. [1][2] System Design is the primary step in the development phase for any engineered product of system. It shares with programming a concern for abstract information representation and processing sequences but at different levels of detailing. Design establishes a coherent, wellplanned representation of programs that are centric on the interrelationship of parts at the higher level and the logical operations involved at the lower levels. [3] Software design is a process through which requirement are translated into a representation of the software. There are 2 phases in which System design is carried out: Preliminary Design Detailed design A. Preliminary Design The preliminary design bridges the gap between the design concept and the detailed design phase. In this task, the overall system configuration defined schematics, diagrams and layouts of the project provide early project configuration. The preliminary design mainly focuses on creating the general framework to build the project on. [4] The main constraints of the preliminary phase are Data Flow Diagrams (DFDs) and Entity Relationship Diagram (ER-Diagram). Data Flow Diagrams (DFDs) Data Flow Diagram (DFD) is a graphical representation of the flow of data within a given system. The DFD of Networked Restaurant Reservation is as follows: Entity Relationship Diagram (ER-Diagram): B. Unified Modelling Language (UML) Design Unified Modelling Language (UML) is a generalpurpose modeling language in the field of software engineering, which is designed to provide a standard way to visualize the design of a system. [5] Some of the UML diagrams given are as follows: Activity Diagram: Activity Diagram is a graphical representation of the workflow of stepwise activities and actions with support for choice, iteration and concurrency. [6][7] 2

3 Sequence Diagram: A Sequence diagram is an interaction diagram that shows how processes operate with one another and shows object interactions arranged in periodically. V. DETAILDED DESIGN SPECIFICATION A. Database design Database Design is defined as organizing data pertaining to concerned organization in an orderly fashion to provide easy access to the required information. The main part of the database design is creation of tables and defining their relations which is done below in the data structures part. B. Data Structures Table 1: Menu Description: Displays the detailed menu of the restaurant Primary Key: ID Sr. Field Name Description Data Size No. 1. Id Food item id (Auto increment) Int mname Name of longtext dish 3. Cuisine Meal course (lunch, breakfast, steaks etc.) varchar Description Details of longtext dish 5. Price Cost of dish Int 11 Screen Shot 1: Menu Component Diagram: A component diagram depicts how components are wired together to form larger components and or software systems. 3

4 Sr. Field Description Data Size No. Name 1. Sr no Number of tables int 11 reserved 2. Id Id of customer Int tableno Number of people Int date Date of booking date 5. time Booking slot varchar discount If already int 11 registered before then a 10% discount is given Screen Shot 3: Reserve a table Table 2: Register Description: Displays the detailed information of thecustomer Primary Key: ID Sr. Field Description Data Size No. Name 1. Id Id Auto int 99 incremental 2. username Customer provided username varchar firstname First name of Varchar 255 customer 4. lastname Last name of Varchar 255 customer 5. contact Contact details varchar address Residential address 7. date Date of birth date 8. Electronic mail Varchar password passkey varchar 255 Screen Shot 2: Register Screen Shot 4: Token generation Table 3: Reserve Description: Displays the reservations made. Primary Key: Sr no Foreign key: id VI. FUNCTIONAL MODULE SPECIFICATIONS 1) Know-the-chef Module This gives a unique insight of the luscious menus that the eminent chef can create. 2) Menu-view module This module allows the customers to have a look at the wide range of cuisines offered by the restaurant in one go. 3) Registration Module The customer specifies his name, id, etc and signs up for the reservation process. Without this step, the reservation is not possible. 4) Reservation Module 4

5 The entire reservation is done online with all the details to be specified by the customer himself by specifying the date, time and number of people accompanying him. 5) Login Module This module allows an already registered customer to directly punch in the username and password and proceed towards making a table reservation. 6) Unique Token number Module The unique token number is exclusively sent to his own id and at the time of the visiting the restaurant he just needs to show the mailed token number or show a screen shot of the token number provided. 7) Information Modify Module Here, the customers can go ahead and edit any contact information as per their convenience. VII. NON FUNCTIONAL ATTRIBUTES A. Security The customer needs to enter a secure encrypted password while making the registration. Only if the registration is done can the customer make a table reservation. Then, the confirmation token umber is mailed to the customers account. B. Reliability The system should reproduce the prober information in case the person has registered before already and should therefore bypass the registration phase and go directly to the reservation phase. C. Maintainability The conformation mail should be sent to the correct customer with the same details as entered by the customer. D. Reusability It can be used as and when required and for any franchisees if opened. VIII. OPERATIONAL SCENARIOS The will be a restaurant database with it containing multiple tables namely cuisine (types), reservation and registration. The cuisines types will have name, description, cuisine type and price. The registration table will contain first name, last name, phone number, address, password, alternative id etc. The reservation table will contain date, day and time. IX. CONCLUSION This project is designed to fulfil all requirements of the customers as well as the management team of the restaurant thereby eliminating the tedious task of taking down reservations over the phone. This also ensure complete elimination of any human error possible. It gives the customers a plethora of food items to choose from with just a click of a button. The framework and methodology of this project has been designed to satisfy all user requirements. ACKNOWLEDGEMENT We would like to thank our Principal, Dr. Alka Mahajan, our Head-of-Department, Dr. Rajesh Kadu as well as all the faculty members of the Computer Department and our parents for their precious inputs and valuable support. We would also like to thank all the relevant authors for their significant contribution in this field which provided an impetus to our paper. REFERENCES [1] Bentley, Lonnie D., Kevin C. Dittman, and Jeffrey L. Whitten. Systems analysis and design methods. (1986, 1997, 2004). [2] C. West Churchman,The Design of Inquiring Systems: Basic Concepts of Systems and Organization. Basic Books, New York, 1971, ISBN [3] Sonali Das, Automation of Super Market, IJACTE, ISSN (Print) : , Volume-2, Issue-1, 2013, [4] Ertas, A. & Jones, J. (1996). The Engineering Design Process. 2nd ed. New York, N.Y., John Wiley & Sons, Inc. [5] Unified Modeling Language User Guide, The (2 ed.). Addison-Wesley p ISBN [6] UML Revision Task Force. OMG Unified Modeling Language Specification, Version 1.4 (final draft). February [7] J. Rumbaugh, I. Jacobson, and G. Booch. The Unified Modeling Language Reference Manual. Addison- Wesley,1999 5

Chandni Soneji Kinjal Tada

Chandni Soneji Kinjal Tada 2012 Chandni Soneji Kinjal Tada ACKNOWLEDGEMENT This is HOTEL MANAGEMENT SYSTEM project based on new techniques and based on new idea. This is totally different and beneficial for other to easily use and

More information

Alkan University College Student Information Management System

Alkan University College Student Information Management System American Journal of Operations Management and Information Systems 2016; 1(1): 1-6 http://www.sciencepublishinggroup.com/j/ajomis doi: 10.11648/j.ajomis.20160101.11 Alkan University College Student Information

More information

CHAPTER 1. Topic: UML Overview. CHAPTER 1: Topic 1. Topic: UML Overview

CHAPTER 1. Topic: UML Overview. CHAPTER 1: Topic 1. Topic: UML Overview CHAPTER 1 Topic: UML Overview After studying this Chapter, students should be able to: Describe the goals of UML. Analyze the History of UML. Evaluate the use of UML in an area of interest. CHAPTER 1:

More information

205CDE Developing the Modern Web. Assignment 2 Server Side Scripting. Scenario D: Bookshop

205CDE Developing the Modern Web. Assignment 2 Server Side Scripting. Scenario D: Bookshop 205CDE Developing the Modern Web Assignment 2 Server Side Scripting Scenario D: Bookshop Introduction This assignment was written using PHP programming language for interactions with the website and the

More information

Design and Implementation of Bibliography Registration System

Design and Implementation of Bibliography Registration System Design and Implementation of Bibliography Registration System Jaroslav Porubän, Peter Václavík, Ján Kollár Department of Computers and Informatics, Technical University of Košice, Slovakia Jaroslav.Poruban@tuke.sk,

More information

Remote Printing System

Remote Printing System Remote Printing System Ritesh Varyani Computer Engineering VESIT, Mumbai Deepika Kadam Computer Engineering VESIT, Mumbai Supriya Kharade Computer Engineering VESIT, Mumbai Abstract This paper concerns

More information

Systems Analysis & Design

Systems Analysis & Design Systems Analysis & Design Dr. Ahmed Lawgali Ahmed.lawgali@uob.edu.ly Slide 1 Systems Analysis & Design Course Textbook: Systems Analysis and Design With UML 2.0 An Object-Oriented Approach, Second Edition

More information

Know Your Personality

Know Your Personality Project Report On Know Your Personality Submitted By: Guided By 1. Jatin Kinra Mrs. Kapila pareek 2. Neha Agrawal Assistant Professor, 3. Shipra Bhatt IIIM, Jaipur. Team Number:-8 1 ACKNOWLEDGEMENT The

More information

The Development of Critical Undergraduate Program Selection System (CUPSS) for Admission to Malaysian Public Universities

The Development of Critical Undergraduate Program Selection System (CUPSS) for Admission to Malaysian Public Universities The Development of Critical Undergraduate Program Selection System (CUPSS) for Admission to Malaysian Public Universities Mustaffa Kamal Mohd Nor 1*, Omar Zakaria 1, Chang Sok Kin 1 1 Faculty of Computer

More information

SMART PROCTOR SYSTEM

SMART PROCTOR SYSTEM SMART PROCTOR SYSTEM Mr.S.S.Terdale 1, Mr.S.S.Kulkarni 2, Mr.S.M.Shinge 3, Mr.V.V.Sutar 4, Mr.P.B.Kumbhar 5, Mr.R.M.Patil 6 1,2,3,4,5,6 CSE Department, Sharad Institute of Technology College of Engineering

More information

Mapping of Organization using Google Map

Mapping of Organization using Google Map ISSN: 2454-132X Impact factor: 4.295 (Volume 4, Issue 2) Available online at: www.ijariit.com Mapping of Organization using Google Map Aradhya N Sasi Dr. A. V. Senthil Kumar aradhyansasi@gmail.com avsenthilkumar@yahoo.com

More information

MeetMe Planner Design description. Version 2.2

MeetMe Planner Design description. Version 2.2 Design description Version 2.2 Revision History Date Version Description Author 2015-07-11 1.0 First version Danijel Sokač Francesco Giarola 2015-14-11 1.1 Mockups update and new use case handling Danijel

More information

Producing Graphical User Interface from Activity Diagrams Ebitisam K. Elberkawi, Mohamed M. Elammari

Producing Graphical User Interface from Activity Diagrams Ebitisam K. Elberkawi, Mohamed M. Elammari Producing Graphical User Interface from Activity Diagrams Ebitisam K. Elberkawi, Mohamed M. Elammari Abstract Graphical User Interface (GUI) is essential to programming, as is any other characteristic

More information

Table of Contents. Revision History. 1. Introduction Purpose Document Conventions Intended Audience and Reading Suggestions4

Table of Contents. Revision History. 1. Introduction Purpose Document Conventions Intended Audience and Reading Suggestions4 Software Requirements Specification for Python Checker Version 1.0 approved Prepared by Matthew Arnold, Seong, Ian Computer Science Team 4 February 4th 2015 Table of Contents Table of Contents Revision

More information

Intro to OpenTable Connect. OpenTable Connect is for restaurant use to edit availability and view reservations booked by the OpenTable system.

Intro to OpenTable Connect. OpenTable Connect is for restaurant use to edit availability and view reservations booked by the OpenTable system. Intro to OpenTable Connect OpenTable Connect is for restaurant use to edit availability and view reservations booked by the OpenTable system. Log In To log into OpenTable Connect you need to visit connect.opentable.com

More information

Design and Implementation of a Bug Tracking System for Student Groups

Design and Implementation of a Bug Tracking System for Student Groups Design and Implementation of a Bug Tracking System for Student Groups David Lannoye Department of Computer Science University of North Dakota Grand Forks, North Dakota 58202 dlannoye@cs.und.edu Abstract

More information

Restaurant Management System Over Private Network

Restaurant Management System Over Private Network Restaurant Management System Over Private Network Amanat Dhillon, Shreya Tuli Abstract: Restaurant Management System over Private Network is an automated business environment which allows restaurants to

More information

Lecture Objectives. Documentation What is it? User Documentation Purpose. User Documentation Report Format (an example) User Documentation Purpose

Lecture Objectives. Documentation What is it? User Documentation Purpose. User Documentation Report Format (an example) User Documentation Purpose Lecture Objectives IMS 2501 2 nd Year Studio Seminar 7 and Testing Semester 1, 2005 > What is it? > User, Report Format > Programming, Report Format > General Principles for Good Testing > What is testing?

More information

Database Design And Development An Essential Guide For It Professionals

Database Design And Development An Essential Guide For It Professionals Database Design And Development An Essential Guide For It Professionals We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it

More information

X-S Framework Leveraging XML on Servlet Technology

X-S Framework Leveraging XML on Servlet Technology X-S Framework Leveraging XML on Servlet Technology Rajesh Kumar R Abstract This paper talks about a XML based web application framework that is based on Java Servlet Technology. This framework leverages

More information

webnetwork 5e Installation and Configuration Guide

webnetwork 5e Installation and Configuration Guide webnetwork 5e Installation and Configuration Guide Note: This manual is the property of Stoneware, Inc. It is not to be reproduced, copied, or printed without prior consent from Stoneware, Inc. webnetwork

More information

Online Hostel Management System

Online Hostel Management System Online Hostel Management System Jayant Yadav #1, Vipin Maurya *2, Mudit Ojha #3 #1 Student, Computer Science and Engineering, Poornima Group of Institutions, India 2 Student, Computer Science and Engineering,

More information

MIDDLE EAST TECHNICAL UNIVERSITY COMPUTER ENGINEERING DEPARTMENT

MIDDLE EAST TECHNICAL UNIVERSITY COMPUTER ENGINEERING DEPARTMENT MIDDLE EAST TECHNICAL UNIVERSITY COMPUTER ENGINEERING DEPARTMENT ONLINE BARTER MARKET SOFTWARE REQUIREMENTS SPECIFICATIONS (V 1.0) LONESOME CODEBOYS Ali Can BATUR 1745793 Donny Irawan BULHADIE 1702240

More information

Brasenose College SCR Meal Booking User Guide

Brasenose College SCR Meal Booking User Guide Brasenose College SCR Meal Booking User Guide Welcome to the new Brasenose College SCR Meal Booking System Guide. In September 2015 the college deployed a new booking system. This guide is designed to

More information

Software Development. Modular Design and Algorithm Analysis

Software Development. Modular Design and Algorithm Analysis Software Development Modular Design and Algorithm Analysis Functional Decomposition Functional Decomposition in computer science, also known as factoring, refers to the process by which a complex problem

More information

PORTAL RESOURCES INFORMATION SYSTEM: THE DESIGN AND DEVELOPMENT OF AN ONLINE DATABASE FOR TRACKING WEB RESOURCES.

PORTAL RESOURCES INFORMATION SYSTEM: THE DESIGN AND DEVELOPMENT OF AN ONLINE DATABASE FOR TRACKING WEB RESOURCES. PORTAL RESOURCES INFORMATION SYSTEM: THE DESIGN AND DEVELOPMENT OF AN ONLINE DATABASE FOR TRACKING WEB RESOURCES by Richard Spinks A Master s paper submitted to the faculty of the School of Information

More information

Functional Modeling with Data Flow Diagrams

Functional Modeling with Data Flow Diagrams Functional Modeling with Data Flow Diagrams Amasi Elbakush 5771668 Teaching Assistant : Daniel Alami Utrecht University 1 Introduction Data Flow Diagrams (DFDs) are a visual representation of the flow

More information

Carleton University FAKE BOOK LIBRARY. COMP HONOURS PROJECT Dr. Louis D. Nel School of Computer Science. Vinh Nguyen

Carleton University FAKE BOOK LIBRARY. COMP HONOURS PROJECT Dr. Louis D. Nel School of Computer Science. Vinh Nguyen Carleton University FAKE BOOK LIBRARY COMP 4905 - HONOURS PROJECT Dr. Louis D. Nel School of Computer Science Vinh Nguyen - 100838814 12/12/2013 1 Abstract The basis of this project was to present how

More information

Software Development Methodologies

Software Development Methodologies Software Development Methodologies Lecturer: Raman Ramsin Lecture 3 Seminal Object-Oriented Methodologies: A Feature-Focused Review 1 Responsibility-Driven Design (RDD) Introduced in 1990; a UML-based

More information

Digitized Engineering Notebook

Digitized Engineering Notebook Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Spring 2017 Digitized Engineering Notebook Syed Jalaluddin Governors State University

More information

UMass Lowell Online Travel Registry Student Domestic Travel Directions for Registering Your Travel

UMass Lowell Online Travel Registry Student Domestic Travel Directions for Registering Your Travel UMass Lowell Online Travel Registry Student Domestic Travel Directions for Registering Your Travel Questions? Please contact Rebecca Spanos, Payment Card & Travel Specialist, at rebecca_spanos@uml.edu

More information

User Stories Report. Project. Statistics: Name Start End Weather Forecaster 5/2/ /7/2005

User Stories Report. Project. Statistics: Name Start End Weather Forecaster 5/2/ /7/2005 User Stories Report Project Name Start End Weather Forecaster 5/2/2005 10/7/2005 Statistics: User Stories Count: 4 Tasks Count: 8 Bugs Count: 6 Total Spent Time: 70 1. Heat Measurement Device 1.1. Scope

More information

Software Design Description Report

Software Design Description Report 2015 Software Design Description Report CodeBenders Haldun Yıldız 1819663 Onur Aydınay 1819002 Deniz Can Yüksel 1819697 Ali Şihab Akcan 1818871 TABLE OF CONTENTS 1 Overview... 3 1.1 Scope... 3 1.2 Purpose...

More information

Table of Contents. I) Project Planning. User Analysis. III) Tasks Analysis. IV) Storyboard. V) Function Design. VI) Scenario Design.

Table of Contents. I) Project Planning. User Analysis. III) Tasks Analysis. IV) Storyboard. V) Function Design. VI) Scenario Design. FINAL REPORT Table of Contents I) Project Planning II) User Analysis III) Tasks Analysis IV) Storyboard V) Function Design VI) Scenario Design VII) Database VIII) Usability Questionnaire IX) System Version

More information

Wireless Ordering System

Wireless Ordering System Wireless Ordering System by Khoa Do Rob Stoner A SENIOR THESIS PROPOSAL Presented to the Faculty of The Computer and Electronics Engineering Department In Partial Fulfillment of Requirements For CEEN 4980

More information

INTRODUCING A MULTIVIEW SOFTWARE ARCHITECTURE PROCESS BY EXAMPLE Ahmad K heir 1, Hala Naja 1 and Mourad Oussalah 2

INTRODUCING A MULTIVIEW SOFTWARE ARCHITECTURE PROCESS BY EXAMPLE Ahmad K heir 1, Hala Naja 1 and Mourad Oussalah 2 INTRODUCING A MULTIVIEW SOFTWARE ARCHITECTURE PROCESS BY EXAMPLE Ahmad K heir 1, Hala Naja 1 and Mourad Oussalah 2 1 Faculty of Sciences, Lebanese University 2 LINA Laboratory, University of Nantes ABSTRACT:

More information

Task 1: Draw an ERD for AutoParts Warehouse indicating the types of relationships between the entities

Task 1: Draw an ERD for AutoParts Warehouse indicating the types of relationships between the entities Task 1: Draw an ERD for AutoParts Warehouse indicating the types of relationships between the entities PartsMovementTransferTable( TrackingNumber, InvoiceNumber, Date, PartNumber, OriginPlace, Destination)

More information

MAJOR PROJECT ON ONLINE SHOPPING SYSTEM

MAJOR PROJECT ON ONLINE SHOPPING SYSTEM This project is a web based shopping system for an existing shop. The project objective is to deliver the online shopping application into PHP platform. MAJOR PROJECT ON Avick Naha 1 DINABANDHU ANDREWS

More information

Introduction. Chapter 1. What Is Visual Modeling? The Triangle for Success. The Role of Notation. History of the UML. The Role of Process

Introduction. Chapter 1. What Is Visual Modeling? The Triangle for Success. The Role of Notation. History of the UML. The Role of Process Quatrani_Ch.01.fm Page 1 Friday, October 27, 2000 9:02 AM Chapter 1 Introduction What Is Visual Modeling? The Triangle for Success The Role of Notation History of the UML The Role of Process What Is Iterative

More information

Project Overview and Scope

Project Overview and Scope Project Overview and Scope MISSION What problem does this project address? Historically, students tend to skip class. This system aids instructors in tracking the attendance of their students. It will

More information

Keywords Government services, Billing Services, Certification services, Identity Card

Keywords Government services, Billing Services, Certification services, Identity Card Volume 4, Issue 5, May 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com e-suvidha Kartik

More information

SYSTEM DESIGN. 1 Introduction: 1.1 Overview: 1.2 Scope:

SYSTEM DESIGN. 1 Introduction: 1.1 Overview: 1.2 Scope: SYSTEM DESIGN 1 Introduction: The purpose of System Design is to create a technical solution that satisfies the functional requirements for the system. During analysis, the focus is on what needs to be

More information

Information Systems Development Methodologies

Information Systems Development Methodologies Information Systems Development Methodologies 20 23..............1 23..... 1.1 23...... 2.1 23..... 3.1 24......... 4.1 24... 5.1 25....2 25... Classical Approach 1.2 26... Structured Approach 2.2 27..

More information

MIDDLE EAST TECHNICAL UNIVERSITY ENGINEERING FACULTY DEPARTMENT OF COMPUTER ENGINEERING. Vitriol. Software Design Document GROUP MALLORN

MIDDLE EAST TECHNICAL UNIVERSITY ENGINEERING FACULTY DEPARTMENT OF COMPUTER ENGINEERING. Vitriol. Software Design Document GROUP MALLORN MIDDLE EAST TECHNICAL UNIVERSITY ENGINEERING FACULTY DEPARTMENT OF COMPUTER ENGINEERING Software Design Document GROUP MALLORN Merve Bozo Yaşar Berk Arı Sertaç Kağan Aydın Mustafa Orkun Acar Team Leader:

More information

Digitized Engineering Notebook

Digitized Engineering Notebook Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Spring 2017 Digitized Engineering Notebook Sarath Garimella Governors State University

More information

Texas Unified Nutrition Programs System (TX-UNPS) Project

Texas Unified Nutrition Programs System (TX-UNPS) Project Texas Unified Nutrition Programs System (TX-UNPS) Project SNP Site Claims Point of Sale (POS) File Specifications Final V1.1 November 17, 2011 State of Texas Department of Agriculture Food and Nutrition

More information

Matthew Harris Senior Project Project Plan getnote The Mobile Application

Matthew Harris Senior Project Project Plan getnote The Mobile Application Matthew Harris Senior Project Project Plan getnote The Mobile Application 1 Table of Contents: Summary: 3 Tasks Development: 3 Tasks Paperwork: 5 Charts: 7 Dependencies & Resources: 9 Risk Management &

More information

Page i. Project Plan of DSS Database Suite. Project Plan. for. DSS Database Suite. Version 1.0 Draft. Prepared by Iain Smith and Austyn Krutsinger

Page i. Project Plan of DSS Database Suite. Project Plan. for. DSS Database Suite. Version 1.0 Draft. Prepared by Iain Smith and Austyn Krutsinger Page i Project Plan for DSS Database Suite Version 1.0 Draft Prepared by Iain Smith and Austyn Krutsinger November 10, 2008 Page ii Table of Contents 1. Introduction... 1 2. Statement of Work... 1 3. Roles...

More information

The design and implementation of the University ordering system based on WeChat platform

The design and implementation of the University ordering system based on WeChat platform 2016 Sixth International Conference on Instrumentation & Measurement, Computer, Communication and Control The design and implementation of the University ordering system based on WeChat platform Zhou Wei

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) E-Lock Box Team 05 Weiyi Zhong Prototyper, Tester Woom Kim System Architect, Developer Cecilia Jou II V&V, Tester Azuka Okuleye Feasibility Analyst,

More information

DRX Your School Lunch Payment Program

DRX Your School Lunch Payment Program DRX Your School Lunch Payment Program DRX is the online software that Guess Who's Coming to Dinner Caterers uses as our lunch payment program. DRX creates accounts for students and allows parents to add

More information

Senior Project: Calendar

Senior Project: Calendar Senior Project: Calendar By Jason Chin June 2, 2017 Contents 1 Introduction 1 2 Vision and Scope 2 2.1 Business Requirements...................... 2 2.1.1 Background........................ 2 2.1.2 Business

More information

Implementation of Databox

Implementation of Databox Implementation of Databox Prof. Shabana Sultana 1,Ms. Naureen Khader Sait 2,Ms. Shumela 3,Mr. Saraansh Dayal 4,Mr. Siddhartha Jha 5 Department of Computer Science and Engineering The National Institute

More information

All Applications Release Bulletin February 2013

All Applications Release Bulletin February 2013 In this bulletin... All Applications Release Bulletin February 2013 All Applications Enhancements 2 System Administration and My BackPack (General) Enhancements 3 My BackPack Redesign 4 Mobile: New 'School

More information

I. INTRODUCTION ABSTRACT

I. INTRODUCTION ABSTRACT 2018 IJSRST Volume 4 Issue 8 Print ISSN: 2395-6011 Online ISSN: 2395-602X Themed Section: Science and Technology Voice Based System in Desktop and Mobile Devices for Blind People Payal Dudhbale*, Prof.

More information

Outline of UML and Unified Process. Object Oriented Analysis/Design/Programming UML1.5. Koichiro Ochimizu, JAIST. UML&UP outline 1.

Outline of UML and Unified Process. Object Oriented Analysis/Design/Programming UML1.5. Koichiro Ochimizu, JAIST. UML&UP outline 1. Outline of UML and Unified Process Koichiro OCHIMIZU School of Information Science JAIST Schedule Feb. 27th 13:00 Scope and Goal 14:30 Basic Concepts on Representing the World (object, class, association,

More information

The NEW ParentPay for parents

The NEW ParentPay for parents The NEW ParentPay for parents Following extensive customer research and independent usability studies we have developed a fresh, simple user-friendly site for the new ParentPay application. Your home page

More information

THE MODELING OF E-SUPERVISED (E-SUV) FOR DISTANCE LEARNING CENTRE

THE MODELING OF E-SUPERVISED (E-SUV) FOR DISTANCE LEARNING CENTRE THE MODELING OF E-SUPERVISED (E-SUV) FOR DISTANCE LEARNING CENTRE Salehuddin Shuib H.S.Hanizan Faculty of Information Technology Universiti Tun Abdul Razak Alor Setar, Kedah 05000 e-mail: {salehuddin@

More information

A practical introduction to database design

A practical introduction to database design A practical introduction to database design Dr. Chris Tomlinson Bioinformatics Data Science Group, Room 126, Sir Alexander Fleming Building chris.tomlinson@imperial.ac.uk Computer Skills Classes 17/01/19

More information

MEDILAB ADMINISTRATION: AN IMPLEMENTATION OF SECURE SYSTEM

MEDILAB ADMINISTRATION: AN IMPLEMENTATION OF SECURE SYSTEM MEDILAB ADMINISTRATION: AN IMPLEMENTATION OF SECURE SYSTEM Shamsher Singh Research Scholar (Department of Computer Science & Engineering), Lovely Professional University, Punjab, (India) ABSTRACT The concept

More information

Digitized Engineering Notebook

Digitized Engineering Notebook Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Spring 2017 Digitized Engineering Notebook Sandeep Kumar Gudivada Governors State University

More information

ENTITIES IN THE OBJECT-ORIENTED DESIGN PROCESS MODEL

ENTITIES IN THE OBJECT-ORIENTED DESIGN PROCESS MODEL INTERNATIONAL DESIGN CONFERENCE - DESIGN 2000 Dubrovnik, May 23-26, 2000. ENTITIES IN THE OBJECT-ORIENTED DESIGN PROCESS MODEL N. Pavković, D. Marjanović Keywords: object oriented methodology, design process

More information

Object-Oriented Software Development Goal and Scope

Object-Oriented Software Development Goal and Scope Object-Oriented Software Development Goal and Scope Koichiro Ochimizu Japan Advanced Institute of Science and Technologies School of Information Science Scope and Goal Goal enable you to understand basic

More information

Design and Implementation of File Sharing Server

Design and Implementation of File Sharing Server Design and Implementation of File Sharing Server Firas Abdullah Thweny Al-Saedi #1, Zaianb Dheya a Al-Taweel *2 # 1,2 Computer Engineering Department, Al-Nahrain University, Baghdad, Iraq Abstract this

More information

WDD Fall 2016Group 4 Project Report

WDD Fall 2016Group 4 Project Report WDD 5633-2 Fall 2016Group 4 Project Report A Web Database Application on Loan Service System Devi Sai Geetha Alapati #7 Mohan Krishna Bhimanadam #24 Rohit Yadav Nethi #8 Bhavana Ganne #11 Prathyusha Mandala

More information

DOWNLOAD OR READ : THE UNIFIED MODELING LANGUAGE UML98 BEYOND THE NOTATION BEYOND THE NOTATION FIRST INTERNATIONAL PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : THE UNIFIED MODELING LANGUAGE UML98 BEYOND THE NOTATION BEYOND THE NOTATION FIRST INTERNATIONAL PDF EBOOK EPUB MOBI DOWNLOAD OR READ : THE UNIFIED MODELING LANGUAGE UML98 BEYOND THE NOTATION BEYOND THE NOTATION FIRST INTERNATIONAL PDF EBOOK EPUB MOBI Page 1 Page 2 international the unified modeling language pdf international

More information

Assessment Performance Analyzer

Assessment Performance Analyzer Volume 02 - Issue 02 February 2017 PP. 61-72 Assessment Performance Analyzer Swathi Shastry 1, Farzana Nadaf 2, Sourabh Kulkarni 3 1 (CSE, KLS, VDRIT, Haliyal, India) 2 (CSE, KLS, VDRIT, Haliyal, India)

More information

Oracle Financial Services Governance, Risk, and Compliance Workflow Manager User Guide. Release February 2016 E

Oracle Financial Services Governance, Risk, and Compliance Workflow Manager User Guide. Release February 2016 E Oracle Financial Services Governance, Risk, and Compliance Workflow Manager User Guide Release 8.0.2.0.0 February 2016 E65393-01 Oracle Financial Services Governance, Risk, and Compliance Workflow Manager

More information

The New ParentPay for Parents

The New ParentPay for Parents The New ParentPay for Parents Guide to new interface and features 1 Contents The NEW ParentPay for parents... 4 Account Activation & Single Account / login... 6 Existing parent user creating a single account

More information

AGRICULTURE BASED ANDROID APPLICATION

AGRICULTURE BASED ANDROID APPLICATION AGRICULTURE BASED ANDROID APPLICATION Prof.Aradhana D 1, Shiva Prasad K S 2, Shrivaishnavi J K 3, P. Sowmya 4, Tina Agarwal 5 1 Department of Computer Science & Engineering Ballari Institute of Technology

More information

Project Synopsis Project Title Social Networking Site Project Develpers 1. 2. 3. Introduction Social networking sites allow users to communicate with people, share ideas, activities, events, and interests

More information

Fyndiq Prestashop Module

Fyndiq Prestashop Module Fyndiq Prestashop Module User guide. Version 2.0 Introduction 2 Fyndiq Merchant Support 2 Prerequisites 2 Seller account 3 Create the account 4 Your company 4 Contact information 4 Your webshop on Fyndiq

More information

Client Side Scripting. The Bookshop

Client Side Scripting. The Bookshop Client Side Scripting The Bookshop Introduction This assignment is a part of three assignments related to the bookshop website. Currently design part (using HTML and CSS) and server side script (using

More information

Keywords: Restaurant Automation, Wireless food ordering system, Tablet PC, Windows application, Wi-Fi. I. INTRODUCTION

Keywords: Restaurant Automation, Wireless food ordering system, Tablet PC, Windows application, Wi-Fi. I. INTRODUCTION Tablet PC in Restaurant Nibras Othman Abdulwahid Graduate School of Natural and Applied Sciences Dept. of Mathematics and Computer Science, Ministry of Higher Education and Scientific Research, Iraq Abstract:

More information

Telephone Billing System

Telephone Billing System A Project Report On Telephone Billing System Submitted To: Parul Institute of Engineering and Technology MCA Programme Submitted By: Chauhan Arpit (115250693055) Patel Nishit (115250693006) Guided By:

More information

E-Appointment Scheduling Using Constraints Logic Programming

E-Appointment Scheduling Using Constraints Logic Programming E-Appointment Scheduling Using Constraints Logic Programming N. Ahmad 1, R. Abdul Hamid 2, S.N. Abdul Samad 3, M.N. Mohamad Kahar 4, A. Mat Safri 5 1-5 Faculty of Computer Systems & Software Engineering,

More information

Database Design Lab: MS Access Forms

Database Design Lab: MS Access Forms Database Design Lab: MS Access Forms 1. Download lab5.accdb and rename it to lab6.accdb. 2. View the Relationship (Database Tools tab) to get an overview of the data model. 3. Create a data entry form

More information

Intelligent Tourism Management System

Intelligent Tourism Management System American Scientific Research Journal for Engineering, Technology, and Sciences (ASRJETS) ISSN (Print) 2313-4410, ISSN (Online) 2313-4402 Global Society of Scientific Research and Researchers http://asrjetsjournal.org/

More information

System Structure Modeling

System Structure Modeling System Structure Modeling 108 111....... 111..... 1.1 111...... 2.1 112... 3.1 112..... 4.1 112... 5.1 113... System Structure Models 113... Classes 1.2 114... Attributes 2.2 114... Methods 3.2 114...

More information

National College of Ireland BSc in Computing 2017/2018. Deividas Sevcenko X Multi-calendar.

National College of Ireland BSc in Computing 2017/2018. Deividas Sevcenko X Multi-calendar. National College of Ireland BSc in Computing 2017/2018 Deividas Sevcenko X13114654 X13114654@student.ncirl.ie Multi-calendar Technical Report Table of Contents Executive Summary...4 1 Introduction...5

More information

LOGICAL DATA MODELING

LOGICAL DATA MODELING LOGICAL DATA MODELING INTEGRATED SERIES IN INFORMATION SYSTEMS Professor Ramesh Sharda Oklahoma State University Series Editors Prof. Dr. Stefan VoB Universitat Hamburg Expository and Research Monographs

More information

If you have any additional questions, please feel free to give us a call or us. Your Full Name: Position: Your address: Phone #: Fax #:

If you have any additional questions, please feel free to give us a call or  us. Your Full Name: Position: Your  address: Phone #: Fax #: 1 Client Intake Form ICANETWORK MOBILE APP FORM Hello and congratulations! We are excited that you have made the decision to improve your mobile presence. We really look forward to working with you and

More information

Updating Your Local Program Webpage

Updating Your Local Program Webpage I. Go to www.soor.org Updating Your Local Program Webpage II. III. IV. On the top right hand side of the home page of www.soor.org click on LPC LOGIN. Type in your Username and Password, then click the

More information

Group Name: Team Epsilon Max Hinson Jhon Faghih Nassiri

Group Name: Team Epsilon Max Hinson Jhon Faghih Nassiri Software Requirements Specification for UCSB 360 Version 1.2 Prepared by Group Name: Team Epsilon Max Hinson 4426771 maxwellhinson@gmail.com Jhon Faghih Nassiri 4111274 jfaghihnassiri@gmail.com Luke Buckland

More information

Interactive Voice Response System for College automation

Interactive Voice Response System for College automation Interactive Voice Response System for College automation Ms. Ayesha Mahamadshafi Attar 1, Ms. ShrutiSudhir Aitavade 2, Ms. PoonamArjunKalkhambkar 3, Ms. SofiyaRiyaj Nadaf 4 1Department of Computer Science

More information

Mathematics and Computing: Level 2 M253 Team working in distributed environments

Mathematics and Computing: Level 2 M253 Team working in distributed environments Mathematics and Computing: Level 2 M253 Team working in distributed environments SR M253 Resource Sheet Specifying requirements 1 Overview Having spent some time identifying the context and scope of our

More information

Performance Software

Performance Software Preliminary Design Automated Grading System for Microsoft Excel Spreadsheets Clients: Dr. Scott Hunter Professor - Department of Computer Science Siena College Ms. Jami Cotler Professor - Department of

More information

MACtivity Design Specification

MACtivity Design Specification MACtivity Design Specification Department of Computer Science and Engineering The University of Texas at Arlington Team 6 CSE 5324 Team Members: Sanjay Vasudeva Iyer Shwetha Narayan Hardik Shah Khandaker

More information

Design of a Generic Administrator Module and User Component in Yii-based Web Applications using the Concept of Observatory

Design of a Generic Administrator Module and User Component in Yii-based Web Applications using the Concept of Observatory Design of a Generic Administrator Module and User Component in Yii-based Web Applications using the Concept of Observatory 1,2 Percy Okae, 3 Amos David 1 Computer Science Department, African University

More information

Chapter 3. Introduction to relational databases and MySQL. 2010, Mike Murach & Associates, Inc. Murach's PHP and MySQL, C3

Chapter 3. Introduction to relational databases and MySQL. 2010, Mike Murach & Associates, Inc. Murach's PHP and MySQL, C3 1 Chapter 3 Introduction to relational databases and MySQL Slide 2 Objectives Applied 1. Use phpmyadmin to review the data and structure of the tables in a database, to import and run SQL scripts that

More information

Management Software for Stratospheric Airship. Afshin shaabany 1, Fatemeh Jamshidi 2.

Management Software for Stratospheric Airship. Afshin shaabany 1, Fatemeh Jamshidi 2. Journal of American Science, 20;7(9) Management Software for Stratospheric Airship Afshin shaabany, Fatemeh Jamshidi 2, 2 Science and Research Branch, Islamic Azad University, Fars, Iran afshinshy@yahoo.com

More information

CS 2316 Homework 9a Login Due: Friday, November 2nd, before 11:55 PM Out of 100 points. Premise

CS 2316 Homework 9a Login Due: Friday, November 2nd, before 11:55 PM Out of 100 points. Premise CS 2316 Homework 9a Login Due: Friday, November 2nd, before 11:55 PM Out of 100 points Files to submit: 1. HW9.py This is an INDIVIDUAL assignment! Collaboration at a reasonable level will not result in

More information

Media Services Online Mohammed Abukhiran. Report 13 on the work of Week 13

Media Services Online Mohammed Abukhiran. Report 13 on the work of Week 13 Media Services Online Mohammed Abukhiran Report 13 on the work of Week 13 Berea College Nov 30, 2010 Application Development Project Concept Proposal Media Services at Berea College uses Voyger (Database

More information

Automation of Semantic Web based Digital Library using Unified Modeling Language Minal Bhise 1 1

Automation of Semantic Web based Digital Library using Unified Modeling Language Minal Bhise 1 1 Automation of Semantic Web based Digital Library using Unified Modeling Language Minal Bhise 1 1 Dhirubhai Ambani Institute for Information and Communication Technology, Gandhinagar, Gujarat, India Email:

More information

An Online Interactive Database Platform For Career Searching

An Online Interactive Database Platform For Career Searching 22 Int'l Conf. Information and Knowledge Engineering IKE'18 An Online Interactive Database Platform For Career Searching Brandon St. Amour Zizhong John Wang Department of Mathematics and Computer Science

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Joomla

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Joomla About the Tutorial Joomla is an open source Content Management System (CMS), which is used to build websites and online applications. It is free and extendable which is separated into frontend templates

More information

Architecture-Centric Evolution in Software Product Lines:

Architecture-Centric Evolution in Software Product Lines: Architecture-Centric Evolution in Software Product Lines: Position Paper Hassan Gomaa Department of Information and Software Engineering George Mason University Fairfax, Virginia 22030, USA hgomaa@gmu.edu

More information

IMPLEMENTATION OF GPS ENABLED CAR POOLING SYSTEM

IMPLEMENTATION OF GPS ENABLED CAR POOLING SYSTEM IMPLEMENTATION OF GPS ENABLED CAR POOLING SYSTEM Smita Rukhande, Prachi G, Archana S, Dipa D Deptt. of Information Tech., Mumbai University, Navi Mumbai City, Maharashtra, India ABSTRACT Carpooling commonly

More information

Fundamentals Of Database Systems Elmasri Navathe 6th Edition Free Download

Fundamentals Of Database Systems Elmasri Navathe 6th Edition Free Download Fundamentals Of Database Systems Elmasri Navathe 6th Edition Free Download FUNDAMENTALS OF DATABASE SYSTEMS ELMASRI NAVATHE 6TH EDITION FREE DOWNLOAD PDF - Are you looking for fundamentals of database

More information

Requirements Specification

Requirements Specification Redesign of the Software Engineering Site (R.O.S.E.S.) Requested by: Dr. Timoth Lederman Professor Department of Computer Science Siena College Delivered By: Prepared By: Kurt Greiner Daniel Rotondo Ryan

More information