0% found this document useful (3 votes)
368 views

Assignment 7 Solution

The payroll system has two main processes: verify payroll data and calculate pay. To verify data, it uses timecards and employee status to generate valid payroll information. To calculate pay, it receives exemption data and valid payroll data to generate net pay, deductions, and posting information saved to employee and payroll journal datastores, and sends paychecks to employees. The calculate pay process is split into computing net pay using payroll and exemption data, and preparing payroll by saving information and distributing paychecks.

Uploaded by

kaosar alam
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (3 votes)
368 views

Assignment 7 Solution

The payroll system has two main processes: verify payroll data and calculate pay. To verify data, it uses timecards and employee status to generate valid payroll information. To calculate pay, it receives exemption data and valid payroll data to generate net pay, deductions, and posting information saved to employee and payroll journal datastores, and sends paychecks to employees. The calculate pay process is split into computing net pay using payroll and exemption data, and preparing payroll by saving information and distributing paychecks.

Uploaded by

kaosar alam
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Assignment 7

Payroll system is divided into two processes, verify payroll data and calculate pay. To verify
payroll data, it takes timecards from Timekeeping and current status from employee datastore and
generate valid payroll data. Along with valid payroll data, calculate pay process receives
exemption data from withholding datastore and generate Net pay and deduction which is saved
into employee datastore, posting information which is saved into payroll journal datastore and
send paychecks to Employees.
Calculate pay process is decomposed in two processes, compute net pay and prepare payroll.
Compute net pay process take valid payroll data and exemption data from withholding datastore
and generate Net pay and deduction which is saved to employee datastore and also sends to prepare
payroll process. Finally prepare payroll process saves posting information to payroll journal
datastore and send paychecks to Employees.

You might also like