PPT OF EMP1

Preview:

Citation preview

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 1/30

BY:DEEPAK CHANDEL

DEEPIKA SACHDEVA

GAURAV KHURANA

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 2/30

`

`

We ar e deeply indebted to God almighty f or guiding us thr oughout the course of this pr oject. The success of this pr oject of ours is truly due to His grace.

` We would like to thank our HOD, Mr . Suman Nandi f or the help extended by him in pr oviding all the facilities. We ar e grateful to Mr . Gurinder Singh, Lectur er (Dept of Computer Application) f or hiscontinuous suppor t and assistance thr oughout the pr oject. 

`  Also, we would like to thank our friends f or always encouraging us and admiring our work, whichhelped in developing our confidence.

` This acknowledgement would not be complete if we missed out our par ents. I am ver y thankful to my par ents, which have been a constant source of inspiration f or us fr om the star ting of our lif e

`

`

`

` Student Names

` DEEPAK CHANDEL

` DEEPIKA SACHDEVA

GAURAV KHURANA

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 3/30

` This pr esentation includes a development 

pr esentation of an inf or mation system f or 

managing the staff data within a small company or 

organization. ` The system as such as it has been developed is

called Employee Management System.

` It consists of functionally r elatedGUI (application

pr ogram) and database.` The choice of the pr ogramming tools is individual 

and par ticular .

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 4/30

` This pr esentation gives a brief theor etical pr eviewupon the employee management system.

`

 And goes thr ough the essence of the pr oblem that should be r esolved

` . Keywords

` Inf or mation system, Database system, DBMS,par ent table, child table, table fields,

` primar y key, f or eign key, r elationship, sql queries,objects, classes, contr ols.

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 5/30

` Most of the contemporar y Inf or mation systems ar e 

based on the Database technology as a collection

of logically r elated data, and DBMS as a sof twar e 

system allowing the users to define, cr eate,maintain and contr ol access to the database.

` The pr ocess of constructing such kind of systems

is not so simple. 

` It involves a mutual development of applicationpr ogram and database. 

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 6/30

` The application pr ogram is actually the bridge 

between the users and the database, wher e the 

data is stor ed. 

` Thus, the well-developed application pr ogram anddatabase ar e ver y impor tant f or the r eliability,

f lexibility and functionality of the system.

` The so defined systems diff er entiate to each other 

and their development comprises

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 7/30

`  ASP.NET is a technology that allows us to build

and contr ol dynamic Web pages easily. 

` It also pr ovides many enhancements to take 

advantage of new technology as we can interact with databases,

` Personalize Web pages f or visitors, display page 

on mobile devices (such as cell phones), and even

build an entir e e-commerce site fr om scratch.

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 8/30

` Pr eviously internet works on request/response

model that is an integral par t of client/server 

model. 

`  Although this is a mar velous way of communicate and distribute inf or mation, it's rather simple and

static. 

` When the pr ocess is over, once client r eceives the 

r equesting page fr om the ser ver the ser ver has no idea what the client is doing unless it makes

another r equest.

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 9/30

` Ther e is another model f or communicating

between ser ver and clients, known as event-

driven model.

`  ASP.NET work on this model, it detects action andr esponds to them i.e. the ser ver waits ar ound f or 

something to happen on the client. 

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 10/30

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 11/30

` Connected Appr oach: impor tant classes ar e 

available in Cshar p which pr ovide the database 

connectivity in Sql ser ver .

` Connected Appr oach is of two types:1) SQL Connection: It is used to specif y the 

connection string.

2) SQL Command: The pur pose of SQL Command

class is to specif y a SQL quer y or operationwhich we want to perf or m on database.

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 12/30

` Sql connection class: used to specif y  the connectionstring.

` Sql DataAdapter: This class is used f or disconnectedappr oach . While pr ogramming

database connectivity. In asp.net with Cshar p.

The pur pose of using this class is used to specif y sql quer y or r etrive the appr opriate data fr om the ser ver .DataSet class: this class also used in disconnectedappr oach with SQL DataAdapter class.

