Oodp Mini Project
Oodp Mini Project
S.CHARITH
A.PANNAGA SAI
Introduction:
The goal and scope of this project is to keep track of the different
details and things that consumers do. It makes the work easier and cuts
down on the amount of paper work. It lets the service provider store
information about the customer and show the debits and credits that
need to be made.
It also lets the consumer details be changed and looked up. It gets
around the problem of procedural programming by using the ideas of
object-oriented programming. The project is a good example of how to
use C++ to work with data files. The system makes sure that computers
are error-free and easy to use
MODULES DESCRIPTION :
Admin Login Module
Here in this module call, the user is prompted to enter the login
credentials. The Login Module is a portal that allows users to type a
username and password to log in. This module is no longer available to
users after they have logged in. The Login Module appears to users next
to the introduction module.
Data Entry Module
After you selected data entry from the main menu you land on this
screen. In this module, the Data of the employee are inserted. The
Fields required here are Name, Id of the employee, Designation, Age,
Years of experience, No. of working hours, Loan Status if any.
All the required data is processed and the salary,
earnings, and deductions of the employee are
calculated and finally stored in the files for
permanent storage.
Storing and Retrieving Data Records Module
Records of all the employees are to be maintained
and the records are stored in Files and the
information is retrieved from the files. All the
Records are separated by new lines, and each field of
an individual record is separated by a ‘tab’.
WORKING PROCEDURE:
STEP 1
The main function is executed first and the control the followed by
code.
The function ‘intro()’ got executed and the welcome message is
displayed when the user proceeds to the next step by pressing any key.
STEP 2
The user is prompted with a login screen here and a user with valid
credentials can have the access to the software.
STEP 3
After the user with the valid credentials logs in, the data of previous
employee records are retrieved.
STEP 4
After the user with the valid credentials logged in and successful
retrieval, the user land on the home screen (the Main menu), and based
on the choice of the user he lands on the requested screen.
STEP 5
After the job is done, all the modified or created data is stored in the
files and the software is successfully exited.
CLASS DIAGRAM- PAYROLL SYSTEM
SEQUENCE DIAGRAM- PAYROLL SYSTEM
STATE CHART DIAGRAM-PAYROLL SYSTEM
ACTIVITY DIAGRAM – PAYROLL SYSTEM
PROGRAME:
OUTPUT :
THANKYOU