Group Members: Saif Ahmed, Claudia Ledesma & Sarah Rush

Slides:



Advertisements
Similar presentations
More Diagramming & Practice with Relationship Modeling
Advertisements

SQL Database for a Book Store Clinton McKay. Explanation The database contains information about the books held in stock, their authors, publishers, customers,
Data Modeling and Entity- Relationship Model II. IST2102 I want a database to maintain departments in my company. Store information about my employees,
Intertribal Friendship House Presented by Group 1 Patrick Briaud Yang Liu Milad Odabaei Maria Rodriguez Fernando Siu David Uniman Jennifer Wu John Guo.
CIT 381 ER Basics - relationship types - foreign keys - ER Studio.
Case study Lisa’s Bookstore IST210.
Financial Statement Analysis
COURSE REGISTRATION SYSTEM Case study IST2101. Case Study: Course Registration (1) IST2102 You are helping Penn State create a course registration system.
Entity Relationship Modeling Objectives: To illustrate how relationships between entities are defined and refined. To know how relationships are incorporated.
Conceptual Modeling with ER Diagrams Peter Chen introduced ER Diagrams.
School of Business Administration
Group Members Krishna C Kandala Guruprasad Ramachandra Shweta Satish.
Computer E-ssentials Group Members Will Howell Tausif Rajkotwala Komal Chandarana.
Conceptual Modeling with ER Diagrams Peter Chen introduced ER Diagrams.
By: Devi Sumadi The Administration information system design and construction of UD. Usaha Jaya Engineering Equipment Company.
Design and Developing of System Administration at CV. Harapan Baru By : Advisor : Triadi Kelah Andreas Handojo, M.MT Alexander Setiawan, M.T.
GROUP MEMBERS  MANOJ GADHIRAJU  JASWANTH SINGH  SERGIO OLVEDA.
Group Members: Saif Ahmed, Claudia Ledesma & Sarah Rush Reader’s Outpost.
Salini Kokatam Vasavi Bolaram Ashwini Shamirpet Kishore Reddy.
Entity Relationship Diagram. Introduction Definition: Entity-relationship diagram is a data-modeling technique that visualises entities, the attributes.
HERITAGE real estate Lets Talk Business Group Members: Alok Bari Sayali Umbarkar Abhijeet Shinde.
Group Members: Saif Ahmed, Claudia Ledesma & Sarah Rush Reader’s Outpost.
COLORS Day Care Karina Izaguirre Jake Morales Summer 2009.
Texas Bicycle Sports Presented by : Muhammad Rizvi Terry Lee Madhuri Yelamanchili.
HERITAGE real estate Lets Talk Business Group Members: Alok Bari Sayali Umbarkar Abhijeet Shinde.
Group Members: Tien Ho Linda Early Steve Meeks. Who Dunnit Bookstore System Request  Project Sponsor: Thomas Jones, Owner of WhoDunnit Bookstore  Phone:
Mansoor Iqbal Deepthi Atluri Nawaz Ikram.  The system should allow new users to register, create their accounts and place the order for internet/VOiP.
Group Members: Beckie Hicks, Dustin Kneese & John Petter ABC Homes.
Accounting Information Systems: A Business Process Approach Chapter Three: Documenting Accounting Systems.
Texas Bicycle Sports Presented by : Muhammad Rizvi Terry Lee Madhuri Yelamanchili.
Object Oriented Analysis and Design COSC 4250 Project: “Blue Sky Bookstore” Team: Pan Gao and Dennis Gallie October 8, 2007.
Computer E-ssentials Group Members Will Howell Tausif Rajkotwala Komal Chandarana.
Computer E-ssentials Group : Will Howell Tausif Rajkotwala Komal Chandarana.
Data Modeling and Entity-Relationship Model I
ERD :: 19 / 1 / Entity-Relationship (ER) Modeling. ER Modeling is a top-down approach to database design. Entity Relationship (ER) Diagram –A.
DATA MODELING AND ENTITY-RELATIONSHIP MODEL II IST 210: Organization of Data IST210 1.
Sellers seller seller_ status seller_ dob seller fax seller phon seller address seller_ password Seller userid Seller name Seller id aalocked01/11/ makah1111saad.
Entity Relationship Modeling
Database Relationships
Phase Three: Data Modeling and Program Design
Week 03 – ER Diagram INFOSYS 222.
Group Members: Saif Ahmed, Claudia Ledesma & Sarah Rush
Khitam Mohammad Bao Vuong
Webster city Hospital.
Texas Cars LLC Project Sponsor: Bob Smith CEO of Texas Cars LLC
Clear Lake Country Club Membership Database Data Flow Diagrams
SEMCOM COLLEGE LIBRARY INFORMATION SYSTEM
Group Members: Beckie Hicks, Dustin Kneese & John Petter
ER MODEL Lecture 3.
ERD :: 19 / 1 / Entity-Relationship (ER) Modeling. ER Modeling is a top-down approach to database design. Entity Relationship (ER) Diagram –A.
Data Solutions- Karm Upadhyay Zoheb Khan Swati Shukla
تحلیل سیستم‌ها مدل‌سازی پردازشی.
III. Data Modeling and Program Design Celeste Wicks Fouad Alibrahim
Data Solutions- Karm Upadhyay Zoheb Khan Swati Shukla
5.02 Understand database queries, forms, and reports used in business.
Entity-Relationship Modeling "Extended"
CUSTOM CLOTHING “YOU DON’T HAVE TO COME TO US, WE’LL COME TO YOU”
HERITAGE real estate Lets Talk Business
Vayunandan Kumar Konakalla
Movie Spot Great movies on the spot
Sales Agreements May 2005.
Process Diagram for Sally’s Bookstore (as written)
Bookstore DB Requirements
Business Requirements
Database Relationships
IS6125 Database Analysis and Design Lecture 8: Practice with ERDs
Information Systems in Organizations 2. 1
Entity-Relationship Modeling "Extended"
Entity-Relationship Modeling "Extended"
Page 37 Figure 2.3, with attributes excluded
Presentation transcript:

