Sei sulla pagina 1di 18

SYNOPSIS:

The PAC is a system that automates the college placement cell activities. The system helps placement officer to collect student records, check suitable students for placement and also check for placement report.

Cont..

Students can able to update their profile and upload their resume. Recruiters can search and access student profiles.

EXISTING SYSTEM:

The student profiles and company profiles are recorded and filed manually. The search according to specific criteria is also done manually.

Drawbacks..
Time consuming Not accurate Large amounts of records are to be kept Paper work is very tedious Report production is very slow Searching for a record is very difficult

PROPOSED SYSTEM:

The proposed system is intended to avoid all the drawbacks of existing system.
It meant to give more easiness to the users that they can add and retrieve information so quickly.

Advantage..
Prepare and produce accurate outputs Reduce the time needed Reduce the expenses Easy report generation Easy searching

HARDWARE SPECIFICATION:
Processor Hard

Disk Monitor Printer RAM Keyboard Mouse

: : : : : : :

Pentium Dual Core 40GB 15 Monitor HP LaserJet 512 MB 104 Keys Scroll Mouse

DEVELOPMENT TOOLS SPECIFICATION:


Operating System Server PHP version BACKEND tool

Windows 7 Apache HTTP PHP 5.3 MySQL 5 Content Management System: Pressflow 7 FRAMEWORK : xampp

: : : :

SOFTWARE SPECIFICATION:

Operating system : Platform Independent Deployment Server: Apache,IIS,xampp PHP Version : PHP 5.3

Backend tool : MySQL 5

MODULES DESCRIPTION:
Placement board: The searching of students and sending the mail, maintaining the details and updating placed students are done.

Student: Student can update their profiles and view recruiter posts.

Recruiter: The authorized recruiters can search and view student details and post their requirements.

Context flow diagram:

Level-1:

Placement officer

User

authentication

Login
User login details

Student

placement

Recruiter

login

Create/view

Blog post
Comp_detail Create/view View View

View

Recruiter registration
Create/update

Placement officer

Recruiter
update

student
Create/update

Placement updation
selection

Student profile
retrieval

Stud_detail

Placed_stud selection CMS_pressflow phpmyadmin

Search criteria

Stud_academic

Level-2:

Table design:
Table Name: login Primary Key: user_id Purpose: Login details are maintained

Table Name: placed_stud Foreign Key: user_id Purpose: Placed student details are maintained
FIELD NAME user_id stud_name comp_name package DATA TYPE varchar(15) varchar(20) varchar(20) int(7)

FIELD NAME user_id password

DATA TYPE varchar(15) varchar(15)

placeddate

date

Cont..
Table Name: stud_detail Primary Key: reg_no Purpose: student details are maintained FIELD NAME user_id stud_name reg_no stud_dob gender email location DATA TYPE varchar(15) varchar(20) varchar(8) date varchar(6) varchar(25) text

Table Name: stud_academic Foreign Key: reg_no Purpose: academic details are maintained FIELD NAME DATA TYPE

reg_no
batch qualification sscl

varchar(8)
int(4) varchar(10) varchar(3)

hsc
sub_maths ug pg

varchar(3)
varchar(3) int(3) int(3)

area_spec
area_interest no_arrears certification

text
text int(2) text

up_date

date

Cont..
Table Name: comp_detail Primary Key: comp_name Purpose: company details are maintained FIELD NAME comp_name user_id recruit_person destination address ph_no DATA TYPE varchar(20) varchar(15) varchar(20) varchar(25) text int(13)

comp_email
comp_url recpers_num

varchar(25)
varchar(20) int(13)

Potrebbero piacerti anche