SUPPLEMENTAL B An Overview of The General Ledger Architecture.

Slides:



Advertisements
Similar presentations
Module 3: Business Information Systems
Advertisements

Documenting an AIS II Flowcharts Documenting AIS II.
By Hollander, Denna, Cherrington PowerPoint slides by: Bruce W. MacLean, Faculty of Management, Dalhousie University Accounting, Information Technology,
Overview of Transaction Processing and Enterprise Resource Planning Systems Chapter 2.
The Acquisition / Payment Process
Documenting Information Systems
Files  File organisation and usage A record is a group of logically related fields A file is a group of logically related records Files are used to store.
Chapter 11 THE REVENUE CYCLE. Introduction Revenue cycle: 1. Respond to customer inquiries 2. Develop agreements with customers to provide goods and services.
Chapter 9 - Control in Computerized Environment ATG 383 – Spring 2002.
Data Model Examples: DFD’s and System Flowcharts
Databases and Processing Modes. Fundamental Data Storage Concepts and Definitions What is an entity? An entity is something about which information is.
Chapter 8 USING ACCOUNTING APPLICATIONS. Organization of Accounting Applications.
Chapter 9 THE ACQUISITION CYCLE— PURCHASING AND RECEIVING
9 C H A P T E R Transaction Processing and Enterprise Resource Planning Systems.
General Ledger and Reporting System
Overview of Transaction Processing and Enterprise Resource Planning Systems Chapter 2.
Chapter Lead Black Slide © 2001 Business & Information Systems 2/e.
Copyright © 2015 Pearson Education, Inc. Processing Integrity and Availability Controls Chapter
Processing Integrity and Availability Controls
Importance of IT in Accounting
Compare and contrast batch processing and online processing, outlining the meaning, advantages and disadvantages of the two. Which one would you recommend.
Computerized Accounting Information Systems OVERVIEW
TRANSACTION PROCESSING SYSTEM (TPS)
TRANSACTION PROCESSING SYSTEM Liew Woei Song Muhammad Hofiz Achoson.
Financial and Managerial Accounting
CHAPTER 6 ELECTRONIC DATA PROCESSING SYSTEMS
Lead Black Slide Powered by DeSiaMore1. 2 Chapter 10 Business Operations.
Overview of Transaction Processing and Enterprise Resource Planning Systems Chapter 2.
Flowchart and Data Flow Diagrams
Chapter 13 Sequential File Processing. Master Files Set of files used to store companies data in areas like payroll, inventory Usually processed by batch.
A Model of Accounting Information System Data Information Database Data processing software Management Environment Input physical resources Output physical.
Introduction to Transaction Processing and Documentation Techniques COPYRIGHT © 2007 Thomson South-Western, a part of The Thomson Corporation. Thomson,
©2013 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
1 California State University, Fullerton Chapter 10 Business Operations.
Bank Reconciliation Process
© Order Entry Sage ACCPAC 30 th June 2010.
 2001 Prentice Hall Business Publishing, Accounting Information Systems, 8/E, Bodnar/Hopwood Chapter 10 Electronic Data Processing Systems.
13-1 COBOL for the 21 st Century Nancy Stern Hofstra University Robert A. Stern Nassau Community College James P. Ley University of Wisconsin-Stout (Emeritus)
Sequential Files Chapter 13. Master Files Set of files used to store companies data in areas like payroll, inventory Set of files used to store companies.
© Account Payable Sage ACCPAC 30 th June 2010.
Auditing the Revenue Cycle. Learning Objectives After studying this chapter, you should: Understand the operational tasks associated with the revenue.
An Overview of The General Ledger Architecture.  Files are used to store data and processing instruction. The two types of files computer users use most.
TRANSACTION PROCESSING SYSTEM (TPS)
 2013 Pearson Education, Inc. Publishing as Prentice Hall, AIS, 11/e, by Bodnar/Hopwood Chapter 7 7 – 1 Electronic Data Processing Systems.