Group Members: Saif Ahmed, Claudia Ledesma & Sarah Rush Reader’s Outpost Group Members: Saif Ahmed, Claudia Ledesma & Sarah Rush

Project Sponsor: Michael Moore, President System Request Project Sponsor: Michael Moore, President Organization: Reader’s Outpost Phone: 281-954-0003 Email: mmoore@readersoutpost.com

Business Model & Background Family owned bookstore since 1988 About $400,000 in annual sales Currently employees 3 full-time and 3 part-time employees Very well know in the local writer’s community Debt ratio has been maintained at a very low figure (20%) for the last 3 years Bookstore specialty is carrying rare finds Monthly book club meetings are conducted in the store All transactions are conducted on a manual cash register

Business Requirement Capture the data on book inventory, prices, author, sales transaction and employees Search books by authors, book id, genre, quantity being sold, price Ability to run reports and plot trend charts Track employee productivity based on books sold Instant access to profit margins on books and net sales Ability to track refunds electronically

Context Level DFD

Level 0 DFD

System Components

Entity Tables & Attributes Entity: Books BookID AuthorID PublictionDate BookQuantity SkuNumber CatID BookPrice Entity: Author Author_Lname Author_Fname Entity: Genre CatID Cat_Name Entity: Employees EmployeeID Employee_Lname Employee_Fname EmployeeAddress PayRate HireDate Status Entity: Transaction TransactionID BookID QuantitySold SaleAmt Entity: Transaction Detail TransDate TotalAmount EmployeeID Sale_Return

E-R Diagram (Chen notation)

Entity Relationship Model (Crow’s foot)

Physical Design Books (BookID, BookTitle, AuthorID, PubDate, BookQty, SkuNumber, ISBN, CatID, BookCost, BookPrice) Employees (EmpID, Emp_Lname, Emp_Fname, Emp_Address, Emp_City, Emp_State, Emp_Zip, Hire_Date, Pay_Rate, Terminated, Term_Date) Transaction_Details (TransactionID, BookID, QtySold, Sales_Price) Transaction (TransactionID, TransDate, TotalAmount, EmpID, Sale_Return) Author (AuthorID, Author_Lname, Author_Fname) Genre (CatID, Cat_Name)

Structure Chart

Questions?