CHAPTER 3. Data Modeling and Database Design- Part1



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

Systems Documentation Techniques

Entity / Activity Table for Causeway Cash Receipts System

Context Diagram of the Cash Receipts System at S&S:

(Refer Slide Time 00:56)

Chapter 7: Structuring System Process Requirements

Thomson Learning TM DOCUMENTING INFORMATION SYSTEMS CHAPTER

Process Mapping Guidelines

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

Chapter 15 Auditing the Expenditure Cycle

2 SYSTEM DESCRIPTION TECHNIQUES

Chapter 6. Data-Flow Diagrams

ACS 2916 Business Application Systems

BUSINESS PROCESS DOCUMENTATION

CSC 342 Semester I: H ( G)

MODULE 5 DATA FLOW DIAGRAMS

Process Modelling. Data flow Diagrams. Process Modelling Data Flow Diagrams. CSE Information Systems 1

Process / Operation Symbols

THE EXPENDITURE CYCLE Part I

Accounting information systems and business process : part 1

Why Data Flow Diagrams?

10-1. Auditing Business Process. Objectives Understand the Auditing of the Enteties Business. Process

ELEVENTH EDITION. Brigham Young University. Arizona State University. Pearson Education International

Control Matters. Computer Auditing. (Relevant to ATE Paper 8 Auditing) David Chow, FCCA, FCPA, CPA (Practising)

Chapter 18 Auditing Investments and Cash Balances

Business Intelligence Inquiry Dashboard Job Aid

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

LECTURE 11: PROCESS MODELING

SCOPE OF WORK FOR PERFORMING INTERNAL CONTROL AND STATUTORY/REGULATORY COMPLIANCE AUDITS FOR RECIPIENTS OF SPECIAL MUNICIPAL AID

FINANCIAL AND PURCHASING RECORDS. Includes records showing a summary of receipts, disbursements and other activity against each account.

AUD. Auditing & Attestation. Roger Philipp, CPA

Business Process Modeling Approaches in the Context of Process Level Audit Risk. Assessment: An Analysis and Comparison.

5:31-7 Appendix B LOCAL AUTHORITIES - ACCOUNTING AND AUDITING IF ANY ARE NOT APPLICABLE, INSERT N/A AS YOUR ANSWER. FIRE DISTRICT YEAR UNDER AUDIT

MAHATMA GANDHI UNIVERSITY SCHOOL OF DISTANCE EDUCATION (MGU CBCSS UG SDE 2012)

Internal Controls. A short presentation from Your Internal Audit Department

Process/Workflow Analysis Quiz

1. Storeroom supplies -- For items stocked in the Palmer storeroom, use the Requisition for Supplies Form.

Transaction Cycles and Business Processes

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

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

Treasurers Account Book

Imperial County. Office of the Auditor-Controller. Internal Audit Standard Practice Manual

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

Data Flow Diagrams and Use cases

The Accounting Cycle. Cycle. The Accounting Cycle SUA Reference p.10. Overview. The Accounting Cycle. 6 Major Subcycles. Subcycle (transaction cycle):

Functional Data Flow Diagrams. Outline

Auditing Treasury Activities. Devina Rankin Assistant Treasurer

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

An Examination of an Entity s Internal Control Over Financial Reporting That Is Integrated With an Audit of Its Financial Statements

SKILLS COMPETENCY ASSESSMENT Answering Incoming Calls

Important Disclaimer. Copyright Information

1 INTRODUCTION TO SYSTEM ANALYSIS AND DESIGN

6-1. Process Modeling

Basic Concepts of Accounting Subsidiary Subsidiary Special Special Inform Infor a m tion Ledgers Ledger Journals Jour Systems

How to set up a people based. accounting system that makes your. small business work for you. Thomas G. Post. Certified Public Accountant

Management Information System Prof. B. Mahanty Department of Industrial Engineering & Management Indian Institute of Technology, Kharagpur

RECORDS MANAGEMENT MANUAL STATE GOVERNMENT AGENCIES

three TESTS OF CONTROLS AND TESTS OF DETAILS

SECTION 2 PROGRAMMING & DEVELOPMENT

ACS-1803 Introduction to Information Systems. Functional Area Systems. Lecture 4

RECOMMENDED RECORD RETENTION PERIODS FOR BUSINESS RECORDS. In Retention Period Order. Permanent Records

Accounts Payable. Best Practices: Existing Control: Control Gap: Controls Evaluation and Gap Analysis. Purchasing

Marshall B. Romney liri^ham YounI nivcrsitv. Paul John Steinbart. \ri:oiid Statt' l 'nivcrsitv PEARSON

BEDFORD PUBLIC SCHOOLS BUSINESS OFFICE PROCEDURES MANUAL

Executive - Salary Guide

Total Quality Management (TQM) Quality, Success and Failure. Total Quality Management (TQM) vs. Process Reengineering (BPR)

Auditing in an Automated Environment: Appendix C: Computer Operations

Lecture 8: Synchronous Digital Systems

--Inputs and posts journal vouchers to the general ledger; prepares month-end closing journal entries.

