Tutorial 5 From Use Cases to DFDs (CD-Selection Example) GAO Wei, Rm711, ERBII,

Size: px
Start display at page:

Download "Tutorial 5 From Use Cases to DFDs (CD-Selection Example) GAO Wei, Rm711, ERBII,"

Transcription

1 Tutorial 5 From Use Cases to DFDs (CD-Selection Example) GAO Wei, Rm711, ERBII, wgao@se.cuhk.edu.hk Functional Requirements: CD-Selections Requirement Definition 1. Place Requests for CDs 1.1 Customers will access the Internet system to look for CDs of interest. Some customers will search for special CDs or CDs by specific artists, while other customers want to browse for interesting CDs in certain categories (e.g. rock, jazz, classical). 1.2 When the customer has found a CD he or she wants, the customer will check to see which store(s) have the CD in stock. They will use zip code to find stores close to their location. 1.3 Customers can immediately place a hold on any CD in stock at any of the stores and then come into the store and pick it up (see requirement 3 below). 1.4 If the CD is not available in the customer s preferred store, the customer can request that the CD be special ordered to that store for later pickup. The customer will be notified by when the requested CD arrives at requested store; the CD will be placed on hold (which will expire after 7 days). This process will work similarly to the current special order system. 2. CD Marketing 2.1 The Internet system provides an additional opportunity to market CDs to current and new customers. The system will provide a database of marketing materials about selected CDs that will help Web users learn more about them (e.g., music reviews, links to Web sites, artist information, and sample sound clips). When information about a CD that has additional marketing information is displayed, a link will be provided to the additional information. 2.2 Marketing materials will be supplied primarily by vendors and record labels so that we can better promote their CDs. The Marketing Department will determine what marketing materials will be placed in the system and will be responsible for adding, changing and deleting the materials. 3. Process In-store Holds 3.1 When a CD is available in a store, the system will send a hold request to the instore system at the selected store. 3.2 The in-store system will alter the store staff (through an audible alarm and a popup message). 3.3 Staff will print a label for the requested CD(s), pull them from the shelves, attach the label, and place them on the special order shelf. Just like the special orders, the hold items will be held for 7 days. 3.4 Once the hold has been placed on the shelf, the staff will enter a hold confirmation, and the system will do an inventory adjustment to the main inventory database so that no other holds are accepted for the item.

2 Initial Use Cases for CD Selection

3 Final Use Cases for CD Selection

4 Steps in Building DFDs: 1. Build the context diagram; 2. Create DFD fragments for each use case; 3. Organize DFD fragments into level 0 diagram; 4. Decompose level 0 processes into level 1 diagrams as needed; decompose level 1 processes into level 2 diagrams as needed; etc. 5. Validate DFDs with user to ensure completeness and correctness 1. Context Diagram Draw one process representing the entire system (process 0) Find all inputs and outputs listed at the top of the use cases that come from or go to external entities; draw as data flows Draw in external entities as the source or destination of the data flows

5 2. Create DFD Fragments for Each Use Cases Take Requests Fragment: Maintain Marketing Materials Fragment:

6 Process In-Store Hold Fragment: Each use case is converted into one DFD fragment Number the process the same as the use case number Change process name into verb phrase Design the processes from the viewpoint of the organization running the system Add data flows to show use to data stores as sources and destinations of data Layouts typically place o processes in the center o inputs from the left o outputs to the right o stores beneath the processes

7 3. Integrate the DFD Fragments into Level-0 DFD Combine the set of DFD fragments into one diagram Generally move from top to bottom, left to right Minimize crossed lines Iterate as needed DFDs are often drawn many times before being finished, even with very experienced systems analysts

8 4. Decompose Processes in Level-0 DFD into Level-1 DFD Processes Let s use process 1, Take Requests, for example. First, rethink the use case:

9 Draw Level-1 DFD for CD Selection process 1, Take Requests: Each use case is turned into its own DFD Take the steps listed on the use case and depict each as a process on the level 1 DFD Inputs and outputs listed on use case become data flows on DFD Include sources and destinations of data flows to processes and stores within the DFD May also include external entities for clarity Input data flows shown on a parent DFD are often unbundled on the child diagram using splits Output data flows shown on a child DFD are often bundled using joins and shown as a larger data flow on the parent diagram Stop decomposing DFD: a DFD has at least 3 processes and no more than 7-9.

LECTURE 11: PROCESS MODELING

LECTURE 11: PROCESS MODELING LECTURE 11: PROCESS MODELING Outline Logical modeling of processes Data Flow Diagram Elements Functional decomposition Data Flows Rules and Guidelines Structured Analysis with Use Cases Learning Objectives

More information

6-1. Process Modeling

