C2 Transaction Processing and Enterprise Resource Planning
C2 Transaction Processing and Enterprise Resource Planning
Overview of Transaction
Processing and
Enterprise Resource
Planning (ERP) Systems
Instructor
ANTHONY M. TALLER
Transaction Processing:
The Data Processing Cycle
Accountants and other system users play a
significant role in the data processing cycle. They
interact with systems analysts to help answer
questions such as:
Examples:
✓ chart of accounts
✓ ledger account numbers (blocked by account type)
✓ employee numbers (blocked by department)
✓ customer numbers (blocked by region)
✓ product categories
Coding Techniques
Block code – blocks of numbers that are reserved for
specific categories of data, thereby helping to organize the
data
Coding Techniques
Group code – two or more sub group of
digits used to code items
- are often used in conjunction with
block codes
Coding Techniques
Mnemonic codes – letters and numbers are
interspersed to identify an item
- the mnemonic code is derived from
the description of the item and is
usually easy to memorize
Coding Techniques
Mnemonic codes – letters and numbers are
interspersed to identify an item
- the mnemonic code is derived from
the description of the item and is
usually easy to memorize
Guidelines for a Better
Coding System
The code should:
• Be consistent with its intended use, which requires
that the code designer determine desired system
outputs prior to selecting the code
General journal
– used to record infrequent or nonroutine transactions,
such as loan payments and end-of-period adjusting and
closing entries.
Specialized journal
– records large numbers of repetitive transactions such as
sales, cash receipts, and cash disbursements.
JOURNALS
AUDIT TRAIL
Audit trail
– a path that allows a transaction to be traced
through a data processing system from point of
origin to output or backwards from output to point
of origin.
- Used to check the accuracy and validity of
ledger postings and to trace changes in general
ledger accounts from their beginning balance to
their ending balance.
COMPUTER-BASED STORAGE
CONCEPTS
Data Storage Elements
Entity
– the item about which information is stored in a
record.
Example: employees, inventory items, customers
COMPUTER-BASED STORAGE
CONCEPTS
Data Storage Elements
Attributes
– the properties, identifying numbers, and
characteristics of interest of an entity that is stored
in a database
- Each type of entity possesses the same set of
attributes
- The specific values for those attributes will
differ
COMPUTER-BASED STORAGE
CONCEPTS
Data Storage Elements
Field
– the portion of a data record where the data value
for a particular attribute is stored.
Record
– a set of fields whose data values describe specific
attributes of an entity, such as all payroll data
relating to a single employee
Data value
– the actual value stored in a field. It describes a
particular attribute of an entity.
COMPUTER-BASED STORAGE
CONCEPTS
Data Storage Elements
File
– a set of logically related records, such as the
payroll records of all employees.
Master file
– a permanent file of records that stores cumulative
data about an organization. As transactions take
place, individual records within a master file are
updated to keep them current.
Transaction file
– a file that contains the individual business
transactions that occur during a specific fiscal
period.
COMPUTER-BASED STORAGE
CONCEPTS
Data Storage Elements
Database
– a set of interrelated, centrally controlled data files
that are stored with as little data redundancy as
possible.
DATA PROCESSING
Types of Data Processing Activities (CRUD)
1. Creating new data records, such as adding
newly hired employee to the payroll
database.
2. Reading, retrieving, or viewing existing data.
3. Updating previously stored data.
4. Deleting data, such as purging the vendor
master file of all vendors the company no
longer does business with
DATA PROCESSING
Batch processing
– accumulating transaction records into groups or
batches for processing at a regular interval such as
daily or weekly. The records are usually sorted into
some sequence (numerically or alphabetically)
before processing.
Online, Real-time processing
– the computer system processes data immediately
after capture and provides updated information to
users on a timely basis.
Online Batch processing
– a combination of the two approaches
INFORMATION OUTPUT
Document
– a record of a transaction or other company data
such as checks, invoices, receiving reports, and
purchase requisitions
Report
– system output, organized in a meaningful fashion,
that is used by employees to control operational
activities, by managers to make decisions and
design strategies, and by investors and creditors to
understand a company’s business activities
Query Response
– a request for the database to provide the
information needed to deal with a problem or
answer a question. The information is retrieved,
displayed or printed, and/or analyzed as requested.
ENTERPRISE RESOURCE
PLANNING SYSTEMS
Enterprise Resource Planning
(ERP) System
– a system that integrates all aspects of
an organization’s activities – such as
accounting, finance, marketing, human
resources, manufacturing, inventory
management – into one system.
ANTHONY M. TALLER