Fire
Fire
ON
ONLINE FIRE REPORTING SYSTEM
Submitted in partial fulfillment of the requirements for the award of degree of
DINANAGAR
Submitted By:
Submitted To:-
Jiya Kumari
Mrs. Shivali Saini
(20672225402)
Assistant Professor
Tanu Manhas
Deptt. Of Computer Science
(20672225406)
With deep sense of gratitude we express our sincere thanks and obligation to
our esteemed guide Mrs. Shivali saini (Assistant Professor). It is because of
her able and mature guidance and co-operation without which it would not
have been possible for us to complete our project. We would also like
to thank Dr. Deepak Jyoti, HOD, Post Graduate Deptt. of Computer Science,
Shanti Devi Arya Mahila College, Dinanagar for providing the institute with
an environment where one can use her intellect and creativity to develop
something fruitful and also for allowing us the opportunity to experience
dynamic professional environment during our Training. This environment
facilitated us in pursuing this project. It is our pleasant duty to thank all
the staff members of the Computer Department for their time to time
suggestions. Finally, we would like to thank the almighty and our parents for
their moral support and our friends with whom we shared our day-to-day
experience and received lots of suggestions that improved our quality of work.
20672225402 20672225406
CERTIFICATE OF APPROVAL
This is certify that the project report entitled Online Fire Reporting
System submitted to Shanti Devi Arya Mahila College, Dinanagar in partial
fulfillment of the requirement for the award of Degree of M.Sc ( Computer
Science) , is an authentic and original work carried out by Jiya Kumari
(20672225402) Tanu Manhas (20672225406) under our guidance and supervision.
The Post Graduate deptt. of Computer Science has accepted the report as the
fulfillment of the requirements for the Degree of Master of Computer
Science.No part of this report has been submitted to any other College/University
for the reward of any Degree to the best of our knowledge.
The information from OFRS is used report fire incidents online. With the help of
this software person can report fire accidents online and get fire reliefs
immediately. An OFRS is a web based platform that allows users to report fires to
relevant authorities in a real time using the internet. This system can be used by
the general public or emergency services to provide fast and accurate information
about the location, intensity, and other relevant details of a fire.
An online fire reporting system can significantly improve the response time and
accuracy of fire incident management, helping to save lives and prevent property
damage.
Introduction
Introduction:-
Online Fire Reporting System is a web-based application. This application is used
to report fire incidents immediately.
In Online Fire Reporting System, we use PHP and MySQL database. This is the
project which keeps records of Teachers. Online Fire Reporting System has two
modules i.e., admin and users.
User Module
Users can visit the website and report any fire incidents.
Users can also track the fire incident reporting Status.
Admin Module
Admin will be the user of this project who can control the whole website.
Dashboard: In this section, the admin can briefly view information about
fire incidents.
Teams: In this section, admin can manage Teams (Add/Update/Delete).
Reports: In this section, the admin can view fire incidents in a particular
period and also search the fire reporting/incidents.
Website Setting: In this section, the admin changes the setting of a website
like logos contents, etc.
Admin can also manage own profile.
Admin can also recover their own password.
Purpose:-
The purpose of developing Online Fire Reporting System is to report fire incidents
online without wasting a time. Another purpose for developing this application is
to generate the report automatically.
Scope:-
Online Fire Reporting System project is developed as a web application and it will
work over web to report fire incidents online.
Requirement Specification
Hardware Configuration :
Client Side:
RAM 512 MB
Hard disk 10 GB
Server side:
RAM 1 GB
Hard disk 20 GB
Software Requirement:
Client Side:
APACHE
The Apache HTTP Server Project is an effort to develop and maintain an open-
source HTTP server for modern operating systems including UNIX and Windows.
The goal of this project is to provide a secure, efficient and extensible server that
provides HTTP services in sync with the current HTTP standards.
The Apache HTTP Server ("httpd") was launched in 1995 and it has been the most
popular web server on the Internet since April 1996. It has celebrated its 20th
birthday as a project in February 2015.
PHP
• PHP stands for PHP: Hypertext Preprocessor.
MYSQL
http://localhost/phpmyadmin
Analysis and Design
Analysis:
In present all fire incidents record work done on the paper. We can’t generate
reports as per our requirements because its take more time to calculate the fire
• Not user friendly: The present system not user friendly because data is not
of error.
• Lots of paper work: Fire incidents record maintain in the register so lots of
• Time consuming
Design Introduction:
Design is the first step in the development phase for any techniques and
principles for the purpose of defining a device, a process or system in sufficient
detail to permit its physical realization.
Once the software requirements have been analyzed and specified the software
design involves three technical activities - design, coding, implementation and
testing that are required to build and verify the software.
The design activities are of main importance in this phase, because in this activity,
decisions ultimately affecting the success of the software implementation and its
ease of maintenance are made. These decisions have the final bearing upon
reliability and maintainability of the system. Design is the only way to accurately
translate the customer’s requirements into finished software or a system.
UML Diagrams:
Actor:
A coherent set of roles that users of use cases play when interacting with
the use `cases.
USECASE DIAGRAMS:
Use case diagrams model behavior within a system and helps the developers
understand of what the user require. The stick man represents what’s called an
actor.
Use case diagram can be useful for getting an overall view of the system and
clarifying who can do and more importantly what they can’t do.
Use case diagram consists of use cases and actors and shows the interaction
between the use case and actors.
• The purpose is to show the interactions between the use case and actor.
• To represent the system requirements from user’s perspective.
• An actor could be the end-user of the system or an external system.
Dashboard
Add Team
Search(Fire Incidents)
Generate Reports
Update Profile
Change Password
Password Recovery
Users
Visit
Website
Report Fire
incidents
ER Diagram:
• It maps well to the relational model. The constructs used in the ER model
can easily be transformed into relational tables.
• It is simple and easy to understand with a minimum of training. Therefore,
the model can be used by the database designer to communicate the
design to the end user.
• In addition, the model can be used as a design plan by the database
developer to implement a data model in specific database management
software.
ER Notation
There is no standard for representing data objects in ER diagrams. Each modeling
methodology uses its own notation. The original notation used by Chen is widely
used in academics texts and journals but rarely seen in either CASE tools or
publications by non-academics. Today, there are a number of notations used;
among the more common are Bachman, crow's foot, and IDEFIX.
• Entities are represented by labeled rectangles. The label is the name of the
should be verbs
• Attributes, when included, are listed inside the entity rectangle. Attributes
nouns.
Team Password
Management Management
OFRS
Website
Fire Report
Management Management
Login
Management
First Level DFD
Password
Management
Team
Management
Generate
Reports
Admin
Login Management
Management
Second Level DFD
Check
Admin Login to Roles of
system access
Manage
Modules Manage Fire Report
Generate Report
Check
Credential
Manage
Modules
View Website
MySQL Data Tables:
System Testing
The goal of the system testing process was to determine all faults in our project .The
program was subjected to a set of test inputs and many explanations were made and
based on these explanations it will be decided whether the program behaves as expected
or not. Our Project went through two levels of testing
1. Unit testing
2. Integration testing
UNIT TESTING
Unit testing is commenced when a unit has been created and effectively
reviewed .In order to test a single module we need to provide a complete
environment i.e. besides the section we would require
• The procedures belonging to other units that the unit under test calls
• Testing admin login form-This form is used for log in of administrator of the
system. In this form we enter the username and password if both are
correct administration page will open otherwise if any of data is wrong it
will get redirected back to the login page and again ask the details.
• Report Generation: admin can generate report from the main database.
INTEGRATION TESTING
The primary objective is to test the module interfaces in order to confirm that no
errors are occurring when one module invokes the other module.
Evaluation
Project URL: http://localhost/ofrs
Home Page
Fire Reporting
Search Status
Dashboard
Profile
Change Password
Add Team
Manage Team
Update Team details
Manage Website
Conclusion
This Application provides an online version of Online Fire Reporting System
which will benefit the fire handling team to maintain fire incidents details and
fire team details.
The Application was designed in such a way that future changes can be
done easily. The following conclusions can be deduced from the development of
the project.
• https://www.w3schools.com/php/default.asp
• https://www.sitepoint.com/php/
• https://www.php.net/
For MySQL
• https://www.mysql.com/
• http://www.mysqltutorial.org
For XAMPP
• https://www.apachefriends.org/download.html
Project Report
On
DINANAGAR
Submitted By:
Submitted To:- Lisha
Mrs. Amita (20672225403)
Department Of Computer Science & IT
Amandeep Kaur
(20672225404)
We express our warm thanks to our respected head of the division Dr.
Deepak Jyoti, for allowing us to use the facilities available and also help us to
coordinate us project
Last but not least, we would like to thank friends who help us to assemble
the parts and gave a suggestion about the project.
(20672225403) (20672225404)
CERTIFICATE OF APPROVAL
This is certify that the project report entitled “Online Security Guard
Hiring System” submitted to Shanti Devi Arya Mahila College, Dina Nagar
Introduction
“Online Security Guard Hiring System” is a web-based technology which manages
security guard details. In this project it is easy to get security guards for any farm or
individual only by filling one form and get response quickly by admin. When user
fill the security guard required form they get booking number by which they search
what is status of their security booking. This web application provides a way to
effectively control record & track the booking application and security guard
details.
An “Online Security Guard Hiring System” effectively manages and handles all
the functioning of a security hiring farms. The software system can store the data
of security guard and booking application.
Online Security Guards Hiring System is developed using PHP with MySQL
extension. It’s a web-based application used to hire security guards.
Advantages:
• It helps the security farms to handle and manage guard details and booking
details of guards.
• Reduce time consumption.
• Reduce error scope.
• All system managements are automated.
• Centralized database management.
• Easy operations for operator of the system.
• No paper work requirement.
Disadvantages:
• The system can only handle Single security farms.
Applications:
Whenever we design a new system, normally the management will ask for a
feasibility report of the new system. The management wants to know the
technicalities and cost involved in creation of new system.
- Technical feasibility
- Economic feasibility
- Physical feasibility
Technical feasibility:
Economic feasibility:
Economic feasibility involves study to establish the cost benefit analysis. Money
spent on the system must be recorded in the form of benefit from the system.
The benefits are of two types:
Tangible benefits:
- Saving man labor to do tedious tasks saves time.
Intangible benefits:
- Improves the quality of organization.
Physical feasibility:
It involves study to establish the time responses of the new system being created.
For e.g., if the new system takes more than one day to prepare crucial finance
statement for the management, wherever it was required in an hour, the system
fails to provide the same.
It should be clearly establish that the new system requirements in the form of
time responses would be completely met with. It may call for increase in cost. If
the required cost is sacrificed then the purpose of the new system may not be
achieved even if it was found to be technically feasible.
Scope of the Project
The proposed system will affect or interface with the security guards and user
who search security guards.
The system works and fulfills all the functionalities as per the proposed system.
It will provide reduced response time against the queries made by different
users.
This project is based on PHP language with MYSQL database manages the details
of security guards and provide job to them it is also beneficial for those who
search security guards online.
All possible features such as verification, validation, security, user friendliness etc.
have been considered.
Hardware requirements:
Software requirements:
✓ Database : MySQL
✓ Server : Apache
✓ Frontend : HTML
✓ Scripting Language : JavaScript
✓ IDE : Sublime
✓ Technology : PHP
System Design
Design is the first step in the development phase for any techniques and
principles for the purpose of defining a device, a process or system in sufficient
detail to permit its physical realization.
Once the software requirements have been analyzed and specified the software
design involves three technical activities - design, coding, implementation and
testing that are required to build and verify the software.
The design activities are of main importance in this phase, because in this
activity, decisions ultimately affecting the success of the software
implementation and its ease of maintenance are made. These decisions have the
final bearing upon reliability and maintainability of the system. Design is the only
way to accurately translate the customer’s requirements into finished software
or a system.
• A UML system is represented using five different views that describe the
system from distinctly different perspective. Each view is defined by a set of
diagram, which is as follows.
ii. The analysis representation describes a usage scenario from the end-users
perspective.
Structural model view
◆ In this model the data and functionality are arrived from inside the
system.
In this the structural and behavioural aspects of the environment in which the
system is to be implemented are represented.
Dashboard
Manage Booking
Generate Booking
Search
Update Profile
Change Password
Password Recovery
Use Case Diagrams User
Visit Website
Search Booking
Status
ENTITY-RELATIONSHIP Diagrams
Represent attributes.
The traditional approach focuses on the cost benefit and feasibility analysis,
Project management, and hardware and software selection a personal
considerations.
Data Flow Diagrams
It shows how data enters and leaves the system, what changes the information,
and where data is stored.
The objective of a DFD is to show the scope and boundaries of a system as a whole.
It may be used as a communication tool between a system analyst and any
person who plays a part in the order that acts as a starting point for redesigning a
system. The DFD is also called as a data flow graph or bubble chart.
1. All names should be unique. This makes it easier to refer to elements in the
DFD.
2. Remember that DFD is not a flow chart. Arrows is a flow chart that
represents the order of events; arrows in DFD represents flowing data. A DFD
does not involve any order of events.
3. Suppress logical decisions. If we ever have the urge to draw a diamond-
shaped box in a DFD, suppress that urge! A diamond-shaped box is used in
flow charts to represents decision points with multiple exists paths of which
the only one is taken. This implies an ordering of events, which makes no
sense in a DFD.
4. Do not become bogged down with details. Defer error conditions and error
handling until the end of the analysis.
Standard symbols for DFDs are derived from the electric circuit diagram analysis
and are shown in fig:
Circle: A circle (bubble) shows a process that transforms data inputs into data
outputs.
Data Flow: A curved line shows the flow of data into or out of a process or data
store.
Data Store: A set of parallel lines shows a place for the collection of data items. A
data store indicates that the data is stored which can be used at a later stage or
by the other processes in a different order. The data store can have an element
or group of elements.
Source or Sink: Source or Sink is an external entity and acts as a source of system
inputs or sink of system outputs.
The data in the system has to be stored and retrieved from database. Designing
the database is part of system design. Data elements and data structures to be
stored have been identified at analysis stage. They are structured and put
to serve many users quickly and efficiently. The general objective is to make
database access easy, quick, inexpensive and flexible for the user. Relationships are
established between the data items and unnecessary data items are removed.
The MS Access database has been chosen for developing the relevant databases.
“Online Security Guard Hiring System” (OSGHS) contains three MySQL tables :
Table admin table Structure : This table store the admin login and personal
Details.
tblguard table Structure : This table store ticket detail of security guard.
Table hiring table Structure : This table store security guard booking detail.
Class Diagram:
The class diagram shows a set of classes, interfaces, collaborations and their
relationships.
System Testing
TESTING OBJECTIVES:
1. Testing is process of executing a program with the intent of finding an
error.
2. A good test case design is one that has a probability of finding an as yet
undiscovered error.
1. Unit test
2. Integration test
3. Performance test
Unit Testing:
Unit testing focuses verification efforts on the smallest unit of software design
module. The unit test is always white box oriented. The tests that occur as part of
unit testing are testing the module interface, examining the local data structures,
testing the boundary conditions, execution all the independent paths and testing
error-handling paths.
Integration Testing:
Performance Testing:
Timing for both read and update transactions should be gathered to determine
whether system functions are being performed in an acceptable timeframe.
Output Screen of Project
Hiring Form
Search Hiring Request Status
Admin Login
Forgot Password
Dashboard
Admin Profile
Change Password
The project titled as “Online Security Guard Hiring System” was deeply studied and
analyzed to design the code and implement. It was done under the guidance of the
experienced project guide. All the current requirements and possibilities have
For PHP
➢ https://www.w3schools.com/php/default.asp
➢ https://www.sitepoint.com/php/
➢ https://www.php.net/
For MySQL
➢ https://www.mysql.com/
➢ http://www.mysqltutorial.org
For XAMPP
➢ https://www.apachefriends.org/download.html
PROJECT REPORT
ON
DINANAGAR
Tanu Devi
(20672225405)
CERTIFICATE OF APPROVAL
This is certify that the project report entitled Art Gallery Management System
submitted to Shanti Devi Arya Mahila College, Dinanagar in partial fulfillment of the
requirement for the award of Degree of M.Sc (CS) , is an authentic and original
work carried out by Tanu Devi (20672225405) under my guidance and supervision.
The Post Graduate deptt. of Computer Science has accepted the report as the
fulfillment of the requirements for the degree of Master of Computer Science.
No part of this report has been submitted to any other College/University for
the reward of any Degree to the best of my knowledge.
Tanu Devi
20672225405
Abstract
The aim of ‘Art Gallery Management System’ is to automate its existing manual
system by the help of computerized equipment and full-fledge computer software,
fulfilling their requirements so that their valuable date can be stored for a longer
period with easy accessing and manipulation of the same. Basically the project
describes how to handle good performance and provide better services to clients.
This project can lead to error free, secure, reliable and fast management system.
This system will help the organization in better utilization of resources.
Introduction
Introduction:-
The Art Gallery Management System has been designed to override the problem of
existing manual system. This web application is supported to eliminate and in
some case reduce the hardship faced by manual system. The application is reduced
as much as possible to avoid errors while entering the data. Its also provide
message while entering invalid data. No formal knowledge is required for the user
to operate this system. Overall we said that Art Gallery Management System is
user friendly.
In Art Gallery Management System we use PHP and MySQL Database. This
project keeps the records of user enquiry, art products and art artist. Art Gallery
Management System has two module i.e. admin and user.
Admin Module
1. Dashboard: In this section, admin can briefly view the total number of artist,
total answer enquiry, total unanswer enquiry, Total Art Type, total art medium and
total art products.
2. Art Type: In this section, admin can manage art type (add/delete/update).
5. Enquiry: In this section, admin can view and maintain the enquiry.
6. Search Enquiry: In this section admin, can search enquiry with the help of
enquiry number.
6. Page: In this section, admin can manage about us and contact us pages..
Admin can also update his profile, change the password and recover the password.
User Module
1. Home: It is a welcome page for users.
3. Art Type: In this section, users can view art products according to art type and
sent enquiry for art products.
Objective
The main objective of the Art Gallery Management System project is to manage
the details of enquiry, artist, art type, art medium, and art products. This Art
Gallery Management System will definitely reduce the time, energy and money
wasted in manually searching the details of the enquiry. With the help of this
software, all the services and users can be properly channelized.
Existing System
The present scenario offers manual data entry. A lot of time is wasted in creating
the reports as well as maintaining them. In case, if any query arises to get the
information about the enquiry, artist, art type, art medium and art products the
whole report is re-typed or xeroxed. This seriously affects the authentication of the
system. This Art Gallery Management System is totally outdated and involves high
risk of ambiguity and redundancy.
Proposed System
The proposed Art Gallery Management System is to have everything completely
automated and computerized. The software is very easy to use and manage even
for a non technical person. The redundancy and ambiguity will be removed by
assigning every enquiry a unique number (i.e Enquiry Number).
Requirement Specification
Hardware Configuration :
Client Side:
RAM 512 MB
Hard disk 10 GB
Server side:
RAM 1 GB
Hard disk 20 GB
Software Requirement:
Client Side:
APACHE
The Apache HTTP Server Project is an effort to develop and maintain an open-
source HTTP server for modern operating systems including UNIX and Windows.
The goal of this project is to provide a secure, efficient and extensible server that
provides HTTP services in sync with the current HTTP standards.
The Apache HTTP Server ("httpd") was launched in 1995 and it has been the most
popular web server on the Internet since April 1996. It has celebrated its 20th
birthday as a project in February 2015.
PHP
• PHP stands for PHP: Hypertext Preprocessor.
• PHP is a server-side scripting language, like
ASP.
• PHP scripts are executed on the server.
• PHP supports many databases (MYSQL, Informix, Oracle, Sybase,
Solid, Generic ODBC, etc.).
MYSQL
Analysis:
The present scenario offers manual data entry. A lot of time is wasted in creating
the reports as well as maintaining them. In case, if any query arises to get the
information about the client, the whole report is re-typed or Xeroxed. This
seriously affects the authentication of the system. This Client Management System
• Not user friendly: The present system not user friendly because data is not
chance of error.
• Time consuming
Design Introduction:
Design is the first step in the development phase for any techniques and principles
for the purpose of defining a device, a process or system in sufficient detail to
permit its physical realization.
Once the software requirements have been analyzed and specified the software
design involves three technical activities - design, coding, implementation and
testing that are required to build and verify the software.
The design activities are of main importance in this phase, because in this activity,
decisions ultimately affecting the success of the software implementation and its
ease of maintenance are made. These decisions have the final bearing upon
reliability and maintainability of the system. Design is the only way to accurately
translate the customer’s requirements into finished software or a system.
UML Diagrams:
Actor:
A coherent set of roles that users of use cases play when interacting with the
use `cases.
USECASE DIAGRAMS:
Use case diagrams model behavior within a system and helps the developers
understand of what the user require. The stick man represents what’s called an
actor.
Use case diagram can be useful for getting an overall view of the system and
clarifying who can do and more importantly what they can’t do.
Use case diagram consists of use cases and actors and shows the interaction
between the use case and actors.
• The purpose is to show the interactions between the use case and actor.
• To represent the system requirements from user’s perspective.
• An actor could be the end-user of the system or an external system.
USECASE DIAGRAM: A Use case is a description of set of sequence of actions.
Graphically it is rendered as an ellipse with solid line including only its name. Use
case diagram is a behavioral diagram that shows a set of use cases and actors and
their relationship. It is an association between the use cases and actors. An actor
represents a real-world object. Primary Actor – Sender, Secondary Actor
Receiver.
Use Case Diagrams:
Admin
Sign In
Dashboard
Add/Manage Artist
Add/Manage Enquiry
Search Enquiry
Update Profile
Change Password
Password Recovery
Users
Home
View About us
View Contact us
Sent Enquiry
Class Diagram:
• It maps well to the relational model. The constructs used in the ER model
can easily be transformed into relational tables.
• It is simple and easy to understand with a minimum of training. Therefore,
the model can be used by the database designer to communicate the design
to the end user.
• In addition, the model can be used as a design plan by the database
developer to implement a data model in specific database management
software.
ER Notation
There is no standard for representing data objects in ER diagrams. Each modeling
methodology uses its own notation. The original notation used by Chen is widely
used in academics texts and journals but rarely seen in either CASE tools or
publications by non-academics. Today, there are a number of notations used;
among the more common are Bachman, crow's foot, and IDEFIX.
name of the relationship is written above the line. Relationship names should
be verbs
• Attributes, when included, are listed inside the entity rectangle. Attributes
nouns.
It shows how data enters and leaves the system, what changes the information, and
where data is stored.
1. All names should be unique. This makes it easier to refer to elements in the
DFD.
2. Remember that DFD is not a flow chart. Arrows is a flow chart that
represents the order of events; arrows in DFD represents flowing data. A
DFD does not involve any order of events.
3. Suppress logical decisions. If we ever have the urge to draw a diamond-
shaped box in a DFD, suppress that urge! A diamond-shaped box is used in
flow charts to represents decision points with multiple exists paths of which
the only one is taken. This implies an ordering of events, which makes no
sense in a DFD.
4. Do not become bogged down with details. Defer error conditions and error
handling until the end of the analysis.
Standard symbols for DFDs are derived from the electric circuit diagram analysis
and are shown in fig:
Circle: A circle (bubble) shows a process that transforms data inputs into data
outputs.
Data Flow: A curved line shows the flow of data into or out of a process or data
store.
Data Store: A set of parallel lines shows a place for the collection of data items. A
data store indicates that the data is stored which can be used at a later stage or by
the other processes in a different order. The data store can have an element or
group of elements.
Source or Sink: Source or Sink is an external entity and acts as a source of system
inputs or sink of system outputs.
Zero Level DFD
Management Management
Authorization
Notification
Management
AGMS Management
Admin Search
Management Management
Artist Pages
Management Management
Art Type Art Medium
Management Management
First Level DFD
Login
Art Product
Management
Management
Authorization
Notification
Management
Management
Artist Pages
Management Management
Management Management
Second Level DFD
Check
Admin Login
role of
access
Manage Art
Type
Manage Art
Medium
Manage Art
Check Products
Forgot
Credential
Password
Manage
Enquiry
Manage
Modules
Search Enquiry
Manage
Webpage
Update Profile
Change
Password
User Visit Check
role of
access
Registered
Player
Check View
Credential Registration
Status
View Coach
Manage
Modules
Update Profile
Change
Password
MySQL Data Tables:
System Testing
The goal of the system testing process was to determine all faults in our project .The
program was subjected to a set of test inputs and many explanations were made and based
on these explanations it will be decided whether the program behaves as expected or not.
Our Project went through two levels of testing
1. Unit testing
2. Integration testing
UNIT TESTING
Unit testing is commenced when a unit has been created and effectively reviewed
.In order to test a single module we need to provide a complete environment i.e.
besides the section we would require
• The procedures belonging to other units that the unit under test calls
• Report Generation: admin can generate report from the main database.
INTEGRATION TESTING
The primary objective is to test the module interfaces in order to confirm that no
errors are occurring when one module invokes the other module.
Evaluation
Project URL: http://localhost/agms
Home Page
About Us Page
Art Type Product
Contact Us
Admin Panel
Login Page
Forgot Password
Reset Password
Dashboard
Profile
Change Password
Add Artist
Manage Artist
Update Artist
Update Artist Image
About Us Page
Contact Us Page
Conclusion
This Application provides a computerized and automated version of Art Gallery
Management System which will benefit the hotel companies and their users.
It makes entire process online and can generate reports. It has a facility of user’s
login where users can view their booking details.
The Application was designed in such a way that future changes can be
done easily. The following conclusions can be deduced from the development of
the project.
• https://www.w3schools.com/php/default.asp
• https://www.sitepoint.com/php/
• https://www.php.net/
For MySQL
• https://www.mysql.com/
• http://www.mysqltutorial.org
For XAMPP
• https://www.apachefriends.org/download.html
PROJECT REPORT
ON
TO
DINANAGAR
(20672225408)
Assistant Professor
Shakshi
Deptt. Of Computer Science
(20672225407)
With deep sense of gratitude We express our sincere thanks and obligation to our
esteemed guide Ms. Anima Mahajan (Assistant Professor). It is because of her able
and mature guidance and co-operation without which it would not have been
possible for us to complete our project. We would also like to thank Mrs. Deepak
Jyoti, HOD, Post Graduate Deptt. of Comp Science, Shanti Devi Arya Mahila
College, Dinanagar for providing the institute with an environment where
one can use her intellect and creativity to develop something fruitful and
also for allowing us the opportunity to experience dynamic professional
environment during us Training. This environment facilitated us in pursuing
this project. It is our pleasant duty to thank all the staff membersof the Computer
Department for their time to time suggestions. Finally,We would like to thank
the almighty and my parents for their moral support and my friends with whom
We shared our day-to-day experience and received lots of suggestions that
improved our quality of work.
This is certify that the project report entitled Student Study Center Management
System submitted to Shanti Devi Arya Mahila College, Dinanagar in partial
fulfillment of the requirement for the award of Degree of Msc(CS) (Master of
Computer Science) , is an authentic and original work carried out by Manpreet Kaur
(20672225408) Shakshi (20672225407) under our guidance and supervision. The Post
Graduate deptt. of Computer Science has accepted the report as the fulfillment of
the requirements for the Degree of Master of Computer Science. No part of
this report has been submitted to any other College/University for the reward
of any Degree to the best of our knowledge.
“Student Study Center Management System” can lead to error free, secure, reliable
and fast management system. It assists the user to concentrate on their other
activities rather concentrate on the record keeping. Thus it will help study centers
in better utilization of resources. The study centers can maintain computerized
records without redundant entries. That means that one need not be distracted by
information that not relevant, while being able to reach the information.
The aim to automate its existing manual system by the help of computerized
equipments and full-fledge computer software, fulfilling their requirements, so
that their valuable data/information can be stored for a long period with easy
accessing and manipulation of the same. Basically the project describes how to
manage for good performance and better services for the study centers.
Introduction
Introduction:-
“Student Study Center Management System” contains data and information of
student who want to study in study center. The main purpose of SSCM is to
systematically record, store and update the details of admin/student and also
manage the desk to students.
In “Student Study Center Management System” we use PHP and MySQL database.
This is the project which keeps records of admin/student and also manage the
desk to students.
In SSCMS project we use PHP and MySQL database. It has One module.
Admin Module
Dashboard: In this section, admin can view the total, available, and occupied
Desks. Admin can also view the total registered users.
Desks: In this section, admin can manage the desks (add, update, delete).
Students: In this section, admin can manage the students (add, update, delete,
view details).
Assigned/Un-Assigned Desk: In this section, admin can assign and un-assign the
desk to the students.
Report: In this section, admin can generate the b/w dates report of assigned
desks.
Admin can also update his profile, change password and recover password.
Purpose
In the Previous System, Details are Stored Manually in papers, to share the details
between study centers was a financial drawback. Updations in the details is a
tedious task.
The aim to automate its existing manual system by the help of computerized
equipments and full-fledge computer software, fulfilling their requirements, so
that their valuable data/information can be stored for a long period with easy
accessing and manipulation of the same. Basically the project describes how to
manage for good performance and better services for the study centers.
Requirement Specification
Hardware Configuration :
Client Side:
RAM 512 MB
Hard disk 10 GB
Server side:
RAM 1 GB
Hard disk 20 GB
Software Requirement:
Client Side:
APACHE
The Apache HTTP Server Project is an effort to develop and maintain an open-
source HTTP server for modern operating systems including UNIX and Windows.
The goal of this project is to provide a secure, efficient and extensible server that
provides HTTP services in sync with the current HTTP standards.
The Apache HTTP Server ("httpd") was launched in 1995 and it has been the most
popular web server on the Internet since April 1996. It has celebrated its 20th
birthday as a project in February 2015.
PHP
• PHP stands for PHP: Hypertext Preprocessor
• PHP is a server-side scripting language, like ASP.
• PHP scripts are executed on the server.
• PHP supports many databases (MYSQL, Informix, Oracle, Sybase, Solid,
Generic ODBC, etc.).
• PHP is an open source software.
MYSQL
http://localhost/phpmyadmin
Analysis and Design
Analysis:
• Not user friendly: The present system not user friendly because data is not
of error.
• Time consuming
Design Introduction:
Design is the first step in the development phase for any techniques and
principles for the purpose of defining a device, a process or system in sufficient
detail to permit its physical realization.
Once the software requirements have been analyzed and specified the software
design involves three technical activities - design, coding, implementation and
testing that are required to build and verify the software.
The design activities are of main importance in this phase, because in this activity,
decisions ultimately affecting the success of the software implementation and its
ease of maintenance are made. These decisions have the final bearing upon
reliability and maintainability of the system. Design is the only way to accurately
translate the customer’s requirements into finished software or a system.
UML Diagrams:
Actor:
A coherent set of roles that users of use cases play when interacting with
the use `cases.
USECASE DIAGRAMS:
Use case diagrams model behavior within a system and helps the developers
understand of what the user require. The stick man represents what’s called an
actor.
Use case diagram can be useful for getting an overall view of the system and
clarifying who can do and more importantly what they can’t do.
Use case diagram consists of use cases and actors and shows the interaction
between the use case and actors.
• The purpose is to show the interactions between the use case and actor.
• To represent the system requirements from user’s perspective.
• An actor could be the end-user of the system or an external system.
Admin Dashboard
Add Desk
Add Students
Manage Students(Update,
delete)
Assigned/Unassigned Desk
Generate Reports
Update Profile
Change Password
Password Recovery
Class Diagram:
• It maps well to the relational model. The constructs used in the ER model
can easily be transformed into relational tables.
• It is simple and easy to understand with a minimum of training. Therefore,
the model can be used by the database designer to communicate the
design to the end user.
• In addition, the model can be used as a design plan by the database
developer to implement a data model in specific database management
software.
ER Notation
There is no standard for representing data objects in ER diagrams. Each modeling
methodology uses its own notation. The original notation used by Chen is widely
used in academics texts and journals but rarely seen in either CASE tools or
publications by non-academics. Today, there are a number of notations used;
among the more common are Bachman, crow's foot, and IDEFIX.
• Entities are represented by labeled rectangles. The label is the name of the
should be verbs
• Attributes, when included, are listed inside the entity rectangle. Attributes
nouns.
It shows how data enters and leaves the system, what changes the
information, and where data is stored.
Standard symbols for DFDs are derived from the electric circuit diagram
analysis and are shown in fig:
Circle: A circle (bubble) shows a process that transforms data inputs into
data outputs.
Data Flow: A curved line shows the flow of data into or out of a process
or data store.
Data Store: A set of parallel lines shows a place for the collection of data
items. A data store indicates that the data is stored which can be used at
a later stage or by the other processes in a different order. The data store
can have an element or group of elements.
Source or Sink: Source or Sink is an external entity and acts as a source of
system inputs or sink of system outputs.
Zero Level DFD
Login
Management Generate
Authorization
Management Report
Admin
Student
SSCMS Management
Management
Desk
Management
Changing
Password Password
Management
Frist Level
Student
Management Changing
Password
Authorization
Management
Management
Assign Desk /
Login Unassigned
Management SSCMS Desk
Password Generate
Management Report
Desk Admin
Management Management
Second Level DFD
Check
Roles of
Admin Login to
access
system
Manage Desk
Manage
Students
Forgot Check
Password Credential Assign/Unassig
n Desk
Generate B/w
dates Report
Manage
Modules
Update Profile
Change
Password
MySQL Data Tables:
Admin Table :(Table name is admin)
This table stores admin login details.
System Testing
The goal of the system testing process was to determine all faults in our project .The
program was subjected to a set of test inputs and many explanations were made and
based on these explanations it will be decided whether the program behaves as expected
or not. Our Project went through two levels of testing
1. Unit testing
2. Integration testing
UNIT TESTING
Unit testing is commenced when a unit has been created and effectively
reviewed .In order to test a single module we need to provide a complete
environment i.e. besides the section we would require
• The procedures belonging to other units that the unit under test calls
• Non local data structures that module accesses
• A procedure to call the functions of the unit under test with
appropriate parameters.
1. Test for the admin module
• Testing admin login form-This form is used for log in of administrator of the
system. In this form we enter the username and password if both are
correct administration page will open otherwise if any of data is wrong it
will get redirected back to the login page and again ask the details.
• Report Generation: admin can generate report from the main database.
INTEGRATION TESTING
The primary objective is to test the module interfaces in order to confirm that no
errors are occurring when one module invokes the other module.
Evaluation (Project Output Screens)
Project URL: http://localhost/sscms
Home Page
Admin Panel
Login Page
Forgot Password
Dashboard
Profile
Change Password
Add Desk
Manage Desk
Update Desk
Add Students
Manage Students
Assigned/Unassigned Desk
Assign Desk
The Application was designed in such a way that future changes can be done
easily. The following conclusions can be deduced from the development of the
project.
• https://www.w3schools.com/php/default.asp
• https://www.sitepoint.com/php/
• https://www.php.net/
For MySQL
• https://www.mysql.com/
• http://www.mysqltutorial.org
For XAMPP
• https://www.apachefriends.org/download.html
PROJECT REPORT
ON
M.Sc (CS)
TO
DINANAGAR
Submitted By:
Submitted To:-
Bishali
Mrs. Shivali Saini
(20672225410)
Assistant Professor
Anjali
Deptt. Of Computer Science
(20672225409)
With deep sense of gratitude we express our sincere thanks and obligation to
our esteemed guide Mrs. Shivali Saini (Assistant Professor). It is because
of his able and mature guidance and co-operation without which it would
not have been possible for us to complete our project. We would also
like to thank Dr. Deepak Jyoti, HOD, Post Graduate Deptt. of Computer
Science, Shanti Devi Arya Mahila College, Dinanagar for providing the
institute with an environment where one can use her intellect and creativity
to develop something fruitful and also for allowing us the opportunity to
experience dynamic professional environment during our Training. This
environment facilitated us in pursuing this project. It is our pleasant duty to
thank all the staff members of the Computer Department for their time
to time suggestions. Finally, we would like to thank the almighty and
our parents for their moral support and our friends with whom we shared
our day-to-day experience and received lots of suggestions that improved our
quality of work.
Bishali Anjali
20672225410 20672225409
CERTIFICATE OF APPROVAL
This is certify that the project report entitled “Online Marriage Registration
System” submitted to Shanti Devi Arya Mahila College, Dinanagar in partial
fulfillment of the requirement for the award of degree of Msc(cs) (Master
Of Computer Science) , is an authentic and original work carried out by Bishali
(20672225410) Anjali (20672225409) under our guidance and supervision. The Post
Graduate deptt. of Computer Science has accepted the report as the fulfillment of
the requirements for the degree of Master of Computer Science. No part of
this report has been submitted to any other College/University for the reward
of any Degree to the best of our knowledge.
We hereby declare that this project report on “ Online Marriage Registration System
M.Sc (CS) to Shanti Devi Arya Mahila College, Dinanagar is the result of the work carried out
by us, under the guidance of Mrs. Shivali Saini (Assistant Professor). Shanti Devi Arya
College, Dinanagar.
Bishali Anjali
20672225410 20672225409
Abstract
Admin Module
1. Dashboard: In this section, admin can briefly view the total number of
the new applications, total verified application and total rejected the
application.
2. Application: In this section, admin views the application details and
they have also the right to change application status according to current
status.
3. Reports: In this section admin can view the application details in a
particular period.
4. Search: In this section, admin can search application with the help of
user registration number
Admin can also update his profile, change the password and recover the
password.
User Module
1. Dashboard: In this section, user can view the welcome page of the web
application.
2. Registration Form: In this section, user can fill the form of marriage
registration.
3. View Marriage Application: In this section, user can take print of
verified certificates of marriage.
Purpose:-
Scope:
The Software design document would demonstrate how the design will
accomplish the functional and non- functional requirements captured in
the Software Requirement specification (SRS). The document will provide
a framework to the programmers through describing the high level
components and architecture, sub systems, interfaces, database design
and algorithm design. This is achieved through the use of architectural
patterns, design patterns, sequence diagrams, class diagrams, relational
models and user interfaces
Requirement Specification
Hardware Configuration :
Client Side:
RAM 512 MB
Hard disk 10 GB
Server side:
RAM 1 GB
Hard disk 20 GB
Processor 2.0 GHz
Software Requirement:
Client Side:
APACHE
The Apache HTTP Server Project is an effort to develop and maintain an
open-source HTTP server for modern operating systems including UNIX
and Windows. The goal of this project is to provide a secure, efficient and
extensible server that provides HTTP services in sync with the current
HTTP standards.
The Apache HTTP Server ("httpd") was launched in 1995 and it has been
the most popular web server on the Internet since April 1996. It has
celebrated its 20th birthday as a project in February 2015.
PHP
• PHP stands for PHP: Hypertext Preprocessor.
MYSQL
• MYSQL is a database server
• MYSQL is ideal for both small and large applications
• MYSQL supports standard SQL
• MYSQL compiles on a number of platforms
http://localhost/phpmyadmin
Feasibility analysis
The analysis of the requirement has lead to a conclusion that the project is
feasible with respect to time and cost. The data collection from the field is
assured by the client to provide. The technology used to develop is almost
Open Source, therefore less cost for implementation and maintenance will
be involved. A feasibility study is an analysis used in measuring the ability
and likelihood to complete a project successfully including all relevant
factors. It must account for factors that affect it such as economic,
technological and time factors. It is used to assess the strengths and
weaknesses of a proposed project and present directions of activities which
will improve a project and achieve desired results.
Economic feasibility
The purpose of economic feasibility assessment is to determine the
positive economic benefits to the organization that the proposed system
will provide. The assessment typically involves a cost/benefits analysis.
Technical feasibility
Technical analysis is a trading tool employed to evaluate securities and
attempt to forecast the future movement. I am using java language and
other tools like net beans to develop the software.
Operational feasibility
Operational feasibility is a measure of how well proposed system solves
the problems, and takes advantage of the opportunities identified during
scope definition and how it satisfies the requirements analysis phase of the
system development.
Analysis and Design
Analysis:
In present all marriage registration work done on the paper. The whole
year data is stored in the registers. We can’t generate reports as per our
• Not user friendly: The present system not user friendly because
chance of error.
• Time consuming
Design Introduction:
Design is the first step in the development phase for any techniques and
principles for the purpose of defining a device, a process or system in
sufficient detail to permit its physical realization.
Once the software requirements have been analyzed and specified the
software design involves three technical activities - design, coding,
implementation and testing that are required to build and verify the
software.
The design activities are of main importance in this phase, because in this
activity, decisions ultimately affecting the success of the software
implementation and its ease of maintenance are made. These decisions
have the final bearing upon reliability and maintainability of the system.
Design is the only way to accurately translate the customer’s
requirements into finished software or a system.
USECASE DIAGRAMS:
Use case diagrams model behavior within a system and helps the
developers understand of what the user require. The stick man
represents what’s called an actor.
Use case diagram can be useful for getting an overall view of the system
and clarifying who can do and more importantly what they can’t do.
Use case diagram consists of use cases and actors and shows the
interaction between the use case and actors.
Admin
Sign In
Dashboard
Manage Application
Search Application
Generate Reports
Update Profile
Change Password
Password Recovery
User
Sign Up
Sign In
Dashboard
Fill Application
View Application
Update Profile
Change Password
Password Recovery
Class Diagram:
ER Notation
There is no standard for representing data objects in ER diagrams. Each
modeling methodology uses its own notation. The original notation used
by Chen is widely used in academics texts and journals but rarely seen in
either CASE tools or publications by non-academics. Today, there are a
number of notations used; among the more common are Bachman,
crow's foot, and IDEFIX.
ER Diagram
MySQL Data Tables:
Admin Table:(Table name is admin)
This table stores the details of marriage couple and admin remark
Implementation and System Testing
After all phase have been perfectly done, the system will be implemented
to the server and the system can be used.
System Testing
The goal of the system testing process was to determine all faults in our project
.The program was subjected to a set of test inputs and many explanations were
made and based on these explanations it will be decided whether the program
behaves as expected or not. Our Project went through two levels of testing
1. Unit testing
2. Integration testing
UNIT TESTING
Unit testing is commenced when a unit has been created and effectively
reviewed .In order to test a single module we need to provide a
complete environment i.e. besides the section we would require
• The procedures belonging to other units that the unit under test
calls
• Non local data structures that module accesses
• A procedure to call the functions of the unit under test with
appropriate parameters
INTEGRATION TESTING
Home Page
Change Password
New Application
View New Application
Verified Application
All Application
Reports
View Reports
Search
Reset Password
User Registration
User Profile
Change Password
Registration Form
Verified Marriage Applications
Search Application
Forgot Password
Conclusion
This Application provides a computerized version of Marriage
Registration which will benefit the people who wants to register their
marriage.
It makes entire process online and can generate reports. It has a facility
of admin login where admin can fill the marriage details and generate
marriage certificate.
The Application was designed in such a way that future changes can be
done easily. The following conclusions can be deduced from the
development of the project.
• https://www.w3schools.com/php/default.asp
• https://www.sitepoint.com/php/
• https://www.php.net/
For MySQL
• https://www.mysql.com/
• http://www.mysqltutorial.org
For XAMPP
• https://www.apachefriends.org/download.html
Project Report
On
M.Sc(Computer Science)
TO
DINANAGAR
Submitted By:
Submitted To:-
Prerna Devi
Mrs. Bhanupriya Saini
(20672225411)
Assistant Professor
Tania
Deptt. Of Computer Science
(20672225417)
With deep sense of gratitude we express our sincere thanks and obligation to
our esteemed guide Mrs. Bhanupriya Saini (Assistant Professor). It is
because of his able and mature guidance and co-operation without which it
would not have been possible for us to complete our project. We
would also like to thank Dr. Deepak Jyoti, HOD, Post Graduate Deptt. of
Computer Science, Shanti Devi Arya Mahila College, Dinanagar for providing
the institute with an environment where one can use her intellect and
creativity to develop something fruitful and also for allowing us the
opportunity to experience dynamic professional environment during our
Training. This environment facilitated us in pursuing this project. It is
our pleasant duty to thank all the staff members of the Computer Department
for their time to time suggestions. Finally, we would like to thank the
almighty and our parents for their moral support and our friends with whom we
shared our day-to-day experience and received lots of suggestions that
improved our quality of work.
We hereby declare that this project report on “ Online Banquet Booking System ”
which is being submitted in partial fulfillment of the Training Programme of M.Sc
(Computer Science) to Shanti Devi Arya Mahila College,Dinanagar, is the result of the work
carried out by us, under the guidance of Mrs. Bhanupriya Saini (Assistant Professor). Shanti
Devi Arya Mahila College, Dinanagar.
Tania
Prerna Devi
20672225417
20672225411
1. INTRODUCTION
Existing System
This existing system is not providing secure registration and profile management of all the users
properly. This system is not providing on-line Help. This system doesn’t provide tracking of
users activities and their progress. This manual system gives us very less security for saving data
and some data may be lost due to mismanagement. This system is not providing event
management through internet. This system is not providing proper events information. The
system is giving manual information through the event management executer.
Proposed System
The development of this new system contains the following activities, which try to automate the
entire process keeping in the view of database integration approach. This system maintains
user’s personal, and contact details. This system will provide on line help and search
capabilities. User friendliness is provided in the application with various controls provided by
system rich user interface. Authentication is provided for this application only registered users
can access. Banquet event information files can be stored in centralized database which can be
maintained by the system. This system provides the users to manage the banquet events
systematically.
2. SYSTEM ANALYSIS
FEASIBILITY STUDY
A feasibility study is a high-level capsule version of the entire System analysis and Design
Process. The study begins by classifying the problem definition. Feasibility is to determine if it’s
worth doing. Once an acceptance problem definition has been generated, the analyst develops a
logical model of the system. A search for alternatives is analyzed carefully. There are 3 parts in
feasibility study.
Operational Feasibility
Question that going to be asked are Will the system be used if it developed and implemented.
If there was sufficient support for the project from the management and from the users.
Have the users been involved in planning and development of the Project.
Technical feasibility
Does the necessary technology exist to do what is been suggested Does the proposed equipment have
the technical capacity for using the new system? Are there technical guarantees of accuracy,
reliability and data security? The project is developed on Pentium III with 128 MB RAM.
The environment required in the development of system is any windows platform.
The observer pattern along with factory pattern will update the results eventually.
The language used in the development is PHP, Apache Server and database as MySQL.
To decide whether a project is economically feasible, to consider various factors as cost benefit
analysis, long-term returns and maintenance costs.
FUNCTIONAL REQUIREMENTS
Functional requirement defines a function of a software system or its component. A function is
described as a set of inputs, the behaviour, and outputs. Functional requirements may be
calculations, technical details, data manipulation and processing and other specific functionality
that define what a system is supposed to accomplish. Behavioural requirements describing all
the cases where the system uses the functional requirements are captured in use cases.
NUMBER OF MODULES
The system after careful analysis has been identified to be presented with the following
modules:
Admin Module
1. Dashboard: In this section, admin can see all detail in brief like the total services, Total
unread queries, Total read queries, Total new booking, Total Approved booking, Total
Cancelled Booking and Total Event Type
2. Services: In this section, admin can manage services (add/delete).
3. Type of Event: In this section, admin can manage event type (add/delete).
4. Pages: In this section, the admin can manage about us and contact us pages.
5. Booking: In this section, admin can view new, approved, cancelled bookings and also
give a remark.
6. Contact us Queries: In this section, admin can view and maintain the Queries.
7. Reports: In this section, admin can view booking in a particular period.
Search: In this section, admin can search booking details and user queries with the help of
name, mobile number and booking id
Admin can also update his profile, change password and recover password.
User (Unregistered Users): user can view the website and check out the information about
“Online Banquet Booking System” and they can also sent message to administration.
Registered Users: Only registered users can book the banquet and view status of his/her
booking.
Registered users can also update his profile, change password and recover password.
NON-FUNCTIONAL REQUIREMENTS
Performance Requirements:
Performance is measured in terms of the output provided by the application. Requirement
specification plays an important part in the analysis of a system. Only when the requirement
specifications are properly given, it is possible to design a system, which will fit into required
environment. It rests largely with the users of the existing system to give the requirement
specifications because they are the people who finally use the system. This is because the
requirements have to be known during the initial stages so that the system can be designed
according to those requirements. It is very difficult to change the system once it has been
designed and on the other hand designing a system, which does not cater to the requirements of
the user, is of no use.
The requirement specification for any system can be broadly stated as given below:
The system should be able to interface with the existing system the system should
be accurate.
The system should be better than the existing system
Reliability:
In this system reliability means the mail which is send by the source must reach the target user
with any modification and accurate.
Security:
The web server and database server should be protected from hacking, virus etc
Portability:
The application will be developed using standard open source software like PHP, Apcahe web
server, MySQL database, Internet Explorer Browser etc these software will work both on
Windows and Linux o/s. Hence portability problems will not arise.
Availability:
This software will be available always.
Maintainability:
In this system the presentation layer is clearly separated from the service layer. So any
modification in future will be done with less effort. The database will be running at the server.
Users access these forms by using the user-ids and the passwords.
HARDWARE REQUIREMENTS:
RAM : 1GB
SOFTWARE REQUIREMENTS:
Database : MySQL
Server : Apache
Frontend : HTML
IDE : Sublime
Technology : PHP
3. SYSTEM DESIGN
UML DIAGRAMS
Class Diagram:
The class diagram shows a set of classes, interfaces, collaborations and their relationships.
Visit Website
Signup
Login
View Service
Enquiries
Book Banquet
USER
View Booking
Status
Update Profile
Change Password
Dashboard
My Profile
Change Password
Manage Services
Manage Bookings
Manage Queries
Search
Booking/Queries
Generate Report
Website Settings
Enquiry
Management
Service Booking
Management Management
Login
Management
First Level DFD:
Manage Pages
Registration
Management
Manage Booking
Second Level DFD
Manage
Services
Login to Check
Admin System Roles of Manage Event
Access type
Manage Pages
Manage
Booking
Forgot Manage
Password Check Manage Enquiries
Credential Modules
Manage Report
Search Booking
Change Profile
Send Booking
Request
Forgot Check
Password Credential Create Enquiries
Manage
Modules View Services
View Pages
ER-DIAGRAM
Tables
The data in the system has to be stored and retrieved from database. Designing the
database is part of system design. Data elements and data structures to be stored
have been identified at analysis stage. They are structured and put together to
serve many users quickly and efficiently. The general objective is to make database
access easy, quick, inexpensive and flexible for the user. Relationships are
established between the data items and unnecessary data items are removed.
redundancy and maximum stability. This ensures minimizing data storage required,
MySQL database has been chosen for developing the relevant databases.
INTRODUCTION:
Implementation is the stage of the project when the theoretical design is turned out into a
working system. Thus, it can be considered to be the most critical stage in achieving a successful
new system and in giving the user, confidence that the new system will work and be effective.
The implementation stage involves careful planning, investigation of the existing system and its
constraints on implementation, designing of methods to achieve changeover and evaluation of
changeover methods.
TECHNOLOGIES USED
Programming Language
PHP
MYSQL
CSS
Introduction
Types of Testing
Unit Testing
Unit testing focuses verification effort on the smallest unit of software design, the
module. The unit testing, we have is white box oriented and some modules the steps
are conducted in parallel.
Testing is done for each module. After testing all the modules, the modules are
integrated and testing of the final system is done with the test data, specially designed to
show that the system will operate successfully in all its aspects conditions. Thus the
system testing is a confirmation that all is correct and an opportunity to show the user
that the system works. The purpose of integration testing is to verify functional,
performance and reliability requirements placed on major design items. These "design
items", i.e. assemblages (or groups of units), are exercised through their interfaces using
black box testing, success and error cases being simulated via appropriate parameter
and data inputs. Simulated usage of shared data areas and inter-process communication
is tested and individual subsystems are exercised through their input interface.
Test cases are constructed to test that all components within assemblages interact
correctly, for example across procedure calls or process activations, and this is done
after testing individual modules, i.e. unit testing.
System Testing
System testing ensures that the entire integrated software system meets requirements. It tests a
configuration to ensure known and predictable results. An example of system testing is the
configuration oriented system integration test. System testing is based on process descriptions
and flows, emphasizing pre-driven process links and integration points.
To follow the concept of white box testing we have tested each form .we have created
independently to verify that Data flow is correct, All conditions are exercised to check their
validity, All loops are executed on their boundaries.
Established technique of flow graph with Cyclometer complexity was used to derive test cases
for all the functions. The main steps in deriving test cases were:
Use the design of the code and draw correspondent flow graph.
Conditional Testing
In this part of the testing each of the conditions were tested to both true and false aspects. And
all the resulting paths were tested. So that each path that may be generate on particular condition
is traced to uncover any possible errors.
This type of testing selects the path of the program according to the location of
Definition and use of variables. This kind of testing was used only when some local
variable were declared. The definition-use chain method was used in this type of
testing. These were particularly useful in nested statements.
Loop Testing
In this type of testing all the loops are tested to all the limits possible. The following
exercise was adopted for all loops: All the loops were tested at their limits, just above them
and just below them. All the loops were skipped at least once. For nested loops test the
inner most loop first and then work outwards. For concatenated loops the values of
dependent loops were set with the help of connected loop. Unstructured loops were resolved
into nested loops or concatenated loops and tested as above. Each unit has been separately
tested by the development team itself and all the input have been validated.
6. Output Screen of Project
Sign In
Dashboard
Profile
Change Password
Add Services
Manage Services
Add Event Type
Update Contact Us
New Booking
View Booking
Update Remark
Approved Booking
View Approved Booking
Cancelled Booking
View Cancelled Booking
All Booking
Unread Queries
Read Queries
View Queries
Search Booking
Forgot Password
User Module
Registration Page
Login Page
Home Page
About Us
Contact Us
Services Page
Book Services
User Profile
Change Password
Booking Status
View Booking
7. CONCLUSION
While developing the system a conscious effort has been made to create and
develop a software package, making use of available tools, techniques and resources – that
would generate a proper System While making the system, an eye has been kept on making
it as user-friendly, as cost-effective and as flexible as possible. As such one may hope that
the system will be acceptable to any user and will adequately meet his/her needs. As in case
of any system development processes where there are a number of shortcomings, there have
been some shortcomings in the development of this system also. The project is still under
modification.
8. FUTURE SCOPE
The scope of the project includes that what all future enhancements can be
Done in this system to make it more feasible to us:-
www.w3schools.com
php.net
en.wikipedia.org/wiki/PHP
www.hotscripts.com/category/php/
www.apache.org
www.mysql.com/click.php?e=35050
PROJECT REPORT
ON
TO
DINANAGAR
Submitted By:
Submitted To:-
(20672225413)
With deep sense of gratitude We express our sincere thanks and obligation to our
esteemed guide Mrs. Bhanupriya Saini (Assistant Professor). It is because of his able
and mature guidance and co-operation without which it would not have beenpossible for
us to complete our project. We would also like to thank Dr. Deepak Jyoti, HOD, Post
Graduate Deptt. of Computer Science , Shanti Devi Arya Mahila College, Dinanagar for
providing the institute with an environment where one can use her intellect and
creativity to develop something fruitful and also for allowing us the opportunity to
experience dynamic professional environment during my Training. This environment
facilitated me in pursuing this project. It is my pleasant duty to thank all the staff
members of the Computer Department for their time to time suggestions. Finally, We
would like to thank the almighty and our parents for their moral support and our
friends with whom We shared our day- to-day experience and received lots of
suggestions that improved our quality of work.
Gurnaj Kaur
Vaishali
(20672225413)
(20672225412)
CERTIFICATE OF APPROVAL
This is certify that the project report entitled OLD AGE HOME MANAGEMENT
SYSTEM submitted to Shanti Devi Arya Mahila College, Dinanagar in partial
fulfillment of the requirement for the award of Degree of M.Sc (CS) , is an
authentic and original work carried out by Vaishali (20672225412) Gurnaj Kaur
(20672225413) under our guidance and supervision. The Post Graduate deptt.
of Computer Science has accepted the report as the fulfillment of the requirements
for the Degree of Master of Computer Science. No part of this
report has been submitted to any other College/University for the reward of any
Degree to the best of our knowledge.
We hereby declare that this project report on “ OLD AGE HOME MANAGEMENT SYSTEM
which is being submitted in partial fulfillment of the Training Programme of M.Sc (CS) to
Shanti Devi Arya Mahila College, Dinanagar is the result of thework carried out by us, under the
guidance of Mrs. Bhanupriya Saini (Assistant Professor). Shanti Devi Arya College, Dinanagar.
S no. Topic
1 Abstract
2 Introduction
3 Objective
4 Purpose
5 Scope
6 Requirement Specification
7 Analysis and Design(Use case, ER, Class Diagram and DFDs)
8 Database Design
9 Design Implementation and Results
10 Conclusion
11 Bibliography
Abstract
The last century has witnesses a rapid increase in the population of the
elderly people in developed and industrialized countries. This
phenomenon is not restricted to the western world only, but many
countries such as ours are now feeling the impact of this transaction.
This situation leads the uncared of elder people which require extra care
and which can be fulfilled by good environment. So, this web
application provide interaction between elderly people and good home
shelter(old age home).
Introduction
“Old Age Home Management System” is web application which provide the end-
to-end smart web application for the old age people and old age home. This
application is helpful for old age home for keeping records of senior citizen who
live in the old age home. Each elderly people assign a registration number through
which person detail find so easily.
Objective
The objective of “Old Age Home Management System” is to allow the
administrator of old age home to edit and find out the personal details of an old
people. It will also facilitate keeping all the record of old people, such as their
registration number, name, mailing address, phone number etc. So all the
information about them will be available in a few seconds.
Overall, it will make old people information management an easier job for the
administrator and service of the old age home.
The main purpose of this web application is to illustrate the requirement of old age
home and is intended to help the organization to maintain and the manage the data
of old people.
Purpose
The purpose of developing “Old Age Home Management System” is to
computerized the tradition way of recording data of old people in old age home
and to generate the report automatically.
Scope
Without an Old Age Home Management System managing and maintaining the
details of old people is a tedious job for any old age home. Old Age Home
Management System will store all the details of old people and also this project is
developed as a web application and it will work over web.
In this project we use PHP and MySQL database. It has two modules admin and
user.
Admin Module
1. Dashboard: In this section admin can see all detail in brief like total number
of services, Total number of senior citizen , total number of unread enquiry
received and total number of unread enquiry.
2. Pages: In this section admin can manage about us, contact us pages, rules
and eligibility.
3. Services: In this section admin can manage services(add/update/delete).
4. SC( Senior Citizen)Details: In this section admin can manage the detail of
senior citizen(add/update/delete) who lived in old age home.
5. Enquiry: In this section admin can read new enquiry(unread enquiry) and
view read enquiry(read enquiry).
6. Search: In this section admin can search senior citizen details with the help
of his/her registration number.
7. Reports: In this section admin can view senior citizen details in particular
periods.
Admin can also update his profile, change password and recover password.
User Module
In OAHMS user have do following activities.
Home Page: User can visit the home page and view some details of rules,
eligibility and about us information.
Services: User views the services which offer by old age home.
Eligibility: User views the eligibility criteria for old age home.
Client Side:
RAM 512 MB
Hard disk 10 GB
Server side:
RAM 1 GB
Hard disk 20 GB
Software Requirement:
Client Side:
APACHE
The Apache HTTP Server Project is an effort to develop and maintain an open-
source HTTP server for modern operating systems including UNIX and Windows.
The goal of this project is to provide a secure, efficient and extensible server that
provides HTTP services in sync with the current HTTP standards.
The Apache HTTP Server ("httpd") was launched in 1995 and it has been the most
popular web server on the Internet since April 1996. It has celebrated its 20th
birthday as a project in February 2015.
PHP
PHP stands for PHP: Hypertext Preprocessor.
MYSQL
http://localhost/phpmyadmin
Analysis and Design
Analysis:
In present all work done on the paper. The whole details is stored in the registers.
We can’t generate reports as per our requirements because its take more time to
Not user friendly: The present system not user friendly because data is not
chance of error.
Time consuming
Design Introduction:
Design is the first step in the development phase for any techniques and principles
for the purpose of defining a device, a process or system in sufficient detail to
permit its physical realization.
Once the software requirements have been analyzed and specified the software
design involves three technical activities - design, coding, implementation and
testing that are required to build and verify the software.
The design activities are of main importance in this phase, because in this activity,
decisions ultimately affecting the success of the software implementation and its
ease of maintenance are made. These decisions have the final bearing upon
reliability and maintainability of the system. Design is the only way to accurately
translate the customer’s requirements into finished software or a system.
UML Diagrams:
Actor:
A coherent set of roles that users of use cases play when interacting with the
use `cases.
Use case:
USECASE DIAGRAMS:
Use case diagrams model behavior within a system and helps the developers
understand of what the user require. The stick man represents what’s called an
actor.
Use case diagram can be useful for getting an overall view of the system and
clarifying who can do and more importantly what they can’t do.
Use case diagram consists of use cases and actors and shows the interaction
between the use case and actors.
The purpose is to show the interactions between the use case and actor.
To represent the system requirements from user’s perspective.
An actor could be the end-user of the system or an external system.
USECASE DIAGRAM:
A Use case is a description of set of sequence of actions. Graphically it is
rendered as an ellipse with solid line including only its name. Use case diagram is
a behavioral diagram that shows a set of use cases and actors and their relationship.
It is an association between the use cases and actors. An actor represents a real-
world object. Primary Actor – Sender, Secondary Actor Receiver.
View Services
View About us
View Contact us
View Rules
View Eligibility
Users
Sent Enquiry
Admin use case diagram
Sign in
Dashboard
Manage Enquiries
Manage Pages
Search
Report
Change Password
Update Profile
Class Diagram:
A description of set of objects that share the same attributes operations,
relationships, and semantics.
ER Diagram:
It maps well to the relational model. The constructs used in the ER model
can easily be transformed into relational tables.
It is simple and easy to understand with a minimum of training. Therefore,
the model can be used by the database designer to communicate the design
to the end user.
In addition, the model can be used as a design plan by the database
developer to implement a data model in specific database management
software.
ER Notation
Entities are represented by labeled rectangles. The label is the name of the
name of the relationship is written above the line. Relationship names should
be verbs
Attributes, when included, are listed inside the entity rectangle. Attributes
nouns.
Rules
Senior Citizen
Management
Management
Enquiry
Service
OAHMS Management
Management
Eligibility
Management
Report
Management Login
Management
First Level DFD
Rules
Check Admin Login
Management
Details
Second Level DFD
Login to Check
Admin system Roles of
access
Manage Pages
Manage Services
Manage Customer
Manage Enquiry
Modules
Search Details
(Senior Citizen)
Generate Report
Update Profile
Change Password
Database Design
The data in the system has to be stored and retrieved from database. Designing the
database is part of system design. Data elements and data structures to be stored have
been identified at analysis stage. They are structured and put together to design the
serve many users quickly and efficiently. The general objective is to make database
access easy, quick, inexpensive and flexible for the user. Relationships are
established between the data items and unnecessary data items are removed.
redundancy and maximum stability. This ensures minimizing data storage required,
minimizing chances of data inconsistencies and optimizing for updates. The MySQL
tbladmin
tblcontact
tblpage
tblseniorcitizen
tblservices
tbladmin: This tables stores admin login details.
tblseniorcitizen: This table store detail of old people who lives in old age
home.
tblservices: This table store details of services which is provided by old age home.
Design Implementation and Results
Design implementation refers to the real live running of the designed program.
This section consists of the program modules, showing what they do, and how
the system can be deployed.
Admin Module
Admin Login
Dashboard
Profile
Change Password
About Us Page
Contact Us Page
Rules
Eligibility
Add Services
Manage Services
Update Services
Add Senior Citizen Details
Unread Enquiry
Read Enquires
View Enquiry
Between Dates Report
Forgot Password
Reset Password
User Module
Home Page
About us
Services
Eligibility
Rules
Contact Us
Search
Conclusion
The application was designed in such a way that future modifications can be done
easily. The following conclusion can be deduced from the development of the
project.
Automation of the entire system improves the efficiency.
System security, data security and reliability are the striking features.
www.w3schools.com
php.net
en.wikipedia.org/wiki/PHP
www.hotscripts.com/category/php/
www.apache.org
www.mysql.com/click.php?e=35050
PROJECT REPORT
ON
ONLINE EXAMINATION SYSTEM
Submitted in partial fulfillment of the requirements for the award of degree of
DINANAGAR
Submitted By:
Submitted To:-
Diksha Sharma
Mrs. Neha Saini
With deep sense of gratitude I express our sincere thanks and obligation to my
esteemed guide Mrs. Neha saini (Assistant Professor). It is because of her
able and mature guidance and co-operation without which it would not have
been possible for me to complete my project. I would also like to
thank Dr. Deepak Jyoti, HOD, Post Graduate Deptt. of Computer Science,
Shanti Devi Arya Mahila College, Dinanagar for providing the institute with
an environment where one can use her intellect and creativity to develop
something fruitful and also for allowing me the opportunity to experience
dynamic professional environment during my Training. This environment
facilitated me in pursuing this project. It is my pleasant duty to thank all
the staff members of the Computer Department for their time to time
suggestions. Finally, i would like to thank the almighty and my parents for
their moral support and my friends with whom i shared our day-to-day
experience and received lots of suggestions that improved my quality of work.
Diksha Sharma
20672225414
CERTIFICATE OF APPROVAL
This is certify that the project report entitled Online Examination System
submitted to Shanti Devi Arya Mahila College, Dinanagar in partial fulfillment of
the requirement for the award of Degree of M.Sc ( Computer Science) , is an
authentic and original work carried out by Diksha Sharma (20672225414) under our
guidance and supervision. The Post Graduate deptt. of Computer Science has
accepted the report as the fulfillment of the requirements for the Degree of
Master of Computer Science. No part of this report has been submitted to any
other College/University for the reward of any Degree to the best of our
knowledge.
Diksha Sharma
20672225414
ONLINE EXAMINATION
INTRODUCTION :-
Users enrolled in the platform may access the electronic details they provided and
perform various functions with the on-line educational system in order to participate in the on-line
examinations. Users can receive an on-line exam, having multimedia content, for the course, and they
can electronically provide answers for the exam. And after Completion of their duration of exam they
are provided the grade or marks secured in their examinations.
2
ONLINE EXAMINATION
INDEX
S. N CONTENTS
1. INTRODUCTION
2. ANALYSIS
3. DESIGN APPROACH
4. PROJECT MODULES
5. IMPLEMENTATION
4.2 TESTING
6. OUTPUT SCREENS
7. CONCLUSION
8. FUTURE ENHANCEMENTS
9. BIBILIOGRAPHY
3
ONLINE EXAMINATION
4
ONLINE EXAMINATION
INTRODUCTION:
5
ONLINE EXAMINATION
6
ONLINE EXAMINATION
SYSTEM ANALYSIS:
1. Existing System
Existing system is a manual one in which users are maintaining books to store
the information like Student Details,Instructor Details,Schedule Details and
feedbacks about students who attempted exam as per schedule.. It is very difficult to
maintain historical data.
DISADVANTAGES:
The following drawbacks of existing system emphasize the need for computerization:
2. Proposed System
This application is used to conduct online examination. The students can sit at individual
terminals and login to write the exam in the given duration. . The questions have to be given to the
students.This application will perform correction, display the result immediately and also store it in
database. This application provides the administrator with a facility to add new exams.This
application provides the Instructor add questions to the exam, modify questions in the exam in a
particular exam. This application takes care of authentication of the administrator,Instructor as
well as the student.
7
ONLINE EXAMINATION
The objective of the Online Examination Tool is to provide better information for the
users of this system for better results for their maintainence in student examination schedule
details and grading details.
System Specifications
Hardware Requirements:-
Pentium-IV(Processor).
256 MB Ram
512 KB Cache Memory
Hard disk 10 GB
Microsoft Compatible 101 or more Key Board
Software Requirements: -
Web-Technology: PHP
Front-End: HTML,CSS,JAVASCRIPT
Back-End: MySQL
8
ONLINE EXAMINATION
9
ONLINE EXAMINATION
INTRODUCTION:
Design is the first step in the development phase for any techniques and
principles for the purpose of defining a device, a process or system in sufficient detail to permit its
physical realization.
Once the software requirements have been analyzed and specified the
software design involves three technical activities - design, coding, implementation and testing that are
required to build and verify the software.
The design activities are of main importance in this phase, because in this
activity, decisions ultimately affecting the success of the software implementation and its ease of
maintenance are made. These decisions have the final bearing upon reliability and maintainability of the
system. Design is the only way to accurately translate the customer’s requirements into finished
software or a system.
10
ONLINE EXAMINATION
UML Diagrams:
Actor:
A coherent set of roles that users of use cases play when interacting with the use `cases.
Use case:
A description of sequence of actions, including variants, that a system performs that
yields an observable result of value of an actor.
UML stands for Unified Modeling Language. UML is a language for specifying, visualizing and
documenting the system. This is the step while developing any product after analysis. The goal
from this is to produce a model of the entities involved in the project which later need to be
built. The representation of the entities that are to be used in the product being developed
need to be designed.
There are various kinds of methods in software design:
They are as follows:
Use case Diagram
Sequence Diagram
11
ONLINE EXAMINATION
Collaboration Diagram
Activity Diagram
State chat Diagram
USECASE DIAGRAMS:
Use case diagrams model behavior within a system and helps the developers
understand of what the user require. The stick man represents what’s called an actor.
Use case diagram can be useful for getting an overall view of the system and clarifying who
can do and more importantly what they can’t do.
Use case diagram consists of use cases and actors and shows the interaction between the
use case and actors.
The purpose is to show the interactions between the use case and actor.
To represent the system requirements from user’s perspective.
An actor could be the end-user of the system or an external system.
USECASE DIAGRAM:
A Use case is a description of set of sequence of actions. Graphically it is rendered as
an ellipse with solid line including only its name. Use case diagram is a behavioral diagram
that shows a set of use cases and actors and their relationship. It is an association between
the use cases and actors. An actor represents a real-world object. Primary Actor – Sender,
Secondary ActorReceiver.
12
ONLINE EXAMINATION
r
OptionsBasedQuestion Answering
Register
SEQUENCE DIAGRAM:
13
ONLINE EXAMINATION
COLLABORATION DIAGRAM :
14
ONLINE EXAMINATION
CLASS DIAGRAM:
Class is nothing but a structure that contains both variables and methods. The Class Diagram
shows a set of classes, interfaces, and collaborations and their relating ships. There is most
common diagram in modeling the object oriented systems and are used to give the static view
of a system. It shows the dependency between the classes that can be used in our system.
The interactions between the modules or classes of our projects are shown below. Each
block contains Class Name, Variables and Methods.
15
ONLINE EXAMINATION
CLASS:
A description of set of objects that share the same attributes, operations, relationships,
and semantics
User registration
Test Details
id:int
id:int
name:varchar(50)
Test Result:int
DOB:datetime
Gender:varchar(10)
Branch:varchar(20)
College:varchar(50) Take test()
uid:varchar(20) End test()
pwd:varchar(20)
rpwd:varchar(20)
utype:varchar(20)
que:varchar(500)
ans:varchar(500)
Update User()
View User Result()
16
ONLINE EXAMINATION
17
ONLINE EXAMINATION
The DFD takes an input-process-output view of a system i.e. data objects flow into the software,
are transformed by processing elements, and resultant data objects flow out of the software.
Data objects represented by labeled arrows and transformation are represented by circles
also called as bubbles. DFD is presented in a hierarchical fashion i.e. the first data flow model represents
the system as a whole. Subsequent DFD refine the context diagram (level 0 DFD), providing increasing
details with each subsequent level.
The DFD enables the software engineer to develop models of the information domain &
functional domain at the same time. As the DFD is refined into greater levels of details, the analyst
perform an implicit functional decomposition of the system. At the same time, the DFD refinement
results in a corresponding refinement of the data as it moves through the process that embody the
applications.
A context-level DFD for the system the primary external entities produce information for
use by the system and consume information generated by the system. The labeled arrow represents data
objects or object hierarchy.
18
ONLINE EXAMINATION
Identify and label each process internal to the system with Rounded circles.
A process is required for all the data transformation and Transfers. Therefore, never connect
a data store to a data Source or the destinations or another data store with just a Data flow
arrow.
Make sure the names of the processes accurately convey everything the process is done.
Identify all data flows for each process step, except simple Record retrievals.
19
ONLINE EXAMINATION
DATAFLOW DIAGRAMS:
Database:
User
registration
Take
Test
OnlineExami
nation
Database
20
ONLINE EXAMINATION
user registration
User
User registration details
Taking Test
User
Taking Test details
21
ONLINE EXAMINATION
E-R Diagrams:
The Entity-Relationship (ER) model was originally proposed by Peter in 1976 [Chen76] as a way to unify the
network and relational database views. Simply stated the ER model is a conceptual data model that views the real
world as entities and relationships. A basic component of the model is the Entity-Relationship diagram which is
used to visually represents data objects. Since Chen wrote his paper the model has been extended and today it is
commonly used for database design For the database designer, the utility of the ER model is:
it maps well to the relational model. The constructs used in the ER model can easily be transformed into
relational tables.
it is simple and easy to understand with a minimum of training. Therefore, the model can be used by the
database designer to communicate the design to the end user.
In addition, the model can be used as a design plan by the database developer to implement a data model
in a specific database management software.
The basic types of connectivity for relations are: one-to-one, one-to-many, and many-to-many. A one-to-
one (1:1) relationship is when at most one instance of a entity A is associated with one instance of entity B. For
example, "employees in the company are each assigned their own office. For each employee there exists a unique
office and for each office there exists a unique employee.
A one-to-many (1:N) relationships is when for one instance of entity A, there are zero, one, or many instances of
entity B, but for one instance of entity B, there is only one instance of entity A. An example of a 1:N relationships
is
A many-to-many (M:N) relationship, sometimes called non-specific, is when for one instance of entity A, there
are zero, one, or many instances of entity B and for one instance of entity B there are zero, one, or many instances
of entity A. The connectivity of a relationship describes the mapping of associated
22
ONLINE EXAMINATION
ER Notation
There is no standard for representing data objects in ER diagrams. Each modeling methodology uses its
own notation. The original notation used by Chen is widely used in academics texts and journals but rarely seen in
either CASE tools or publications by non-academics. Today, there are a number of notations used, among the
more common are Bachman, crow's foot, and IDEFIX.
All notational styles represent entities as rectangular boxes and relationships as lines connecting boxes. Each
style uses a special set of symbols to represent the cardinality of a connection. The notation used in this document
is from Martin. The symbols used for the basic ER constructs are:
entities are represented by labeled rectangles. The label is the name of the entity. Entity names should be
singular nouns.
relationships are represented by a solid line connecting two entities. The name of the relationship is
attributes, when included, are listed inside the entity rectangle. Attributes which are identifiers are
cardinality of many is represented by a line ending in a crow's foot. If the crow's foot is omitted, the
cardinality is one.
existence is represented by placing a circle or a perpendicular bar on the line. Mandatory existence is
shown by the bar (looks like a 1) next to the entity for an instance is required. Optional existence is shown
23
ONLINE EXAMINATION
24
ONLINE EXAMINATION
1:ADMIN MODULE
2. INSTRUCTOR MODULE
3. STUDENT MODULE
1. ADMIN MODULE:
1. :REGISTER
2. LOGIN
3. CHANGE PASSWORD&FORGOTPASSWORD
4. STUDENT -MODIFING DETAILS
5. DEPARTMENTS-ENTERING/MODIFYING DETAILS
6. INSTRUCTOR DETAILS-MODIFYING DETAILS
2. LOGIN:The Registered User Can be Allowed to view inner details for which he
Permitted
25
ONLINE EXAMINATION
2. INSTRUCTOR MODULE:
1. REGISTER
2. LOGIN
3CHANGE PASSWORD&FORGOT PASSWORD
4. ADD QUESTIONS-DEPARTMENTS VERIFING.
5. UPDATE QUESTIONS -DEPARTMENTS VERIFING
6. CREATE EXAMS
7. UPDATE EXAMS
8. IEW EXAM DETAILS- VIEW NO OF REGISTERED STUDENTS
VIEW NO OF ATTENDED STUDENTS
2. LOGIN:The Registered User Can be Allowed to view inner details for which he
Permitted
26
ONLINE EXAMINATION
3. STUDENT DETAILS:
1. REGISTER
2. LOGIN
3. TAKE EXAM- MULTIPLE CHOICE
TRUE/FALSE
4. SEE EXAM RESULTS
5. LOGOUT
2. LOGIN:The Registered User Can be allowed to view inner details for which he
Permitted
PHP
PHP: Hypertext Preprocessor, is a widely used, general-purpose scripting
language that was originally designed for web development, to produce dynamic
web pages. It can be embedded into HTML and generally runs on a web server,
which needs to be configured to process PHP code and create web page content
from it. It can be deployed on most web servers and on almost every operating
system and platform free of charge.
PHP was originally created by Rasmus Lerdorf in 1995 and has been in
continuous development ever since. The main implementation of PHP is now
produced by The PHP Group and serves as the de facto standard for PHP as
there is no formal specification.PHP is free software released under the PHP
27
ONLINE EXAMINATION
License, which is incompatible with the GNU General Public License (GPL)
because of restrictions on the use of the term PHP
PHP has evolved to include a command line interface capability and can also be
used in standalone graphical applications.
USAGE
PHP is a general-purpose scripting language that is especially suited for web
development. PHP generally runs on a web server. Any PHP code in a requested
file is executed by the PHP runtime, usually to create dynamic web page content.
It can also be used for command-line scripting and client-side GUI applications.
PHP can be deployed on most web servers, many operating systems and
platforms, and can be used with many relational database management systems.
It is available free of charge, and the PHP Group provides the complete source
code for users to build, customize and extend for their own use.
PHP primarily acts as a filter, taking input from a file or stream containing text
and/or PHP instructions and outputs another stream of data; most commonly the
output will be HTML. Since PHP 4, the PHP parser compiles input to produce
byte code for processing by the Zend Engine, giving improved performance over
its interpreter predecessor
Originally designed to create dynamic web pages, PHP now focuses mainly on
server-side scripting, and it is similar to other server-side scripting languages that
provide dynamic content from a web server to a client, such as Microsoft's Active
Server Pages, Sun Microsystems' JavaServer Pages and mod_perl. PHP has
also attracted the development of many frameworks that provide building blocks
and a design structure to promote rapid application development (RAD). Some of
these include CakePHP, Symfony, CodeIgniter, and Zend Framework, offering
features similar to other web application frameworks.
About HTML
HTML, which stands for Hyper Text Markup Language, is the predominant
markup language for web pages. It provides a means to create structured
28
ONLINE EXAMINATION
Hyper Text Markup Language(HTML) is the encoding scheme used to create and
format a web document. A user need not be an expert programmer to make use
of HTML for creating hypertext documents that can be put on the internet.
Most graphical e-mail clients allow the use of a subset of HTML (often ill-defined)
to provide formatting and semantic markup not available with plain text. This may
include typographic information like coloured headings, emphasized and quoted
text, inline images and diagrams. Many such clients include both a GUI editor for
composing HTML e-mail messages and a rendering engine for displaying them.
Use of HTML in e-mail is controversial because of compatibility issues, because
it can help disguise phishing attacks, because it can confuse spam filters and
because the message size is larger than plain text.
NAMING CONVENTIONS
The most common filename extension for files containing HTML is .html. A
common abbreviation of this is .htm, which originated because some early
operating systems and file systems, such as DOS and FAT, limited file
extensions to three letters.
HTML APPLICATION
An HTML Application is a Microsoft Windows application that uses HTML and
Dynamic HTML in a browser to provide the application's graphical interface. A
regular HTML file is confined to the security model of the web browser,
communicating only to web servers and manipulating only webpage objects and
site cookies. An HTA runs as a fully trusted application and therefore has more
privileges, like creation/editing/removal of files and Windows Registry entries.
29
ONLINE EXAMINATION
Because they operate outside the browser's security model, HTAs cannot be
executed via HTTP, but must be downloaded (just like an EXE file) and executed
from local file system
ABOUT JAVASCRIPT
JavaScript is an object-oriented scripting language used to enable programmatic
access to objects within both the client application and other applications. It is
primarily used in the form of client-side JavaScript, implemented as an integrated
component of the web browser, allowing the development of enhanced user
interfaces and dynamic websites. JavaScript is a dialect of the ECMAScript
standard and is characterized as a dynamic, weakly typed, prototype-based
language with first-class functions. JavaScript was influenced by many
languages and was designed to look like Java, but to be easier for non-programmers to
work with.
PROTOTYPE-BASED
JavaScript uses prototypes instead of classes for inheritance. It is possible to
simulate many class-based features with prototypes in JavaScript.
Functions double as object constructors along with their typical role. Prefixing a
function call with new creates a new object and calls that function with its local
this keyword bound to that object for that invocation. The constructor's prototype
property determines the object used for the new object's internal prototype.
JavaScript's built-in constructors, such as Array, also have prototypes that can be
modified.
USAGE
30
ONLINE EXAMINATION
Because JavaScript code can run locally in a user's browser (rather than on a
remote server) it can respond to user actions quickly, making an application feel
more responsive. Furthermore, JavaScript code can detect user actions which
HTML alone cannot, such as individual keystrokes. Applications such as Gmail
take advantage of this: much of the user-interface logic is written in JavaScript,
and JavaScript dispatches requests for information (such as the content of an e-
mail message) to the server. The wider trend of Ajax programming similarly
exploits this strength.
ABOUT MySQL
MySQL Introduction
There are a large number of database management systems currently available, some
commercial and some free.
Some of them : Oracle, Microsoft Access, Mysql and PostgreSQL.
These database systems are powerful, feature-rich software, capable of organizing and
searching millions of records at very high speeds.
31
ONLINE EXAMINATION
You already know that a single database can hold multiple tables.
In a Relational database management system(RDBMS), these tables can be linked to
each other by one or more common fields, called foreign keys.
Database administrator is the super user of database, he has unrestricted rights and
privileges to access database, grant permission to other database users.
Database user is the person who uses the database in a restricted privileges, provided
by database administrator.
If you have installed PHP’s WAMP or XAMPP server, then mysql database already
exists. if you don’t have then download mysql database from herehttp://www.mysql.com
DATABASE TABLES:
32
ONLINE EXAMINATION
33
ONLINE EXAMINATION
ANSWER NULL VARCHAR(10)
Exam Schedule
FEASIBILITY STUDY:
Feasibility study is conducted once the problem is clearly understood. Feasibility study is a high
level capsule version of the entire system analysis and design process. The objective is to determine
quickly at a minimum expense how to solve a problem. The purpose of feasibility is not to solve the
problem but to determine if the problem is worth solving.
The system has been tested for feasibility in the following points.
1. Technical Feasibility
2. Economical Feasibility
3. Operational Feasibility.
1. Technical Feasibility
The project entitles "Courier Service System” is technically feasibility because of the below
mentioned feature. The project was developed in Java which Graphical User Interface.
It provides the high level of reliability, availability and compatibility. All these make
Java an appropriate language for this project. Thus the existing software Java is a powerful
34
ONLINE EXAMINATION
language.
2. Economical Feasibility
The computerized system will help in automate the selection leading the profits and
details of the organization. With this software, the machine and manpower utilization are expected to go
up by 80-90% approximately. The costs incurred of not creating the system are set to be great, because
precious time can be wanted by manually.
3. Operational Feasibility
In this project, the management will know the details of each project where he may be presented
and the data will be maintained as decentralized and if any inquires for that particular contract can be
known as per their requirements and necessaries.
Implementation:
Implementation is the stage where the theoretical design is turned into a working system. The most
crucial stage in achieving a new successful system and in giving confidence on the new system for the
users that it will work efficiently and effectively.
The system can be implemented only after thorough testing is done and if it is found to work according
to the specification.
It involves careful planning, investigation of the current system and its constraints on implementation,
design of methods to achieve the change over and an evaluation of change over methods a part from
planning. Two major tasks of preparing the implementation are education and training of the users and
35
ONLINE EXAMINATION
The more complex the system being implemented, the more involved will be the systems analysis
and design effort required just for implementation.
The implementation phase comprises of several activities. The required hardware and software
acquisition is carried out. The system may require some software to be developed. For this, programs
are written and tested. The user then changes over to his new fully tested system and the old system is
discontinued.
TESTING:
The testing phase is an important part of software development. It is the puterized system will
help in automate process of finding errors and missing operations and also a complete verification to
determine whether the objectives are met and the user requirements are satisfied.
1. The first includes unit testing, where in each module is tested to provide its correctness,
validity and also determine any missing operations and to verify whether the objectives have been met.
Errors are noted down and corrected immediately. Unit testing is the important and major part of the
project. So errors are rectified easily in particular module and program clarity is increased. In this
project entire system is divided into several modules and is developed individually. So unit testing is
conducted to individual modules.
2. The second step includes Integration testing. It need not be the case, the software whose
36
ONLINE EXAMINATION
modules when run individually and showing perfect results, will also show perfect results when run as a
whole. The individual modules are clipped under this major module and tested again and verified the
results. This is due to poor interfacing, which may results in data being lost across an interface. A
module can have inadvertent, adverse effect on any other or on the global data structures, causing
serious problems.
3. The final step involves validation and testing which determines which the software
functions as the user expected. Here also some modifications were. In the completion of the project it is
satisfied fully by the end user.
Correction
Adaptation
Enhancement
Prevention
Correction:
37
ONLINE EXAMINATION
Even with the best quality assurance activities is lightly that the customer will uncover
defects in the software. Corrective maintenance changes the software to correct defects.
Maintenance is a set of software Engineering activities that occur after software has been
delivered to the customer and put into operation. Software configuration management is a set of
tracking and control activities that began when a software project begins and terminates only
when the software is taken out of the operation.
We may define maintenance by describing four activities that are undertaken after a program
is released for use:
Corrective Maintenance
Adaptive Maintenance
Perfective Maintenance or Enhancement
Preventive Maintenance or reengineering
Only about 20 percent of all maintenance work are spent "fixing mistakes". The remaining 80
percent are spent adapting existing systems to changes in their external environment, making
enhancements requested by users, and reengineering an application for use.
ADAPTATION:
Over time, the original environment (E>G., CPU, operating system, business rules, external
product characteristics) for which the software was developed is likely to change. Adaptive maintenance
results in modification to the software to accommodate change to its external environment.
ENHANCEMENT:
As software is used, the customer/user will recognize additional functions that will provide benefit.
Perceptive maintenance extends the software beyond its original function requirements.
PREVENTION :
38
ONLINE EXAMINATION
SOFTWARE METHODOLOGY
The software methodology followed in this project includes the object-oriented methodology and
the application system development methodologies. The description of these methodologies is given
below.
Although there are a growing number of applications (such as decision support systems) that should
be developed using an experimental process strategy such as prototyping, a significant amount of new
development work continue to involve major operational applications of broad scope. The application
systems are large highly structured. User task comprehension and developer task proficiency is usually
high. These factors suggest a linear or iterative assurance strategy. The most common method for this
stage class of problems is a system development life cycle modal in which each stage of development is
well defined and has straightforward requirements for deliverables, feedback and sign off. The system
development life cycle is described in detail since it continues to be an appropriate methodology for a
significant part of new development work.
The basic idea of the system development life cycle is that there is a well-defined process by which
an application is conceived and developed and implemented. The life cycle gives structure to a creative
process. In order to manage and control the development effort, it is necessary to know what should
39
ONLINE EXAMINATION
have been done, what has been done, and what has yet to be accomplished. The phrases in the system
development life cycle provide a basis for management and control because they define segments of the
flow of work, which can be identified for managerial purposes and specifies the documents or other
deliverables to be produced in each phase.
The phases in the life cycle for information system development are described differently by
different writers, but the differences are primarily in the amount of necessity and manner of
categorization. There is a general agreement on the flow of development steps and the necessity for
control procedures at each stage.
The information system development cycle for an application consists of three major stages.
1) Definition.
2)Development.
3)Installation and operation.
The first stage of the process, which defines the information requirements for a feasible cost effective
system. The requirements are then translated into a physical system of forms, procedures, programs etc.,
by the system design, computer programming and procedure development. The resulting system is test
and put into operation. No system is perfect so there is always a need for maintenance changes. To
complete the cycle, there should be a post audit of the system to evaluate how well it performs and how
well it meets the cost and performance specifications. The stages of definition, development and
installation and operation can therefore be divided into smaller steps or phrases as follows.
40
ONLINE EXAMINATION
Definition
Design
Conceptual design : User-oriented design of application development.
Physical system design : Detailed design of flows and processes in applications processing system and
preparation of program specification.
Development
Program development : coding and testing of computer programs.
Procedure development : design of procedures and preparation of user instructions.
41
ONLINE EXAMINATION
42
ONLINE EXAMINATION
Testing is a process of executing a program with the indent of finding an error. Testing is a crucial
element of software quality assurance and presents ultimate review of specification, design and coding.
System Testing is an important phase. Testing represents an interesting anomaly for the software. Thus
a series of testing are performed for the proposed system before the system is ready for user acceptance
testing.
A good test case is one that has a high probability of finding an as undiscovered error. A
successful test is one that uncovers an as undiscovered error.
Testing Objectives:
Testing Principles
3.Testing should begin on a small scale and progress towards testing in large
The primary objective for test case design is to derive a set of tests that has the highest livelihood
for uncovering defects in software. To accomplish this objective two different categories of test case
design techniques are used. They are
43
ONLINE EXAMINATION
White-box testing:
White box testing focus on the program control structure. Test cases are derived to ensure that all
statements in the program have been executed at least once during testing and that all logical conditions
have been executed.
Block-box testing:
Black box testing is designed to validate functional requirements without regard to the internal workings
of a program. Black box testing mainly focuses on the information domain of the software, deriving test
cases by partitioning input and output in a manner that provides through test coverage. Incorrect and
missing functions, interface errors, errors in data structures, error in functional logic are the errors falling
in this category.
Testing strategies:
A strategy for software testing must accommodate low-level tests that are necessary to verify that
all small source code segment has been correctly implemented as well as high-level tests that validate
major system functions against customer requirements.
Testing fundamentals:
Testing is a process of executing program with the intent of finding error. A good test case is one
that has high probability of finding an undiscovered error. If testing is conducted successfully it
uncovers the errors in the software. Testing cannot show the absence of defects, it can only show that
software defects present.
44
ONLINE EXAMINATION
Information flow for testing flows the pattern. Two class of input provided to test the process.
The software configuration includes a software requirements specification, a design specification and
source code.
Test configuration includes test plan and test cases and test tools. Tests are conducted and all the
results are evaluated. That is test results are compared with expected results. When erroneous data are
uncovered, an error is implied and debugging commences.
Unit testing:
Unit testing is essential for the verification of the code produced during the coding phase and
hence the goal is to test the internal logic of the modules. Using the detailed design description as a
guide, important paths are tested to uncover errors with in the boundary of the modules. These tests
were carried out during the programming stage itself. All units of ViennaSQL were successfully tested.
Integration testing :
Integration testing focuses on unit tested modules and build the program structure that is dictated
by the design phase.
System testing:
System testing tests the integration of each module in the system. It also tests to find
discrepancies between the system and it’s original objective, current specification and system
documentation. The primary concern is the compatibility of individual modules. Entire system is
working properly or not will be tested here, and specified path ODBC connection will correct or not, and
giving output or not are tested here these verifications and validations are done by giving input values to
the system and by comparing with expected output. Top-down testing implementing here.
45
ONLINE EXAMINATION
Acceptance Testing:
This testing is done to verify the readiness of the system for the implementation. Acceptance testing
begins when the system is complete. Its purpose is to provide the end user with the confidence that the
system is ready for use. It involves planning and execution of functional tests, performance tests and
stress tests in order to demonstrate that the implemented system satisfies its requirements.
Test coverage Analyzer – records the control paths followed for each test case.
Timing Analyzer – also called a profiler, reports the time spent in various regions of the code are areas
to concentrate on to improve system performance.
Coding standards – static analyzers and standard checkers are used to inspect code for deviations from
standards and guidelines.
Test Cases:
Test cases are derived to ensure that all statements in the program have been executed at least once
during testing and that all logical conditions have been executed.
Using White-Box testing methods, the software engineer can drive test cases that
Guarantee that logical decisions on their true and false sides.
Exercise all logical decisions on their true and false sides.
Execute all loops at their boundaries and with in their operational bounds.
Exercise internal data structure to assure their validity.
The test case specification for system testing has to be submitted for review before system testing
commences.
46
ONLINE EXAMINATION
47
ONLINE EXAMINATION
48
ONLINE EXAMINATION
CONCLUSION:
The package was designed in such a way that future modifications can be
done easily. The following conclusions can be deduced from the development of the
project.
49
ONLINE EXAMINATION
50
ONLINE EXAMINATION
FUTURE ENHANCEMENTS:
This application avoids the manual work and the problems concern with it. It is an easy
way to obtain the information regarding the different scheduled examinations information that are
Currently issued.
Well I and my team members have worked hard in order to present an
improved website better than the existing one’s regarding the information about the various activities.
Still ,we found out that the project can be done in a better way. Primarily, when we request information
about a particular schedules it just shows the exam date and platform. So, after getting the information
we can get access to the onlineexam.
The enhancement that we can add the searching option. We can directly
search to the particular student details from this site.
51
ONLINE EXAMINATION
52
ONLINE EXAMINATION
BIBLIOGRAPHY
The following books were referred during the analysis and execution phase of the project
Books Referred:
Websites Referred:
http://www.projectworlds.in
53
ONLINE EXAMINATION
54
ONLINE EXAMINATION
55
ONLINE EXAMINATION
56
ONLINE EXAMINATION
57
ONLINE EXAMINATION
58
PROJECT REPORT
ON
TO
Mrs.Amita Kavita
(20672225415)
With deep sense of gratitude we express our sincere thanks and obligation to our esteemed
guide Mrs. Amita (Assistant Professor). It is because of her able and mature guidance and co-
operation without which it would not have been possible for us to complete our project.
We would also like to thank Dr. Deepak Jyoti, HOD, Post Graduate Deptt. of Computer
Science, Shanti Devi Arya Mahila College, Dinanagar for providing the institute with an
environment where one can use her intellect and creativity to develop something fruitful and
also for allowing us the opportunity to experience dynamic professional environment during
our Training. This environment facilitated us in pursuing this project. It is our pleasant duty to
thank all the staff members of the Computer Department for their time to time suggestions.
Finally, we would like to thank the almighty and our parents for their moral support and our
friends with whom we shared our day-to-day experience and received lots of suggestions
that improved our quality of work.
This is certify that the project report entitled Park Ticketing Management System
submitted to Shanti Devi Arya Mahila College, Dinanagar in partial fulfillment of the
requirement for the award of Degree of M.Sc (CS), is an authentic and original work
carried out by Kavita (20672225416) Amandeep kaur (20672225415) under our
guidance and supervision. The Post Graduate deptt. of Computer Science has accepted
the report as the fulfillment of the requirements for the Degree Master of Computer
Science. No part of this report has been submitted to any other College/University for
the reward of any Degree to the best of our knowledge.
We hereby declare that this project report on “ Park Ticketing Management System ”
which is being submitted in partial fulfillment of the Training Programme of M.Sc (Master
of Computer Science) to Shanti Devi Arya Mahila College, Dinanagar is the result of the work
carried out by us, under the guidance of Amita (Assistant Professor). Shanti Devi Arya
College, Dinanagar.
This project manages people and provides ticket to the person who comes to visits in park with his/her
family. With this project admin is able to see how many people is visiting in park and also see how many
ticket is generating in particular period.
Introduction
Park Ticketing Management System is a web based technology which manages
people and provides ticket to the person who comes to visits in park with his/her
family. This web application provides a way to effectively control record & track
the people who visit to park.
A park Ticketing Management system effectively manages and handles all the
functioning of a park. The software system can store the data of people tickets
that came to visit in the park. The system also maintains and calculates the price
of ticket. The system needs an administrator to input the detail of ticket like how
many are adult and how many are child and print the ticket and give it to person.
In this project we use PHP and MySQL database and it has only one module i.e.
Admin.
Advantages:
It helps the park admin to handle and manage ticket data.
Reduce time consumption.
Reduce error scope.
All system managements are automated.
Centralized database management.
Easy operations for operator of the system.
No paper work requirement
Disadvantages:
The system can only handle Single Park.
The system does not include bank payment, dd, cheque status.
Applications:
Whenever we design a new system, normally the management will ask for a feasibility
report of the new system. The management wants to know the technicalities and cost
involved in creation of new system.
- Technical feasibility
- Economic feasibility
- Physical feasibility
Technical feasibility:
Technical feasibility involves study to establish the technical capability of the system being
created to accomplish all requirements to the user. The system should be capable of handling
the proposed volume of data and provide users and operating environment to increase their
efficiency.
For example, system should be capable of handling the proposed volume of data and provide
users.
Economic feasibility:
Economic feasibility involves study to establish the cost benefit analysis. Money spent on the
system must be recorded in the form of benefit from the system. The benefits are of two
types:
Tangible benefits:
- Saving man labor to do tedious tasks saves time.
-
Intangible benefits:
- Improves the quality of organization.
Physical feasibility:
It involves study to establish the time responses of the new system being created. For e.g., if
the new system takes more than one day to prepare crucial finance statement for the
management, wherever it was required in an hour, the system fails to provide the same.
It should be clearly establish that the new system requirements in the form of time
responses would be completely met with. It may call for increase in cost. If the required cost
is sacrificed then the purpose of the new system may not be achieved even if it was found to
be technically feasible.
Scope of the Project
The proposed system will affect or interface with the person who visits in the park and
administrator.
The system works and fulfills all the functionalities as per the proposed system.
It will provide reduced response time against the queries made by different users.
This project is based on PHP language with MYSQL database which manages people and
provides ticket to the person who comes to visits in park with his/her family.
All possible features such as verification, validation, security, user friendliness etc have been
considered.
Admin
Admin:
1. Dashboard: In this section, admin can see how many foreigner and Indian ticket is
generating today and yesterday.
2. Manage Ticket: In this section, admin can update price and ticket type of ticket.
3. Indian Ticket: In this section, admin can add the detail of number of adult and number
of child and print the ticket with their total cost.
4. Foreigner Ticket: In this section, admin can add the detail of number of adult and
number of child and print the ticket with their total cost.
5. Search: In this section admin, can search ticket by ticket id.
6. Reports: In this section admin can view how many ticket has been generate in
particular period
Admin can also update his profile, change the password and recover the password.
Software & Hardware requirements
Any Version of browser after Mozilla Firefox 4.0, Internet Explorer 6.0,chrome
Hardware requirements:
Software requirements:
Database : MySQL
Server : Apache
Frontend : HTML
Scripting Language : JavaScript
IDE : Sublime
Technology : PHP
System Design
Design is the first step in the development phase for any techniques and principles for the
purpose of defining a device, a process or system in sufficient detail to permit its physical
realization.
Once the software requirements have been analyzed and specified the software design
involves three technical activities - design, coding, implementation and testing that are
required to build and verify the software.
The design activities are of main importance in this phase, because in this activity, decisions
ultimately affecting the success of the software implementation and its ease of maintenance
are made. These decisions have the final bearing upon reliability and maintainability of the
system. Design is the only way to accurately translate the customer’s requirements into
finished software or a system.
Design is the place where quality is fostered in development. Software design is a process
through which requirements are translated into a representation of software. Software
design is conducted in two steps. Preliminary design is concerned with the transformation of
requirements into data
Unified Modelling Language Diagrams (UML):
The unified modelling language allows the software engineer to express an analysis
model using the modelling notation that is governed by a set of syntactic semantic and
pragmatic rules.
A UML system is represented using five different views that describe the system from
distinctly different perspective. Each view is defined by a set of diagram, which is as
follows.
ii. The analysis representation describes a usage scenario from the end-users
perspective.
Structural model view
In this model the data and functionality are arrived from inside the system.
In this the structural and behavioural as parts of the system are represented as they
are to be built.
Environmental Model View
In this the structural and behavioural aspects of the environment in which the system is to be
implemented are represented.
UML Analysis modelling, which focuses on the user model and structural model
views of the system?
Dashboard
Manage Ticket
Search
Report
Change Password
Password Recovery
ENTITY-RELATIONSHIP Diagrams
Represent attributes.
The traditional approach focuses on the cost benefit and feasibility analysis, Project
management, and hardware and software selection a personal considerations.
DATABASE DESIGN
The data in the system has to be stored and retrieved from database. Designing the database
is part of system design. Data elements and data structures to be stored have been identified
at analysis stage. They are structured and put together to design the data storage and
retrieval system.
many users quickly and efficiently. The general objective is to make database access easy,
quick, inexpensive and flexible for the user. Relationships are established between the data
items and unnecessary data items are removed. Normalization is done to get an internal
consistency of data and to have minimum redundancy and maximum stability. This ensures
minimizing data storage required, minimizing chances of data inconsistencies and optimizing
for updates. The MS Access database has been chosen for developing the relevant databases.
tbladmin table Structure : This table store the admin login and personal Details.
tblticindian table Structure : This table store ticket detail of Normal(Indian) people.
tblticforeigner table Structure : This table store ticket detail of Foreign people.
The class diagram shows a set of classes, interfaces, collaborations and their relationships.
SYSTEM TESTING
TESTING OBJECTIVES:
1. Testing is process of executing a program with the intent of finding an error.
2. A good test case design is one that has a probability of finding an as yet
undiscovered error.
present.
1. Unit test
2. Integration test
3. Performance test
Unit Testing:
Unit testing focuses verification efforts on the smallest unit of software design module. The
unit test is always white box oriented. The tests that occur as part of unit testing are testing
the module interface, examining the local data structures, testing the boundary conditions,
execution all the independent paths and testing error-handling paths.
Integration Testing:
Performance Testing:
Timing for both read and update transactions should be gathered to determine whether
system functions are being performed in an acceptable timeframe.
Output Screen of Project
Admin Login
Forgot Password
Reset Password
Dashboard
Admin Profile
Change Password
Manage Ticket
Foreigner Report
View Between Dates Report of ticket generating (Foreigner)
The project titled as Park Ticketing Management System was deeply studied and analyzed to
design the code and implement. It was done under the guidance of the experienced project
guide. All the current requirements and possibilities have been taken care during the project
time.
Park Ticketing Management System is a web based application which manages and handles
For PHP
https://www.w3schools.com/php/default.asp
https://www.sitepoint.com/php/
https://www.php.net/
For MySQL
https://www.mysql.com/
http://www.mysqltutorial.org
For XAMPP
https://www.apachefriends.org/download.html