Top Banner
1 Chapter 1 Introduction to Accounting Information Systems Chapter 4 Database Management Systems
26

Chapter 1

Jan 04, 2016

Download

Documents

beau-blevins

Chapter 1. Chapter 4. Database Management Systems. Introduction to Accounting Information Systems. Learning Objectives. Understand major approaches used to process data re accounting/business events Identify major accounting cycles - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Chapter 1

1

Chapter 1

Introduction to Accounting Information

Systems

Chapter 4

Database

Management

Systems

Page 2: Chapter 1

Learning Objectives

• Understand major approaches used to process data re accounting/business events

• Identify major accounting cycles

• Recognize complexities/limitations of traditional data management approaches

• Appreciate advantages of database approach to data management

• Understand basic processes of database design and implementation

Page 3: Chapter 1

3

Business Event Cycles (Merchandising)

• Revenue

– Capture & record customer orders

– Ship goods - record CGS

– Send invoice - record Sales & A/R

– Collect and record cash receipts

Page 4: Chapter 1

4

Business Event Cycles (Merchandising) (2)

• Expenditures

– Prepare and record purchase orders

– Receive goods and record cost of inventory

– Receive vendor invoices; record Accts Payable

– Prepare paychecks & record payroll activities

– Prepare/record cash disbursements

Page 5: Chapter 1

5

Order EntryProcess

Billing/AR/ReceiptsProcess

Inventory

GeneralLedger

REVENUECYCLE

EXPENDITURECYCLE

Business Even Cycles (merchandising)

Purchasing/AP/Disbursement

Process

Page 6: Chapter 1

6

B/AR/CRProcess

Generalledger

P/AP/CDProcess

Service FirmRevenue Cycle

Page 7: Chapter 1

7

IntegratedProduction

Process

Generalledger

P/AP/CDProcess

ProductionCycle

Page 8: Chapter 1

8

Event-Driven Approach

• Raw data captured as events occur

• Minimum data to be collected/stored

– Who, What, When, Where

• Data can be aggregated to meet user requirements

Page 9: Chapter 1

9

Customernumber

Customername

Customeraddress

Creditlimit

Sales-person

Salesterritory

Year-to-datesales

RECORD

Fields Characters

Page 10: Chapter 1

10

Start

New customerform

Review &approve

Enter customerdata

Inputaccepted

New customerform

Completedforms

Credit Department Computer

Createcustomer

record

Customermaster

data

Add customerrecord

Page 11: Chapter 1

11

Start

New customerform

Review &approve

Enter customerdata

Inputaccepted

New customerform

Completedforms

Credit Department Computer

Edit order,record order,

updateinventory, print

shippingdocuments

Inventorymaster

data

Customermaster

data

Sales ordermaster

data

Warehouse

Packing slip

Pickingticket

Shipping

Enter customer order

Page 12: Chapter 1

12

Data coding

• Sequential (serial)– Student ID

numbers

– “Wait” ticket at Post Office

• Example based on employee ID codes:– 001 - 1st hired

– 002 - 2nd hired

– etc

• Block– Universal product code

– 73805 80248

Mfg.code

ProductI.D.

Example based on employee ID codes:

- 001-100 - fab dept.- 101-200 - assembly dept

Page 13: Chapter 1

13

Data coding (2)Significant digit

16 2 17 4389

Productgroup

Part orsubassembly

Warehouse Unique itemidentifier

Example based on employee ID codes

Inventory item

2 0 4 623

Workcenter

Exempt or nonexempt

Pay ratecode

Uniqueemployeeidentifier

Page 14: Chapter 1

14

Data coding (3)

Hierarchical Postal zip code

0 18 90Section ofcountry

Region within section

Locality (townwithin region)

Example based on employee ID codes

01 3 9 623Companydivision

Plant Department Uniqueemployer ID

Page 15: Chapter 1

15

Data coding (4)

Mnemonic College course numbering:

AC340 - Accounting Information Systems

EN101 - English Composition

Example Based on Employee ID Codes:

F M C 623

Female Married Caucasian Uniqueemployee ID

Page 16: Chapter 1

16

Application approach to data management

Enter InventoryTransaction

InventoryApplicationPrograms

InventoryOutput

Salesorder

master data

Inventorymaster data

Page 17: Chapter 1

17

Record layouts - applications approach

Sales order #

Customer#

Item # PriceSales

PersonQuantityOrdererd

sales order record layout

Item # Unit costWarehouselocation#

Quantityordered

Salesorder #

Customer#

inventory record layout

Customer#

Customername

Creditlimit

SalesPerson

Quantityordered

Salesorder #

customer record layout = key field

Page 18: Chapter 1

18

Database approach

• Decouples data from applications

• Data are independent

• Database shared by applications

• Data can be easily accessed by

– Report generators

– Query programs

• Must use DBMS + Operating system

Page 19: Chapter 1

19

Data base approach to data management

Enter salestransaction

Enter inventorytransaction

Salesapplicationprograms

Inventoryapplications

programs

Data basemanagement

systemsoftware

Operatingsystem

Reportwriter

program

QueryProgram

Reportrequest

Query

Onlinequery

response

Report

Database

Page 20: Chapter 1

20

DBMS

• Set of integrated programs designed to simplify tasks of creating, accessing, managing databases

• Functions– defining data– defining relations among data– interfacing with operating system– mapping each user’s view of data – (subschema schema)

Page 21: Chapter 1

21

Schema/Subschema

Customer#

Customername

Creditlimit

SalesPerson

Customeraddress

YTDSALES

SCHEMA

Customer#

Customername

SalesPerson

YTDSALES

SALES MANAGER SUBSCHEMA

Customer#

Customername

Creditlimit

CREDIT MANAGER SUBSCHEMA

Page 22: Chapter 1

22

Advantages of Database Approach

• Nonredundant data

• Ease of maintenance

• Reduced storage costs

• Data integrity

• Shareability/flexibility

• Privacy

Page 23: Chapter 1

23

Disadvantages of Database Approach

• High hardware/software cost

• Need for database administrator

• High concentration of applications on database

• Contention problems

• Training

Page 24: Chapter 1

24

ORDER

CUSTOMER SALE

INVENTORY

madeto

receivedfrom

lineitem

lineitem

fills

Entity-relationship diagram

Page 25: Chapter 1

25

Specify Logical DB Design

• Select Logical DB model

• Transform Data Model using a Logical DB model

• Select DBMS

• Implement DBMS

Page 26: Chapter 1

Learning Objectives

• Understand major approaches used to process data re accounting/business events

• Identify major accounting cycles

• Recognize complexities/limitations of traditional data management approaches

• Appreciate advantages of database approach to data management

• Understand basic processes of database design and implementation