Australia Brazil Japan Korea Mexico Singapore Spain United Kingdom United States

Records Retention Guidelines for Businesses, Individuals & Accounting Firms

Transactional Flowchart: Guidelines and Examples

RESULTS OF AUDIT. Significant Progress Made in Eliminating Backlog Of Reconciling Items

How Do I Evaluate Workflow?

Data Flow Diagram. Data Flow Diagrams (DFDs)

Developing Effective Internal Controls Using the COSO Model

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

Introduction to programming moway

FINANCIAL POLICIES INDEX

MINNESOTA RECORDS RETENTION SCHEDULE

System Controller Cash Bank Accts Tab

Data Flow Diagrams. Outline. Many fur ther Examples Developed in Class

Internal Control Deliverables. For. System Development Projects

PRWIN. Financial Management For Windows. Pre-Paid Health Insurance Setup

Process for Data Flow Diagram Process Documentation Template: Description

BPI Users Reference Hilbert Software, Inc.

This chapter is divided into two major sections. The

Model risk mitigation and cost reduction through effective design*

Unique Global Imports Simulation. Helpful Hints

THE PURCHASE-TO-PAY (PTOP) PROCESS

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

Microsoft Dynamics GP. Cash Flow Management

Chapter 1 An Introduction to Computers and Problem Solving

204 Reports Included with Version 7.0!

Version Date: 10/16/2013

The structure of accounting systems: how to store accounts Lincoln Stoller, Ph.D.

Transcription:

CHAPTER 3 Data Modeling and Database Design- Part1

INTRODUCTION Questions to be addressed in this chapter include: What is the purpose of documentation? Why do accountants need to understand documentation? What documentation techniques are used in accounting systems? What are data flow diagrams and flowcharts? How are they alike and different? How are they prepared?

INTRODUCTION Documentation includes the following types of tools: Narratives (written descriptions) Flowcharts Diagrams Other written material

INTRODUCTION Documentation covers the who, what, when, where, why, and how of: Data entry Processing Storage Information output System controls

INTRODUCTION How do accountants use documentation? At a minimum, they have to read documentation to understand how a system works. They may need to evaluate the strengths and weaknesses of an entity s internal controls. Requires heavy reliance on documentation. They may peruse documentation to determine if a proposed system meets the needs of its users. They may prepare documentation to: Demonstrate how a proposed system would work Demonstrate their understanding of a system of internal controls

INTRODUCTION In this chapter, we discuss two of the most common documentation tools: Data flow diagrams Graphical descriptions of the sources and destinations of data. They show: Where data comes from How it flows The processes performed on it Where it goes

INTRODUCTION In this chapter, we discuss two of the most common documentation tools: Data flow diagrams Flowcharts Include three types: Document flowcharts describe the flow of documents and information between departments or units. System flowcharts describe the relationship between inputs, processing, and outputs for a system. Program flowcharts describe the sequence of logical operations performed in a computer program.

INTRODUCTION Documentation techniques are necessary tools for accountants: SAS-94 requires that auditors understand the automated and manual procedures an entity uses. This understanding can be gleaned through documenting the internal control system a process that effectively exposes strengths and weaknesses of the system. SOX (2002) effectively requires that publicly-traded corporations and their auditors document and test the company s internal controls. Auditing Standard No. 2 promulgated by the PCAOB requires that the external auditor express an opinion on the client s system of internal controls.

INTRODUCTION Documentation tools help accountants by: Organizing very complicated systems into a form that can be more readily understood Helping new team members understand a preexisting system

INTRODUCTION Which method should you use flowcharts or DVDs? 62.5% of IS professionals use DFDs. 97.6% use flowcharts. Both can be prepared relatively simply using available software. Both are tested on professional exams. CONCLUSION: You need to know them both.

A data flow diagram (DFD) graphically describes the flow of data within an organization. It is used to: Document existing systems Plan and design new systems There is no black-and-white approach to developing a DFD.

Example of a data flow diagram of the customer payment process from Figure 3-3 in your textbook Accounts Receivable Customer Customer payment 1.0 Process Payment Remittance data 2.0 Update A/R Receivables Information Credit Manager Deposit Bank

A data flow diagram consists of four basic elements: Data sources and destinations Data flows Transformation processes Data stores

A data flow diagram consists of four basic elements: Data sources and destinations Data flows Transformation processes Data stores

Data sources and destinations Appear as squares Represent organizations or individuals that send or receive data used or produced by the system An item can be both a source and a destination

Data sources and destinations are marked in red. Can you tell which are sources and which are destinations? Accounts Receivable Customer Customer payment 1.0 Process Payment Remittance data 2.0 Update A/R Receivables Information Credit Manager Deposit Bank

A data flow diagram consists of four basic elements: Data sources and destinations Data flows Transformation processes Data stores

Data flows Appear as arrows Represent the flow of data between sources and destinations, processes, and data stores

Data flows are shown in red. Does it appear that a data flow can be two-way? If so, how is it handled? Accounts Receivable Customer Customer payment 1.0 Process Payment Remittance data 2.0 Update A/R Receivables Information Credit Manager Deposit Bank

