7.software Personnel Mang
7.software Personnel Mang
7.software Personnel Mang
PROBLEM STATEMENT
Software Personnel Management System deals with the management of employee details,
their projects, salary information, work hours, addition and removal or transfer of position. For
every employee, their personal details are obtained. An ID and expected number of working
hours are also assigned. Then, their salary is determined according to their qualification and
experience. A list of projects is maintained for each employee and the status is updated when a
progress is made. If an absence is requested, it is recorded in the profile, and they are warned in
case their limit is exceeded. Salary and positional changes are made in case of promotion or
transfer. If an employee is dismissed, their records are archived.
DATABASE DESIGN
EMPLOYEETABLE
PROJECT TABLE
SOFTWARE PERSONNEL MANAGEMENT SYSTEM
personel details
educational details
TL officier
experience details
apps round
applicant
gd round
direct hr round
HR officer
analys
SEQUENCE DIAGRAM
log in
register details
sent resume
apps round
gd round
submit
analys
HR round
select
login
personal
details
educational
qualification
experience
details
if specified direct HR
round
app round
gd round
if selected reject
HR round
give placement
order
STATECHART DIAGRAM
COMPONENT DIAGRAM
applicant TL officer HR
officer
DEPLOYMENT DIAGRAM
Persone databas
... e
LAYERED ARCHTECTURE DIAGRAM
ui layer
domain layer
technical layer
database
CODINGS:
MODULE
Global db As New ADODB.Connection
Global rs1 As New ADODB.Recordset
Global rs As New ADODB.Recordset
Global rs3 As New ADODB.Recordset
Global rs4 As New ADODB.Recordset
Global rs5 As New ADODB.Recordset
Global rs6 As New ADODB.Recordset
FORM 1
Private Sub cmdaddprodetails_Click()
Form3.Show
End Sub
Private Sub cmdnewempdetails_Click()
Form2.Show
End Sub
Private Sub cmdprojalloc_Click()
Form5.Show
End Sub
Private Sub cmdviewempdetails_Click()
Form4.Show
End Sub
Private Sub cmdviewprodetails_Click()
Form6.Show
End Sub
OUTPUT
FORM1
FORM2
FORM3
FORM4
FORM5 FORM6