AIS Reviewer
AIS Reviewer
• System Decomposition
– the process of dividing the system into
smaller subsystem parts
• System Interdependency
– distinct parts are not self-contained
– they are reliant upon the functioning of
the other parts of the system
many key tasks.
– all distinct parts must be functioning or
AIS vs. MIS
the system will fail
• Accounting Information Systems (AIS) process
What is an Information System?
– financial transactions; e.g., sale of goods
An information system is the set of formal procedures
– and nonfinancial transactions that
by which data are collected, processed into information,
directly affect the processing of
and distributed to users.
financial transactions; e.g., addition of
Transactions
newly approved vendors
• A transaction is a business event.
• Management Information Systems (MIS)
• Financial transactions
process
– economic events that affect the assets
– nonfinancial transactions that are not
and equities of the organization
normally processed by traditional AIS;
– e.g., purchase of an airline ticket
e.g., tracking customer complaints
• Nonfinancial transactions
AIS Subsystems
– all other events processed by the
• Transaction processing system (TPS)
organization’s information system
– supports daily business operations
– e.g., an airline reservation — no
• General Ledger/ Financial Reporting System
commitment by the customer
(GL/FRS)
– produces financial statements and
reports
• Management Reporting System (MRS)
– produces special-purpose reports for
internal use
The General AIS Model
Data Sources
• Data sources are financial transactions that
enter the information system from internal and
external sources.
– External financial transactions are the
What is Accounting Information Systems? most common source of data for most
• Accounting is an information system. organizations.
• E.g., sale of goods and services, – Summarization: aggregated in
purchase of inventory, receipt accordance with the user’s needs
of cash, and disbursement of Information System Objectives in a Business Context
cash (including payroll). • The goal of an information system is to support
– Internal financial transactions involve – the stewardship function of
the exchange or movement of management
resources within the organization. – management decision making
• E.g., movement of raw – the firm’s day-to-day operations
materials into work-in-process Organizational Structure
(WIP), application of labor and • The structure of an organization helps to
overhead to WIP, transfer of allocate
WIP into finished goods – responsibility
inventory, and depreciation of – authority
equipment. – accountability
Transforming the Data into Information • Segmenting by business function is a very
Functions for transforming data into information common method of organizing.
according to the general AIS model:
1. Data Collection
• Capturing transaction data
• Recording data onto forms
• Validating and editing the data
2. Data Processing
• Classifying
• Transcribing
• Sorting
• Batching
• Merging
Functional Areas
• Calculating
• Inventory/Materials Management
• Summarizing
– purchasing, receiving and stores
• Comparing
• Production
3. Data Management
– production planning, quality control,
• Storing
and maintenance
• Retrieving
• Marketing
• Deleting
• Distribution
4. Information Generation
• Personnel
• Compiling
• Finance
• Arranging
• Accounting
• Formatting
• Computer Services
• Presenting
Accounting Independence
Characteristics of Useful Information
• Information reliability requires accounting
• Regardless of physical form or technology,
independence.
useful information has the following
– Accounting activities must be separate
characteristics:
and independent of the functional areas
– Relevance: serves a purpose
maintaining resources.
– Timeliness: no older than the time
– Accounting supports these functions
period of the action it supports
with information but does not actively
– Accuracy: free from material errors
participate.
– Completeness: all information essential
– Decision makers in these functions
to a decision or task is present
require that such vital information be
supplied by an independent source to
ensure its integrity.
data processing.
The Evolution of IS Models: The Flat-File Model
Data Redundancy Problems
• Data Storage - excessive storage costs of paper
documents and/or magnetic form
• Data Updating - changes or additions must be
performed multiple times
• Currency of Information - potential problem of
failing to update all affected files
• Task-Data Dependency - user’s inability to
obtain additional information as needs change
• Data Integration - separate files are difficult to
integrate across multiple users
update procedure. This reduces the time and
Flat-Files Limit Data Integration
cost of keeping the database current.
- Flat-file approach is a single-view model. (Page
Current Values. A single change to a database
29)
attribute is automatically made available to all
Database Model
users of the attribute.
- By using this model, the organization can
An REA Data Model Example
overcome the problems associated with flat-file.
REA Model
Database Model Systems (DBMS)
• The REA model is an accounting framework for
- It is a special software system that is
modeling an organization’s
programmed to know which data elements
– economic resources; e.g., assets
each user is authorized to access
– economic events; i.e., affect changes in
resources
– economic agents; i.e., individuals and
departments that participate in an
economic event
– Interrelationships among resources,
events and agents
• Entity-relationship diagrams (ERD) are often
used to model these relationships.
Enterprise Resource Planning (ERP)
- Is an information system model that enables an
organization to automate and integrate its key
business process.
- It breaks down traditional functional barriers by
facilitating data sharing, information flows, and
the introduction of common business practices
among all organizational users.
ERP Models include:
• Asset Management
• Financial accounting
• Human Resources
• Industry-Specific Solutions
• Plant Maintenance
• Production Planning
• Quality Management
• Sales and Distribution
• Inventory Management
BATCH PROCESSING
- permits the efficient management of a large
volume of transactions.
- is an economical method of high-volume
transaction processing.
Batch is a group of similar transactions (such as sales
orders) that are accumulated over time and then
are performed in the departments. processed together.
System flowcharts portray the computer Record layout diagrams are used to reveal the internal
aspects of a system. They depict the structure of the records that constitute a file or
relationships between input (source) data, database table. The layout diagram usually shows the
transaction files, computer programs, name, data type, and length of each attribute (or field)
master files, and output reports produced in the record.
by the system. System flowcharts also Characteristic Differences between Batch and Real-
describe the type of media being used in Time Processing
the system, such as magnetic tape, DATA PROCESSING METHODS
Distinguishing Batch Real-Time
Feature
Information Lag exists Processing
Time Frame between time takes place
when the when the
economic event economic event
occurs and occurs.
when it is
recorded.
Resources Generally, More resources
fewer resources are required
(hardware, than for batch
programming, processing.
magnetic disks, and terminals. training) are
required.
Program flowcharts describe the internal Operational Certain records All records
logic of computer programs. Efficiency are processed pertaining to
after the event the event are
to avoid processed
operational immediately.
delays