Data flows should always be labeled. The exception is a data flow moving into or out of a data store. What symbol is the data store? Accounts Receivable Customer Customer payment 1.0 Process Payment Remittance data 2.0 Update A/R Receivables Information Credit Manager Deposit Bank

As you probably surmised from the previous slides, if a data flow is two-way, use a bi-directional arrow. General Ledger Update Receivables

If two data elements flow together, then the use of one data flow line is appropriate. Customer Cash Rec t & Remittance Slip Process Payment

If the data elements do not always flow together, then multiple lines will be needed. Customer Customer Inquiry Customer Payment Process Payment

A data flow diagram consists of four basic elements: Data sources and destinations Data flows Transformation processes Data stores

Processes Appear as circles Represent the transformation of data

The transformation processes are shown in red. Every process must have at least one data inflow and at least one data outflow. Why? What do you notice about how the processes are labeled? Accounts Receivable Customer Customer payment 1.0 Process Payment Remittance data 2.0 Update A/R Receivables Information Credit Manager Deposit Bank

Data stores Appear as two horizontal lines Represent a temporary or permanent repository of data

The data store is shown in red. Notice that the inflows and outflows to the data store are not labeled. Accounts Receivable Customer Customer payment 1.0 Process Payment Remittance data 2.0 Update A/R Receivables Information Credit Manager Deposit Bank

Data dictionary: Data flows and data stores are typically collections of data elements. EXAMPLE: A data flow labeled student information might contain elements such as student name, date of birth, ID number, address, phone number, and major. The data dictionary contains a description of all data elements, data stores, and data flows in a system.

Subdividing the DFD: Few systems can be fully diagrammed on one sheet of paper, and users have needs for differing levels of detail. Consequently, DFDs are subdivided into successively lower levels to provide increasing amounts of detail.

The highest level of DFD is called a context diagram. It provides a summary-level view of the system. It depicts a data processing system and the external entities that are: Sources of its input Destinations of its output

Departments Time cards Tax report & payment Govt. Agencies Human Resources New employee form Employee change form Processing System Employee checks check report Employees Bank This is the context diagram for the S&S payroll processing system (Figure 3-5 in your textbook). Management

Departments Human Resources Processing System Govt. Agencies Employees Bank Management Tax report & payment Time cards Employee checks check Employee change form New employee form report What information comes into this process, and from where?

Departments Human Resources Processing System Govt. Agencies Employees Bank Management Tax report & payment Time cards Employee checks check Employee change form New employee form report What information is produced by this process, and where does it go?

Human Resources New employee form Employee Change form 1.0 Update empl. file 2.0 Pay Employees Departments Time cards Employee paychecks check Employees Bank This diagram shows the next level of detail for the context diagram in Figure 3-5. 3.0 Prepare reports report Management Employee/ file 4.0 Pay taxes Disbursement data tax disb. voucher Tax report & payment 5.0 Update Gen. Ledger Govt. Agencies General Ledger

Human Resources New employee form Employee Change form 1.0 Update empl. file 2.0 Pay Employees Departments Time cards Employee paychecks check Employees Bank What information comes into these processes and from where? 3.0 Prepare reports report Management Employee/ file 4.0 Pay taxes Disbursement data tax disb. voucher Tax report & payment 5.0 Update Gen. Ledger Govt. Agencies General Ledger

Human Resources New employee form Employee Change form 1.0 Update empl. file 2.0 Pay Employees Departments Time cards Employee paychecks check Employees Bank What information is produced by these processes, and where does it go? 3.0 Prepare reports report Management Employee/ file 4.0 Pay taxes Disbursement data tax disb. voucher Tax report & payment 5.0 Update Gen. Ledger Govt. Agencies General Ledger

Human Resources New employee form Employee Change form 1.0 Update empl. file 2.0 Pay Employees Departments Time cards Employee paychecks check Employees Bank How do the sources and destinations differ from the context diagram? 3.0 Prepare reports report Management Employee/ file 4.0 Pay taxes Disbursement data tax disb. voucher Tax report & payment 5.0 Update Gen. Ledger Govt. Agencies General Ledger

Human Resources Notice that each process in the DFD is numbered sequentially. New employee form Employee Change form 3.0 Prepare reports report Departments Management 1.0 Update empl. file 2.0 Pay Employees Employee/ file 4.0 Pay taxes Time cards Disbursement data tax disb. voucher Tax report & payment Employee paychecks check 5.0 Update Gen. Ledger Govt. Agencies Employees Bank General Ledger

Human Resources Employee Change form Suppose we exploded Process 2.0 (pay employees) in the next level. The sub-processes would be numbered 2.1, 2.2, 2.3, etc. New employee form 3.0 Prepare reports report Departments Management 1.0 Update empl. file 2.0 Pay Employees Employee/ file 4.0 Pay taxes Time cards Disbursement data tax disb. voucher Tax report & payment Employee paychecks check 5.0 Update Gen. Ledger Govt. Agencies Employees Bank General Ledger