2.8 – Payroll applications

Slides:



Advertisements
Similar presentations
Chapter 2.7 Data management.
Advertisements

New Customer Information
Overview of Transaction Processing and Enterprise Resource Planning Systems Chapter 2.
Accounting Information Systems 9th Edition
©2003 Prentice Hall Business Publishing, Accounting Information Systems, 9/e, Romney/Steinbart 6-1 Systems Development and Documentation Techniques.
Devils Tower Utility Company Flowchart
Introduction to Data Flow Diagrams Week 6 CMIS570.
PAYROLL AND MODERN MAIL HANDLING METHODS Topic 21 Organisations:
Overview of Transaction Processing and Enterprise Resource Planning Systems Chapter 2.
3.4 Billing Systems. Overview Demonstrate and apply knowledge and understanding of how utility bills are produced from a batch processing system employing.
Compare and contrast batch processing and online processing, outlining the meaning, advantages and disadvantages of the two. Which one would you recommend.
Chapter 13 Sequential File Processing. Master Files Set of files used to store companies data in areas like payroll, inventory Usually processed by batch.
Chapter 12 Describing Information Systems.
DATA FLOW DIAGRAMS We’re going to go into a partial example of how the first level of detail was created. But before we do, let’s step through some guidelines.
Introduction to Transaction Processing and Documentation Techniques COPYRIGHT © 2007 Thomson South-Western, a part of The Thomson Corporation. Thomson,
Judi Prajetno Sugiono ©2009 Management Information System Additional note for DFD.
OVERVIEW PAYROLL ict.com/gcsehome.html.
PAYROLL PROCESSING. PAYROLL In a company, payroll is the sum of all financial records of salaries, wages, bonuses, and deductions.
Chapter 2.8 PAYROLL APPLICATIONS.
13-1 COBOL for the 21 st Century Nancy Stern Hofstra University Robert A. Stern Nassau Community College James P. Ley University of Wisconsin-Stout (Emeritus)
Sequential Files Chapter 13. Master Files Set of files used to store companies data in areas like payroll, inventory Set of files used to store companies.
Now, please open your book to page 60, and let’s talk about chapter 9: How Data is Stored.
SUPPLEMENTAL B An Overview of The General Ledger Architecture.
An Overview of The General Ledger Architecture.  Files are used to store data and processing instruction. The two types of files computer users use most.
13-1 Sequential File Processing Chapter Chapter Contents Overview of Sequential File Processing Sequential File Updating - Creating a New Master.
2.8 Payroll Applications AS Applied ICT Hyper linking.
13- 1 Chapter 13.  Overview of Sequential File Processing  Sequential File Updating - Creating a New Master File  Validity Checking in Update Procedures.
Code DescriptionColourSelling PriceNo. Sold C105MattPrimrose£ C106MattLilac£ C120SilkPrimrose£ C121SilkLilac£ C123SilkPlum£9.00.
Data Flow Diagrams Often a good way of summarising sources and destinations of data and the processing that takes place Shows how data is transformed into.
The aim of producing a backup strategy is to make sure that a computer system can be returned to its original state if data has been lost or corrupted.
Data Flow Diagramming 1. Used to represent processes that:  … capture, manipulate, store, & distribute data  … between a system & its environment 
Chapter 11: Sequential File Merging, Matching, and Updating Programming Logic and Design, Third Edition Comprehensive.
( ) 1 Chapter # 8 How Data is stored DATABASE.
(1) Organize information processing centers environment, the various functions and details Electronic Data Processing (EDP): can refer to the use of automated.
Payroll with the Punches Back Office Corrections Presented by: Kate Graff Kevin Tompkins Hugh Gilpatric.
Systems Development and Documentation Techniques BAB 3 PERTEMUAN SIA-UMBY.
Payroll Applications. Contents  What are Payroll Systems What are Payroll Systems What are Payroll Systems  Master File Master File Master File  Transaction.
Overview of Transaction Processing and Enterprise Resource Planning Systems Chapter 2.
Payroll Liabilities and Tax Records
RECORD-KEEPING AND ACCOUNTING
Transaction processing systems
Doing Payroll With QuickBooks
Chapter 7 Charge Accounts and Credit Cards
Learning Objectives Today we will Learn:
General Ledger, Financial Reporting and Management Reporting Systems
Ways in which ICT is used
InterLaser Basic requirements.
TRANSACTION PROCESSING
Introduction to Transaction Processing
Social Security Tax Withholdings: Adjusted Gross Pay. x 6
Getting Started Lesson 1.
Social Security Tax Withholdings: Adjusted Gross Pay. x 6
DATA FLOW DIAGRAM EXAMPLES
LESSON 2 SYSTEM ANALYSIS & DESIGN PHASE
Operational Accounting and Financial Information Systems
Workers’ Compensation Reporting Form
Data Flow Diagramming.
Data Flow Diagramming Rules
Budget Simulation : Finance Refresher
Payroll Over and Under Payment
NextGen Utility Billing
Overview of Transaction Processing and Enterprise Resource Planning Systems Chapter 2.
Business Processes: Chapter 5 Sales, Purchasing, & Payroll Cycles
LESSON 12-1 Preparing Payroll Time Cards
Unit Databases.
Introduction to Data Flow Diagrams
Welcome to GWPL Attendance & Payroll Management Software
Accounting Information Systems and Business Processes - Part I
Employment Agreement clauses for Payroll
Computer accounting with quickbooks 2018
Presentation transcript:

2.8 – Payroll applications Master file Transaction File Payroll outputs

Introduction Payroll systems normally involve the use of batch processing. This means that the files that are need are stored on separate magnetic tapes. There are 2 types of files involved in this processing: Master File Transaction File

Master File Master file is the most important file since it is the most complete and up to date version of the file. If the master file is lost or damaged and is the only copy, the whole system will break down. In a payroll system, the master file contains: Employee number Name Contact details Rate of pay Pay they have received so far this year Taxes and insurances paid so far this year The Master file basically contains data that does not change that often.

Transaction file A transaction file is used to hold temporary data which is used to update the master file. Transactions occur in any order so it is important to sort a transaction file into the same order as the master file. The data in a transaction file can change daily, weekly, monthly. It is only temporary data storage. In a payroll system the transaction file would contain details like: Number of hours Overtime Employee number – Primary key to the master file The transaction file will contain details of any new workers, workers who have left the company or any workers details who have changed

System flow chart of producing gas/ electricity bills The inputted meter readings are inputed by OMR and are validated before they are added to the meter reading transaction file System flow chart of producing gas/ electricity bills Production of gas/electricity bills are a case of batch processing with use of a magnetic tape The diagram shows how the bills are produced for customers. The transaction file contains Utility meter readings (sorted in order). The customer master file (bills file) contains details of the amount owed by customers and this will need updating as the customers pay their bill

Systems flow chart for processing the bills file Different input methods of payment details. Each method is validated before it is added to the payment transaction file Systems flow chart for processing the bills file Notice there are several ways of making payment. Each method of payment has to be validated before it is processed. The up date program is to produce demands to the people who haven’t yet paid their bill

ICT Workbook Complete the relevant section in your workbook