Class 4 Process Diagramming MIS 2000 Information Systems for Management Instructor: Bob Travica Updated September 2012.

Slides:



Advertisements
Similar presentations
Writing Good Use Cases - Instructor Notes
Advertisements

Slide 1 Insert your own content. Slide 2 Insert your own content.
Chapter 26 Legacy Systems.
1 RXQ Customer Drop Submitted by Supplier Process Flow Diagram Customer Supplier Distribution Company Supplier sends Drop Request to Distribution.
REQ Enrollment in Demand Response Programs Process Flow Engineering Firm Retail Customer Demand Response Service Provider (DRSP) Distribution Company.
REQ Drop from Demand Response Programs Process Flow Retail Customer Demand Response Service Provider (DRSP) Distribution Company 1 Drop Request.
0 - 0.
Data Flow Diagram (DFD) Overview
1 9 Moving to Design Lecture Analysis Objectives to Design Objectives Figure 9-2.
Database Design Using the REA Data Model
Information Systems Analysis and Design
PowerPoint Presentation by Charlie Cook Copyright © 2004 South-Western. All rights reserved. Chapter 10 The Order-to- Cash Process: Part I, Marketing and.
FLIK International at RHQ proudly introduces 1 Available here:
The Order Fulfillment Process
Requirements Diagrams With UML Models
Chapter 3 Requirements Analysis, Negotiation and Modeling Part 3 Dr. Eman Al-Maghary Requirements Engineering.
Actual Product Costing
Information System Analysis
5.9 + = 10 a)3.6 b)4.1 c)5.3 Question 1: Good Answer!! Well Done!! = 10 Question 1:
Bob Travica MIS 2000 Information Systems for Management Instructor: Bob Travica Class 18 Supply Chain Processes and Systems Updated 2013.
State Machine Diagram Page
The Office Procedures and Technology
Accounting Systems & Business Processes Chapter 4
MIS 325 PSCJ. 2  Business processes can be quite complex  Process model: any abstract representation of a process  Process-modeling tools provide a.
Enterprise Analysis Understand the organizational context Functional areas/management levels affected by the system Overview of the business objects and.
Class 8 Process Analysis & Diagramming MIS 2000 Information Systems for Management Instructor: Bob Travica Updated Jan
Information System Engineering
Asper School of Business University of Manitoba Systems Analysis & Design Instructor: Bob Travica Analyzing systems process: Activity diagram Updated 2014.
Asper School of Business University of Manitoba Systems Analysis & Design Instructor: Bob Travica Use Case description Updated: October 2014.
Asper School of Business University of Manitoba Systems Analysis & Design Instructor: Bob Travica System sequence diagram Updated: 2014.
Business Analysis Lecture 5:Business Process Modelling.
Class 6 Organization in Process View MIS 2000 Information Systems for Management Updated Jan
Kyle Turner, Erika Perin, Tran Nguyen, Ricardo Calderon Group 7.
MIS 2000 Information Systems for Management Section A01, Bob Travica Introduction to Course Updated: May 2015.
1 Chapter 2 Revision: Documentation DFD System FC.
Requirements Functional requirements  Use-cases
A Model of Accounting Information System Data Information Database Data processing software Management Environment Input physical resources Output physical.
BTEC Unit 03: Lesson 4 Information Flow Diagrams Mr C Johnston ICT Teacher
Bob Travica MIS 2000 Information Systems for Management Instructor: Bob Travica Course Summary Updated: 2015.
Advanced Accounting Information Systems Day 7 Database Modeling.
1 Information Flows Tracey Murray. 2 THE PURPOSE OF INFORMATION The function of information in an organisation is to serve the needs of each department,
UML’s StateChart FSM, EFSM in UML Concurrent states Tool support.
Accounting Information Systems: A Business Process Approach Chapter Three: Documenting Accounting Systems.
6 Class 6 Organization in Process View MIS 2000 Information Systems for Management Bob Travica Updated Jan
Project Based on fictitious Coffee Roasting CompanyCoffee Roasting Company Automatic Order Processing System – –Process “projected” Accept order from customer.
Bob Travica MIS 2000 Information Systems for Management Instructor: Bob Travica Course Summary Updated: 2016.
G041: Lecture 05 Information Flow Diagrams
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.
Business Process and Functional Modeling
Continuation of Causeway Example
Lab 7: Business Process Modeling Notation (BPMN)
Information Flows.
A clerk in the sales department prepares two copies of an invoice, detailing the quantity and price information and forwards them to the accounts receivable.
UML’s StateChart FSM, EFSM in UML Concurrent states Tool support.
A clerk in the sales department prepares two copies of an invoice, detailing the quantity and price information and forwards them to the accounts receivable.
Chapter 11 The Accounting Information System
A clerk in the sales department prepares two copies of an invoice, detailing the quantity and price information and forwards them to the accounts receivable.
Accounting Information Systems: A Business Process Approach
Chapter 14. Activity Modeling for Transformational Systems
Chapter 5 Exercise 2 Assume that an order has been placed with your company’s ERP system. These events occur: The customer’s credit is automatically checked.
Presentation transcript:

