This is a small office management system. With the help of this
project all office employee can connect each other, can request online leave,
can get birthday reminder, can get status of present/absent employee and
automatically attendence system when logIn and logout. Just need to install
setup of this project to every machine.
In this project there are 2 types of user one is Employee of a
office and other is Admin. An Admin have full access for this project. I am showing every right of both type of user in
below DFD.

Image 1.
I
made this project in Visual Studio 2010 and SqlServer2008. Find
database inside DATA folder in Application. Just attach the data and
change connection string in app.config.

Image 2.
When we run the application then first Login window will appear

Image 3.
Here 2 type of user can login one is Admin and second is Employee.
Here I am login with
UserId – 4rahulsaxena@gmai.com
Password rahul
This is admin credential so it will redirect to Admin Home page
after login. First I am going to show admin functionality then after it I will
show normal employee functionality.
This is Admin Home window.

Image 4.
Add New Employee Window

Image 5.
Get All Employee

Image 6.
This is leave request page

Image 7.
Present Employee window

Image 8.
Employee Detail on Click of employee record

Image 9.
Absent Employee Window

Image 10.
Showing Uopcoming Birthday in current Month

Image 11.
Logout
Window

Image 12.
Now I am
going to show Employee functionality,

Image 13.
when a user
login as a Employee then this window will show

Image 14.
This is my
Info window.

Image 15.
This is
leave request window

Image 16.
This window
will show all approve leave of a employee..

Image 17.
This window
will show Employee deny leave

Image 18.
Like in
admin user can see all present and all absent employee.
Upcoming
birthday

Image 19.
Logout
window

Image 20.
There can be
some extra functionality in this project, but being of short time I couldn't
add that in this. So if any user think or want to add extra functionality in
this project then he/she can.