6-1. Process Modeling 6-1 Process Modeling Key Definitions Process model A formal way of representing how a business system operates Illustrates the activities that are performed and how data moves among them Data flow diagramming

More information

Topic # 08. Structuring System Process Requirements. CIS Life Cycle and Requirements Structuring Stage

Topic # 08. Structuring System Process Requirements. CIS Life Cycle and Requirements Structuring Stage Topic # 08 Structuring System Process Requirements CIS Life Cycle and Requirements Structuring Stage Objectives 1. Data Flow Diagrams 2. Rules and Guidelines to DFD development that lead to accurate and

More information

Process Modeling. Chapter 6. (with additions by Yale Braunstein) Slide 1

Process Modeling. Chapter 6. (with additions by Yale Braunstein) Slide 1 Process Modeling Chapter 6 (with additions by Yale Braunstein) Slide 1 PowerPoint Presentation for Dennis & Haley Wixom, Systems Analysis and Design Copyright 2000 John Wiley & Sons, Inc. All rights reserved.

More information

Data Flow Diagrams. Outline. Some Rules for External Entities 1/25/2010. Mechanics

Data Flow Diagrams. Outline. Some Rules for External Entities 1/25/2010. Mechanics Data Flow Diagrams Mechanics Outline DFD symbols External entities (sources and sinks) Data Stores Data Flows Processes Types of diagrams Step by step approach Rules Some Rules for External Entities External

More information

1. Process Modeling. Process Modeling (Cont.) Content. Chapter 7 Structuring System Process Requirements

1. Process Modeling. Process Modeling (Cont.) Content. Chapter 7 Structuring System Process Requirements Content Chapter 7 Structuring System Process Requirements Understand the logical (&physical) process modeling by using data flow diagrams (DFDs) Draw DFDs & Leveling Balance higher-level and lower-level

More information

CA ERwin Process Modeler Data Flow Diagramming

CA ERwin Process Modeler Data Flow Diagramming CA ERwin Process Modeler Data Flow Diagramming Overview Guide r7.3 This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user

More information

Object Oriented Software Models

Object Oriented Software Models Software Engineering CSC 342/ Dr Ghazy Assassa Page 1 Object Oriented Software Models Use case diagram and use case description 1. Draw a use case diagram for a student-course-registration system. Show

More information

MODULE 5 DATA FLOW DIAGRAMS

MODULE 5 DATA FLOW DIAGRAMS MODULE 5 DATA FLOW DIAGRAMS Learning Units 5.1 Developing Data Flow Diagrams(DFD) a) What are DFDs? b) Symbols used in DFD c) Rules of data flow d) Good style in drawing DFD 5.2 Describing systems with

More information

Data Flow Diagram (DFD) Tutorial Written Date : January 27, 2012

Data Flow Diagram (DFD) Tutorial Written Date : January 27, 2012 Written Date : January 27, 2012 What is a data flow diagram (DFD)? Data Flow Diagrams (DFD) helps us in identifying existing business processes. It is a technique we benefit from particularly before we

More information

Comparisons and Contrasts Between imovie 2 and Movie Maker 2

Comparisons and Contrasts Between imovie 2 and Movie Maker 2 Comparisons and Contrasts Between imovie 2 and Movie Maker 2 imovie 2 and Movie Maker 2 are both very simple digital video editing programs. Essentially, Movie Maker was created by Microsoft to mimic the

More information

Objectives After completion of study of this unit you should be able to:

Objectives After completion of study of this unit you should be able to: Data Flow Diagram Tutorial Objectives After completion of study of this unit you should be able to: Describe the use of data flow diagrams Produce a data flow diagram from a given case study including

More information

Why Data Flow Diagrams?

Why Data Flow Diagrams? Flow Diagrams A structured analysis technique that employs a set of visual representations of the data that moves through the organization, the paths through which the data moves, and the processes that

More information

Entity / Activity Table for Causeway Cash Receipts System

Entity / Activity Table for Causeway Cash Receipts System Entity / Activity Table for Causeway Cash System Entity Activity 1 Sends checks and remittance advices (together) 2 Mailroom Clerk Endorses checks 3 Mailroom Clerk Processes remittance - writes amount

More information

Functional Modeling with Data Flow Diagrams

Functional Modeling with Data Flow Diagrams Functional Modeling with Data Flow Diagrams Amasi Elbakush 5771668 Teaching Assistant : Daniel Alami Utrecht University 1 Introduction Data Flow Diagrams (DFDs) are a visual representation of the flow

More information

Top 10 Tips for Grocery Inventory Management

Top 10 Tips for Grocery Inventory Management Top 10 Tips for Grocery Inventory Management 1. Properly Organize Stocked Inventory: This often overlooked step is one of the easiest to take towards improving your grocery inventory management and avoiding

More information

