Systems Techniques and Documentation. Use of Systems Techniques in Systems Development What are the three phases of a systems development project? 1Systems.

Slides:



Advertisements
Similar presentations
SYSTEMS TECHNIQUES AND DOCUMENTATION
Advertisements

(Flowcharting Sysmbols)
Systems Development and Documentation Techniques
Documenting an AIS II Flowcharts Documenting AIS II.
New Customer Information
ATG Chapter 3 ATG CHAP 3 Data Flow Diagrams and Flow Charts Spring 2002.
ACCOUNTING INFORMATION SYSTEMS
Documenting Information Systems
Copyright © 2015 Pearson Education, Inc. Systems Documentation Techniques Chapter
Accounting Information Systems 9th Edition
Document Flowcharts Source: Wilkinson Ch_05.
Chapter 3 Documenting Accounting Information Systems
Chapter 2 Systems Techniques and Documentation.
Chapter 2 Systems Techniques and Documentation
Systems Documentation Techniques
Documenting Information Systems
Chapter 6: Documenting Accounting Information Systems
Documentation Letts Study Guide Information Systems - IT Chapter 19.
©2003 Prentice Hall Business Publishing, Accounting Information Systems, 9/e, Romney/Steinbart 6-1 Systems Development and Documentation Techniques.
Devils Tower Utility Company Flowchart
Systems Documentation Techniques
Chapter 4 – Documenting Information Systems
The Accounts Payable/ Cash Disbursement (AP/CD) Process.
Chapter 13 The Accounts Payable/ Cash Disbursement (AP/CD) Process
Chapter 5 Expenditure Cycle Applications. Expenditure Documents i.Purchase Requisitions ii.Purchase Orders iii.Receiving Report iv.Voucher Systems v.Invoice.
Data Model Examples: DFD’s and System Flowcharts
Week 2. Announcements I sent an this morning, if you did not get it, you are not on my list. WD quiz on Oct 15 th See your syllabus to get.
The Islamic University of Gaza
Chapter 4-1 The Islamic University of Gaza Accounting Information System The Expenditure Cycle : Purchases and Cash Disbursements Procedures Dr. Hisham.
The Flow of Information in The Production Cycle
Systems Documentation Techniques
Computerized Accounting Information Systems OVERVIEW
Auditing Purchases, Trade Payables and Payroll
DFD examples.
Accounting systems design & evaluation 9434SB 12 April 2002.
LESSON 8 Booklet Sections: 12 & 13 Systems Analysis.
1 Chapter 2 Revision: Documentation DFD System FC.
Flowchart and Data Flow Diagrams
Chapter 12 Describing Information Systems.
Documenting Information Systems. Learning Objectives To read and evaluate data flow diagrams To read and evaluate systems flowcharts. To prepare data.
Introduction to Transaction Processing and Documentation Techniques COPYRIGHT © 2007 Thomson South-Western, a part of The Thomson Corporation. Thomson,
©2003 Prentice Hall Business Publishing, Accounting Information Systems, 9/e, Romney/Steinbart 6-1 Accounting Information Systems 9 th Edition Marshall.
1 Introduction to Flowcharting. 2 Writing a program Defining the problem –Write down what the program will do Planning –Write down the steps, draw a flowchart.
1 California State University, Fullerton Chapter 10 Business Operations.
Introduction to Transaction Processing Dr. Hisham Madi
Process Models: Data Flow Diagrams Chapter 2. Process Modeling Objective: Understand the concept of business processes Understand and create Data Flow.
Page 5: Job Costing System Gerald Katherine Armineh.
© 2006 Prentice Hall Business Publishing Accounting Information Systems, 10/e Romney/Steinbart1 of 138 FLOWCHARTS A flowchart is an analytical technique.
Chapter 5 Flowcharting Copyright © 2010 by The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin.
Major Information Flows in the Production Process
On Monday morning, the Timekeeping Department sends timecards to the Payroll Office. The timecards report employee’s name, SSN, and the hours worked each.
 2004 Prentice Hall Business Publishing, Accounting Information Systems, 9/e, by Bodnar/Hopwood 13 – 1 Chapter 13 Auditing Information Technology.
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-1.
Matakuliah : F0204 / Sistem Akuntansi
Copyright © 2007 Pearson Education Canada 1 Chapter 11: Overall Audit Plan and Audit Program.
The Accounts Payable / Cash Disbursement (AP/CD) Process Pertemuan Matakuliah: F0642 / Perancangan Sistem Akuntansi Tahun: 2009.
Systems Analysis and Design in a Changing World, Fourth Edition
Systems Development and Documentation Techniques BAB 3 PERTEMUAN SIA-UMBY.
Systems Documentation Techniques
Introduction to Flowcharting
Systems Planning and Analysis
Introduction to Transaction Processing
System Design.
LESSON 2 SYSTEM ANALYSIS & DESIGN PHASE
SYSTEM ANALYSIS & DESIGN PHASE
Chapter 4: documenting information systems
Documenting Accounting Information Systems
Lecture 23 CS 507.
Flowchart Symbols DFD Symbols Processes Input/Output Storage
Presentation transcript:

Systems Techniques and Documentation

Use of Systems Techniques in Systems Development What are the three phases of a systems development project? 1Systems analysis 2Systems design 3Systems implementation

