introduction to transaction modul ke: processingsetiadi+... · document audit trail accountants...

39
Modul ke: Fakultas Program Studi Introduction to Transaction Processing Iwan Setiadi, SE., M.Si Fakultas Ekonomi & Bisnis Akuntansi www.mercubuana.ac.id

Upload: doannhu

Post on 29-Mar-2018

224 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

Modul ke:

Fakultas

Program Studi

Introduction to TransactionProcessing

Iwan Setiadi, SE., M.SiFakultas Ekonomi & Bisnis

Akuntansiwww.mercubuana.ac.id

Page 2: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

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, and– the revenue cycle.

Page 3: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

Expenditure Cycle Conversion Cycle Revenue Cycle

Cash

Subsystems

Purchasing/Accounts PayableCash DisbursementsPayrollFixed Assets

Subsystems

Production Planning and ControlCost Accounting

Subsystems

Sales Order ProcessingCash Receipts

Labor

Physical Plant

Materials

Finished Goods

CustomersC

ash

Cas

h

Fin

ishe

d G

oods

Relationship between Transaction Cycles

Page 4: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

Each Cycle has Two 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)

Page 5: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

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

Page 6: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

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

Page 7: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

Flow of Economic Events Into the General Ledger

Customer'sOrder

SalesOrder

SalesJournal

GeneralLedger

Accounts ReceivableSubsidiaryLedger

Periodically Reconcile Subsidiary

Ledger to General Ledger

Post

JournalEntry Post

Page 8: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

4

2

3

General LedgerControl Accounts Accounts Receivable Inventory Cost of Goods Sold Sales

BalanceSheetAR XXXSales

Orders

Reference File

Archive File

Source Document

TransactionFile

SalesOrders

Keying

Audit Trail

1

Journal

Error File

AR Subsidiary

InventorySubsidiary

Master Files

Credit File

UpdateProgram

EXPLANATION OF STEPS IN FIGURE:

1. Compare the AR balance in the balance sheet with the master file AR control account balance.

2. Reconcile the AR control figure with the AR subsidiary account total.

3. Select a sample of update entries made to accounts in the AR subsidiary ledgerand trace these to transactions in the sales journal (archive file).

4. From these journal entries, identify source documents that can be pulled from their files and verified. If necessary, confirm these source documents by contacting the customers.

Accounting Records in a Computer-Based System

Page 9: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

SourceDocument Journal General

LedgerFinancialStatements

FinancialStatements

GeneralLedger Journal

SourceDocument

Audit Trail

Accountants should be able to trace in both directions.

Sampling and confirmation are two common techniques.

Page 10: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

Verifying Accounts Receivable - The Audit Trail

Accounts Receivable Control Account-General Ledger

Accounts Receivable Subsidiary Ledger(sum of all customers’ receivables)

Sales Journal Cash Receipts Journal

Sales Order Deposit Slip

Remittance AdviceShipping Notice

Example of Tracing an Audit Trail

Page 11: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

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.

Page 12: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

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

Page 13: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

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

Page 14: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

Entity Relationship (ER) Diagram…

• is a documentation technique to represent the relationship between entities in a system.

• The REA model version of ER 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)

Page 15: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

Cardinalities…

• represents the numerical mapping between entities:– one-to-one– one-to-many– many-to-many

Page 16: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

Sales-person

Car

Customer Order

Vendor Inventory

Assigned

Places

Supply

Entity Relationship Entity

1

M

M M

1

1

Cardinalities

Page 17: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

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

Page 18: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

Data Flow Diagram Symbols

EntityName

NProcessDescription

Data StoreName

Direction of data flow

Page 19: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

Documents 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

Page 20: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

Symbol Set for Document Flowcharts

Terminal showing sourceor destination of documentsand reports

Source document orreport

Manual operation

File for storing sourcedocuments andreports

Accounting records(journals, registers,logs, ledgers)

Calculated batch total

On-page connector

Off-page connector

Description of processor comments

Document flowline

Page 21: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

Sales Department Credit Department Warehouse Shipping Department

First Stages in Constructing Document Flowchart Showing Areas of Activity

Customer

Customer Order

Prepare Sales

Orders

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

Order #1

Page 22: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

Sales Order 4

Customer Order

Sales Department Credit Department Warehouse Shipping Department

Finished Document Flowchart Showing Areas of Activity

Customer

Customer Order

Prepare Sales

Orders

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

Order #1

N

Sales Order #1

Checks Credit Credit

Records

Signed SalesOrder #1

Signed SalesOrder #1

DistributeSO and

File

N

Customer OrderSigned Sales

Order #1

Sales Order 4Sales

Order3Sales Order2

Sales Order2

Sales Order 4

Sales Order3Picks

GoodsStock

Records

