Gad Report
Gad Report
1. To have ideas and essential information on the project and also the importance of
vb.net.
2. Employee Management System makes everyday employee tasks more efficient. This
means more work can be done in less time.
3. Consequently, this decreases operational costs.
4. This also minimizes paperwork and manual tasks.
4.0Litrature review
1. To tell in short, as the name itself tells that employee management system manages all
the details of each and every employee in an organization.
2. Employee Management solutions are designed to better measure, analyse and manage
employees’ working hours and deploy human resources more effectively.
3. Employee Management System is open to admins, HR team, Managers, and regular
employees. Among all users, only the admins have all privileges to access all the
information of Employee Management Software.
4. So the admins will insert, update, remove the employees, departments, generate
reports and whereas other users will have limited roles. Once the user’s login they can
perform few tasks specific to their role.
5. An employee management system is designed to streamline HR and other business
department duties. Most key operations — from employee timesheets and time off
requests to staff geo-location during work hours — can be handled by a system like
this.
6. The key is to find a system that not only works well for your team, but one that also
saves you time, headaches, and money. Any employee management system should
cover essential HR features.
7. One of the most common ways of managing teams, especially remote workers, is
regular reporting via email. However, this method is cumbersome and messy.
8. The key to optimizing your team’s performance is taking the time-consuming admin
tasks out of the picture, so you can all focus on accomplishing more.
9. This article will outline the benefits of management systems, and the best apps and
tools you can use to improve your team’s efficiency.
10. A web-based employee management system helps you be more efficient with your
time, and reduces the time your team spends on repetitive, administrative tasks.
11. Having an employee management system in place means you can access all the
essential information about your team, projects, and clients from a single dashboard.
12. This centralized insight is what every good employee management system should
offer. Plus, you should also look for a system that provides:
i. Optimized workload and streamlined admin tasks
ii. Data security
iii. Increased employee engagement
FORM 1
Public Class Form1
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Form2.Show()
End Sub
End Class
FORM 2
Public Class Form2
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
If TextBox1.Text = "Admin" And TextBox2.Text = "123" Then
Form3.Show()
Else
MsgBox("Enter correct username and password")
End If
End Sub
End Class
FORM 3
Public Class Form3
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Form4.Show()
End Sub
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
Form5.Show()
End Sub
FORM 4
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
MsgBox(" NAME= Bharat Chougale
DATE OF JOINING= 12\04\2018
JOB TITLE = HR
SALARY = 50,000")
End Sub
FORM 8
Public Class Form8
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
MsgBox(" NAME= Anish Jadhav
DATE OF JOINING= 28\03\2018
JOB TITLE = CEO
SALARY = 80,000")
End Sub
8.1. Conclusion:-
1. This project has a real time applications this project is used to manage all the
information about employee name, age, salary, login, leaves.
2. This project is especially useful for employee for getting all required things for their
department.