Resource Processing System

Embed Size (px)

Citation preview

  • 7/31/2019 Resource Processing System

    1/31

    Resource Processing System

    Submitted by:

    Kewal Krishan

    SG8322

    Submitted to:

    Dr. Sukhvinder SBamber

    Mr. Surinder S Khurana

  • 7/31/2019 Resource Processing System

    2/31

    Introduction

    Resource processing system is asoftware which satisfies the needs of

    the resource department of acompany to manage the employeespersonnel data like name , surname ,

    salary , joining date , qualification ,work assigned and to manage thecompany resources like man power

    and other resources.

  • 7/31/2019 Resource Processing System

    3/31

    Overall Description

    The overall description of our projectcan be stated as creating and

    managing the database , developing afriendly user interface to manipulatethe database, provide an

    authentication mechanism to safelyaccomplish tasks mentioned before.

  • 7/31/2019 Resource Processing System

    4/31

    Product Perspective

    RPS which is an online intranet Systemwill be used by four types of employees.These types who have different roles can

    be stated as; Resource manager , salesmanager , HR , employee. Every userenters the main authentication page andafter that, system will grant them

    authorization. After being authorizedaccording to their permissions (role type)users will basically query and edit the

    database

  • 7/31/2019 Resource Processing System

    5/31

    Product Functions

    Resource Processing Systemimplements some major functions inorder to accomplish required tasks.

    These functions constitute a basis forthe whole system. These functionscan be stated as:

    Authentication and Authorization Process Data

    Recruitment

  • 7/31/2019 Resource Processing System

    6/31

    Authentication and Authorization

    Being connected to internet, users will beable to get into the system. In order to

    see the interface related to his/her roletype, the users account should beauthorized and also his/her user nameand password should be authenticated.These tasks are basically held by thefunctions implemented under the headerof Authentication and Authorization major

    function.

  • 7/31/2019 Resource Processing System

    7/31

    Process Data

    These functions which can be examinedin that process data major function arebasically provides user to manage the

    database according to the desired task.These management tasks constitute themajor feature of the RPS. With the helpof these functions a user can update

    some basic personal data like contactinformation, marital status etc. In additionto update data, he/she can perform

    his/her work .

  • 7/31/2019 Resource Processing System

    8/31

    Recruitment

    Recruitment of a new person whichmeans introducing a new user to thesystem can be accomplished by HR

    only. When it is needed to add a newuser to the system, firstly, HR mustcreate an employee account and add

    users all details like name , surname, designation , salary and provides theuser his\her username and password.

  • 7/31/2019 Resource Processing System

    9/31

    Constraints

    Each user must be an employee of thecompany. In other words, each usermust has account created by HR and

    authenticated by admin. There is no limitation in the operating

    system in which RPS will work.However, the RPS system and the

    database will work on a server thatneeds to be always online. Users canaccess the system with any internetbrowser.

  • 7/31/2019 Resource Processing System

    10/31

    Implementation Of ResourceProcessing System

    Forms

    Login Page

  • 7/31/2019 Resource Processing System

    11/31

    This screen demands the user Id andPassword of the user.

    If the email and password are correct

    then it will allow the user to login in thesystem.

    System provides security as it protects

    the system against unauthenticatedlogin.

    Only the authenticated user can login in

    the system by his user Id and password

  • 7/31/2019 Resource Processing System

    12/31

    HR Home Page

    Depending upon the user Id user will beredirected to the home page

    Here the user Id is of HR so user can

    perform many functions like adding newemployee to the company , can view theuser details , project details

  • 7/31/2019 Resource Processing System

    13/31

    Adding New Employee

  • 7/31/2019 Resource Processing System

    14/31

    Viewing Personnel Details

  • 7/31/2019 Resource Processing System

    15/31

    Viewing Project Details

  • 7/31/2019 Resource Processing System

    16/31

    Sales Manager Home Page Adding Project

  • 7/31/2019 Resource Processing System

    17/31

    Resource Manager Home Page Dividing the project into modules

  • 7/31/2019 Resource Processing System

    18/31

    Employee Home Page Submitting the work

  • 7/31/2019 Resource Processing System

    19/31

    Tables

    Table Name Employee

    Primary Key EMPID

    Explanation This tablecontains

    the informationof

    all t es of

  • 7/31/2019 Resource Processing System

    20/31

  • 7/31/2019 Resource Processing System

    21/31

    Table Name PROJECTDET

    Primary Key PID

    Explanation This tablecontains

    the information

    of the projects andthe clientsassociated with

    them.

  • 7/31/2019 Resource Processing System

    22/31

  • 7/31/2019 Resource Processing System

    23/31

    Table Name PROJECTMOD

    Foreign Key PID

    Explanation This tablecontains

    information

    about project modulesand manpowerrequired for it.

  • 7/31/2019 Resource Processing System

    24/31

  • 7/31/2019 Resource Processing System

    25/31

    Table Name WORKASSIGN

    Foreign Key EMPID,PID

    Explanation This table containsinformation about

    work assign tovarious

    employeesand the currentstatus of the work

  • 7/31/2019 Resource Processing System

    26/31

  • 7/31/2019 Resource Processing System

    27/31

    UML Diagram

  • 7/31/2019 Resource Processing System

    28/31

    DFD

    Authentication and Authorization DFD

  • 7/31/2019 Resource Processing System

    29/31

    Project DFD

  • 7/31/2019 Resource Processing System

    30/31

    Conclusion

    From a proper analysis of positivepoints and constraints on thecomponent, it can be safely concludedthat the product is a highly efficientGUI based component. Thisapplication is working properly andmeeting to all user requirements

    The Resource Processing System isdeveloped using JSP and Oracle XEfully meets the objectives of thesystem for which it has beendeveloped.

  • 7/31/2019 Resource Processing System

    31/31

    Thank You