Architectural Design Structured Design. Xin Feng

Size: px
Start display at page:

Download "Architectural Design Structured Design. Xin Feng"

Transcription

1 Architectural Design Structured Design Xin Feng

2 Structured Analysis Method Based on the Data Flow Diagrams Specification Data flow diagram Design Structured tree This is NOT an OO-Method!!!

3 Data Flow Model Blood parameters Analyze blood sugar Blood sugar level Compute Insulin dosage Deliver Pump Commands Pump control commands Insulin dosage An insulin pump control system 11/04/2014 Software Engineering 3

4 Steps 1. Review ( 再 检 查 )and refine data flow diagrams 2. Isolate ( 分 离 ) the transform ( 转 换 )center by specifying incoming and outgoing flow boundaries ( 边 界 ) Incoming flow is a path that converts ( 转 换 ) information from external to internal form Outgoing flow is a path that converts information from internal form to external form 3. Perform the first level factoring ( 分 解 ) 4. Perform the second level factoring

5 Isolating Transform Center

6 Isolating Transform Center Incoming flows Transformation center Outgoing flows

7 Isolating Transform Center Incoming flows Transformation center Outgoing flows

8 Isolating Transform Center Incoming flows Transformation center Outgoing flows Input control Transformation Output control

9 First Level Factoring Central Control Input Control Transformation Output Control

10 Isolating Transform Center Example 1 Blood parameters Analyze blood sugar Blood sugar level Compute Insulin dosage Deliver Pump Commands Pump control commands Insulin dosage An insulin pump control system 11/04/2014 Software Engineering 10

11 First Level Factoring Example 1 Control delivery Input blood parameter Analyze and Compute Deliver pump command 11/04/2014 Software Engineering 11

12 Isolating Transform Center Example 2 Blood parameters Analyze blood sugar Blood sugar level Compute Insulin dosage Deliver Pump Commands Pump control commands Insulin dosage An insulin pump control system 11/04/2014 Software Engineering 12

13 First Level Factoring Example 2 Control delivery Get blood sugar level Compute Deliver Pump Command 11/04/2014 Software Engineering 13

14 Data Flow Model Flight database Flight requirements Check database Flight information List flights for choice Selected flight Passenger info notification system Booking database Passenger info receipt Booking information An E ticketing system Compute fare Price Check out Credit card information 11/04/2014 Software Engineering 14

15 Data Flow Model Flight requirements Input booking info Passenger info Flight database Check database Flight information List flights for choice Selected flight Input passenger info notification system Booking database Passenger info receipt Booking information An E ticketing system Compute fare Price Check out Verified card Verify card Credit card information Input credit car info 11/04/2014 Software Engineering 15

16 Isolating Transform Center Example 3 Flight requirements Input booking info Passenger info Flight database Flight requirements Check database Flight information List flights for choice Selected flight Input passenger info Passenger info notification system Booking database Passenger info receipt Compute fare Price Check out Verified Booking card information An E ticketing system Verify card Credit card information Input credit car info 11/04/2014 Software Engineering 16

17 First Level factoring Example 3 Book Ticket Booking Information input Book Flights Deliver Tickets 11/04/2014 Software Engineering 17

18 Second Level factoring Map individual ( 单 个 )transforms of a data flow diagram into appropriate ( 合 适 的 ) modules within the architecture Several transactions ( 事 务 )can be merged to one transaction One transaction can be further expanded ( 扩 展 ) to several transactions The structure can be changed 11/04/2014 Software Engineering 18

19 Second Level Factoring Example 1 Control delivery Input blood parameter Analyze and Compute Deliver Pump Command Analyze Blood Sugar Compute dosage 11/04/2014 Software Engineering 19

20 Second Level Factoring Example 2 Control delivery Get blood sugar level Compute Deliver Pump Command Input Blood Parameter Analyze Blood Sugar 11/04/2014 Software Engineering 20

21 Second Level Factoring Example 3 Book Ticket Booking Information input Book Flights Deliver Tickets Input Booking Info Input credit card info Input passenger info Check database List flight Compute fare Verify card Send 11/04/2014 Software Engineering 21

