Management Movie Management System Customers Databases Vendors

Slides:



Advertisements
Similar presentations
DFD Examples Yong Choi BPA CSUB.
Advertisements

SYSTEMS ANALYSIS AND DESIGN TOOLS
EXPENDITURE CYCLE Chapter 13 Acquire Goods and Services Pay for Goods and Services Spring 2002.
The Purchasing Process
1 California State University, Fullerton Chapter 13 Developing and Managing Information Systems.
Systems Development Life Cycle
Data Flow Diagrams "Business process flow" not a Flow Chart.
Copyright © 2015 Pearson Education, Inc. Systems Documentation Techniques Chapter
NextGen Accounts Payable Local Government Corporation.
1 Structured Analysis Techniques. 2 Data Flow Diagrams.
Data Modeling using Entity Relationship Diagramming (ERD)
IT323 - Software Engineering 2 Tutorial 1. 0 The system 1.0 A Function 1.1 Activity of the function Task Task Task 1.2 Another activity.
Systems Analysis – Analyzing Requirements.  Analyzing requirement stage identifies user information needs and new systems requirements  IS dev team.
Managing the development and purchase of information systems (Part 1)
10/12/2001Data Structure1 Relationships Between The Data Flow Diagram and The Systems Design Activities Mohammad A. Rob School of Business and Public Administration.
1 Lecture 3: Introducing Data Flow Diagrams (DFDs) Section 1 - The Concept of Diagrams Why use Diagrams? Diagrams as Working Documents Systems Analysis.
Data-Flow Diagrams Week 10 Lecture 1. Data Flow Diagrams (DFDs) One of most important modelling tools used by system analysts In use since late 1970’s.
AN INTRODUCTION BUSINESS PROCESS DOCUMENTATION WITH DATA FLOW DIAGRAMS.
© 2001 Business & Information Systems 2/e1 Chapter 13 Developing and Managing Information Systems.
Information Systems: Databases Define the role of general information systems Describe the elements of a database management system (DBMS) Describe the.
A Model of Accounting Information System Data Information Database Data processing software Management Environment Input physical resources Output physical.
Entity Relationship Diagrams (ERDs). Entity Relationship Diagram (ERD) documentation technique to represent relationship between entities in system. Think.
Tutorial DFD Cap I. Najwa AlGhamdi. context diagram  Why context diagram ?  To know Who will interact with system. What's the main input and output.
SYSTEMS ANALYSIS AND DESIGN TOOLS DATA FLOW DIAGRAMS.
IST331 Assignment 7 Task-Action Diagrams Answer Guide.
Systems Analysis and Design approaches Structured analysis –Looks at processes -> then Data Event list – event table Context diagram – DFD – ERD (define.
1 The Sales & Colection Process. 2 Horizontal View OE/S 1. Customer places order.
Data Flow Diagrams (DFDs) 1Information Systems Engineering.
Systems Analysis And Design MIST 4620 Fall 2002 Professor: Dale Goodhue.
3/5/2009Computer systems1 Using Data flow Diagrams Computer System: 1. Input 2. Data Processing 3. Output.
Repository of people and organizations and their relationships to each other whether they are internal or external to the enterprise. Customer.
Accounting Information Systems: A Business Process Approach Chapter Three: Documenting Accounting Systems.
Entity Relationship Diagrams (ERDs)
Computer E-ssentials Group : Will Howell Tausif Rajkotwala Komal Chandarana.
Department Vendor Information Vendor Information Issue Purchase Order Make Payment Request Open P.O. File Receipt of Goods File Available Vendors P.O.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall Using Dataflow Diagrams Systems Analysis and Design, 8e Kendall & Kendall 7.
Online Reimbursement Management System Group Members: Clint Schramek Lawrence Brown Junior Bowen Data Flow Diagrams.
QuickBooks Structure By Richard Mross (208)
BSA 385 Week 3 Individual Assignment Frequent Shopper Program Part 2 Check this A+ tutorial guideline at
Systems Development Life Cycle
DFD Examples Yong Choi BPA CSUB.
Systems Documentation Techniques
Systems Analysis and Design
Fundamentals of Information Systems, Sixth Edition
G063 - Data flow diagrams.
DFD Examples Yong Choi BPA CSUB.
Chapter 12 Information Systems.
Context and Data Flow Diagrams
Smart Draw v2010 آزمایشگاه مهندسی نرم افزار
Data Solutions- Karm Upadhyay Zoheb Khan Swati Shukla
ΙI. System Analysis Data Flow Diagrams
تحلیل سیستم‌ها مدل‌سازی پردازشی.
ΙI. System Analysis Data Flow Diagrams
Data Solutions- Karm Upadhyay Zoheb Khan Swati Shukla
DATA FLOW DIAGRAM.
G063 - Data flow diagrams.
DFDs.
Business Requirements
Medical Supply Management System
More Diagrams More Diagrams Damian Gordon Damian Gordon.
System Design By Kustanto.
Chapter 11 The Accounting Information System
DFD Examples Yong Choi BPA CSUB.
DFD Examples Yong Choi BPA CSUB.
Systems Development Life Cycle
UNIT No- III- Leverging Information System ( Investing strategy )
DFD Examples Yong Choi BPA CSUB.
Accounting Information Systems: A Business Process Approach
Appendix A Data Modeling MANAGEMENT INFORMATION SYSTEMS 8/E
DFD Process & Examples.
Presentation transcript:

Management Movie Management System Customers Databases Vendors Check out movie Check in movie Add new customer Modify or delete a customer Add a new movie Modify or delete a movie Bill for unreturned movie Customers Databases Vendors

Documenting the New (or existing) Business Process: The products of the analysis phase: Data Flow Diagrams (DFDs) and Entity Relationship Diagrams (ERDs)

Signed Bill of Lading Notification Department of receipt Receive Goods Vendor Lading Signed Bill of Lading R. of G. Receipt of Goods File

Budget/Acct Information Vendor Expenditure Open P.O. File Invoice Department Budget/Acct Information Vendor Expenditure Open P.O. P.O. File Invoice Receipt of Check Make R. of G. Goods File Payment

Request Budget Availability Issue Purchase Department Budget/Acct Order Bud Commit Information Available Notification of receipt Vendors Expenditure P.O. Vendor Bill of Lading Receive Information Vendor Goods P.O. Signed BoL Open P.O. R. of G. P.O. File Invoice Receipt of R. of G. Check Make Goods File Payment

Department Vendor DFD Components: External Entities

Data Store Represented by a rectangle open at one end. Used when it is functionally necessary to store output from one process before sending it on to the next process. The data stores are the entities from the ERD!

DFDs do not show the flow of physical items, only of information DFDs do not show the flow of physical items, only of information. (Payment amounts etc. can be considered information.)

Request Budget Availability Issue Purchase Department Budget/Acct Order Bud Commit Information Available Notification of receipt Vendors Expenditure P.O. Vendor Bill of Lading Receive Information Vendor Goods P.O. Signed BoL Open P.O. R. of G. P.O. File Invoice Receipt of R. of G. Check Make Goods File Payment

Uses of Data Flow Diagrams As a Requirements Analysis Documentation Tool: Help analysts work out requirements with business management and users Help analysts communicate understandings with business management and users Help business management and users communicate As a basis for design: database design application software (process) design