CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2001
    Posts
    4

    Any help with my Final Project

    ASSIGNMENT

    1. Create a project to process payroll information for Ace Industries Inc.

    2. Project has to use at least 3 forms: Payroll form, DataEntry form and Salary form (feel free to add other forms and standard modules.)

    3. Create a sequential file and call it Employee. Each record will contain fields for first name, last name, hourly pay rate and amount earned. Starting the project will load the employee data into an array of user﷓defined types from the sequential file.

    4. DataEntry form allows adding new employee to the file and printing the list of all Ace Industries Inc employees and their rates. (Supposed all of them have different first names ).

    5. Salary form retrieves salary information including first name, last name, pay rate, worked hours, overtime and salary. Overtime counts as worked hours over 40. Employees receive for overtime time﷓and﷓a﷓half pay. The user has a choice to include salary information in the report or ignore it.

    6. Payroll Form
    a) Allows switching to the DataEntry form.
    b) Allows selecting any employee
    c) Allows finding any employee using employee first name
    d) Allows calculating of a salary and printing report.

    7. Add to the Payroll form FindPay command button or menu command for calculating salary. It has to be accessible only after selecting any employee. Use InputBox to enter worked hour's information.

    8. Printing report should contain the list of first and last names, worked hours and overtime hours, pay rate, salary and total amount earned for all employees.

    9. First name, last name, hourly pay rate and amount earned have to be automatically saved in the Employee file.

    10. For self-checking use this table:


    Employee Name Hours Worked Hours Overtime Pay rate Amount Earned

    Janice Jones 40 0 5.25 210.00
    Chris O’Connell 35 0 5.35 187.25
    Karen Fish 45 5 6.00 285.00
    Tom Winn 42 2 5.75 247.25

    Totals 162 7 929.50




    ANY HELP WILL BE APRETIATE
    [email protected]



  2. #2
    Join Date
    Apr 2001
    Location
    Canada
    Posts
    4

    Re: Any help with my Final Project

    Do you just need help getting started? What exactly are you having trouble with? I'm a beginner too; but if I can help, I'll give it a shot..


  3. #3
    Join Date
    Feb 2001
    Location
    Stamford CT USA
    Posts
    2,167

    Re: Any help with my Final Project

    I don't mind helping you if you have at least started with something. Tell us which part that you're stuck with and pretty sure all the people in this forum are willing to help.

    But to get someone to write it for you from scratch is not really nice, don't you think?

    -Cool Bizs

    Good Luck,
    -Cool Bizs

  4. #4
    Join Date
    Apr 2001
    Location
    Canada
    Posts
    4

    Re: Any help with my Final Project

    Excuse me, I think you sent this message to the wrong person. I offered to help with his program if I could. I did not ask anyone to write one for me.


  5. #5
    Join Date
    Feb 2001
    Location
    Stamford CT USA
    Posts
    2,167

    Re: Any help with my Final Project

    My apology. The message was meant for the original poster. Must have clicked on the wrong thread when replying.

    -Cool Bizs

    Good Luck,
    -Cool Bizs

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured