Sie sind auf Seite 1von 9

PENSIONS FOR E-PANCHAYAT SYSTEM

Project report submitted in partial fulfillment of the Requirements for the Award of the
Degree of

BACHELOR OF TECHNOLOGY
in

COMPUTER SCIENCE AND ENGINEERING


by

M.HIMAJA

118W1A05F7

B.LEELA SRI

118W1A05C9

K.AKHILA

118W1A05C1

N.ASHOK KUMAR

118W1A05F9

Under the Guidance of


Mr. J.V.D.PRASAD, M.Tech
Asst.professor

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING


V.R SIDDHARTHA ENGINEERING COLLEGE
Autonomous and Approved by AICTE- Twice Accredited by NBA
Affiliated to Jawaharlal Nehru Technological University, Kakinada
Vijayawada-520 007
2015

PENSIONS FOR E-PANCHAYAT SYSTEM


Project report submitted in partial fulfillment of the Requirements for the Award of the
Degree of

BACHELOR OF TECHNOLOGY
in

COMPUTER SCIENCE AND ENGINEERING


by

M.HIMAJA

118W1A05F7

B.LEELA SRI

118W1A05C9

K.AKHILA

118W1A05C1

N.ASHOK KUMAR

118W1A05F9

Under the Guidance of


Mr. J.V.D.PRASAD, M.Tech
Asst.professor

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING


V.R SIDDHARTHA ENGINEERING COLLEGE
Autonomous and Approved by AICTE- Twice Accredited by NBA
Affiliated to Jawaharlal Nehru Technological University, Kakinada
Vijayawada-520 007

ii

V.R.SIDDHARTHA ENGINEERING COLLEGE


(AUTONOMOUS)

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

CERTIFICATE
This is to certify that the project report entitled PENSIONS FOR E-PANCHAYAT SYSTEM
being submitted by
M.HIMAJA

118W1A05F7

B.LEELA SRI

118W1A05C9

K.AKHILA

118W1A05C1

N.ASHOK KUMAR 118W1A05F9


in partial fulfillment for the award of the Degree of Bachelor of Technology in Computer Science
and Engineering to the Jawaharlal Nehru Technological University, Kakinada is a record of
bonfied work carried out under my guidance and supervision.

Mr.J.V.D.PRASAD
M.Tech
Asst. professor

Dr. V. SRINIVASA RAO


M.Tech, Ph.D
Head of the Department

iii

DECLARATION

We hereby declare that the dissertation entitled PENSIONS FOR E-PANCHAYAT SYSTEM
submitted for the B.Tech Degree is my original work and the dissertation has not formed the
basis for the award of any degree, associateship, fellowship or any other similar titles.

M.HIMAJA (118W1A05F7)
B.LEELA SRI (118W1A05C9)
K.AKHILA (118W1A05C1)
N.ASHOK KUMAR (118W1A05F9)
Place: Vijayawada
Date:6/04/15

ACKNOWLEDGEMENT

iv

Behind every achievement lies an unfathomable sea of gratitude to those who activated
it, without whom it would ever have come into existence. To them we lay the words of gratitude
imprinted with us.
We would like to thank our respected Principal, Dr. A.V. Ratna Prasad, and Dr. V.
Srinivasa Rao , Head of the Department, Computer Science and Engineering for their support
throughout our main project.
It is our sincere obligation to thank our Guide, J. V. D. Prasad, Asst. professor
Department of Computer Science and Engineering, for his timely valuable guidance and
suggestions for this main project.
We would like to thank to all who have been inspiring guides and committed caretakers
and who have given me the moral support in every situation of our engineering career. This
encouragement and support by them, especially in carrying out this main project motivated us to
complete this study.
We owe my acknowledgements to an equally long list of people who helped us in this
main project. Our thanks to the lab faculty, V. R. Siddhartha Engineering College who helped us
in getting much softwares required for this report.

M.Himaja (118W1A05F7)
K.Akhila (118W1A05C1)
B.Leela Sri (118W1A05C9)
N.Ashok Kumar (118W1A05F9)

ABSTRACT

The vast majority of India's population lives in the villages and the Panchayats. To improve the
quality of governance of these PRIs we implement e-governance scheme known as pensions for
e-Panchayat system. The modules which are going to be implemented are pensions. There are
three types of pensions issued by panchayat. They are OAP-old age pension, WP-widow pension
,PHC-physically handicapped pension. In this module the forms regarding to the three types of
pension are provided online. People of Panchayat who are in need of these pensions are required
to fill the form in the website and submit them. Once they are submitted, the administrator
verifies and validates the information present in the form and if the details are valid, pension is
provided to the people. People who applied for pension can view the status of their pension also.
This provides a great benefit for the people living in panchayats.
Key words
e-panchayat ,e-governance ,pensions, panchayat raj, panchayat mission mode project.

TABLE OF CONTENTS
1. INTRODUCTION

vi

1.1. PROBLEM STATEMENT


1.1.1. LACK OF IMMEDIATE INTERVALS

2
2

1.2. OBJECTIVES

1.3. SCOPE OF PROJECT

2. EXISTING SYSTEM

2.1. BACKGROUND EDIT

2.2. TRANSFORMATION EDIT

3. SOFTWARE REQUIREMENT ANALYSIS


3.1. FUNCTIONAL REQUIREMENTS
3.1.1. .NET

5
5
6

3.1.2. MICROSOFT VISUAL STUDIO

3.1.3. SQL SERVER

3.1.4. INTERNET INFORMATION SERVER

3.2. NON-FUNCTIONAL REQUIREMENTS


3.3. MODULES
3.3.1. PHYSICALLY HANDICAPPED PENSION

8
9
9

3.3.2. OLD AGE PENSION

3.3.3. WIDOW PENSION

4. SOFTWARE DESGN
4.1. UML DIAGRAMS
4.1.1. MODEL VIEWS

10
10
10

4.1.1.1 USER MODEL VIEW

10

4.1.1.2. STRUCTURAL MODEL VIEW

10

vii

4.1.1.3. BEHAVIORAL MODEL VIEW

10

4.1.1.4. IMPLEMENTATION MODEL VIEW

10

4.1.1.5. ENVIRONMENTAL MODEL VIEW

10

4.2 DATA FLOW DIAGRAM

18

4.3. E-R DIAGRAM

18

5. CODING

20

6. TESTING

45

6.1. SYSTEM TESTING


6.1.1. INTRODUCTION
6.2. TYPES OF TESTS

49
49
49

6.2.1. SYSTEM TESTING

49

6.2.2. WHITE BOX TESTING

49

6.2.3. BLACK BOX TESTING

49

6.2.4. INTEGRATION TESTING

50

7. OUTPUT SCREENS AND RESULTS

51

8. CONCLUSION AND FUTURE WORK

57

9. REFERENCES

58

LIST OF FIGURES

viii

Figure.4.1. Usecase diagram

12

Figure.4.2. Class diagram

13

Figure.4.3. Sequence diagram for admin

14

Figure.4.4. Sequence daigram for user

15

Figure.4.5. Collaboration diagram for admin

16

Figure.4.6. Collaboration diagram for user

16

Figure.4.7. Dataflow diagram

18

Figure.4.8. E-R diagram

19

Figure.7.1. Screenshot for user login

51

Figure.7.2. Scrrenshot for user registration

51

Figure.7.3. Screenshot for physically handicapped

52

Figure.7.4. Screenshot for oldage form

53

Figure.7.5. Screenshot for widow pension

53

Figure.7.6. Screenshot for admin login

54

Figure.7.7. Screenshot for storage of data

55

ix

Das könnte Ihnen auch gefallen