100% found this document useful (1 vote)
441 views27 pages

Chapter 2 Transaction Processing

Uploaded by

ABStract001
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
441 views27 pages

Chapter 2 Transaction Processing

Uploaded by

ABStract001
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 27

Chapter 2

Introduction to
Transaction Processing

Accounting Information Systems, 7e


James A. Hall

Hall, Accounting Information Systems, 7e

©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Objectives for Chapter 2
 Understand the broad objectives of transaction cycles.
 Recognize the types of transactions processed by each of the
three transaction cycles
 Know the basic accounting records used in TPS.
 Understand the relationship between the traditional accounting
records and their magnetic equivalents.
 Be familiar with documentation techniques.
 Understand the differences between batch and real-time
processing and the impact of these technologies on transaction
processing.

Hall, Accounting Information Systems, 7e 2


©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
A Financial Transaction is...

 an economic event that affects the assets and


equities of the firm, is reflected in its accounts,
and is measured in monetary terms.
 similar types of transactions are grouped
together into three transaction cycles:
 the expenditure cycle
 the conversion cycle
 the revenue cycle

Hall, Accounting Information Systems, 7e 3


©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Relationship between Transaction Cycles

Figure 2-1
Hall, Accounting Information Systems, 7e 4
©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Each Cycle has Two Primary Subsystems
 Expenditure Cycle: time lag between the two due to credit
relations with suppliers:
 physical component (acquisition of goods)
 financial component (cash disbursements to the supplier)
 Conversion Cycle :
 the production system (planning, scheduling, and control
of the physical product through the manufacturing process)
 the cost accounting system (monitors the flow of cost
information related to production)
 Revenue Cycle: time lag between the two due to credit
relations with customers :
 physical component (sales order processing)
 financial component (cash receipts)

Hall, Accounting Information Systems, 7e 5


©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Manual System Accounting Records
 Source Documents - used to capture and
formalize transaction data needed for
transaction processing
 Product Documents - the result of
transaction processing
 Turnaround Documents - a product
document of one system that becomes a
source document for another system

Hall, Accounting Information Systems, 7e 6


©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Manual System Accounting Records
 Journals - a record of chronological entry
 special journals - specific classes of transactions that
occur in high frequency
 general journal - nonrecurring, infrequent, and
dissimilar transactions
 Ledger - a book of financial accounts
 general ledger - shows activity for each account listed
on the chart of accounts
 subsidiary ledger - shows activity by detail for each
account type
Hall, Accounting Information Systems, 7e 7
©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Flow of Information from Economic
Event Into the General Ledger

Figure 2-8

Hall, Accounting Information Systems, 7e 8


©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Audit Trail

Source General Financial


Journal Statements
Document Ledger

Financial General Source


Statements Journal Document
Ledger

Accountants should be able to trace in both directions.


Sampling and confirmation are two common techniques.
Hall, Accounting Information Systems, 7e 9
©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Example of Tracing an Audit Trail
Verifying Accounts Receivable

Accounts Receivable Control Account-General Ledger

Accounts Receivable Subsidiary Ledger


(sum of all customers’ receivables)

Physical Financial

Sales Journal Cash Receipts Journal

Sales Order Deposit Slip


Shipping Notice
Remittance Advice
Hall, Accounting Information Systems, 7e 10
©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Computer-Based Systems

 The audit trail is less observable in computer-


based systems than traditional manual systems.
 The data entry and computer programs are the
physical trail.
 The data are stored in magnetic files.

Hall, Accounting Information Systems, 7e 11


©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Computer Files
 Master File - generally contains account data
(e.g., general ledger and subsidiary file)
 Transaction File - a temporary file containing
transactions since the last update
 Reference File - contains relatively constant
information used in processing (e.g., tax
tables, customer addresses)
 Archive File - contains past transactions for
reference purposes
Hall, Accounting Information Systems, 7e 12
©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Documentation Techniques
 Documentation in a CB environment is
necessary for many reasons.
 Five common documentation techniques:
 Entity Relationship Diagram
 Data Flow Diagrams
 Document Flowcharts
 System Flowcharts
 Program Flowcharts

Hall, Accounting Information Systems, 7e 13


©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Entity Relationship Diagram (ERD)
 A documentation technique to represent
the relationship between entities in a
system.
 The REA model version of ERD is widely
used in AIS. REA uses 3 types of entities:
 resources (cash, raw materials)
 events (release of raw materials into the
production process)
 agents (inventory control clerk, vendor,
production worker)

Hall, Accounting Information Systems, 7e 14


©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Cardinalities

 Represent the numerical mapping


between entities:
 one-to-one
 one-to-many
 many-to-many

Hall, Accounting Information Systems, 7e 15


©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Cardinalities
Entity Relationship Entity

Sales- 1 1 Car
Assigned Type
person

1 M
Customer Places Order

M M
Vendor Supply Inventory

Hall, Accounting Information Systems, 7e 16


©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Data Flow Diagrams (DFD)…

 use symbols to represent the processes, data


sources, data flows, and entities in a system
 represent the logical elements of the system
 do not represent the physical system

Hall, Accounting Information Systems, 7e 17


©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Data Flow Diagram Symbols

Entity Data Store


Name Name

N
Process
Description
Direction of
data flow

Figure 2-12

Hall, Accounting Information Systems, 7e 18


©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
System Flowcharts…

 illustrate the relationship among processes


and the documents that flow between them
 contain more details than data flow
diagrams
 clearly depict the separation of functions in
a system

Hall, Accounting Information Systems, 7e 19


©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Symbol Set for Representing
Manual Procedures
Terminal showing source
or destination of documents
and reports Calculated batch total

Source document or
report On-page connector

Manual operation

Off-page connector
File for storing source
documents and
reports Description of process
or comments
Accounting records
(journals, registers,
Document flow line
logs, ledgers)
Figure 2-17
Hall, Accounting Information Systems, 7e 20
©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Flowchart Showing Stated Fact I Translated
into Visual Symbols

Sales Department Credit Department Warehouse Shipping Department


Customer

Customer
Order

Prepare
Sales
Orders

Sales
OrderSales
#1
Order #1
Sales
Order #1
Sales
Order #1

Figure 2-18

Hall, Accounting Information Systems, 7e 21


©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Flowchart Showing All Facts Translated
into Visual Symbols

Hall, Accounting Information Systems, 7e Figure 2-23 22


©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Computer-Based Accounting
Systems

 Two broad classes of systems:


 batch systems
 real-time systems

Hall, Accounting Information Systems, 7e


©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Batch Processing
 A batch is a group of similar transactions that are
accumulated over time and then processed
together.
 The transactions must be independent of one
another during the time period over which the
transactions are accumulated in order for batch
processing to be appropriate.
 A time lag exists between the event and the
processing.

Hall, Accounting Information Systems, 7e 24


©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Advantages of Batch Processing
 Organizations can increase efficiency by
grouping large numbers of transactions into
batches rather than processing each event
separately.
 Batch processing provides control over the
transaction process via control figures.

Hall, Accounting Information Systems, 7e 25


©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Real-Time Systems…
 process transactions individually at the
moment the economic event occurs
 have no time lag between the economic event
and the processing
 generally require greater resources than batch
processing since they require dedicated
processing capacity; however, these cost
differentials are decreasing
 oftentimes have longer systems development
time
Hall, Accounting Information Systems, 7e 26
©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Hall, Accounting Information Systems, 7e 27
©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.

You might also like