Systems Analysis Systems analysis involves collecting and organizing facts. Systems techniques assist the analyst in performing these tasks. What are some of these techniques? –matrix techniques –logical data flow diagrams

Systems Implementation Systems implementation involves the actual carrying out of the design plan. Documentation is one of the most important parts of systems implementation. What systems techniques serve as a documentation tool? –program flowcharts –decision tables

Systems Techniques What is a flowchart? A flowchart is a symbolic diagram that shows the data flow and sequence of operations in a system. Flowcharts are probably the most common systems technique.

Basic Symbols Input/Outpu t Process Flowline Annotation

Specialized Input/Output Symbols Punched Card On-Line Storage Magnetic Tape Magnetic Disk Punched Tape

Specialized Input/Output Symbols Document Manual Input Display Communicatio n Link Off-Line Storage

Specialized Process Symbols Decision Predefin ed Process Preparation Manual Operation Auxiliar y Operati on Merge Extrac t Sor t Collate

Additional Symbols Connector Off-page Connector Terminal Parallel Mode Transmittal Tape

Symbol Use in Flowcharting Symbols are used in a flowchart to represent the functions of an information or other type of system. Normal direction of flow is from left to right and top to bottom. Open arrowheads should be used on reverse-direction flowlines

Symbol Use in Flowcharting Invoice Review and Approve Review and Approve Approved Invoice Approved Invoice Normal Direction of Flow

Symbol Use in Flowcharting Invoice Review and Approve Review and Approve Approved Invoice Approved Invoice Reverse Flow Shown with Arrowheads

Symbol Use in Flowcharting Use of Connector Symbol Requisition Purchasin g Stores A A

Symbol Use in Flowcharting Requisition Purchase Order Purchase Order Vendor Files Vendor Files Bidirectional Flow Shown with Arrowheads Prepare Purchase Order and Update Vendor Files

Learning Objective Define common systems techniques, such as HIPO charts, systems flowcharts, and logical data flow diagrams.

IPO and HIPO Charts These charts are used primarily by systems development personnel. At the most general level of analysis only the basic input- process-output relations in a system are of concern. Additional processing detail is provided by hierarchy plus input-process-output.

IPO Chart Payroll job record Payroll master file Accumulate hours worked Find correct pay rate Compute gross pay Gross pay records Payroll master file Error messages Author: Mr. Foxx Chart Number: 3.1 System: Payroll Description: Calculate Gross Pay Date: 6/9/0X InputProcessOutput

Hierarchy Chart Payroll System Data Preparation Processing Review

Hierarchy Chart Calculate Gross Pay Calculate Net Pay Accumulate Hours Worked Find Correct Pay Rate Compute Gross Pay Each numbered module would be detailed in an IPO chart.

Systems and Program Flowcharts A systems flowchart identifies the overall or broad flow of operations in a system. The focus of systems flowcharting concerns media and processing functions rather than the detailed logic of individual processing functions.

Logical Data Flow Diagram Symbols Terminato r Process Data Store Data Flow

Data Flow Diagram Timekeeping Process Payroll Data Process Payroll Data Employees Payroll Data

Data Flow Diagram Timekeeping Verify Payroll Data P1 Verify Payroll Data P1 Employee Data Payroll Data Current Status Data Valid Valid Payroll Data

Data Flow Diagram Employee Data Valid Payroll Data Calculate Pay P2 Calculate Pay P2 Data to Process Employees Payche cks Net Pay and Deductions

Data Flow Diagram Employees Compute Net Pay Compute Net Pay Net Pay and Deductions Payche cks Update Employee Files Update Employee Files Process Payroll Journal Process Payroll Journal Current Amount s Detai ls Journa l Data

Analytic, Document, and Forms Distribution Flowcharts An analytic flowchart identifies all significant processing in an application, emphasizing processing tasks that apply controls. In an analytic flowchart the flow of processing is depicted using symbols connected with flowlines.

Analytic, Document, and Forms Distribution Flowcharts A document flowchart is similar in format to an analytic flowchart but contains less detail about the processing functions of each entity shown on the chart. The only symbol used in a document flowchart is the document symbol.

Analytic, Document, and Forms Distribution Flowcharts The forms distribution chart illustrates the distribution of multiple copy forms with an organization. The emphasis is on who gets what forms rather than on how these forms are processed.

Analytic Flowchart Approve Vendor List Approve Vendor List Prepare Quotation Prepare Quotation Select Vendors Select Vendors Request for Quotation Request for Quotation Request for Quotation Request for Quotation Purchasing Suppliers

Analytic Flowchart Prepare Purchase Order Prepare Purchase Order Select Bid Select Bid Quotations Purchasing Suppliers Quotations Purchase Order Purchase Order Purchase Order Purchase Order

Document Flowchart Controller Vice President Manufacturing Purchase Requisition 2 Purchase Requisition 2 Accounts Payable Purchasing Agent Receiving Stores 2 Purchase Requisition 1 Purchase Requisition 1 Purchase Requisition 1 Purchase Requisition 1 Purchase Order 3 Purchase Order 3 Purchase Order 1 Purchase Order Purchase Order 4 Purchase Order 4 Purchase Order 5 Purchase Order 5 To Vendor

Forms Distribution Chart Purchasing Inventory Payables Production Accounting Purchase Order Copy