Ways in which ICT is used

Slides:



Advertisements
Similar presentations
Ch 26.
Advertisements

Overview of Transaction Processing and Enterprise Resource Planning Systems Chapter 2.
1 PAYROLLPAYROLL. 2 Firstly who is the employee? Who is the employer?
PAYROLL AND MODERN MAIL HANDLING METHODS Topic 21 Organisations:
Compare and contrast batch processing and online processing, outlining the meaning, advantages and disadvantages of the two. Which one would you recommend.
Standard Grade Computing COMMERCIAL DATA PROCESSING CHAPTER 13.
Preparing Payroll Records
G1 © Family Economics & Financial Education – Revised November 2004 – Paychecks and Taxes Unit – Understanding Your Paycheck and Tax Forms Funded.
HR & Payroll System. Aids analysis of employee data for reliable decision making Real time accessibility of information Track salary and personal information.
Lesson Objectives By the end of this lesson you will be able to: 1.Describe the terms batch, online and real time processing 2.Give examples of each type.
Ravi Block Application Software Module 1.8.
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.
Tutorial DFD Cap I. Najwa AlGhamdi. context diagram  Why context diagram ?  To know Who will interact with system. What's the main input and output.
0 Glencoe Accounting Unit 2 Chapter 11 Copyright © by The McGraw-Hill Companies, Inc. All rights reserved. Protecting Cash In any business, cash is used.
Coinage Analysis Once you have exported the “ABA” or bank file from your payroll program, open the Coinage Analysis. Click to locate file.
2.8 Payroll Applications AS Applied ICT Hyper linking.
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.
Payroll Management System
TYPES OF INFORMATION SYSTEMS 2 ND. AUGUST 2005 TUESDAY LOWER SIXTH COMPUTING LESSON Prepared by: T.Fina Next.
CENTURY 21 ACCOUNTING © 2009 South-Western, Cengage Learning Today’s Target! Wed., March 2 nd  Students will ledger Subsidiary Accounts and post to General.
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.
Take Charge of your Finances
Documentation for Pay and Calculations
ACCOUNTING DEPARTMENT WORKFLOW
There are many different ways of making and receiving payments.
Understanding Your Paycheck and Tax Forms
Transaction processing systems
Requirement Practice.
Take Charge of Your Finances
Take Charge of Your Finances
Learning Objectives Today we will Learn:
Electronic/Online Banking & Bill Pay
Unit 3 Personal & Business Finance
Take Charge Today Introductory Level Paycheck Basics.
Advantages of ICT over Manual Methods of Processing Data
Take Charge of your Finances
Paycheck Basics.
Continuation of Causeway Example
Chapter Three Processing Payroll
Open, Manage, and Reconcile
Take Charge Today Introductory Level Paycheck Basics.
Payment Methods and Bank Reconciliation
Understanding Your Paycheck and Tax Forms
Banks Next Slide © Annie Patton.
Understanding Your Paycheck and Tax Forms
Before Creating Additional Pay or Transforming Pre-work
Overview of Business Processes and Accounting information system
Budget Simulation : Finance Refresher
Payroll Over and Under Payment
Overview of Transaction Processing and Enterprise Resource Planning Systems Chapter 2.
Employee Self-Service (ESS) Time and Labor PeopleSoft HR Management System(HRMS) 9.2 Upgrade Overview of Changes/Updates.
STUDENT FINANCIALS YEAR END PROCESSES
Week 12 Bank reconciliation statements Learning Objectives P3
12-2 Financial Records and Financial Statements
Take Charge Today Introductory Level Paycheck Basics.
Take Charge Today Introductory Level Paycheck Basics.
Take Charge Today Introductory Level Paycheck Basics.
Take Charge Today Introductory Level Paycheck Basics.
Chapter 21 Accounting Practices.
Take Charge Today Introductory Level Paycheck Basics.
Introduction to Data Flow Diagrams
Take Charge of your Finances
Payables Management Jodi Dare and Colin Pich.
Unit 1b – Functions of Departments
2.8 – Payroll applications
Take Charge of Your Finances
Take Charge Today Introductory Level Paycheck Basics.
Presentation transcript:

Ways in which ICT is used

What is batch processing? Sometimes we have a lot of data to process and it is all of a similar form(e.g. we might have to calculate the pay for 10,000 employees - the calculations we have to do for each employee are very similar) In cases like this, we can prepare the data into a set or 'batch' and hand it over to the computer to be processed in one go. Once we have prepared the batch of data, no user input is required - the computer works its way through the data automatically.

Continued This type of data processing is known as batch processing. An advantage of this type of system is that the processing can occur when the computer is not being used for anything else (e.g. at night). The job is setup, people go home, and when they return the next morning the work has been done.

Applications of batch processing: 1. payroll. 2. billing system.

PAYROLL The 'payroll' of a business is the system used to calculate the salary (how much they are paid for their work) of each employee. The inputs to a payroll system are: Employee code (used to lookup the employee's other details, e.g. name, bank account, etc.) Hours worked Rate of pay (e.g. $25 per hour)

Continued The processing involves the following calculation: Pay = Hours Worked X Rate of Pay The outputs from a payroll system are: A printed payslip (given to the employee to show how his/her pay was calculated) A cheque, or an EFT payment directly into the employee's bank account

Picture

How is a Payroll Processed? The payroll is usually processed once a week or once a month(depending upon how often the business pays its employees). 

Continued This means that batch-processing is ideal for payroll processing: Working hours data is collected into a batch The data can be processed in one go at the end of the week/month The same calculations will be performed on all the data No user input is required during the processing The processing can be done during quiet times when the computer system is not being used for other things (e.g. at night)

Diagram D NEW INFORMATION FROM TIMESHEETS INFORMATION FROM THE EMPLOYEES FILE OUTPUT REPORTS AND ERROR REPORTS MAKE BACK-UP COPY OF THE FILES BATCH PROCESSING UPDATE EMPLOYEES FILE OUTPUT THE PAY SLIPS

BILLING SYSTEM Companies send out their bill/invoices on pre-determined date, all the information is gathered together and then processed in one go (batch). Consider an electricity bill: The input are: customer details (address), charge per kW (unit) of power, previous readings minus old readings taken from electricity meter, bank account details (if using direct debit), etc.

Continued The processing done is calculation of: number of units of electricity used (i.e. new reading minus old reading), customer’s cost (i.e. units used times charge per unit), monthly payments made ( if using direct debit), outstanding amount owed or carried over to next bill, etc.

Continued The output are: bill showing all the details, updating of customer file, production of request for payment if not through direct debit, etc.