Class 4 Process Diagramming MIS 2000 Information Systems for Management Instructor: Bob Travica Updated September 2012

Outline Figuring out a process Creating process diagram Class exercise 2 of 9

Figuring Out a Process 1/4 Description of business – how a customer order is fulfilled: When a customer places an order with Computers International, a Sales clerk opens an order, using a Sales System that adds a new order to a database. Then, the Sales clerk fills the order in the system, and the details area stored in the Sales System. COMMENT: Process has components, like activities (actions) some actor (person, an IS, or IT) performs. Actions Actor –Place OrderCustomer –Open OrderSales Clerk –Add New OrderSales System (Information System) –Fill OrderSales Clerk –Store OrderSales System 3 of 9

Figuring Out a Process 2/4 Next, a shipping clerk books a shipment with a carrier company, and selects a rush or regular service, depending on what kind of delivery the customer ordered (note: this text shows a decision point). Actions Actor –Book ShipmentShipping Clerk –Select Service Shipping Clerk (Decision) 4 of 9

Figuring Out a Process 3/4 The carrier delivers the shipment to the customer receiving it. At Computers International an accountant creates a new invoice and the company Accounting System adds a new invoice. The accountant sends invoice. If the payment is not received by the due date, the accountant sends a reminder notice to the customer. Actions Actor –Deliver ShipmentCarrier Company –Create InvoiceAccountant –Add New InvoiceAccounting IS –Send InvoiceAccountant –Payment CheckAccountant (Decision) –Send Notice Accountant 5 of 9

Figuring Out a Process 4/4 A payment received is recorded in the Accounting System. This event allows the Sales clerk to close the order and it is marked as fulfilled in the Sales System. Actions Actor –Record paymentAccounting System –Close OrderSales Clerk –Mark Order FulfilledSales System 6 of 9

Process Diagram Process diagram is graphical representation of a business process. Process diagram kinds Actor is the process performer, and it can be person, an IS, an IT, company, department… An Actor performs within a swim line (a column; next slide). 7 of 9 Simple (process composition without Actors) Complete (process composition with Actors)

2 Open Order 4 Fill Order 7 Deliver overnight Rush 7 Deliver regularly 9 Create Invoice 12 Send Reminder Payment recvd on due date? 14 Close Order Regular yes Delivery ordered? no 1 Place Order 3 Add New Order 6 Book Shipment 10 Add New Invoice 11 Send Invoice 15 Mark Order fulfilled 13 Record Payment Customer Sales Clerk Sales System Accountant Accounting System Shipping Clerk Carrier Co. 8 Receive shipment 5 Store details Process Diagram: Customer Order Fulfillment Process (complete) A column (swim line) shows process performer. 8 of 9

Process diagramming 1.In a description of business, focus on verbs that describe how work is done. Use common sense! 2.These are your process activities. 3.Identify who/what performs (actors) activities. 4.Draw a swim line (column) for each actor (human or not). 5.Identify other components (decisions that fork flow of control, loops, parallel steps). Try your best – takes time! 6.Draw a process diagram component by component. Use pencil, so you can easily correct errors. Errors are normal in first drafts! 9 of 9

Class Exercise Goals: Figure processes and draw them Use printout/handouts