Revisiting The Problem
Revisiting The Problem
PURPOSE: Computer based information the system are designed has to to pass in access of the improve to the result. to It existing student has
accuracy
documents. students. It
provides
maintaining
capabilities of the
Setup and organization as well as it will save time and money which are spending in making reports and collecting data. It can be accessed throughout the organization and system can be outside used as as an well with proper for lo gin to
provided. This
application
college
PROBLEM STATEMENT:
Now a days, Student joins the college for the placement as well as for better training for their future. But there is manual training has going on there might be lot of
problem student as well as placement manager has to face. All the transactions are done manually. Fake entries can be there. System is more error - prone & time consuming. Difficulty in managing data of students. Large of piles of records are to be maintained. TPOs have to collect the information to recruit students and notify students various companies who want about them. It is a time
time to time
SCOPE Project companies. Students system has scope has a big scope to do. We can of access previous Students can maintain about In placement. sector their This can
information and can update it. Notifications are sent to students about the information improvement / amendments. future,
communicate with each other online. All currently active enquires can also be added in the website to view if online. This application can be modified from time to time as per the changing requirement of the user with lesser cost also the The backend of with be the the application application can be changed also be as per the into storage and requirement of the application and to provide more security level features. limitation can looked enhancement can made as per user requirement . All though this project is
made only for a particular institute and supports a particular operating system platform , the wide application area of the project surpasses this small drawback. Hence proving its worth.
ABSTRACT This project report is intended to serve as a guide to the web application developing on Training and placement cell. I have tried to follow the principles and rules as suggested by the software engineers as far as possible, in order to make this application a Successful one.
The report starts with a comprehensive introduction to the project undertaken as its very FIRST PART. It includes objectives and scope of the project; about the front-end tool used i.e. ASP.NET and the back-end tool i.e. MS SQL SERVER2008 The SECOND PART presents and discusses the theoretical background of the project. The THIRD PART encompasses all the problems of the Web application that includes what is expected from the software, the demands and the requirements of the end-users. The FOURTH PART discusses the hardware and software requirements of the user machines. The FIFTH PART contains the data flow diagrams. The SIXTH PART contains the Screenshots. The SEVENTH PART is the user manual section. The Eight part is the annexure for the topic that includes some details about the organization, the data dictionary, definitions, acronyms and abbreviations used in the report. The final section is the reference part that contains a list of the books and reports that were referred during the development of the project and the report as well.
The emphasis in this report is to document the important concepts and techniques used for the successful development of this project.
I do hope fervently that, through this report, the readers will get a real picture of what the project is all about. I also wish that may this software satisfies all the needs and requirements of the organization, for which it is meant.
Analysis
Feasibility Study
Design
Coding
Testing
Implementation
Duration(days)
Gantt Chart
3.Design
In designing database, various dependencies have been kept in consideration. Rules of normalization were followed to make the databases non-redundant and consistent.
Project_Info
LIST OF TABLE LOGIN TABLE FIELDNAME USERNAME PASSWORD DATA TYPE NVARCHAR NVARCHAR SIZE 50 20
STUDENT REGISTER TABLE FIELDNAME FIRST NAME LAST NAME FATHER NAME GENDER ADDRESS DATE OF BIRTH DATA TYPE NVARCHAR NVARCHAR NVARCHAR NVARCHAR NVARCHAR DATE SIZE 50 50 50 50 250
50 50 20 20
COURSE HIGH YEAR INTERMEDIATE YEAR GRADUATION YEAR PERCENTAGE BATCH STREAM MOBILE NO
50
50
50
COMPANIES FIELDNAME COMPANY NAME DESCRIPTION CONTACT NO EMAIL ID DATA TYPE NVARCHAR NVARCHAR BIGINT NVARCHAR 50 SIZE 50 50
WEBSITE URL
NVARCHAR
50
COMPANY DETAILS FIELDNAME ID COMPANY NAME DATE POST VENUE PERCENTAGE NO OF BACKLOGS TIME PLACEMENT PROCESS DEPARTMENT PACKAGE BATCHYEAR DATA TYPE INT NVARCHAR DATE NVARCHAR NVARCHAR INT INT NVARCHAR NVARCHAR NVARCHAR NVARCHAR NVARCHAR 50 250 50 50 50 50 50 50 SIZE
SELECTED STUDENTS FIELDNAME S NO ROLLNO OF CANDIDATES NAME OF CANDIDATES BRANCH DATE NAME OF COMPANY BATCH SALARY PACKAGE DATA TYPE INT INT NVARCHAR NVARCHAR DATE NVARCHAR NVARCHAR FLOAT 50 50 50 50 SIZE
PLACED STUDENTS FIELDNAME ID ROLLNO NAME BRANCH DATE BATCH PACKAGE POST EDUCATION SALARY PACKAGE DATA TYPE INT INT NVARCHAR NVARCHAR DATE NVARCHAR NVARCHAR NVARCHAR NVARCHAR FLOAT 50 50 50 50 50 50 SIZE
Entity
Relation