Computer E-ssentials Group : Will Howell Tausif Rajkotwala

Slides:



Advertisements
Similar presentations
© 2005 Avaya Inc. All rights reserved. Avaya EMEA Online Order Status Report orderstatus.
Advertisements

CyberThink Ecommerce Shopping Cart
Salini Kokatam Vasavi Bolaram Ashwini Shamirpet Kishore Reddy.
CUONG NGUYEN PRIYA PAKHANAVAR RUSSELL ROBINSON RPC Hotels.
Normalization What is Normalization? Normalization Levels –First Normal Form –Second Normal Form –Third Normal Formal Referential Integrity.
Database Design Chapter 2. Goal of all Information Systems  To add value –Reduce costs –Increase sales or revenue –Provide a competitive advantage.
Seema Tomar Chris Robson Suma Surpur. T ABLE OF CONTENTS I. Business Requirements II. Context Diagram III. Level 0 DFD IV. Level 1 DFD.
GROUP PROJECT Design Specification (2ndPRESENTATION) AMIR KHAN, DALIA BLANCO, EIKO TAKEMOTO March 30, 2010 Insta Wireless.
Group Members Krishna C Kandala Guruprasad Ramachandra Shweta Satish.
Computer E-ssentials Group Members Will Howell Tausif Rajkotwala Komal Chandarana.
Page 1 Design Phase MRI Processes 12/1/2006 Page 1 Design Phase – Presentation 3 Project Sponsor: Tim Kropp, Vice President Project Team: Christie Robbins,
Improving the Quality of Database Designs (Adapted from David Kroenke, Dabase Processing)
IT354 Database Design Seminar 5: May 19, 2011 Physical Database Design Entity-Relationship Diagrams.
Upgrade to a Web-Based System for OSU Transportation Services.
Pasadena Public Library Summer Reading Program Data Flows
PRESENTED BY: CHAKRADHAR CHILAKAPATI CHRISTINA NALLY KHALID NOUR VISHALI VELI In Bloom Flower Shop.
Read it Again Books Inventory and sales system Developed by: Sukesh Bodavula Andy Moon Raghu Ram Vempali.
GROUP MEMBERS  MANOJ GADHIRAJU  JASWANTH SINGH  SERGIO OLVEDA.
Salini Kokatam Vasavi Bolaram Ashwini Shamirpet Kishore Reddy.
Group Members Krishna C Kandala Guruprasad Ramachandra Shweta Satish.
HERITAGE real estate Lets Talk Business Group Members: Alok Bari Sayali Umbarkar Abhijeet Shinde.
Elk’s Lube Express Elk’s Lube Express Jeremy Miller Brandon Rich Roxana Berrondo.
L545 Systems Analysis & Design
Group Members: Saif Ahmed, Claudia Ledesma & Sarah Rush Reader’s Outpost.
Old Town Library Group Members Tatiana Ruiz Judith Webb Paul Salvo Phase two.
 Taber Shimono Lilyana Gross Andrea Nelson Chelsea Ball Eric Svendsen Shefflette.
