MEDICAL STORE MANAGEMENT SYSTEM
PROJECT REPORT
Submitted by
TAMILVALAVAN.A
Register No: 4419128033
SOMDEVA.R
Register No: 4419128032
in partial fulfillment for the award of the degree
of
BACHELOR OF SCIENCE
in
DEPARTMENT OF COMPUTER SCIENCE
THIYAGI DHARMAKKAN AMIRTHAM COLLEGE OF ARTS
AND SCIENCE
(Affiliated to Alagappa University)
KANNIRAJAPURAM-623135
APRIL 2022
DEPARTMENT OF COMPUTER SCIENCE
THIYAGI DHARMAKKAN AMIRTHAM ARTS AND SCIENCE
COLLEGE
KANNIRAJAPURAM-623135
BONAFIDE CERTIFICATE
This is to certify the project report entitled “CAMPUS
RECRUITMENT SYSTEM” is a bonafide work of A.TAMILVALAVAN
(Reg.No:4419128033) and R.SOMDEVA (Reg.No:4419128032) who carried
out the project work under my supervision and submitted during the
academic year 2021-2022.
The viva-vice held on
INTERNAL EXAMINER EXTERNAL EXAMINER
HEAD OF THE DEPARTMENT
I
DECLARATION
I affirm that the project work titled” MEDICAL STORE MANAGEMENT SYSTEM”
being submitted in partial fulfillment for the award of BACHELOR OF SCIENCE IN
DEPARTMENT OF COMPUTER SCIENCE Degree the original work carried out by me.
It has not formed the part of any other project work submitted for award of any degree or
diploma, either in this or any other University.
(Signature of the Candidate)
TAMILVALAVAAN.A
Register No:
4419128033
(Signature of the Candidate)
SOMDEVA.R
Register No:
4419128032
I certify that the declaration made above by the candidate is true.
(Signature of the Guide)
Ms. T. ANTONY PACKIAM M.Sc.,
Assistant Professor
Department of Computer Science
Thiyagi Dharmakkan Amirtham College of Arts and Science
Kannirajapuram
iii
ACKNOWLEDGEMENT
At the outset, the first and foremost duty is to reveal and submit my heartfelt sincere,
humble gratitude to my beloved parents, who lead ,guide me all through my life and give me
the courage and strength for the successful completion of this project.
I wish to express my profound feeling of gratitude and indebtedness to
Mr.C.Ranganathan, Chairman and Managing Trustee, TDA Group of Institutions,
Kannirajapuram, for giving me an opportunity to undertaken this project and complete
successfully.
I take this opportunity to thank Mrs. C.Jamunabai MA., M.Phil., Correspondent,
Thiyagi Dharmakkan Amirtham College of arts and science, for her cooperation in making
this project success.
I record my sincere thanks to Dr. D.Caroline Nesabai M.Sc., M.Phil., Ph.D., Principal,
Thiyagi Dharmakkan Amirtham College of arts and science for her continuous support and
keen interest to make this project a successful one.
I express my deep sense of gratitude and sincere thanks to Mr. N.Aravinthan MCA.,
M.Phil., Head of the Department of Computer Science.
I am extremely indebted to my Internal Project Guide Ms. T.Antony packiam
M.Sc.,Assistant Professor, Department of Computer Science for his moral guidance and
consistent support throughout the project from its inception to completion and made my
project a real success.
I whole heartedly thank my parents for their immense guidance to complete the project
successfully.
“Above all the grace of almighty led me to finish this project”.
iv
SYNOPSIS
The project entitled “MEDICAL STORE MANAGEMENT SYSTEM” is developed
using C#.Net as Front end and Microsoft SQL server as back end which runs in a Microsoft
Visual Studio.Net Framework 3.5.
It is a window form based application for college. It can be used by college staff. Keeps
all information about students and interview schedules are organized, so user can view on a
data and make quick changes at any time.
It has the login, Admin page, Student page, Company page modules. The login module
give the authentication the student module has the student details and company page module
we can add new company and also update or delete already existing company.
The main goal of this project is to deliver the student details to the recruiter at quickly
and also give the job opportunity to the students.
v
LIST OF TABLES
SL.NO TABLE NAME PAGE NUMBER
4.4.1 ADMIN LOGIN TABLE 17
4.4.2 USER LOGIN TABLE 17
4.4.3 STUDENT DETAILS TABLE 17
4.4.4 COMPANY DETAILS TABLE 17
4.4.5 RECRUITER DETAILS TABLE 18
4.4.6 STUDENT PROFILE TABLE 18
LIST OF FIGURES
FIGURE NO FIGURE NAME PAGE NO
2.7.2 TIME ESTIMATION 6
4.2 DFD DIAGRAM 15
4.3 USECASE DIAGRAM 16
8.1.1 ADMIN LOGIN(INPUT) 51
8.1.2 NEW USER REGISTRATION 51
PAGE(INPUT)
8.1.3 USER LOGIN(INPUT) 52
8.1.4 NEW RECRUITER 52
REGISTRATIONPAGE(INPUT)
8.1.5 RECRUITER LOGINPAGE(INPUT) 53
8.1.6 STUDENT PAGE(INPUT) 53
8.1.7 SEARCH RECRUITER FORM(INPUT) 54
8.1.8 RECRUITER PAGE FORM(INPUT) 54
8.2.1 ADMIN LOGIN(OUTPUT) 55
8.2.2 NEW STUDENT REGISTRATION 55
FORM(OUTPUT)
8.2.3 STUDENT LOGIN FORM(OUTPUT) 56
8.2.4 STUDENT DETAILS REGISTRATION 56
FORM(OUTPUT)
8.2.5 UPDATE STUDENT DETAILS 57
FORM(OUTPUT)
8.2.6 SEARCH RECRUITER 57
FORM(OUTPUT)
8.2.7 NEW RECRUITER REGISTRATION 58
FORM(OUTPUT)
8.2.8 RECRUITER LOGIN 58
FORM(OUTPUT)
8.2.9 RECRUITER JOB REGISTRATION 59
FORM(OUTPUT)
8.2.10 SEARCH STUDENT FORM(OUTPUT) 59
vii
LIST OF ABBREVIATIONS
S.NO SHORT FORM ABBREVIATION
1. ERD Entity Relationship Diagram
2. RAD Rapid Application Development
3. DFD Data Flow Diagram
4. DBMS Data Base Management System
5. GUI Graphical User Interface
VIII
TABLE OF CONTENTS
Bonafide Certificate i
Company Certificate ii
Declaration iii
Acknowledgement iv
Synopsis v
List of Tables vi
List of Figures vii
List of Abbreviations viii
CHAPTER TITLE
PAGENO
1. Introduction 1
1.1 college profile
2. Project Analysis 2
2.1 Existing System 2
2.2 Drawback of Existing System 2
2.3 Proposed System 2
2.4 Advantages of Proposed System 3
2.5 Feasibility Studies 3
2.5.1 Operational Feasibility 3
2.5.2 Economic Feasibility 3
2.5.3 Technical Feasibility 4
2.5.4 Social Feasibility 4
2.6 Project Scope 4
2.6.1 Horizontal Scope 4
2.6.2 Vertical Scope 4
2.7 Project Estimation 5
2.7.1 Cost Estimation 5
2.7.2 Time Estimation 6
2.8 Project Risk Report 7
3. Project Specifications 8
3.1 System Requirement Specification 8
3.2 Hardware Requirement Specification 9
3.3 Software Requirement Specification 9
4. Project Design 10
4.1 Module Design and Description 10
4.2 DFD Diagram 13
4.3 Use case Diagram 16
4.4 Database Table Design 17
4.5 Proposed I/O Forms 19
4.6 Processing Specification 26
5. Project Developments and Testing 30
5.1 Sample Coding 30
5.2 Testing 46
5.2.1 Unit Testing 46
5.2.2 Integration Testing 47
5.2.3 Black Box Testing 47
5.2.4 White Box Testing 47
5.3 Test case and Test Case Reports 47
6. Project Implementation 49
6.1 College Level 49
6.2 Computer LAB Level 49
7. Conclusion and Future Enhancements 50
7.1 Conclusion 50
7.2 Future Enhancements 50
8. Appendix 51
8.1 Screen Shots- Input Forms 51
8.2 Screen Shots- Output Forms 55
9. References 60
9.1 Books 60
9.2 Web URLs 60