Placement Automation Cell

Embed Size (px)

Citation preview

  • 8/13/2019 Placement Automation Cell

    1/18

  • 8/13/2019 Placement Automation Cell

    2/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.

  • 8/13/2019 Placement Automation Cell

    3/18

    Cont..

    Students can able to update their profile

    and upload their resume.

    Recruiters can search and access

    student profiles.

  • 8/13/2019 Placement Automation Cell

    4/18

    EXISTING SYSTEM:

    The student profiles and company

    profiles are recorded and filed manually.

    The search according to specific criteria

    is also done manually.

  • 8/13/2019 Placement Automation Cell

    5/18

    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

  • 8/13/2019 Placement Automation Cell

    6/18

    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 retrieveinformation so quickly.

  • 8/13/2019 Placement Automation Cell

    7/18

    Advantage..

    Prepare and produce accurate outputs

    Reduce the time needed Reduce the expenses

    Easy report generation

    Easy searching

  • 8/13/2019 Placement Automation Cell

    8/18

    HARDWARE

    SPECIFICATION: Processor : Pentium Dual Core

    Hard Disk : 40GB

    Monitor : 15 Monitor

    Printer : HP LaserJet

    RAM : 512 MB

    Keyboard : 104 Keys

    Mouse : Scroll Mouse

  • 8/13/2019 Placement Automation Cell

    9/18

    DEVELOPMENT TOOLS

    SPECIFICATION:

    Operating System : Windows 7

    Server : Apache HTTP

    PHP version : PHP 5.3

    BACKEND tool : MySQL 5

    Content Management System: Pressflow 7

    FRAMEWORK : xampp

  • 8/13/2019 Placement Automation Cell

    10/18

    SOFTWARE

    SPECIFICATION: Operating system : Platform Independent

    Deployment Server: Apache,IIS,xampp

    PHP Version : PHP 5.3

    Backend tool : MySQL 5

  • 8/13/2019 Placement Automation Cell

    11/18

    MODULES DESCRIPTION:

    Placement board:The searching of students and sending the

    mail, maintaining the details and updating placedstudents are done.

    Student:

    Student can update their profiles and viewrecruiter posts.

    Recruiter:

    The authorized recruiters can search and viewstudent details and post their requirements.

  • 8/13/2019 Placement Automation Cell

    12/18

    Context flow diagram:

  • 8/13/2019 Placement Automation Cell

    13/18

    Level-1:

    User Login

    login

    Placementofficer

    Student

    Recruiter

    placement

    authentication

    Userlogin

    details

  • 8/13/2019 Placement Automation Cell

    14/18

    Placementofficer

    Studentprofile

    Recruiterregistration

    Blogpost

    Searchcriteria

    Stud_detail

    Stud_academic

    student

    Comp_detail

    Recruiter

    Placed_stud

    View View

    Create/update

    Create/view

    Create/view

    View

    Create/update

    s

    election

    selection

    Placementupdation

    update

    retrieval

    Level 2:CMS_pressflowphpmyadmin

  • 8/13/2019 Placement Automation Cell

    15/18

    Table design:

    Table Name: login

    Primary Key: user_id

    Purpose: Login details are maintained

    FIELD NAME DATA TYPE

    user_id varchar(15)

    password varchar(15)

    Table Name: placed_stud

    Foreign Key: user_id

    Purpose: Placed student details are

    maintained

    FIELD NAME DATA TYPE

    user_id varchar(15)

    stud_name varchar(20)

    comp_name varchar(20)

    package int(7)

    placeddate date

  • 8/13/2019 Placement Automation Cell

    16/18

    Cont..

    Table Name: stud_detail

    Primary Key: reg_no

    Purpose: student details are maintained

    FIELD NAME DATA TYPEuser_id varchar(15)

    stud_name varchar(20)

    reg_no varchar(8)

    stud_dob date

    gender varchar(6)

    email varchar(25)

    location text

    Table Name: stud_academic

    Foreign Key: reg_no

    Purpose: academic details are maintained

    FIELD NAME DATA TYPEreg_no varchar(8)

    batch int(4)

    qualification varchar(10)

    sscl varchar(3)

    hsc varchar(3)

    sub_maths varchar(3)

    ug int(3)

    pg int(3)

    area_spec text

    area_interest text

    no_arrears int(2)

    certification text

    up_date date

  • 8/13/2019 Placement Automation Cell

    17/18

    Table Name: comp_detail

    Primary Key: comp_namePurpose: company details are maintained

    Cont..

    FIELD NAME DATA TYPE

    comp_name varchar(20)

    user_id varchar(15)

    recruit_person varchar(20)

    destination varchar(25)

    address text

    ph_no int(13)comp_email varchar(25)

    comp_url varchar(20)

    recpers_num int(13)

  • 8/13/2019 Placement Automation Cell

    18/18