22 Class Exercise Give the structured design tree for DFD in the following DFD account to transfer amount Transfer warning eject card command verify card account no Access account info account info Inquiry balance pwd card info swallow card command account Info amount warning Withdraw deliver cash cmd

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

Software Design. Design (I) Software Design Data Design. Relationships between the Analysis Model and the Design Model

Software Design. Design (I) Software Design Data Design. Relationships between the Analysis Model and the Design Model Software Design Design (I) Software Design is a process through which requirements are translated into a representation of software. Peter Lo CS213 Peter Lo 2005 1 CS213 Peter Lo 2005 2 Relationships between

More information

Software Process Models. Xin Feng

Software Process Models. Xin Feng Software Process Models Xin Feng Questions to Answer in Software Engineering? Questions to answer in software engineering What is the problem to be solved? Definition What are the characteristics of the

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

Analysis / Design. Traditional Development. Process models. Common Methodologies. Common Approach. Analysis: DFD. Traditional Software Development 1

Analysis / Design. Traditional Development. Process models. Common Methodologies. Common Approach. Analysis: DFD. Traditional Software Development 1 Analysis / Design Traditional Development requirements gathering WHAT? HOW? requirements analysis coding Ali Doğru METU 66 Process models Usually Waterfall derivatives Data and Function based models Dataflow

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

Airline Flight and Reservation System. Software Design Document. Name:

Airline Flight and Reservation System. Software Design Document. Name: Airline Flight and Reservation System Software Design Document Name: Date: 15.01.2011 Table of Contents 1. Introduction... 3 1.1 Purpose...3 1.2 Scope...3 1.3 Overview...3 2. System Overview... 4 3. System

More information

A Methodology for Safety Critical Software Systems Planning

A Methodology for Safety Critical Software Systems Planning A Methodology for Safety Critical Software Systems Planning EHAB SHAFEI 1, IBRAHIM F. MOAWAD 2, HANY SALLAM 1, ZAKI TAHA 3, MOSTAFA AREF 3 1 Operation Safety and Human Factors Department, 2 Information

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