SUBJECT: WAREHOUSE FACILITIES ORDERING, RECEIVING, SECURING, STORING, AND DISPENSING MATERIALS.

SUBJECT: WAREHOUSE FACILITIES ORDERING, RECEIVING, SECURING, STORING, AND DISPENSING MATERIALS. MIAMI-DADE AVIATION DEPARTMENT STANDARD OPERATING PROCEDURES PROCUREMENT AND COMMODITIES DIVISION SOP No. 03-01 Effective: July 25, 2003 SUBJECT: WAREHOUSE FACILITIES ORDERING, RECEIVING, SECURING, STORING,

More information

Process Modelling. Data flow Diagrams. Process Modelling Data Flow Diagrams. CSE1204 - Information Systems 1

Process Modelling. Data flow Diagrams. Process Modelling Data Flow Diagrams. CSE1204 - Information Systems 1 CSE04 - Information s Process Modelling Data Flow Diagrams Process Modelling Process modelling aims to graphically represent the processes which capture, manipulate, store and distribute data. data flow

More information

Introduction to System Architect Student Edition (A Product of Popkin Software)

Introduction to System Architect Student Edition (A Product of Popkin Software) Introduction to System Architect Student Edition (A Product of Popkin Software) Dr. DOROTHY G. DOLOGITE Dr. RICHARD D. HOLOWCZAK Professors of Computer Information Systems Zicklin School of Business, Baruch

More information

Stock Management. Contents

Stock Management. Contents Finance Department Stock Management Stock Management Contents 1. Stock Management Overview...4 1.1. Assumptions...4 1.2. Accessing Core Aptos...4 2. Creating a Stock Product...5 2.1. Establish if a New

More information

Understanding Data Flow Diagrams Donald S. Le Vie, Jr.

Understanding Data Flow Diagrams Donald S. Le Vie, Jr. Understanding Flow Diagrams Donald S. Le Vie, Jr. flow diagrams (DFDs) reveal relationships among and between the various components in a program or system. DFDs are an important technique for modeling

More information

(Refer Slide Time 00:56)

(Refer Slide Time 00:56) Software Engineering Prof.N. L. Sarda Computer Science & Engineering Indian Institute of Technology, Bombay Lecture-12 Data Modelling- ER diagrams, Mapping to relational model (Part -II) We will continue

More information

Collated Food Requirements. Received orders. Resolved orders. 4 Check for discrepancies * Unmatched orders

Collated Food Requirements. Received orders. Resolved orders. 4 Check for discrepancies * Unmatched orders Introduction to Data Flow Diagrams What are Data Flow Diagrams? Data Flow Diagrams (DFDs) model that perspective of the system that is most readily understood by users the flow of information around the

More information

Chapter 3. Data Flow Diagrams

Chapter 3. Data Flow Diagrams Chapter 3. Data Flow Diagrams Table of Contents Objectives... 1 Introduction to Data Flow Diagrams... 2 What are Data Flow Diagrams?... 2 An example Data Flow Diagram... 2 The benefits of Data Flow Diagrams...

More information

MultiSite Suite: Inspections, Inventory, Purchase Requisitions and Purchase Orders. Overview

MultiSite Suite: Inspections, Inventory, Purchase Requisitions and Purchase Orders. Overview MultiSite Suite: Inspections, Inventory, Purchase Requisitions and Purchase Orders Overview INVENTORY, PURCHASE REQUISITION AND PURCHASE ORDER TABLE OF CONTENTS REQUISITION MANAGEMENT: OVERVIEW... 3 Purchase

More information

Chapter 6. Data-Flow Diagrams

Chapter 6. Data-Flow Diagrams Chapter 6. Data-Flow Diagrams Table of Contents Objectives... 1 Introduction to data-flow diagrams... 2 What are data-flow diagrams?... 2 An example data-flow diagram... 2 The benefits of data-flow diagrams...

More information

Purchase Agent Installation Guide

Purchase Agent Installation Guide Purchase Agent Installation Guide Before Installing Purchase Agent... 1 Installing Purchase Agent..... 2 Installing Purchase Agent Help Files... 8 Post Installation Getting Started... 13 BEFORE INSTALLING

More information

Data Flow Diagram (DFD) Tutorial Written Date : January 27, 2012

Data Flow Diagram (DFD) Tutorial Written Date : January 27, 2012 Written Date : January 27, 2012 What is a data flow diagram (DFD)? Data Flow Diagrams (DFD) helps us in identifying existing business processes. It is a technique we benefit from particularly before we

More information

Thomson Learning TM DOCUMENTING INFORMATION SYSTEMS CHAPTER

Thomson Learning TM DOCUMENTING INFORMATION SYSTEMS CHAPTER CHAPTER 3 DOCUMENTING INFORMATION SYSTEMS LEARNING OBJECTIVES To read and evaluate data flow diagrams. To read and evaluate systems flowcharts. To read and evaluate entity-relationship diagrams. To prepare

More information

An Automatic Tool for Checking Consistency between Data Flow Diagrams (DFDs)

An Automatic Tool for Checking Consistency between Data Flow Diagrams (DFDs) An Automatic Tool for Checking Consistency between Data Flow Diagrams (DFDs) Rosziati Ibrahim, Siow Yen Yen Abstract System development life cycle (SDLC) is a process uses during the development of any

More information

Use Case Diagrams. Tutorial

Use Case Diagrams. Tutorial Use Case Diagrams Tutorial What is a use case? A requirements analysis concept A case of a use of the system/product Describes the system's actions from a the point of view of a user Tells a story A sequence

More information

Introduction. Order-to-Cash. Chapter 10: Learning Objectives. Process Definition and Functions

Introduction. Order-to-Cash. Chapter 10: Learning Objectives. Process Definition and Functions Chapter 10: Learning Objectives Understand relationship between the OE/S (Order Entry/Sales) process and its business environment Appreciate the potential of the OE/S process to assist management decision

More information

Training Guide: Customers CRM. Version 001. Training Prerequisite: Basic System Knowledge

Training Guide: Customers CRM. Version 001. Training Prerequisite: Basic System Knowledge Training Guide: Customers CRM Version 001 Training Prerequisite: Basic System Knowledge Inventory 2 Invoice Ltd 2013 Nimble Business Services Ltd 2013 Customers 01 1 Table of Contents Introduction... 3

More information

WASHINGTON STATE LEGISLATURE RSS TUTORIAL HOW TO USE RSS TO BE NOTIFIED WHEN BILLS CHANGE STATUS

WASHINGTON STATE LEGISLATURE RSS TUTORIAL HOW TO USE RSS TO BE NOTIFIED WHEN BILLS CHANGE STATUS WASHINGTON STATE LEGISLATURE RSS TUTORIAL HOW TO USE RSS TO BE NOTIFIED WHEN BILLS CHANGE STATUS January 3, 2007 What is RSS? RSS stands for Really Simple Syndication. RSS programs called newsreaders allow

More information

Requirements Analysis Concepts & Principles. Instructor: Dr. Jerry Gao

Requirements Analysis Concepts & Principles. Instructor: Dr. Jerry Gao Requirements Analysis Concepts & Principles Instructor: Dr. Jerry Gao Requirements Analysis Concepts and Principles - Requirements Analysis - Communication Techniques - Initiating the Process - Facilitated

More information

one Managing your PBX Administrator ACCESSING YOUR PBX ACCOUNT CHECKING ACCOUNT ACTIVITY

one Managing your PBX Administrator ACCESSING YOUR PBX ACCOUNT CHECKING ACCOUNT ACTIVITY one Managing your PBX Administrator ACCESSING YOUR PBX ACCOUNT Navigate to https://portal.priorityonenet.com/ and log in to the PriorityOne portal account. If you would like your web browser to keep you

More information

Mail Merge: Create Mailing Labels Using Excel Data and Filtering the Contents in the Data