Texas Bicycle Sports Presented by : Muhammad Rizvi Terry Lee Madhuri Yelamanchili.
Group Members: Tien Ho Linda Early Steve Meeks. Who Dunnit Bookstore System Request  Project Sponsor: Thomas Jones, Owner of WhoDunnit Bookstore  Phone:
Visual Basic Group Project Clint Schramek Jennifer Webb Mark Puffer.
Mansoor Iqbal Deepthi Atluri Nawaz Ikram.  The system should allow new users to register, create their accounts and place the order for internet/VOiP.
More DFDs Class 12.
1 MySQL and SQL. 2 Topics  Introducing Relational Databases  Terminology  Managing Databases MySQL and SQL.
Data Flow Diagrams. A diagram which shows the movement of data in a system.
Presented by: Vidya Nalla, Varun Karuturi, and William Toups.
Data Flow Presentation
Texas Bicycle Sports Presented by : Muhammad Rizvi Terry Lee Madhuri Yelamanchili.
The winstore is summarized as follows A customer at the online winestore purchases wines by placing one or more orders Each customer has exactly one set.
Computer E-ssentials Group Members Will Howell Tausif Rajkotwala Komal Chandarana.
PRESENTED BY: CHRIS WILLIAMS SUGI TERBISH CARL SMITH Dow Chemical.
All Occasion Gifts Group Members Priya Pradhan Ranjani Prasad Paul Hennigan Group #4.
Computer E-ssentials Group : Will Howell Tausif Rajkotwala Komal Chandarana.
Read it Again Books Inventory and sales system Developed by: Sukesh Bodavula Andy Moon Raghu Ram Vempali.
All Occasion Gifts Group Members Priya Pradhan Ranjani Prasad Paul Hennigan Group #4.
Order Database – ER Diagram
Khitam Mohammad Bao Vuong
Texas Cars LLC Project Sponsor: Bob Smith CEO of Texas Cars LLC
Order Database – ER Diagram
SEMCOM COLLEGE LIBRARY INFORMATION SYSTEM
Group Members: Beckie Hicks, Dustin Kneese & John Petter
Order Database – ER Diagram
Data Solutions- Karm Upadhyay Zoheb Khan Swati Shukla
Entity Relationship Diagram and Program Design RESTORETECH SOLUTIONS®
DFD Example : Bus Garage Repairs
تحلیل سیستم‌ها مدل‌سازی پردازشی.
Data Solutions- Karm Upadhyay Zoheb Khan Swati Shukla
Jim’s Machine Shop Est By: Anthony Lovett Danielle Monjure
Business Technical Solutions
Business Technical Solutions
CUSTOM CLOTHING “YOU DON’T HAVE TO COME TO US, WE’LL COME TO YOU”
Customer Order Entry Database Version: 1.1 by: R. Holowczak
Seema Tomar Chris Robson Suma Surpur
Houston Business Locator
Order Database – ER Diagram
Rauf Gadar Timucin Albayrak
Texas Pipe and Supply Presentation #3.
ER Diagram Master How to use this template
Inserting Data To insert a single complete row
Presentation transcript:

Computer E-ssentials Group : Will Howell Tausif Rajkotwala Komal Chandarana

Business Requirements Provide online customer access to assemble and purchase components Track customer information Generate Sales and Inventory Reports Provide billing process Provide product search capability Track inventory count and reorder value

Context Diagram

Level 0 DFD

Level 1 – Customer Info DFD

Level 1 – Reports DFD

Level 1 – Customer Order DFD

Level 2 – Order Confirmation DFD

Customer Information Processing System Component Processes External Entity External Entity 1.0 Customer Information Processing 2.0 Order Processing Customer EMPLOYEE 3.0 Manage Inventory 4.0 Report Processing D1 Inventory D3 Orders D2 Customer Data Database

Structure Chart

Entity-Relationship Diagram Contains Have is Updated by Updates

Entitys and Attributes Entity: Customer: CustomerID CustomerName Username Password Secret Question Answer Address City State Zipcode Phone No E-mail CreditCardNo Entity: Inventory: InventoryID InventoryName InventoryModelNo InventorySerialNo InventoryAmount InventoryQty Entity: Orders: OrderID CustomerID OrderReciptNo OrdertDate OrderStatus Entity: Order-Product: OrderId InventoryId InventoryQty OrderAmt 12

Physical Design Customer (Cust_ID, Cust_LastName, Cust_FirstName, Cust_Username, Cust_Password, Cust_Que, Cust_Ans, Cust_Address1, Cust_Address2, Cust_City, Cust_State, Cust_Zip, Cust_Phone, Cust_e-mail, Cust_CreditCard ) Orders (Order_ID, Cust_ID, Order_Date, Order_ReciptNo, Order_Status ) Order-Product (Order_ID, Inventory_ID, Inventory_Price, Order_Qty ) Inventory (Inventory_ID, Inventory_Name, Inventory_ModelNo, Inventory_SerialNo, Inventory_Amt, Inventory_Qty )

Implementation in MS Access

Create Customer Form

Thank You