alvinvinvinvin / CS546

Oriented-Object Software Development Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS546

Oriented-Object Software Development Project

Payroll System

A software company has several employees - some of them are administrators such as President, Vice-President and so on. Other employees are classified into two groups - managers and software developers. The company has several departments. Each department is managed by one or more managers, and has one or more software developers. An employee may work for more than one department. The salary for an employee depends on the rank - manager, project leader, senior software developer, programmer etc. The salary may change at any time after initial hiring and may not be the same for two people of the same rank. The aim of this project is to develop a payroll system for this company. The following minimal set of functionalities must be included: • Hire a new employee. This may include administrators as well. While hiring, the company and the person being hired may negotiate on the salary. • Fire an employee. • Promote an employee to a higher rank. This comes with an additional salary. The development team may decide this in consultation with the customers. • Prepare monthly pay stub for each employee. This must include base salary, deductions and taxes withheld, if any. The pay stub must also indicate the department(s) for which the employee worked.

The software product must have a Graphical User Interface. Please consider the security aspects for this project.

Additional Requirements for the project

The following changes/additions must be made to the existing set of requirements: The system must now include the software projects that the company handles. Each project is assigned to one or more departments. Consequently, the manager(s) and some employees of each assigned department (not necessarily all employees in the department) will be associated with the project. The cumulative cost of the project must be maintained in the system. This includes the sum of salaries of all employees assigned to this project and other costs. For simplicity, you can assume that 'other costs' is given as one single amount. An administrator should be able to generate a report on each project which should display the people associated with the project and the total cost. Please note: each project is associated with a time period as well, indicating the development length for this software project.

Due date: May 6th

About

Oriented-Object Software Development Project


Languages

Language:C# 100.0%