A

A

Sales Order2

PicksGoods

N

Sales Order3

Customer

Sales Order2

Page 23: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

System Flowcharts…

• are used to represent the relationship between the key elements--input sources, programs, and output products--of computer systems

• depict the type of media being used (paper, magnetic tape, magnetic disks, and terminals)

• in practice, not much difference between document and system flowcharts

Page 24: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

Systems Flowchart Symbols

Hard copy

Computer process

Direct access storagedevice

Magnetic tape

Terminal input/output device

Process flow

Real-time (online)connection

Video displaydevice

Page 25: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

Sales Department Computer Operations Department Warehouse Shipping Department

First Stages in Constructing System Flowchart Showing Areas of Activity

CustomerOrder

Customer

Terminal

Edit and Credit Check

AR FileUpdate

Program

Sales Orders

Inventory

Credit HistFile

Page 26: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

Sales Department Computer Operations Department Warehouse Shipping Department

Finished System Flowchart Showing All Facts Translated into Visual Symbols

CustomerOrder

Customer

Terminal

Edit and Credit Check

AR FileUpdate

Program

Sales Orders

Inventory

Sales Order1

PicksGoods

StockRecords

Sales Order1

Sales Order3

Sales Order 3

Sales Order2

PicksGoods

N

Sales Order2

Customer

Sales Order1

A

A

Sales Order 3Sales

Order2Sales Order1

Credit file

N

CustomerOrder

Page 27: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

Program Flowcharts…

illustrate the logic used in programs

Program Flowchart Symbols

Logical process

Decision

Terminal start orend operation

Input/outputoperation

Flow of logicalprocess

Page 28: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

Modern Systems versus Legacy Systems

• Modern systems tend to be:– client-server (network) based – process transactions in real time– use relational database tables– have high degree of process integration and data sharing– some are mainframe based and use batch processing

• Some firms employ legacy systems for certain aspects of their data processing. – Accordingly, accountants need to understand legacy systems.

• Legacy systems tend to have the following features: – mainframe-based applications– tend to be batch oriented– early legacy systems use flat files for data storage– later era legacy systems use hierarchical and network databases – such data storage systems promote a single-user environment that

discourages information integration

Page 29: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

Updating Master Files: Primary Keys (PK) and Secondary Keys (SK)

(SK)Record Structure for

Sales Orders Transaction File

InventoryNumber

QuantitySold

UnitPrice

InvoiceAmount

(SK)(PK)

SalesOrder

Number

AccountNumber

(PK) Record Structure for AR Master File

AccountNumber Address Current

BalanceCreditLimit

LastPayment

Date

BillingDate

Record Structure for Inventory Master File(PK)

InventoryNumber

Quantityon Hand

ReorderPoint EOQ Vendor

NumberStandard

CostTotalCost

Name

Description

Page 30: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

Database Backup Procedures

BackupMaster

BackupProgramMasterTransaction

UpdateProgram Recovery

Program

•The destructive update approach leaves no backup.•To preserve adequate records, backup procedures must be implemented, as illustrated below.

•The master file being updated is copied as a backup.•A recovery program uses the backup to create a preupdate version of the master file.

Page 31: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

Computer-Based Accounting Systems

• Two broad classes of systems:– batch systems– real-time systems

Page 32: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

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.

Page 33: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

SalesOrders

KeyingUnedited Transactions

EditRun

Errors

EditedTransactions

SortRun

Transactions

UpdateRun

Old Master(father)

AR

AR

New Master(son)

Transactions (eventually transferred to an archive file)

correct errors and resubmit

catches clerical errors

rearranges the transaction data bykey field so that it is in the samesequence as the master file

changes the values in the master file toreflect the transactions that have occurred

Batch Processing/Sequential File

Page 34: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

Steps in Batch Processing/Sequential File

• Keystroke - source documents are transcribed by clerks to magnetic tape for processing later

• Edit Run - identifies clerical errors in the batch and places them into an error file

• Sort Run - places the transaction file in the same order as the master file using a primary key

• Update Run - changes the value of appropriate fields in the master file to reflect the transaction

• Backup Procedure - the original master continues to exist and a new master file is created

Page 35: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

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.

Page 36: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

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

Page 37: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common
Page 38: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

Why Do So Many AISs Use Batch Processing?

• AIS processing is characterized by high-volume, independent transactions, such are recording cash receipts checks received in the mail or payroll. The processing of such high-volume checks can be done during an off-peak computer time.

• This is one reason why batch processing maybe done using real-time data collection.

Page 39: Introduction to Transaction Modul ke: ProcessingSetiadi+... · Document Audit Trail Accountants should be able to trace in both directions. Sampling and confirmation are two common

Terima KasihIwan Setiadi, SE., M.Si