3) Whatever the data is f etched by Sql DataAdapter class, it is stor ed in DataSet.

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 13/30

` This main function ar e the f ollowing f eatur es :

` Home Page

� Links to diff er ent section

Search pr ojects and employee

View pr ojects and team member 

View employee inf or mation

Login  Add the employee and pr ojects

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 14/30

` Employee Ar ea Manage your details

Can Add employee

Edit  your employee

Search of employee Manage inf or mation

` Pr ojects Ar ea Manage your details

Can Add pr ojects

Edit  your pr ojects Search of pr ojects

Manage inf or mation

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 15/30

` System design is the process of developing 

specifications for a candidate system that 

meet the criteria established in the system

analysis. Major step in system design is the preparation of the input forms and the output 

reports in a form applicable to the user.

` The main objective of the system design is to

make the system user friendly. System designinvolves various stages as:.

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 16/30

` Data Entry 

` Data Correction

` Data Deletion

` Processing ` System design is the creative act of invention,

developing new inputs, a database, offline

files, procedures and output for processing 

business to meet an organization objective

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 17/30

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 18/30

` Input Design:

` login scr een: This scr een is used f or login

.Description of this page is as f ollows:` User Name : The username is login her e

` Password : The Password is login her e

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 19/30

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 20/30

This page shows that how employee is add.

In this scr een we add the employee if new

employee is come. 

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 21/30

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 22/30

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 23/30

This page shows that how pr oject is add .In this

scr een we add the pr oject if new pr oject is come. 

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 24/30

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 25/30

` This page shows that how password is change .In

this scr een we change  the password and confir m 

it. 

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 26/30

` Inf or mation is transf or med as it f lows thr ough a computer basedsystem. The system accepts input in a variety of f or ms, applieshardwar e, sof twar e and human elements to transf or m input into output and pr oduces output in a variety of f or ms. Input may be contr ol signal transmitted by a transducer, a series of numberstyped by a human operator, a pack of inf or mation transmitted on

a network link, or a voluminous data file r etrieved fr om a Cd-r om.

The transf or mation may comprise a single logical comparison, a complex numerical algorithm or rule-interface appr oach of an exper t system. We can cr eate a f low model f or any computer based system, r egardless of size and complexity.

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 27/30

1. Be easy to install and test on the computer .

` 2 Be implemented as a cross-platf orm solution (operates the same ondiff erent computers) thus providing machine por tability and independence f rom hardware manuf acturers.

` 3. It should also be easily accessed by all people par ticipating in projectmanagement activities (conceivably the whole company) as an integrated approach.

` 4.Be easy to lear n and use. It should be based on industry designstandards (e.g., GUI design standards, on-line help, use of operating

` system clipboard, etc.).

` 5.Per f orms reliably and productively in accordance with specifications.

` 6. Provide standard utilities f or: Monitor ing and administer ing the system.

` 7 . Secur ity  - to both administer  the system, and login to input data.

`

8. File Management - to pur ge obsolete data, and backup files.` 9. Provide f acilities to record and ver if y time on project assignments.

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 28/30

`

CONCLUSION

The pr oject ³EMPLOYEE MANAGEMENT SYSTTEM´ helped usunderstand the intricacies of good website design. We learned the design using .NET Platf or m with SQL Ser ver . We also studied the 

working of the Internet Inf or mation Ser ver . Apar t fr om the technical side, we en joyed the benefits of working

as a team and we ar e sur e it is our co-operation and team spirit that lead to the success of the pr oject.

` SCOPE FOR EXPANSION

The pr oject can include online test facility which can pr ove beneficial f or both  job seekers and employers. Apar t fr om this we can implement thisin Multilanguage.

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 29/30

` Project Coordinator:

Mr. Gurinderpreet Singh

` Project Team Members:

1) DEEPIKA SACHDEVA

` 2) GAURAV KHURANA

` 3) DEEPAK CHANDEL

8/6/2019 PPT OF EMP1

http://slidepdf.com/reader/full/ppt-of-emp1 30/30

Recommended