Inventory Flowcharts Page 6 By: Bereket Gebreselassie Vance Cable.
13-1 Sequential File Processing Chapter Chapter Contents Overview of Sequential File Processing Sequential File Updating - Creating a New Master.
Copyright©2001 by Houghton Mifflin Company. All rights reserved. 1 Financial Accounting Belverd E. Needles, Jr. Marian Powers Multimedia.
13- 1 Chapter 13.  Overview of Sequential File Processing  Sequential File Updating - Creating a New Master File  Validity Checking in Update Procedures.
Appendix E Financial Accounting John J. Wild – Fifth Edition Reporting and Preparing Special Journals McGraw-Hill/Irwin Copyright © 2011 by The McGraw-Hill.
The aim of producing a backup strategy is to make sure that a computer system can be returned to its original state if data has been lost or corrupted.
The Causeway Company uses the following procedures to process the cash received from credit sales. The mailroom receives checks and remittance advices.
Transaction Processing Systems UNIT II. Transaction Processing Cycle Data Entry Activities Transaction Processing Activities File and Database Processing.
Creating Manual Subledger Journal Entries Oracle Subledger Accounting.
( ) 1 Chapter # 8 How Data is stored DATABASE.
The mailroom receives customer orders from customers, where clerks sort orders from the rest of the mail, group them into batches, prepare a transmittal.
Check this A+ tutorial guideline at For more classes visit The.
Overview of Transaction Processing and Enterprise Resource Planning Systems Chapter 2.
Electronic Data Processing Systems Chapter 6.
Transaction processing systems
General Ledger, Financial Reporting and Management Reporting Systems
Chapter 4 The Revenue Cycle 1.
Introduction to Transaction Processing
Overview of Transaction Processing and Enterprise Resource Planning Systems Chapter 2.
The Causeway Company uses the following procedures to process the cash received from credit sales. The mailroom receives checks and remittance advices.
Chapter 11 The Accounting Information System
The Causeway Company uses the following procedures to process the cash received from credit sales. The mailroom receives checks and remittance advices.
CHAPTER 6 ELECTRONIC DATA PROCESSING SYSTEMS
Accounting Information Systems and Business Processes - Part I
Flowchart Symbols DFD Symbols Processes Input/Output Storage
Presentation transcript:

SUPPLEMENTAL B An Overview of The General Ledger Architecture

Overview of Basic Systems Terms and Concepts Files are used to store data and processing instruction. The two types of files computer users use most often are executable files and data files. Types of data file used in traditional system include mater file transaction file, history files, reference files, and suspense files. Master files contain balance data or the status of an entity at a point in time. Transaction files or activity files contain activity data. History files or archive files, as the name suggests, contain inactive past or historical data. Reference files contain referential data such as a listing of the chart of accounts, tax rate schedules or customer price lists. Suspense files are awaiting some action to complete their processing.

Storage and Access of Data in a System

Journal Voucher batch Key in journal voucher data Unsorted journal voucher Sort voucher in chart of account order Sorted journal voucher Old general ledger master New general ledger master Sorted journal vouchers Error and exception report Old general ledger master Edit input and update master file Step 1 : The data are entered into the computer system. Input: A batch of journal vouchers (journal entries). Process: Transfer of data from paper to tape Output : A tape of unsorted journal entry transaction data Step 2 : The transaction data are sorted to order the data in the same ordering scheme as the primary key of the master file (in chart of account order). This step is needed because of the sequential posting procedure. Step 3 : The transaction data are posted to the master file. Input: The sorted tape of journal vouchers data and the current general ledger master file Process: Update the balances in the current general ledger master file to reflect journal entry data, and perform edit routine to identify journal vouchers with errors or incomplete information Output : The sorted journal voucher the current (now “old”) general ledger master file, a new (current) general ledger master file, and an error and exception list displaying all the journal vouchers that could not be processed due to errors. If necessary the old master file and the transaction file can provide backup copies for the new master file

Journal voucher data Input data (could use Scanner) Edit data And update Master file General ledger backup General ledger master Transaction log Error and exception message N Step 1: Input journal voucher (journal entry) data and update the general ledger master file (chart of accounts balance) Input: journal entry data and the general ledger master file (paper journal voucher is not mandatory) Process : Edit check input data and, if possible, update the applicable chart of accounts balances in the General ledger master file Output : update general ledger master file and/or an online (immediate) error report Notice how no data preparation (sorting) is mandated in this example, due to the use of a direct access storage medium. Online processes should maintain a transaction log of all transaction inputs and a periodic backup to the master file. Such backup procedures protect system users form loss of data (Journal voucher file Numerical order) EXHIBIT B-2 Disk Online Processing Example

ERP Software Windows Other accounting Software Windows