Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You must include the following components in your Employee Management System: Employee Management System - Functionality 1 In Week 1, you developed the first functionality

You must include the following components in your Employee Management System:

Employee Management System - Functionality 1

In Week 1, you developed the first functionality for the employee management system. You wrote a Python script to allow users to enter the following string values: employeeName, employeeSSN*, employeePhone, employeeEmail, and employeeSalary.

Employee Management System - Functionality 2

In Week 2, you developed the second functionality of the employee management system in which you allowed users to enter information for five employees at the same time.

Employee Management System - Functionality 3

In Week 3, you developed the third functionality of the employee management system. You made use of looping to allow your Python script to run constantly. You then separated functionality 1 into two functionalities - "Add Employee" and "View all Employees". Finally, you utilized global variables to develop a counter that keeps track of the number of employees in the system.

Employee Management System - Functionality 4

In Week 4, you developed the fourth functionality of the employee management system. You improved the "View all Employees" functionality that was developed in Week 3 and added two new functionalities to your employee management system - "Search employee by SSN" and "Edit employee information."

Employee Management System - Functionality 5

In Week 5, you added two new functionalities to your Employee Management System - "Export employees' information to text file" and "Import employee's information from text file."

Final Deliverable

You will now combine all the functionalities you have developed into one single application. Explain the steps you took to combine all of the functions into one single application, and provide a screen shot of the final Employee Management System.

The end product should look similar to the following:

------------------------ Employee Management System ---------------------------

There are ( 5 ) employees in the system.

-------------------------------------------------------------------------------------------

  1. Add new employee
  2. View all employees
  3. Search employee by SSN
  4. Edit employee information
  5. Export employees' information into a text file
  6. Import employees' information from a text file

-------------------------------------------------------------------------------------------

Please enter your option number:

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial management theory and practice

Authors: Eugene F. Brigham and Michael C. Ehrhardt

12th Edition

978-0030243998, 30243998, 324422695, 978-0324422696

Students also viewed these Programming questions

Question

who is a is an internal user.

Answered: 1 week ago