(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

Large Scale Systems Design G52LSS

Large Scale Systems Design G52LSS G52LSS Refine Requirements Lecture 13 Use Case Analysis Use Case Diagrams and Use Cases Steps of Use Case Analysis Example: University Registration System Learning outcomes: understand the importance of

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

BPMN by example. Bizagi Suite. Copyright 2014 Bizagi

BPMN by example. Bizagi Suite. Copyright 2014 Bizagi BPMN by example Bizagi Suite Recruitment and Selection 1 Table of Contents Scope... 2 BPMN 2.0 Business Process Modeling Notation... 2 Why Is It Important To Model With Bpmn?... 2 Introduction to BPMN...

More information

Concur Travel & Expense Overview

Concur Travel & Expense Overview Concur Travel & Expense Overview What is Concur Travel & Expense? Concur Travel & Expense delivers One-Touch Business Travel TM integrating travel reservations & expense reporting data into one application

More information

How To Develop Software

How To Develop Software Software Engineering Prof. N.L. Sarda Computer Science & Engineering Indian Institute of Technology, Bombay Lecture-4 Overview of Phases (Part - II) We studied the problem definition phase, with which

More information

Back-office system for Tour Operators Odyssea Inventory handling and accounting system of tourist organization

Back-office system for Tour Operators Odyssea Inventory handling and accounting system of tourist organization Back-office system for Tour Operators Odyssea Inventory handling and accounting system of tourist organization ABOUT THE ODYSSEA SYSTEM The Odyssea System was developed with a Travel Wholesaler in mind.

More information

Within online customer support, you will find customer support contact information, a link to e-mail our corporate travel agents and online help.

Within online customer support, you will find customer support contact information, a link to e-mail our corporate travel agents and online help. Tufts Traveler & Arranger Manual Spring 2006 GETTING HELP Corporate Travel Agents You may contact your custom agent or a corporate travel agent for help with the site, booking assistance or general support

More information

BUSINESS PROCESS DOCUMENTATION

BUSINESS PROCESS DOCUMENTATION BUSINESS PROCESS DOCUMENTATION TRAINING COURSE October, 2008 This publication was produced for review by the United States Agency for International Development. It was prepared by Ali Rammal, Tax Administration

More information

Business Banking Switch Kit. Getting Started

Business Banking Switch Kit. Getting Started Business Banking Switch Kit We understand that switching bank accounts can be a hassle; but at Congressional Bank we make it easy. Following the steps below will make the process straightforward and trouble-free.

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

15.3.3 OOA of Railway Ticket Reservation System

15.3.3 OOA of Railway Ticket Reservation System 448 15.3.3 OOA of Railway Ticket System Assume that domain analysis is complete and DAD is ready for reference. The analyst also has a fair knowledge of the system and the system environment. For the sake

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

A Guide to Data Migrations for Customers and Local Markets.

A Guide to Data Migrations for Customers and Local Markets. A Guide to Data Migrations for Customers and Local Markets. Travelport Data Migration Guide v1.00 Page: 1 Introduction This document is provided by the Data Migration Team and is intended to give a clear

More information

Business Intelligence Inquiry Dashboard Job Aid

Business Intelligence Inquiry Dashboard Job Aid Business Intelligence Inquiry Dashboard Job Aid DASHBOARD AND DASHBOARD PAGES: DASHBOARD: Inquiry DATA: The data in the Inquiry dashboard is from the Cardinal Financial System General Ledger, Accounts

More information

Customer Service Plan. (Issued in Compliance with 14 CFR Part 259)

Customer Service Plan. (Issued in Compliance with 14 CFR Part 259) Customer Service Plan (Issued in Compliance with 14 CFR Part 259) Fiji Airways, in compliance with 14 CFR Part 259, has adopted this customer service plan to monitor the effects of irregular flight operations

More information

Formal Software Testing. Terri Grenda, CSTE IV&V Testing Solutions, LLC www.ivvts.com

Formal Software Testing. Terri Grenda, CSTE IV&V Testing Solutions, LLC www.ivvts.com Formal Software Testing Terri Grenda, CSTE IV&V Testing Solutions, LLC www.ivvts.com Scope of Testing Find defects early Remove defects prior to production Identify Risks Unbiased opinion When Should Testing

More information

JobOps 2013 R2 Installation Guide

JobOps 2013 R2 Installation Guide JobOps 2013 R2 Installation Guide Important Information... 1 SAGE 100 Standard ERP or SAGE 100 Advanced ERP Module Requirements... 1 Before Installing JobOps 2013 R2... 2 Installing JobOps 2013 R2... 4

More information

University Students Council of the University of Western Ontario TRAVEL POLICY

University Students Council of the University of Western Ontario TRAVEL POLICY EFFECTIVE: November 1, 2011 SUPERSEDES: AUTHORITY: Council RATIFIED BY: Council October 26, 2011 Executive Council November 1, 2011 PAGE 1 of 7 1.00 APPLICATION 1.01 This policy applies to all USC travel

More information

Insulin Pump System Design

Insulin Pump System Design Insulin Pump System Design Introduction The insulin pump system is a portable, automated insulin pump which is used by diabetics to administer insulin as and when they require it at regular, periodic intervals.

More information

AR326: Accounts Receivable - Funds Receipts. Instructor Led Training

AR326: Accounts Receivable - Funds Receipts. Instructor Led Training AR326: Accounts Receivable - Funds Receipts Instructor Led Training Rev 1/21/2015 Welcome This training provides employees with the skills and information necessary to use Cardinal. It is not intended

More information

CHAPTER 11: DATA FLOW DIAGRAMS (DFD)

CHAPTER 11: DATA FLOW DIAGRAMS (DFD) CHAPTER 11: DATA FLOW DIAGRAMS (DFD) 11.1 Introduction to Logical and Physical Data Flow Diagrams Data flow diagrams (DFDs) are categorized as either logical or physical. A logical DFD focuses on the business

More information

User Guide - Version 1. Amadeus Airline Service Fees

User Guide - Version 1. Amadeus Airline Service Fees User Guide - Version 1 Amadeus Airline Service Fees Table of Contents Introduction... 3 How Amadeus Airline Service Fees work... 4 Type of Fees... 4 The shopping and pricing workflow... 4 New command entries...

More information

PAYROLL CARD FREQUENTLY ASKED QUESTIONS

PAYROLL CARD FREQUENTLY ASKED QUESTIONS The following document provides answers to frequently asked questions regarding the Umpqua Bank Payroll Card. Contact Customer Care at 800-650-7141 with questions. Card Basics Q. How does the Payroll Card

More information

CSC 342 Semester I: 1425-1426H (2004-2005 G)

CSC 342 Semester I: 1425-1426H (2004-2005 G) CSC 342 Semester I: 1425-1426H (2004-2005 G) Software Engineering Systems Analysis: Requirements Structuring Context & DFDs. Instructor: Dr. Ghazy Assassa Software Engineering CSC 342/Dr. Ghazy Assassa

More information

Report on the Train Ticketing System

Report on the Train Ticketing System Report on the Train Ticketing System Author: Zaobo He, Bing Jiang, Zhuojun Duan 1.Introduction... 2 1.1 Intentions... 2 1.2 Background... 2 2. Overview of the Tasks... 3 2.1 Modules of the system... 3

More information

REGULATION E DISCLOSURE

REGULATION E DISCLOSURE MIDLAND NATIONAL BANK 527 N MAIN STREET PO BOX 427 NEWTON KS 67114 (316)283 1700 REGULATION E DISCLOSURE ELECTRONIC FUND TRANSFER AGREEMENT AND DISCLOSURE For purposes of this disclosure and agreement

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

DASH GROUP INC. Aviation Software. Revenue Accounting And Ticket Auditing Solutions for PC Environment

DASH GROUP INC. Aviation Software. Revenue Accounting And Ticket Auditing Solutions for PC Environment DASH GROUP INC. Aviation Software Revenue Accounting And Ticket Auditing Solutions for PC Environment Introduction Dash Group Inc. has been providing computer software solutions and services to the aviation

More information

EXAMPLES OF DATABASE INFORMATION SYSTEMS

EXAMPLES OF DATABASE INFORMATION SYSTEMS 108 Chapter 2 We shall examine in this chapter: Examples of database information systems. We then examine in detail three commonly used methods for organising and storing and retrieving data within information

More information

A Guide to Highlands & Islands Patient Travel Scheme ARGYLL & BUTE

A Guide to Highlands & Islands Patient Travel Scheme ARGYLL & BUTE A Guide to Highlands & Islands Patient Travel Scheme ARGYLL & BUTE Introduction The Highlands and Islands Patient Travel Scheme was originally set up in recognition of the difficulties and expense involved

More information

Introduction to CORREX. Participant Guide

Introduction to CORREX. Participant Guide Introduction to Participant Guide Table of Contents Objectives...3 Introduction...4 Solution Suite...5 How it Works...6 Tickets/Requests...7 Tools...10 Support Positions...11 Key Stakeholders and Contacts...11

More information

BUSINESS EXPENSES AND DEDUCTIONS

BUSINESS EXPENSES AND DEDUCTIONS 03 BUSINESS EXPENSES AND DEDUCTIONS Claim deductions for your business expenses when you lodge your income tax return, see page 18. To claim deductions for your business expenses when you lodge your income

More information

Vendor Access Management

Vendor Access Management Vendor Access Management ProPath Office of Information and Technology Table of Contents Vendor Access Management Process Map... 1 Process: Vendor Access Management... 2 Vendor Access Management Description

More information

Fort Bend ISD Summer School Online Course Request and Payment Guide 2015

Fort Bend ISD Summer School Online Course Request and Payment Guide 2015 Summer School This year you can make your course selections for 2015 Summer School Programs in Skyward Family Access. Skyward Family Access allows you to select your summer school course and pay for it

More information

Design of an Insulin Pump. Purpose of an Insulin Pump:

Design of an Insulin Pump. Purpose of an Insulin Pump: Design of an Insulin Pump Purpose of an Insulin Pump: Insulin is a hormone central to regulating carbohydrate and fat metabolism in the body. It is secreted regularly within the body and aids in converting

More information

Business Process Flowcharting Standards Please use ONLY the symbols show below, following these guidelines:

Business Process Flowcharting Standards Please use ONLY the symbols show below, following these guidelines: Color Legend Role Template Key Business Process Flowcharting Standards Please use ONLY the symbols show below, following these guidelines: / / - Indicates point at which the process begins or ends. Does

More information

Controlling Risks Safety Lifecycle

Controlling Risks Safety Lifecycle Controlling Risks Safety Lifecycle Objective Introduce the concept of a safety lifecycle and the applicability and context in safety systems. Lifecycle Management A risk based management plan for a system

More information

Who can claim? You may claim if you have been awarded a full NHS Bursary as long as you are not:

Who can claim? You may claim if you have been awarded a full NHS Bursary as long as you are not: Am I entitled to claim back travel or accommodation costs as a result of attending a practice placement? (Students starting courses on or after 1 September 2012 only) If you have to undertake practice

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

Advance IV Therapy Module. Example 1. 3mg. 3mg min = 45

Advance IV Therapy Module. Example 1. 3mg. 3mg min = 45 Advance IV Therapy Module Eample A patient is to receive Lidocaine at 3mg/. Supplied is a one liter bag of D 5 W containing Lidocaine 4g. Calculate the infusion rate in ml/. First, identify the doctor

More information

INTRO120: Billing and Accounts Receivable Overview. Web Based Training

INTRO120: Billing and Accounts Receivable Overview. Web Based Training INTRO120: Billing and Accounts Receivable Overview Web Based Training Revised 2/21/2013 Welcome Welcome to Cardinal Training! This training provides employees with the skills and information necessary

More information

VARONIS SUPPORT PRINCIPLES

VARONIS SUPPORT PRINCIPLES VARONIS SUPPORT PRINCIPLES 1. SUPPORT SERVICES 1.1 Support Services. Throughout the Support Services term (the period for which applicable Support Services fees are paid), Varonis will make available to

More information

MMU Vehicle Hire Policy: Information for Staff booking vehicles

MMU Vehicle Hire Policy: Information for Staff booking vehicles MMU Vehicle Hire Policy: Information for Staff booking vehicles The University will only allow vehicles to be hired where the purpose is exclusively for business use. Private use of such vehicles is strictly

More information

MSN Upgrade and Refresh with Remote Support Services

MSN Upgrade and Refresh with Remote Support Services MSN Upgrade and Refresh with Remote Support Services Service Summary Mountain States Networking ( MSN ) shall provide the following Upgrade and Refresh Services to Customer for up to one (1) chassis limited

More information

Online Treasury Manager Wire and Information Reporting Web-based training. For Internal Use Only

Online Treasury Manager Wire and Information Reporting Web-based training. For Internal Use Only Online Treasury Manager Wire and Information Reporting Web-based training For Internal Use Only Online Treasury Manager Wire and Information Reporting Demo Demo agenda 1. Online Treasury Manager Wire Demo

More information

Data Recovery Scenarios

Data Recovery Scenarios Appendix A Data Recovery Scenarios CSS GROUP, INC. 11865 IH 10 West, Suite 611 San Antonio, Texas 78230 Phone: 800-448-8432 Fax: 210-561-9788 E-mail: info@ cssgroup.net www.cssgroup.net : Repair of Datafile

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

Software Engineering. System Modeling

Software Engineering. System Modeling Software Engineering System Modeling 1 System modeling System modeling is the process of developing abstract models of a system, with each model presenting a different view or perspective of that system.

More information

System Modeling / Class Diagra Diagr m a Week 6

System Modeling / Class Diagra Diagr m a Week 6 System Modeling / Class Diagram Week 6 System modeling Agenda (Lecture) Agenda (Lab) Create CRC cards for your group project Create a system level (analysis level) class diagram (Lab Assignment #6) for

More information

Am I entitled to claim back travel or accommodation costs as a result of attending a practice placement?

Am I entitled to claim back travel or accommodation costs as a result of attending a practice placement? Am I entitled to claim back travel or accommodation costs as a result of attending a practice placement? (courses commencing on or after 1 September 2012) If you have to undertake practice placements as

More information

Lesson Description. Texas Essential Knowledge and Skills (Target standards) National Standards (Supporting standards)

Lesson Description. Texas Essential Knowledge and Skills (Target standards) National Standards (Supporting standards) Lesson Description The students will share their base knowledge of payment options through a sorting activity. Students will brainstorm with groups to discuss the differences between debit and credit cards.

More information

How to design an insulin pump

How to design an insulin pump How to design an insulin pump Learn about the purpose of an insulin pump, its overall workings, and the requirements needed for its design as well as implementation. By Asha Ganesan Applications Engineer

More information

Microsoft Dynamics GP 2010

Microsoft Dynamics GP 2010 Microsoft Dynamics GP 2010 Workflow Administrator s Guide March 30, 2010 Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and

More information

Table of Contents. Bibliografische Informationen http://d-nb.info/98771483x. digitalisiert durch

Table of Contents. Bibliografische Informationen http://d-nb.info/98771483x. digitalisiert durch 1 What is Microsoft Dynamics AX? 1 1.1 Axapta and the History of Dynamics AX 1 1.2 Dynamics AX 2009 Product Overview 2 1.3 Technology and System Architecture 4 1.4 Application Components 8 2 Getting Started:

More information

Travel Program Overview

Travel Program Overview Travel Program Overview UCG Travel Department Assists Travelers Questions/issues Management reporting Policy monitoring Emergency tracking Travel supplier management Coordinate corporate savings programs

More information

ABSTRACT. would end the use of the hefty 1.5-kg ticket racks carried by KSRTC conductors. It would also end the

ABSTRACT. would end the use of the hefty 1.5-kg ticket racks carried by KSRTC conductors. It would also end the E-Ticketing 1 ABSTRACT Electronic Ticket Machine Kerala State Road Transport Corporation is introducing ticket machines on buses. The ticket machines would end the use of the hefty 1.5-kg ticket racks

More information

How to use Patient Travel in Skåne

How to use Patient Travel in Skåne (Valid from 2013) How to use Patient Travel in Skåne Skånetrafiken's responsibility Skånetrafiken is an administration within Region Skåne, and is responsible for the public transportation network in Skåne.

More information

Ticket Reader with real time clock and magnetic encoding

Ticket Reader with real time clock and magnetic encoding Ticket Reader with real time clock and magnetic encoding Order number: TL-31 The Ticket Reader TL 31 consists of the multifunctional MODPARK ticket modules integrated into a housing, which is well suited

More information

Requirements Document for the Banking System. Lecture # 40

Requirements Document for the Banking System. Lecture # 40 Requirements Document for the Banking System Lecture # 40 Requirements Document The requirements document is a formal document used to communicate the requirements to customers, engineers and managers

More information

CSM Guideline for Completion of TA s and TE s

CSM Guideline for Completion of TA s and TE s CSM Guideline for Completion of TA s and TE s Table of Contents Page Introduction... 2 Travel Authorization Form (TA).. 2 Airline Tickets. 4 Rental Cars.. 5 US Bank VISA Card (CSM Travel Card). 7 Activity

More information

Generate Electronic Payments in Accounts Payable

Generate Electronic Payments in Accounts Payable Generate Electronic Payments in Accounts Payable IMPORTANT NOTICE This document and the Sage 300 Construction and Real Estate software may be used only in accordance with the Sage 300 Construction and

More information

Fundamentals of UNIX Lab 16.2.6 Networking Commands (Estimated time: 45 min.)

Fundamentals of UNIX Lab 16.2.6 Networking Commands (Estimated time: 45 min.) Fundamentals of UNIX Lab 16.2.6 Networking Commands (Estimated time: 45 min.) Objectives: Develop an understanding of UNIX and TCP/IP networking commands Ping another TCP/IP host Use traceroute to check

More information

Results CRM 2012 User Manual

Results CRM 2012 User Manual Results CRM 2012 User Manual A Guide to Using Results CRM Standard, Results CRM Plus, & Results CRM Business Suite Table of Contents Installation Instructions... 1 Single User & Evaluation Installation

More information

Launching a New Smart Card Program How Tri-Rail Made it to EASY Presenter: Renee Matthews EASY Card Program Manager

Launching a New Smart Card Program How Tri-Rail Made it to EASY Presenter: Renee Matthews EASY Card Program Manager 0 Launching a New Smart Card Program How Tri-Rail Made it to EASY Presenter: Renee Matthews EASY Card Program Manager Pompano Beach, FL March 2012 1 Agenda Introduction Agency Overview System Overview

More information

Personal Banking Switch Kit. Getting Started

Personal Banking Switch Kit. Getting Started Personal Banking Switch Kit We understand that switching bank accounts can be a hassle; but at Congressional Bank we make it easy. Following the steps below will make the process straightforward and trouble-free.

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

Cloud-based data warehousing to power aviation analytics

Cloud-based data warehousing to power aviation analytics Cloud-based data warehousing to power aviation analytics Big Data Workshop Transportation Research Board Annual Meeting January 12, 2014 Dr. Tulinda Larsen Vice President [email protected] +1 443.510.3566

More information

Microsoft Dynamics GP Release. Workflow Administrator s Guide

Microsoft Dynamics GP Release. Workflow Administrator s Guide Microsoft Dynamics GP Release Workflow Administrator s Guide December 10, 2012 Copyright Copyright 2012 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information

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

Ease-E-Club Client Management Software by Computerease

Ease-E-Club Client Management Software by Computerease Ease-E-Club Client Management Software by Computerease Bluefin Payment Setup and Processing The Bank Export, Point of Sale and Client file are integrated with Bluefin Payment Systems: http://bluefin.com/computerease.

More information

Completing your CTM Online - RESX Profile

Completing your CTM Online - RESX Profile Completing your CTM Online - RESX Profile Your CTM Online profile information is used to complete online bookings and agent-assisted bookings. Note! Whether booking travel through Enterprise, or directly

More information

LAB: Enterprise Single Sign-On Services. Last Saved: 7/17/2006 10:48:00 PM

LAB: Enterprise Single Sign-On Services. Last Saved: 7/17/2006 10:48:00 PM LAB: Enterprise Single Sign-On Services LAB: Enterprise Single Sign-On Services 2 TABLE OF CONTENTS HOL: Enterprise Single Sign-On Services...3 Objectives...3 Lab Setup...4 Preparation...5 Exercise 1:

More information

Patrick Desbrow VP, Engineering [email protected]

Patrick Desbrow VP, Engineering patrick.desbrow@crownpeak.com Denise Duncan Director of Enablement Services [email protected] Patrick Desbrow VP, Engineering [email protected] David Anthony UI/UX Designer [email protected] 2 CROWNPEAK

More information

Financial Accounting (FI) Case Study

Financial Accounting (FI) Case Study Financial Accounting (FI) Case Study This case study explains an integrated financial accounting process in detail and thus fosters a thorough understanding of each process step and underlying SAP functionality.

More information

WHITEPAPER. SBM Path to Production for Enterprises

WHITEPAPER. SBM Path to Production for Enterprises WHITEPAPER SBM Path to Production for Enterprises By Tom Clement Serena Software, Inc. October 2013 Introduction to the SBM Development Process SBM is designed to simplify business process deployment and

More information

Contents PAYMENTS...1 PAYMENT TABLES...67

Contents PAYMENTS...1 PAYMENT TABLES...67 Payments Guide 062212 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying, recording,

More information

inoerp Accounts Payable Process Flows inoerp

inoerp Accounts Payable Process Flows inoerp Flows inoerp 10/29/2015 1 Serial # Flow Description 1 Overall Procure To Pay 2 Procure To Pay for Item 3 Procure To Pay for Non Item 4, Credit Memo & Debit Memo for (with Purchase Order) 5, Credit Memo

More information