write a payroll program for the Lollipops4me Company. Lollipops4me Company is located in Cincinnati, Ohio and has employees that live in Ohio, Indiana, and Kentucky. The company has both salaried (management) and hourly employees. The application should assist the payroll clerk in doing her weekly (52 times a year) payroll.
The application must allow the clerk to state if the payroll is a salaried or an hourly employee. Based on that selection, the clerk will gain access to the proper form to enter the first and last name of the employee and the necessary data for each type of employee to provide the necessary totals of: Gross Pay, FICA, State Taxes, Federal Taxes, and Net Pay.
Gross Pay for Salaried Employees:
The clerk will provide the yearly salary of the employee on the form. Gross Pay will be determined based on the salary divided by the number of payrolls per year.
Gross Pay for Hourly Employees:
The clerk will provide the hours worked for the pay period and their hourly wage. Gross pay will be determined based on the hours worked and the hourly wage. If the employee works over 40 hours in a week, they will be paid time and a half for all hours over 40.
FICA:
Sum of:
2% of the first 125,000 of Yearly Gross Pay (Social Security tax). After employee has amassed over $125,000 in yearly gross pay, they do not pay Social Security Tax.
45% of total Gross Pay
State Taxes:
For Ohio: 5% of Weekly Gross Pay
For Kentucky: 6% of Weekly Gross Pay
For Indiana: 5% of Weekly Gross Pay
Federal Taxes:
Weekly Gross Pay |
Income Tax Withheld based on the Weekly Gross Pay |
$0 to $50 |
$0 |
> $50 to $500 |
10% over $51 |
> $500 to $2,500 |
$45.00 + 15% of amount over $500.00 |
> $2,500 to $5,000 |
$345.00 + 20% of amount over $2,500 |
Over $5,000 |
$845.00 + 25% of amount over $5,000 |
Net Pay:
Gross Pay – FICA – State Taxes – Federal Taxes
Instructions:
This project should be a multi-form application that includes:
A main form that allows the user to choose salaried or hourly employee.
A form to handle salaried employees
A form to handle hourly employees.
A module must be part of the application that includes common procedures/functions from both forms.
Use proper controls for all necessary input.
Validation is required for all textbox input. For first and last name, ensure existence. For all numeric data, ensure for existence, numeric, and > 0.
The formatted output on each form should be placed in a list box control as follows:
Net Pay: $XX,XXX.00 FICA: $XX,XXX.00 State Tax: $XX,XXX.00 Federal Tax: $XX,XXX.00 Gross Pay: $XX,XXX.00 |
A button should be included on the salaried and hourly form to clear the employee’s information and pay results for the next entry.
A button should be included on the salaried and hourly form to exit the form.
A button should be included on the main form to exit the application.
A menu must be included on each form that mimics the buttons on the form.
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of