West Gulf Marine Online Ordering System – Data Modeling and Program Design presentation Paul Swanson Khoa Huynh Sosheel Saleem.

Slides:



Advertisements
Similar presentations
Banking Business Scenario
Advertisements

Entity-Relationship (ER) Modeling
Database Lecture Notes Mapping ER Diagrams to Tables 2 Dr. Meg Murray
Visualize Success 2011 Jason Butler Sr. Project Manager Visual South, Inc. Customer/Vendor Inquiry.
Systems Flowcharts Please use speaker notes for additional information!
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education 3-1.
SYSTEM ANALYSIS & DESIGN (DCT 2013)
MIS 210 Fall 2004Sylnovie Merchant, Ph. D. Lecture 4: Data Modeling Process Modeling MIS 210 Information Systems I.
Data Flow Diagramming. Data Flow Diagrams Data Flow Diagrams are a means to represent data transformation processes within an information system.
Databases and Processing Modes. Fundamental Data Storage Concepts and Definitions What is an entity? An entity is something about which information is.
Database Design Chapter 2. Goal of all Information Systems  To add value –Reduce costs –Increase sales or revenue –Provide a competitive advantage.
Data Flow Diagrams class
1 SYSTEMS DESIGN Pertemuan 13 s.d 20 Matakuliah: A0554/Analisa dan Perancangan Sistem Informasi Akuntansi Tahun: 2006.
8/28/97Information Organization and Retrieval Files and Databases University of California, Berkeley School of Information Management and Systems SIMS.
The Systems House, Inc. 06/11/12. Setup Drug Types, Pharma Records Pedigree Printing Options Pedigree How it Works Updating Reporting ARCOS Reporting.
Data Flow Diagrams Objectives:
1 Lecture 3: Introducing Data Flow Diagrams (DFDs) Section 1 - The Concept of Diagrams Why use Diagrams? Diagrams as Working Documents Systems Analysis.
PHASE 2: SYSTEMS ANALYSIS
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.
Introduction to Transaction Processing and Documentation Techniques COPYRIGHT © 2007 Thomson South-Western, a part of The Thomson Corporation. Thomson,
Chapter 6.
Information Systems in Organizations 2.1 Analyzing organizations as systems and processes.
Information Systems in Organizations 2.1 Analyzing organizations as systems and processes.
Chapter 8 Analyzing Systems Using Data Dictionaries Systems Analysis and Design Kendall & Kendall Sixth Edition.
Chapter 9 View Design and Integration. © 2001 The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Outline Motivation for view design.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall Analyzing Systems Using Data Dictionaries Systems Analysis and Design, 8e Kendall.
SUPPLEMENTAL B An Overview of The General Ledger Architecture.
Basic ERP diagram (purchase-sales) J.Skorkovský KPH, ESF MU.
System and data modeling tools Revision. Schemas A schema shows the organisational structure of a database. It should show the entities (the tables in.
Anyone who maintains and uses customer, vendor, worker, contact, addresses…  I need a system that supports our mixed business model of both business-to-business.
An Overview of The General Ledger Architecture.  Files are used to store data and processing instruction. The two types of files computer users use most.
Organizing Data and Information
Order Database – ER Diagram Prepared by Megan Foster Fall Semester 2014.
 Taber Shimono Lilyana Gross Andrea Nelson Chelsea Ball Eric Svendsen Shefflette.
Texas Bicycle Sports Presented by : Muhammad Rizvi Terry Lee Madhuri Yelamanchili.
Small Business Information Systems Professor Barry Floyd
Chapter 4 The Semantic Object Model David M. Kroenke Database Processing © 2000 Prentice Hall.
System Request West Gulf Marine Web Site Khoa Huynh Sosheel Saleem.
Repository of people and organizations and their relationships to each other whether they are internal or external to the enterprise. Customer.
Events to Data Flows to Data Dictionaries System Analysis & Design.
Model Relationships Read the relationships.
All Occasion Gifts Group Members Priya Pradhan Ranjani Prasad Paul Hennigan Group #4.
Computer E-ssentials Group : Will Howell Tausif Rajkotwala Komal Chandarana.
Modelling Complex Systems
Data Flow Diagram : Developed By Larry Constantine as a way of expressing system requirements in graphical Form: Data Flow Models (DFMs) are easy to understand.
Structured Analysis Methods and Tools
Order Database – ER Diagram
WHAT IS A Context Diagram?
Design Skills Example.
Management Movie Management System Customers Databases Vendors
Sales Order/Sale Entry Form
Order Database – ER Diagram
Software Specification Tools
Introduction to Transaction Processing
Context and Data Flow Diagrams
Order Database – ER Diagram
Order Database – ER Diagram
ΙI. System Analysis Data Flow Diagrams
تحلیل سیستم‌ها مدل‌سازی پردازشی.
ΙI. System Analysis Data Flow Diagrams
KevinHardison YiLu SameerPatwa EricaWade
West Gulf Marine Online Ordering System - DFD presentation
TBD Investments-Program Module
5.02 Understand database queries, forms, and reports used in business.
Customer Order Entry Database Version: 1.1 by: R. Holowczak
Order Database – ER Diagram
Medical Supply Management System
Order Database – ER Diagram
IT323 Project Phase#2.
Appendix A Data Modeling MANAGEMENT INFORMATION SYSTEMS 8/E
Presentation transcript:

West Gulf Marine Online Ordering System – Data Modeling and Program Design presentation Paul Swanson Khoa Huynh Sosheel Saleem

Data Dictionary Form: Data Store System: West Gulf Marine ID: D1 Label: Customer Description: Contains customer information input by the user (customer, ship chandler, data entry clerk, etc.) that can later be confirmed Characteristics: Primary key: Customer_ID Comments: The customer data store keeps all of the customer information. It holds 13 data elements.

Data Dictionary Form: Data Store System: West Gulf Marine ID: D2 Label: Purchase History Description: Contains all of the purchase history information input by the user (customer, ship chandler, data entry clerk, etc.) that can later be confirmed. Characteristics: Primary key: Customer_ID, Invoice_Number Comments: The Purchase History data store keeps all of the customer Purchase History information. It holds 5 data elements.

Data Dictionary Form: Data Store System: West Gulf Marine ID: D3 Label: Products Description: Contains all of the products information input by the user (customer, ship chandler, data entry clerk, etc.) that can later be confirmed. Characteristics: Primary key: Product_ID, Comments: The Products data store keeps all of the product information. It holds 5 data elements.

Data Dictionary Form: Data Store System: West Gulf Marine ID: D4 Label: Vendor Description: Contains all of the vendors information input by the user (customer, ship chandler, data entry clerk, etc.) that can later be confirmed. Characteristics: Primary key: Vendor_ID, Comments: The Vendor data store keeps all of the vendor information. It holds 7 data elements.

Data Dictionary Form: Data Store System: West Gulf Marine ID: D5 Label: Invoice Description: Contains all of the invoices information input by the user (customer, ship chandler, data entry clerk, etc.) that can later be confirmed. Characteristics: Primary key: Invoice_Number, Customer_ID, Product_Desc Comments: The Invoice data store keeps all of the Invoice information. It holds 8 data elements.

Data storage System Overview External Entity External Entity

ER Diagram

Structure Chart