Chapter 7 10 Study Guide
Chapter 7 10 Study Guide
Section 1: The Traditional inventories, long lead times, and less flexibility to
customer demand.
Manufacturing Environment
Controls in the Traditional Environment
The conversion cycle covers activities that turn raw
Traditional manufacturing requires strong internal
materials into finished goods. In a traditional
controls to ensure that materials, labor, and
manufacturing environment, production is
overhead are recorded correctly and that assets are
organized around large batches, long runs, and
safeguarded. Typical controls include:
functional departments (e.g., separate areas for
cutting, assembly, packaging). • Authorization of production orders and
material requisitions.
Batch Processing System
A batch processing system collects similar • Pre-numbered documents (job tickets,
production transactions over a period and material requisitions).
processes them together. For example, a factory
• Segregation of duties between production,
might:
inventory custody, and cost accounting.
• Schedule long production runs of one
• Physical controls over inventory (locked
product type.
stores, count sheets, periodic counts).
• Issue production orders in batches.
• Reconciliations between production
• Record material usage, labor, and overhead reports, inventory records, and cost
for the whole batch. accounts.
1
AIS MIDTERMS STUDY MATERIAL 2026 (By: Gladys Requierme)
• Improve quality by preventing defects • Setup times and travel distance are
rather than detecting them later. reduced.
• Respond more quickly to changes in • Small batches and one-piece flow become
customer demand. more practical.
2
AIS MIDTERMS STUDY MATERIAL 2026 (By: Gladys Requierme)
What’s Wrong with Traditional Accounting • Groups costs by value stream (e.g., Product
Information A family, Product B family).
Traditional cost accounting was designed for large-
• Produces simple, timely reports that
batch, labor-intensive factories. In lean
operations teams can understand.
environments, it often:
• Focuses on total value stream profit, lead
• Emphasizes labor variances even when
time, and waste reduction.
direct labor is a small part of cost.
This aligns financial reporting with lean goals by
• Encourages large batches and high
making it clear how improvements in flow and
inventory to “absorb” overhead.
waste reduction affect profitability.
• Produces complex reports that are hard for
operations people to use. Section 5: Information Systems that
Support Lean Manufacturing
As a result, traditional reports can send the wrong
signals—making high inventory look “good” and Materials Requirement Planning (MRP)
small batch, flexible production look “bad” from a MRP systems calculate material requirements
cost standpoint. based on the production plan and bill of materials.
They:
Activity-Based Costing (ABC)
ABC assigns overhead costs to products based on • Determine what materials are needed, in
the activities that generate those costs, rather than what quantities, and when.
just using volume measures like direct labor hours
• Help schedule purchase orders and
or machine hours.
production orders.
Key ideas:
MRP is useful for managing complex products and
dependent demand for components, though
3
AIS MIDTERMS STUDY MATERIAL 2026 (By: Gladys Requierme)
traditional MRP is more “push-based” (driven by Well-designed ERP and related systems provide the
forecasts). information backbone needed to plan, execute, and
continuously improve lean operations.
Manufacturing Resource Planning (MRP II)
MRP II extends MRP beyond materials to include Key Takeaways
other manufacturing resources, such as:
The traditional manufacturing environment relies
• Capacity planning (machines and labor). on batch processing and functional layouts, which
• Scheduling and shop floor control. can create high inventories and long lead times.
4
AIS MIDTERMS STUDY MATERIAL 2026 (By: Gladys Requierme)
5
AIS MIDTERMS STUDY MATERIAL 2026 (By: Gladys Requierme)
6
AIS MIDTERMS STUDY MATERIAL 2026 (By: Gladys Requierme)
7
AIS MIDTERMS STUDY MATERIAL 2026 (By: Gladys Requierme)
Behavioral Considerations
8
AIS MIDTERMS STUDY MATERIAL 2026 (By: Gladys Requierme)
• Financial Reporting System (FRS) produces • MRS design depends on management level
standardized external statements (Balance (strategic/tactical/operational), problem
Sheet, Income Statement, Cash Flows). structure, responsibility accounting, and
behavioral impacts.
• Management Reporting System
(MRS) delivers timely, relevant internal • Modern reporting leverages BI tools, ERP
reports tailored to decision needs. integration, and real-time dashboards for
better decision support.
• FRS controls ensure external reporting
reliability through authorization,
segregation, reconciliations, and audit trails.
9
AIS MIDTERMS STUDY MATERIAL 2026 (By: Gladys Requierme)
10
AIS MIDTERMS STUDY MATERIAL 2026 (By: Gladys Requierme)
Section 1: Overview of Flat-File vs. System (DBMS). This provides data independence—
changes to structure don't affect programs.
Database Approach
How Databases Solve Flat-File Problems:
Data Storage Issues in Flat-Files: Flat-file systems
store data in separate, independent files (e.g., one • Eliminates redundancy through integrated
for customers, one for invoices). This leads to data storage.
redundancy—same customer details repeated
• Single update propagates everywhere.
across multiple files, wasting space and risking
inconsistencies. • Ensures real-time currency.
Data Updating Challenges: To update a customer's • Supports task-data independence.
address, you must change it in every file containing
that data. Missing one file creates errors, making Controlling Access: DBMS enforces security via user
maintenance error-prone and time-consuming. privileges, authentication, and encryption,
preventing unauthorized views or changes—critical
Currency of Information: Files are often outdated for SOX compliance in accounting.
because not all users/systems access the latest
version simultaneously. For example, sales data The DBMS Role: Software that manages data
might not reflect in inventory files promptly. creation, storage, retrieval, and security (e.g.,
Oracle, MySQL).
Task-Data Dependency: Programs are tightly linked
to specific file structures. If a file layout changes Three Conceptual Models (Three-Schema
(e.g., adding a field), every related program must be Architecture):
rewritten, limiting flexibility. • External: User-specific views (e.g.,
The Database Approach: Centralizes data into a accountant sees only financial summaries).
single shared pool accessible by multiple • Conceptual: Logical structure (entities,
users/applications via a Database Management relationships).
11
AIS MIDTERMS STUDY MATERIAL 2026 (By: Gladys Requierme)
12
AIS MIDTERMS STUDY MATERIAL 2026 (By: Gladys Requierme)
13
AIS MIDTERMS STUDY MATERIAL 2026 (By: Gladys Requierme)
14
AIS MIDTERMS STUDY MATERIAL 2026 (By: Gladys Requierme)
15
AIS MIDTERMS STUDY MATERIAL 2026 (By: Gladys Requierme)
anomalies by linking events bidirectionally (e.g., Follow these sequential steps for processes like
Sale → Inventory Decrease + Cash Increase). Revenue Cycle:
Key Benefit for Accountants: REA supports 1. Identify Event Entities: Pinpoint
revenue, expenditure, conversion, and human measurable economic events (e.g., Sale,
resource cycles, ensuring balanced duality (every Cash Receipt). Start with inflows/outflows;
"give" has a "get"). link sequentially (Sale → Receipt).
16
AIS MIDTERMS STUDY MATERIAL 2026 (By: Gladys Requierme)
• Identify enterprise linkages (e.g., Sale • Indexes on PK/FK for query speed.
Inventory links to Production Inventory).
REA and Value Chain Analysis: Maps to Porter's
Step 2: Define Primary Keys, Foreign Keys, and chain—REA events trace inbound logistics
Attributes: (Purchase) → Operations (Conversion) → Outbound
(Sale), aiding strategic analysis like cost-to-serve.
• Assign surrogate PKs (e.g., EventID).
REA Compromises in Practice:
• FKs for relationships (e.g., [Link]).
• Performance Trade-offs: Full normalization
• Attributes: Event timestamps, amounts;
slows queries; denormalize for OLAP.
Resource quantities; Agent contacts.
• Legacy Integration: Adapt REA to existing
• Normalize to 3NF, preserving REA
ER schemas.
semantics.
• ERP Systems: SAP/Oracle use REA-like
Step 3: Construct Physical Database and Produce
structures (e.g., event hubs).
User Views:
• Accountant Role: Validate duality in audits;
• Build tables from REA (e.g., SalesEvent table
use for risk assessment (missing events
with FKs to Inventory, Customer).
signal fraud).
• Create views/joins for reports (e.g., Aging
Receivables: JOIN Sale + Receipt).
17