INFORMATION SYSTEM OF RESTAURANT OSIS – TERM PROJECT.

Slides:



Advertisements
Similar presentations
Context Diagram Yong Choi BPA CSUB.
Advertisements

State Patrol Ticket System
Welcome to Web Instruction Guide! Next In this section you will enter the information we supplied to you. It will prompt you to change your password.
Data Flow Diagramming Rules Processes –a process must have at least one input –a process must have at least one output –a process name (except for the.
Beyond “The System Shall...” A Journey from Good to Great Requirements.
Time & Labor & Absence Management Requesting Time Off Employee Self-Service (ESS) Absence Entry.
© 2010 Bennett, McRobb and Farmer1 Use Case Description Supplementary material to support Bennett, McRobb and Farmer: Object Oriented Systems Analysis.
Designing A Payroll System Daniel POP, Ph.D. 2 General Description The system consists of a database of the company’s employees, and their associated.
Business Analysis & Data Design ITEC-630 Spring 2008
Information System Engineering
Use Case Modeling. Kendall & Kendall© 2005 Pearson Prentice Hall18-2 Commonly Used UML Diagrams The most commonly used UML diagrams are: – Use case diagram,
Seminar #1 – Refreshing databases concepts and SQL CM036: Advanced Databases1 Seminar 1: Revisiting Databases and SQL Purpose To refresh basic concepts.
SABAL SHRESTHA SHERIF HALAWA SHAMA KHADPEKAR JIANWEI LAI SI TRAN GROUP A Tri-Airport Shuttle System.
Relational Database Need to Knows. What is a database? Data - is just a pile of numbers or stats. A business "organises" the data to be meaningful and.
Question 1: (20 Points – 4 Points Each)
1 © 2005 course technology University Of Palestine Chapter 6 Storyboarding the User’s Experience.
Exercise Develop a context Diagram for a small bank for “Loan Granting” process Identify EXTERNAL entities Develop a Context diagram.
Conference management system Jordanian Renewable Energy Society (JRES) Team members.
1 Objectives  Describe design constraints.  Identify methods of specifying functional requirements.  Describe techniques for writing and structuring.
NCAA Transcript Requests For Schools using eDocs
Prepare for Final 1-3. Perfect Pizza wants to install a system to record orders for pizza and calzones. When regular customers call Perfect Pizza on the.
CCRS Comprehensive Conference Registration System Detailed Design March 6 th,
OHT 11.1 © Marketing Insights Limited 2004 Chapter 9 Analysis and Design EC Security.
Week 1 Lab2 Use Case Descriptions Dina A. Said
1 Hosting an FDA Inspection: A Field Investigator ’ s Perspective Presented by Mihaly S. Ligmond Consumer Safety Officer US Food and Drug Administration,
1. To start the process, Warehouse Stationery (WSL) will invite you to use The Warehouse Group Supplier Electronic Portal and will send you the link to.
1 EXT400 – Corporate Vendor Admin Activities. 2 1.Corporate Vendor Admin Process Overview 2.Complete Vendor Registration 3.Register Plants/Shipping Locations.
Near East University Department of Computer Engineering E-COMMERCE FOR LAPTOPS SELLING COMPANY Abdul Halim Abu Kuwaik
By: Devi Sumadi The Administration information system design and construction of UD. Usaha Jaya Engineering Equipment Company.
Payroll System Bank System Any bank(s) to which direct deposit transactions are sent. Employee A person that works for the company that owns and operates.
Use Case Modeling Example By: Dr. Issam Al-Azzoni.
IS restaurant Ivan Mudronček Bernard Badó Petr Vévoda.
Mama's Love Bakery Employee and Supplier Record Tracker Co, Roxanne De Leon, Gelvin Dela Cruz, Shannen Rose Haw, Michael.
CFM S4 Cloud iQ Guide THE FUTURE OF CASH AUTOMATION.
Quiz questions. 1 A data structure that is made up of fields and records? Table.
CS212: Object Oriented Analysis and Design Lecture 32: Use case and Class diagrams.
Your Trusted Adviser Minimizing Risk Maximizing Your Value Quality Management for Procurement with Vendor Evaluation.
Chapter 12: Service Requests. Streamlined citizen service processes: “3-1-1” Streamlined citizen service processes: “3-1-1” Service citizen requests Service.
DRUG STORE INFORMATION SYSTEM Marie Dorušková, Martin Maroši.
Chavez, Melesan Karen De Luna, Lin Detera, Patrick Kevin Martinez, Jellene Joy Dental Clinic Database System Functional Requirements.
Project Based on fictitious Coffee Roasting CompanyCoffee Roasting Company Automatic Order Processing System – –Process “projected” Accept order from customer.
Partner Donation Records Please send year-end giving report only If you would like to only receive year-end giving reports, please check the box and drop.
Use Case Diagrams A Detailed Description. Use Case Diagrams Use case diagrams describe relationships between users and use cases A use case is a (usually.
Enterprise Processes and Systems MIS 2000 Instructor: Bob Travica Updated 2016 Class 16.
Training Documentation – Replacing GSPR with RFQ 2.0
Multi Channel Sales Order Management: Store
Enterprise Processes and Systems
Databases – Exam questions
ITEC 630 Final Examination Spring 2015
DFD examples.
UML Use Case Diagrams.
SEMCOM COLLEGE LIBRARY INFORMATION SYSTEM
Kojima JAPANESE STEAK HOUSE
ΙI. System Analysis Data Flow Diagrams
SE-565 Software System Requirements IV. Use Cases
تحلیل سیستم‌ها مدل‌سازی پردازشی.
ΙI. System Analysis Data Flow Diagrams
TEXAS SUPPLEMENT WAREHOUSE
Part 11 Q51 to Q55 of National 5 Prelim
CUSTOM CLOTHING “YOU DON’T HAVE TO COME TO US, WE’LL COME TO YOU”
Use Case Modeling Example
Bookstore DB Requirements
Exercise Develop a context Diagram for a small bank for “Loan Granting” process Identify EXTERNAL entities Develop a Context diagram.
Use Case Document Example
PowerApps and Flow.
DELIVERY RECEIPT DELIVERY RECEIPT ORGANIZATION LOGO ORGANIZATION LOGO
Audit of the Rail Production Database
Exercise Develop a context Diagram for a small bank for “Loan Granting” process Identify EXTERNAL entities Develop a Context diagram.
Information system analysis for driving school
HL7 Provenance Conceptual Model
Presentation transcript:

INFORMATION SYSTEM OF RESTAURANT OSIS – TERM PROJECT

DESCRIPTION OF THE PROBLEM 1/2 Small restaurant want to have knowledge about its business Information system should be able to: Place orders and record orders Create reports about income of restaurant Have evidence about amount of ingredients in local warehouse Order missing supplies, when there is lack of it

DESCRIPTION OF THE PROBLEM 2/2 Web interface for food delivery Evidence of customers ratings

CONTEXT DIAGRAM

SYSTEM DIAGRAM

MINISPECIFICATION – RATE ORDER READ rating FROM customer. WRITE rating INTO order_info. READ ratings FROM order_info, CREATE selected_post FROM ratings, SEND selected_post TO web_page.

FLOW CHART – SALES CALCULATION

DECISION TABLE – SHIFT RECORD did employee log in?YYNN did employee log out?YNYN write log in date * write log out date * empty shift warning* no action *

ENTITY RELATIONSHIP DIAGRAM

OOA – USE CASE DIAGRAM

USE CASE SCENARIO 1/3 Use case specification Use case name: create web order Use case purpose: This use case provides the ability to order food using our web interface. Actor: Customer

USE CASE SCENARIO 2/3 Optimistic flow: A. Actor request web order. B. System sends appropriate form. C. Actor fills form with his name, address, , phone number and sends it. D. System creates new record for order in order info. E. System sends notification about successful order.

USE CASE SCENARIO 3/3 Pragmatic flow: Conditions triggering alternate flow: Condition : Incorrectly filled web order form. D1. System sends notification about incorrectly filled fields in web order form. D2. System prompts actor to correct it. D3. Actor fills form correctly and sends it. D4. If form is filled correctly, perform step D. D5. Else, perform step D1.

ACTIVITY DIAGRAM - RATE ORDER

CLASS DIAGRAM

THE END Thanks for your attention