Mail Merge: Create Mailing Labels Using Excel Data and Filtering the Contents in the Data Mail Merge: Create Mailing Labels Using Excel Data and Filtering the Contents in the Data Prior to starting this, please save the.csv file that you exported as an excel file (example: xxxx.csv will now

More information

AVAILABLE CASE TOOLS I. SYSTEM FLOWCHART AND ER-DIAGRAM GENERATION TOOL

AVAILABLE CASE TOOLS I. SYSTEM FLOWCHART AND ER-DIAGRAM GENERATION TOOL AVAILABLE CASE TOOLS I. SYSTEM FLOWCHART AND ER-DIAGRAM GENERATION TOOL Name of the tool: SMARTDRAW URL: This Software can be downloaded from: http://www.smartdraw.com. This is a paid software, but a 30-day

More information

How to install and use the File Sharing Outlook Plugin

How to install and use the File Sharing Outlook Plugin How to install and use the File Sharing Outlook Plugin Thank you for purchasing Green House Data File Sharing. This guide will show you how to install and configure the Outlook Plugin on your desktop.

More information

e-portal Web Orders Instructions:

e-portal Web Orders Instructions: e-portal Web Orders Instructions: Login Page Please save the http://opa.uchc.edu/uchc_eportal_1.htm in your favorites. This is the page that you must Login from. Important information regarding the system

More information

Exporting Client Information

Exporting Client Information Contents About Exporting Client Information Selecting Layouts Creating/Changing Layouts Removing Layouts Exporting Client Information Exporting Client Information About Exporting Client Information Selected

More information

Online Banking Guide. Your guide to safely. and securely managing. your accounts online.

Online Banking Guide. Your guide to safely. and securely managing. your accounts online. Online Banking Guide Your guide to safely and securely managing your accounts online. Table of contents LOGGING INTO ONLINE BANKING... Page 2 YOUR PASSWORD... Page 3 SETTING UP YOUR SECURITY IMAGE, PHRASE

More information

Wilco Construction. Team 5 Information System Solution

Wilco Construction. Team 5 Information System Solution Wilco Construction Team 5 Information System Solution Information System Solution Michele Grammatikas Julie Hom Antonio Muro Eric Simmons Robin Suh Introduction Our focus is still on Equal Employment Opportunity

More information

Creating a New Search

Creating a New Search Getting Started The information search feature in AVImark allows the user to create and save queries to find specific information in the program. The Information Search in version 2010.4 and later now

More information

itunes Song Library and/or Music CD Conversion Software Installation & Operational Instructions

itunes Song Library and/or Music CD Conversion Software Installation & Operational Instructions itunes Song Library and/or Music CD Conversion Software Installation & Operational Instructions Copyright 2010 Southwestern Microsystems Inc. All rights reserved. Revision: B Dated: 5/22/2011 General Information

More information

AUDIO TO GO OverDrive Audio Books Quick Start Guide For MCLINC Borrowers

AUDIO TO GO OverDrive Audio Books Quick Start Guide For MCLINC Borrowers AUDIO TO GO OverDrive Audio Books Quick Start Guide For MCLINC Borrowers What you need to get started: OverDrive Media Console software Windows Media Player Series 9 or newer with Windows Security Update

More information

Personal Portfolios on Blackboard

Personal Portfolios on Blackboard Personal Portfolios on Blackboard This handout has four parts: 1. Creating Personal Portfolios p. 2-11 2. Creating Personal Artifacts p. 12-17 3. Sharing Personal Portfolios p. 18-22 4. Downloading Personal

More information

CASE TOOLS. Contents

CASE TOOLS. Contents MODULE 14 CASE TOOLS Contents 1. MOTIVATION AND LEARNING GOALS 2. LEARNING UNIT 1 CASE tools and their importance 3. LEARNING UNIT 2 Some CASE tools and their use 4. REFERENCES CASE TOOLS MOTIVATION Industries

More information

Eloquent Librarian Planning Guide

Eloquent Librarian Planning Guide ELOQUENT SYSTEMS INC Eloquent Librarian Planning Guide Volume 3 Circulation, Booking, Inventory & Fines Published 9/22/2010 This manual is designed to guide you in planning the implementation of the Eloquent

More information

Advanced Client Phone Training

Advanced Client Phone Training Advanced Client Phone Training Interaction Client Last Updated December 19, 2008 This document outlines advanced features and configuration of the Interaction Client. DVS, Inc. 60 Revere Dr., Suite 201

More information

Exporting Contact Information

Exporting Contact Information Contents About Exporting Contact Information Selecting Layouts Creating/Changing Layouts Removing Layouts Exporting Contact Information Exporting Contact Information About Exporting Contact Information

More information

Hands-on Guide. FileMaker Pro. Using FileMaker Pro with Microsoft Office

Hands-on Guide. FileMaker Pro. Using FileMaker Pro with Microsoft Office Hands-on Guide FileMaker Pro Using FileMaker Pro with Microsoft Office Table of Contents Introduction... 3 Before You Get Started... 4 Sharing Data between FileMaker Pro and Microsoft Excel... 5 Drag and

More information

DirectTrack CrossPublication Users Guide

DirectTrack CrossPublication Users Guide DirectTrack CrossPublication Users Guide Table of Contents Introduction...1 Getting Started...2 Do-It-Direct Enabling CrossPublication... 2 CrossPublication Setup... 3 Do-It-Direct CrossPublication Profile

More information

Copyright 2009 Bahn, D., Tang, H. & Yardley, A. All Rights Reserved. ISBN: 978-1-936203-05-5. Systems Analysis and Design Learning Module Series #3

Copyright 2009 Bahn, D., Tang, H. & Yardley, A. All Rights Reserved. ISBN: 978-1-936203-05-5. Systems Analysis and Design Learning Module Series #3 Systems Analysis and Design Learning Module Series #3 Document version Data Flow Diagrams Part 1 Creating an Intersection Table in a Relational Database Overview In this tutorial we will explain the basic

More information

How-to Guide: Creating a Mobile Website Using bmobilized

How-to Guide: Creating a Mobile Website Using bmobilized Mobile Websites How-to Guide: Creating a Mobile Website Using Content Provided by Mobile Websites Content 1. What is a mobile website? 2. Why you need a mobile website? 3. Who is? 4. How to create a mobile

More information

Getting Started with. Dynamic Committee Homepages. For ABA Members. Created: 12/2005. Last Updated: 12/2014

Getting Started with. Dynamic Committee Homepages. For ABA Members. Created: 12/2005. Last Updated: 12/2014 Getting Started with Dynamic Committee Homepages For ABA Members Created: 12/2005 Last Updated: 12/2014 Table of Contents Introduction Creating Your DCH Pages Edit Mode and Standard Mode Editing a Module

More information

Systems Analysis Process Modeling (DFD) 1 of 10. Analysis 003

Systems Analysis Process Modeling (DFD) 1 of 10. Analysis 003 Systems Analysis Process Modeling (DFD) 1 of 10 Goals: Process modeling (Data flow diagrams) Recognize and describe abstractions Identify the four elements of a DFD Construct a DFD Decompose a DFD Analysis

More information

Process for Data Flow Diagram Process Documentation Template: Description

Process for Data Flow Diagram Process Documentation Template: Description Data Flow Diagram Process Sui Generis Team Process for Data Flow Diagram Process Documentation Template: Item Description Process Title Data Flow Diagram Process Process # CMPE202-5-Sui2 Date September

More information

AUDACITY SOUND EDITOR SOFTWARE A USER GUIDE FOR AUDIO-VISUAL WORKERS

AUDACITY SOUND EDITOR SOFTWARE A USER GUIDE FOR AUDIO-VISUAL WORKERS AUDACITY SOUND EDITOR SOFTWARE A USER GUIDE FOR AUDIO-VISUAL WORKERS Prepared by Peter Appleton Copyright 2008 All illustrations in this guide were created using Audacity v1.2.6 Version 0.5 Page 1 of 18

More information

Construction Junction. Inventory Management Software Requirements Specification

Construction Junction. Inventory Management Software Requirements Specification Construction Junction Inventory Management Software Requirements Specification Version 2.0 Summa Technologies October 1st, 2009 Summa Technologies, Inc. 925 Liberty Avenue 6 th Floor Pittsburgh, PA 15222

More information

Mail Merge (Microsoft Office 2010)

Mail Merge (Microsoft Office 2010) Mail Merge (Microsoft Office 2010) Microsoft Word s 2010 mail merge feature allows users to create one document, such as a customer appreciation letter, promotional letter, or an employee appreciation

More information

Process Analysis. Work Process Documentation Guidelines. Purpose

Process Analysis. Work Process Documentation Guidelines. Purpose Purpose The purpose of this tool is threefold: Convey a common understanding of the basis for documenting work processes by defining the five levels of detail for capturing work process Provide instructions

More information

Creating an Omeka Exhibit

Creating an Omeka Exhibit Creating an Omeka Exhibit Now that you've added items to your Omeka site and grouped them into collections, you're ready for the next step: taking your users on a guided tour through the items you've collected.

More information

Process Mapping Guidelines

Process Mapping Guidelines Process Mapping Guidelines FLOWCHART SYMBOLS The following are the primary symbols: SYMBOL NAME DESCRIPTION Activity/Processing Decision Document Direction of Flow Chart Connections Indicates that an activity

More information

You can see a product s details by scrolling to the desired name, tapping that row, then press Product Details tab at page bottom.

You can see a product s details by scrolling to the desired name, tapping that row, then press Product Details tab at page bottom. 6 Products Products is designed for simple inventory management. The main view is the Product List, a summary of all products in your inventory. The items in black are those that are well stocked. The

More information

Data Flow Diagrams and Use cases

Data Flow Diagrams and Use cases . Business Analysis Whitepaper Data Flow Diagrams and Use cases 2006 Majik Consulting, All rights reserved Page 1 of 16 Copy No: Document No Unauthorised Copying Revision: 1.0 27 December 2008 2006 Majik

More information

CAPS LOCK must be ON: when entering login information

CAPS LOCK must be ON: when entering login information OLRS (Online Registration System) Virginia Rental DEALER TITLE ONLY New User Guide Rental Dealer ID Rental Dealer Password CAPS LOCK must be ON: when entering login information OLRS Customer Support Phone:

More information

Microsoft Access XP Session 1 Week 8

Microsoft Access XP Session 1 Week 8 Creating a Database Click-on the Start button in the lower left corner of the screen, then click-on Programs, and then click-on Microsoft Access. New File The Access XP New File Task Pane will appear on

More information

Archiving Documents - A Process of Importance and Function

Archiving Documents - A Process of Importance and Function 1. ARCHIVING OF PAPER (MATERIAL SUPPORT) DOCUMENTS GENERAL INFORMATIONS Access Archiving systems Fire detection and extinguishing Cleanliness Environmental conditions in storage archive Archiving shelves

More information

VERITAS NetBackup Vault 6.0

VERITAS NetBackup Vault 6.0 VERITAS NetBackup Vault 6.0 Operator s Guide for UNIX, Windows, and Linux N15282C September 2005 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software

More information

Intro to Atlas.ti: Qualitative Data Analysis Software

Intro to Atlas.ti: Qualitative Data Analysis Software Intro to Atlas.ti: Qualitative Data Analysis Software Valentina Petrova Center for Social Science Computation and Research 110 Savery Hall University of Washington Seattle, WA 98195 USA (206) 543-8110

More information

Windows Movie Maker 2012

Windows Movie Maker 2012 Windows Movie Maker 2012 Open Windows Movie Maker A shortcut for Movie Maker should be on the desktop, but if it is not, you can search for the program by touching the right edge of the screen and swiping

More information

DOCUMENTING USE CASES

DOCUMENTING USE CASES Chapter 7 DOCUMENTING USE CASES There is a lot of documentation associated with Use Cases that needs to be organized somehow. You want the documentation to be understandable, but you need other things

More information

InStore Management. Quick Guide LS Retail NAV 4.20

InStore Management. Quick Guide LS Retail NAV 4.20 InStore Management Quick Guide LS Retail NAV 4.20 October 2006 Copyright 2007, LS Retail ehf. All rights reserved. All trademarks belong to their respective holders. Contents 1 Introduction... 1 2 Requirements...

More information

FLEETMATE. Overview. Work Order Features. CUSTOMER GUIDE: Work Orders

FLEETMATE. Overview. Work Order Features. CUSTOMER GUIDE: Work Orders Overview FLEETMATE will enable you to record all maintenance and/or repair activities performed on a vehicle via a Work Order. Work orders can accommodate any number of individual Labor lines, and any

More information

Create Mailing Labels Using Excel Data (Mail Merge)

Create Mailing Labels Using Excel Data (Mail Merge) Create Mailing Labels Using Excel Data (Mail Merge) This quick guide will show you how to create mailing labels from an Excel spreadsheet. To print mailing labels, you ll import Excel spreadsheet data

More information

END OF YEAR. Accounts Receivable

END OF YEAR. Accounts Receivable END OF YEAR There are certain tasks that need to be done at the end of the calendar year and another set of tasks that need to be done at the end of the accounting year. If your fiscal calendar coincides

More information

Last Updated on 11/06/2008. www.jobprotech.com

Last Updated on 11/06/2008. www.jobprotech.com Last Updated on 11/06/2008 www.jobprotech.com Copyright JobPro Technology, 2008 How to Use this Guide This manual is designed as a reference for JobPro customers. It is not intended to be a replacement

More information

Investigate Requirements for Software Solutions

Investigate Requirements for Software Solutions Unit 29: Investigate Requirements for Software Solutions Learning Outcomes A candidate following a programme of learning leading to this unit will be able to: Gather and analyse appropriate and relevant

More information

Accounts Payable Back Office Reference Guide

Accounts Payable Back Office Reference Guide Accounts Payable Back Office Reference Guide Version 4 Copyright Orion Law Management Systems, Inc. All rights reserved Printed in the United States of America www.orionlaw.com All Rights Reserved. No

More information

Retail POS User s Guide. Microsoft Dynamics AX for Retail

Retail POS User s Guide. Microsoft Dynamics AX for Retail Retail POS User s Guide Microsoft Dynamics AX for Retail January 2011 Microsoft Dynamics is a line of integrated, adaptable business management solutions that enables you and your people to make business

More information

TCF Online Bill Pay Quick Start and Reference Guide

TCF Online Bill Pay Quick Start and Reference Guide TCF Online Bill Pay Quick Start and Reference Guide Table of Contents Quick Start The TCF Online Bill Pay... 4 Add a Payment Category... 7 Add a Memo... 8 Add a Note... 9 Help/FAQ... 10 Cancel a Payment...

More information

Futura s 2015 Medicare Fee Import Guide

Futura s 2015 Medicare Fee Import Guide Futura s 2015 Medicare Fee Import Guide NOTE: Please verify a backup has been done before proceeding with this update. If you are an ASP hosted client your backups are automatic. The following instructions

More information

This document was derived from simulation software created by Steve Robbins which was supported by NSF DUE-9752165

This document was derived from simulation software created by Steve Robbins which was supported by NSF DUE-9752165 UNIX Concurrent IO Simulator Exercises This document was derived from simulation software created by Steve Robbins which was supported by NSF DUE-9752165 Instructions: Download the UNIX Concurrent I/O

More information

Mbox Basics Guide. Version 6.7 for LE Systems on Windows XP or Mac OS X. Digidesign

Mbox Basics Guide. Version 6.7 for LE Systems on Windows XP or Mac OS X. Digidesign Mbox Basics Guide Version 6.7 for LE Systems on Windows XP or Mac OS X Digidesign 2001 Junipero Serra Boulevard Daly City, CA 94014-3886 USA tel: 650 731 6300 fax: 650 731 6399 Technical Support (USA)

More information

Buy Online through AT&T Premier and Pick Up in Store

Buy Online through AT&T Premier and Pick Up in Store Buy Online through AT&T Premier and Pick Up in Store Release Notes April 2014 Buy online in Premier and pick up in store Your Corporate Responsibility Users (CRUs) and Individual Responsibility Users (IRUs)

More information

Dynamic Committee Homepages

Dynamic Committee Homepages Getting Started with Dynamic Committee Homepages For ABA Members December 2005 Table of Contents Introduction Creating Your DCH Pages Edit Mode and Standard Mode Editing a Module Adding & Deleting Modules

More information

The corresponding control ladder program is shown at below: The content of element comment will be built is shown below

The corresponding control ladder program is shown at below: The content of element comment will be built is shown below Introduction This tutorial explains how to build an application by using the Winproladder programming package to write a ladder control program. In this tutorial we will not tackle the advanced features

More information

Designing Data Models for Asset Metadata Daniel Hurtubise SGI

Designing Data Models for Asset Metadata Daniel Hurtubise SGI Designing Data Models for Asset Metadata Daniel Hurtubise SGI Abstract The Media Asset Management System (MAMS) stores digital data and metadata used to support the mission of a company. In essence, the

More information

Human Resources Staff Report Processing

Human Resources Staff Report Processing Human Resources Staff Report Processing 2015-2016 ISEE Updates Idaho Users: The updates for 2015-2016 have been completed. These changes include: 1. Updates to the Custom Forms. 2. Field changes in the

More information

Welcome to The Grid 2

Welcome to The Grid 2 Welcome to 1 Thanks for choosing! These training cards will help you learn about, providing step-by-step instructions for the key skills you will need and introducing the included resources. What does

More information

itunes 7.0 Fall 07 fall 2007

itunes 7.0 Fall 07 fall 2007 itunes 7.0 Fall 07 fall 2007 Table of Contents Introduction 3 Layout of itunes 3 Playlists 4 Create a Playlist 4 Create a Smart Playlist 5 Burning to CD 5 Burning Preferences 5 Importing Files 6 Encoding

More information

State of Michigan Data Exchange Gateway. Web-Interface Users Guide 12-07-2009

State of Michigan Data Exchange Gateway. Web-Interface Users Guide 12-07-2009 State of Michigan Data Exchange Gateway Web-Interface Users Guide 12-07-2009 Page 1 of 21 Revision History: Revision # Date Author Change: 1 8-14-2009 Mattingly Original Release 1.1 8-31-2009 MM Pgs 4,

More information

3. Add and delete a cover page...7 Add a cover page... 7 Delete a cover page... 7

3. Add and delete a cover page...7 Add a cover page... 7 Delete a cover page... 7 Microsoft Word: Advanced Features for Publication, Collaboration, and Instruction For your MAC (Word 2011) Presented by: Karen Gray (kagray@vt.edu) Word Help: http://mac2.microsoft.com/help/office/14/en-

More information

Xilinx ISE. <Release Version: 10.1i> Tutorial. Department of Electrical and Computer Engineering State University of New York New Paltz

Xilinx ISE. <Release Version: 10.1i> Tutorial. Department of Electrical and Computer Engineering State University of New York New Paltz Xilinx ISE Tutorial Department of Electrical and Computer Engineering State University of New York New Paltz Fall 2010 Baback Izadi Starting the ISE Software Start ISE from the

More information

Content Sheet 4-1: Purchasing and Inventory Overview

Content Sheet 4-1: Purchasing and Inventory Overview Content Sheet 4-1: Purchasing and Inventory Overview Role in quality management systems Purchasing and inventory management is a critical, or essential, component of the quality management system. Efficient

More information

APPENDIX A Data Modeling

APPENDIX A Data Modeling APPENDIX A Data Modeling A data model describes the data that flows through the business processes in an organization. During the analysis phase, the data model presents the logical organization of data

More information

Why Documentation Is Important. Documentation of Systems. Document Flowcharts. Types of Documentation

Why Documentation Is Important. Documentation of Systems. Document Flowcharts. Types of Documentation Core Concepts of ACCOUNTING INFORMATION SYSTEMS Moscove, Simkin & Bagranoff Chapter 2 Documenting Accounting Information Systems Developed by: S. Bhattacharya, Ph.D. Florida Atlantic University Introduction

More information

2 SYSTEM DESCRIPTION TECHNIQUES

2 SYSTEM DESCRIPTION TECHNIQUES 2 SYSTEM DESCRIPTION TECHNIQUES 2.1 INTRODUCTION Graphical representation of any process is always better and more meaningful than its representation in words. Moreover, it is very difficult to arrange

More information