Wa0014.
Wa0014.
Wa0014.
CHAPTER 1
INTRODUCTION
The project name titled as “WAYFARING”. Now a Days System are the
important modern Gadget that is being used all over the world. This project is
built up in concern with how to manage, book and maintain the system and tour
packages available in wayfaring. Since it is hard to maintain through other
software’s, this project is fully developed in PHP, so that the user is benefited
by visually developed software by its user friendly design.
The project is developed in such a way that the user does not find it hard to use
the software with attractive pictures, it is easy to understand what function can
be done with the corresponding form. The wayfaring is a virtual site on the
internet customers can visit the website and book tour package of internet.
OBJECTIVE
MODULES:
Terms of use
Contact us
Enquiry
Write us
Logout
ADMIN LOGIN
Admin login is the person, who have the power to add or remove or modify the
fields and they will maintain the separate database.
SIGN IN/SIGN UP
The user can register and login is a process by which users can access the
Wayfaring.
HOME
ABOUT US
TOUR PACKAGES
In this module it displays all the Indian places available for a tour
PRIVACY POLICY
TERMS OF USE
ENQUIRY
This module helps the user to enquire and review about the website.
WRITE US
This module provides options for users to refund cancel and other options
regarding Wayfaring.
LOGOUT
The process of exiting from the running program, ending the session.
CHAPTER 2
LITERARY SURVEY
The scenario comprising all this forms a vast industry, getting bigger and
bigger day by day and that industry is famous as “The Tourism Industry”.
This also including the people, who are responsible for providing service,
security, guidance, assurance and interaction to the travellers, by working at the
front or at the back. Tourism is derived from the word “Tomas” that means
“Compass”. Which indicate circular journey. When Tourists travel from place
to another and come to domicile, they give contribution in this industry. With an
investment of even a single rupee, the industry is originating more and more
employment schemes or offers.
This is the reason for why, instead of a sector, tourism is being considered as an
industry. However, tourism, as said earlier, is of various types. Here, focus is on
a rarely known type of tourism emerging in India.
PROPOSED SYSTEM
Faster processing time and more accurate data for travel request and
reimbursement. Ability for travellers to track authorization and reimbursement
request status through the system rather than via phone calls or campus mail.
Major technological upgrades to the current travel system. Many new features
like package details, contact details and cancelling facility by less deduction.
CHAPTER 3
PHP
Xampp
Mysql
bootstrap
HTML
Java script
Css
PHP:
PHP originally stood for “Personal Home Page” but it now stands for the
recursive acronym PHP: Hypertext preprocessor.
PHP code may be embedded into HTML code, or it can be used in combination
with various web template systems web content management systems, and web
frameworks.
The web server combines the results of the interpreted and executed PHP also
be executed with a command-line interface(CLI) and can be used to implement
standalone graphical applications.
XAMPP:
Xampp is a free and open source cross-platform web server solution stack
package developed by apache friends, consisting mainly of Apache HTTP
server, MariaDB database, and interpreters for scripts written in the php and
perl programming languages.
Cross-platform(X)
Apache(A)
Maria DB(M)
PHP(P)
Perl(P).
MYSQL:
The MYSQL development project has made its source code available under the
term of the GNU General Public License, as well as under a variety proprietary
agreements.
MYSQL was owned and sponsored by a single for-profit firm, the Swedish
company MYSQL AB, now owned by Oracle Corporation. For proprietary use,
several paid editions are available, and offer additional functionality.
OVERVIEW:
SQL is the standard language for Relation Database System. All relational
database management systems like MYSQL, MS Access, Oracle, Sybase,
Informix, and SQL Server use SQL as standard database language.
Why SQL ?
SQL Process:
When you are executing an SQL command for any RDBMS, the system
determines the best way to carry out your request and SQL engine figures out
how to interpret the task. There are various components included in the process.
These components are Query Dispatcher, Optimization Engines, Classic Query
Engine and SQL Query Engine, etc. Classic query engine handles all non SQL
queries, but SQL query engine own handle logical files.
SQL Query
Query Language
Parser + Optimizer
processor
nbvmb
Physical database
DATABASE NORMALIZATION:
finally third normal form, and so on, but generally speaking, third
normal form is enough.
First Normal Form(INF)
Second Normal Form(2NF)
Third Normal Form(3NF)
SQL Commands:
The standard SQL commands to interact with relational databases are CREATE,
SELSCET, INSERT, UPDATA, DELETE AND DROP.
HTML:
Web browsers receive html documentation from a web server or from local
storage or render the documents into multimedia web pages. Html describes the
structure of web page semantically and originally included clues for the
appearance of the documents.
HTML elements are the building blocks of html page. With html constructs,
images and other objects such as interactive forms may be embedded structural
semantics for text such as heading, paragraphs, lists, links, quotes and other
items.
BOOTSTRAP:
Bootstrap is a free and open source front end frame work for designing web
sites and web applications. It contains html and css based design templates for
typography, forms, buttons, navigations and other interface components, as well
as optional java script extensions. Unlike many web frame works, it concerns
itself with front end development only.
JAVASCRIPT:
Along side html and CSS, java script is one of the three core technologies of
world wide web. Java script enables interactive web pages and thus is an
essential part of web application. The vast majority of websites use it, and all
major web browsers have a dedicated java script engine to execute it.
CSS:
Cascading Style Sheets(CSS) is a style sheet language used for describing the
presentation of a document written in markup language like HTML, CSS, is a
corner stone technology of world wide web, along side HTML and
JAVASCRIPT.
Hardware requirements
Software requirements:
CHAPTER 4
SYSTEM DESIGN
System design defines the various elements of the system such as structural
design of the system, modules and components, the different interaction of
those components and the data that goes through the system to satisfy the
specified requirements.
The following steps can be used for easy understanding and also to draw the
exact boundary of new system under system under consideration. All
procedures requirements should be analyzed and also convert the documented
form to diagrammatic representation that is data flow diagrams, logical data
structures, data dictionary and miniature specification. The system analysis also
includes partitioning of complex process which involves the entire system,
Identifying the data stored and the manual processes which are involved.
Design considerations
Implementation
CHAPTER 5
DETAILED DESIGN
Login
Home
Tour packages
ADMIN USERS
Registration
Book
Cancel
Manage details
Add detail
Modify detail
Logout
ADMIN:
Admin
Creation
n User
Details
Booking
Details
Enquiry
details
USER:
User
home
Package
details Book
Cancel
data into the system, various process carried on these data and output
data generated by the system.
The main reason why the DFD technique is so popular is because the
fact that the DFD is very simple formalism – it is simple to
understand use. A DFD is a very limited number of primitive symbols
to represent the functions performed by a system and the data flow
among the functions. Starting with a set of high-level functions that a
system performs, a DFD model hierarchy represents various sub-
functions.
The data flow diagram contains some symbols for drawing the data
flow diagram.
Symbol Description
Data flow- data flow are pipelines through the packets
of information flow.
DATA DICTIONARY
Data dictionary is a repository that contains all the description
of all data produced by the software. It is an organized listing
of all data element that are pertinent to the system.
ER DIAGRAM
LOGIN PACKAGE ID
NAME
DETAIL
BOOKING LOCATION
ID BOOKING
PACKAGE ID
DESCRIPTION
REGISTRATION
ISSUES
EMAIL ID
ISSUE
HOME
MANAGE PACKAGE
MANAGE BOOKING
MANAGE ISSUES
6. IMPLENTATION
6.1SOURCE CODE
INDEX PAGE:
<?php
session_start();
error_reporting(0);
include('includes/config.php');
?>
<!DOCTYPE HTML>
<html>
<head>
<title>TMS | WAYFARING</title>
<script type="applijewelleryion/x-javascript">
addEventListener("load", function() { setTimeout(hideURLbar, 0); },
false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<link
href='//fonts.googleapis.com/css?family=Open+Sans:400,700,600'
rel='stylesheet' type='text/css'>
<link
href='//fonts.googleapis.com/css?family=Roboto+Condensed:400,70
0,300' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Oswald'
rel='stylesheet' type='text/css'>
<script src="js/jquery-1.12.0.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!--animate-->
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
<!--//end-animate-->
</head>
<body>
<?php include('includes/header.php');?>
<div class="banner">
<div class="container">
<h1 class="wow
zoomIn animated animated" data-wow-delay=".5s" style="visibility:
visible; animation-delay: 0.5s; animation-name: zoomIn;"> TMS -
WAYFARING</h1>
</div>
</div>
<div class="container">
<div class="rupes">
<div class="col-md-4
rupes-left wow fadeInDown animated animated" data-wow-
delay=".5s" style="visibility: visible; animation-delay: 0.5s;
animation-name: fadeInDown;">
<div class="rup-
left">
<a
href="offers.html"><i class="fa fa-usd"></i></a>
</div>
<div class="rup-
rgt">
<h3>UP TO
Rs. 50 OFF</h3>
<h4><a
href="offers.html">TRAVEL SMART</a></h4>
</div>
Dept of BCA,FGC KGF Page 29
WAYFARING 2021
<div
class="clearfix"></div>
</div>
<div class="col-md-4
rupes-left wow fadeInDown animated animated" data-wow-
delay=".5s" style="visibility: visible; animation-delay: 0.5s;
animation-name: fadeInDown;">
<div class="rup-
left">
<a
href="offers.html"><i class="fa fa-h-square"></i></a>
</div>
<div class="rup-
rgt">
<h3>UP TO
70% OFF</h3>
<h4><a
href="offers.html">ON HOTELS ACROSS WORLD</a></h4>
</div>
<div
class="clearfix"></div>
</div>
<div class="col-md-4
rupes-left wow fadeInDown animated animated" data-wow-
delay=".5s" style="visibility: visible; animation-delay: 0.5s;
animation-name: fadeInDown;">
<div class="rup-
left">
<a
href="offers.html"><i class="fa fa-mobile"></i></a>
</div>
<div class="rup-
rgt">
<h3>FLAT Rs.
50 OFF</h3>
<h4><a
href="offers.html"> APP OFFER</a></h4>
</div>
<div
class="clearfix"></div>
</div>
</div>
</div>
<!---holiday---->
<div class="container">
<div class="holiday">
<h3>Package List</h3>
$query = $dbh->prepare($sql);
$query->execute();
$results=$query->fetchAll(PDO::FETCH_OBJ);
$cnt=1;
if($query->rowCount() > 0)
foreach($results as $result)
{ ?>
<div class="rom-
btm">
<div
class="col-md-3 room-left wow fadeInLeft animated" data-wow-
delay=".5s">
<img
src="admin/pacakgeimages/<?php echo htmlentities($result-
>PackageImage);?>" class="img-responsive" alt="">
</div>
<div
class="col-md-6 room-midle wow fadeInUp animated" data-wow-
delay=".5s">
</div>
<div
class="col-md-3 room-right wow fadeInRight animated" data-wow-
delay=".5s">
<h5>Rs
<?php echo htmlentities($result->PackagePrice);?></h5>
<a
href="package-details.php?pkgid=<?php echo htmlentities($result-
>PackageId);?>" class="view">Details</a>
</div>
<div
class="clearfix"></div>
</div>
<?php }} ?>
</div>
<div
class="clearfix"></div>
</div>
<div class="routes">
<div class="container">
<div class="col-md-4
routes-left wow fadeInRight animated" data-wow-delay=".5s">
<div class="rou-
left">
<a
href="#"><i class="glyphicon glyphicon-list-alt"></i></a>
</div>
<div class="rou-rgt
wow fadeInDown animated" data-wow-delay=".5s">
<h3>80000</h3>
<p>Enquiries</p>
</div>
<div
class="clearfix"></div>
</div>
<div class="col-md-4
routes-left">
<div class="rou-
left">
<a
href="#"><i class="fa fa-user"></i></a>
</div>
<div class="rou-
rgt">
<h3>1900</h3>
<p>Registered users</p>
</div>
<div
class="clearfix"></div>
</div>
<div class="col-md-4
routes-left wow fadeInRight animated" data-wow-delay=".5s">
<div class="rou-
left">
<a
href="#"><i class="fa fa-ticket"></i></a>
</div>
<div class="rou-
rgt">
<h3>7,00,00,000+</h3>
<p>Booking</p>
</div>
Dept of BCA,FGC KGF Page 38
WAYFARING 2021
<div
class="clearfix"></div>
</div>
<div
class="clearfix"></div>
</div>
</div>
<?php include('includes/footer.php');?>
<?php include('includes/signup.php');?>
<?php include('includes/signin.php');?>
<?php include('includes/write-us.php');?>
</body>
</html>
ADMIN:
<?php
session_start();
include('includes/config.php');
if(isset($_POST['login']))
$uname=$_POST['username'];
$password=md5($_POST['password']);
$query-> execute();
$results=$query->fetchAll(PDO::FETCH_OBJ);
if($query->rowCount() > 0)
$_SESSION['alogin']=$_POST['username'];
} else{
?>
<!DOCTYPE HTML>
<html>
<head>
<script src="js/jquery-2.1.4.min.js"></script>
<link
href='//fonts.googleapis.com/css?family=Roboto:700,500,300,100ita
lic,100,400' rel='stylesheet' type='text/css'/>
<link href='//fonts.googleapis.com/css?family=Montserrat:400,700'
rel='stylesheet' type='text/css'>
</head>
<body>
<div class="main-wthree">
<div class="container">
<div class="sin-w3-agile">
<h2>Sign In</h2>
<form method="post">
<div
class="username">
<span
class="username">Username:</span>
<input
type="text" name="username" class="name" placeholder=""
required="">
<div
class="clearfix"></div>
</div>
<div
class="password-agileits">
<span
class="username">Password:</span>
<input
type="password" name="password" class="password"
placeholder="" required="">
<div
class="clearfix"></div>
</div>
<div class="login-
w3">
<input
type="submit" class="login" name="login" value="Sign In">
</div>
<div
class="clearfix"></div>
</form>
<div
class="back">
<a
href="../index.php">Back to home</a>
</div>
</div>
</div>
</div>
</body>
</html>
<?php
session_start();
error_reporting(0);
include('includes/config.php');
if(strlen($_SESSION['alogin'])==0)
header('location:index.php');
else{
$imgid=intval($_GET['imgid']);
if(isset($_POST['submit']))
$pimage=$_FILES["packageimage"]["name"];
move_uploaded_file($_FILES["packageimage"]["tmp_name"],"pacakgeimages/
".$_FILES["packageimage"]["name"]);
$query = $dbh->prepare($sql);
$query->bindParam(':imgid',$imgid,PDO::PARAM_STR);
$query->bindParam(':pimage',$pimage,PDO::PARAM_STR);
$query->execute();
?>
<!DOCTYPE HTML>
<html>
<head>
<script src="js/jquery-2.1.4.min.js"></script>
<link
href='//fonts.googleapis.com/css?family=Roboto:700,500,300,100italic,100,400'
rel='stylesheet' type='text/css'/>
<link href='//fonts.googleapis.com/css?family=Montserrat:400,700'
rel='stylesheet' type='text/css'>
<style>
.errorWrap {
padding: 10px;
margin: 0 0 20px 0;
background: #fff;
.succWrap{
padding: 10px;
margin: 0 0 20px 0;
background: #fff;
</style>
</head>
<body>
<div class="page-container">
<!--/content-inner-->
<div class="left-content">
<div class="mother-grid-inner">
<?php include('includes/header.php');?>
</div>
<ol class="breadcrumb">
</ol>
<!--grid-->
<div class="grid-form">
<!---->
<div class="grid-form1">
<?php if($error){?><div
class="errorWrap"><strong>ERROR</strong>:<?php echo htmlentities($error);
?> </div><?php }
else if($msg){?><div
class="succWrap"><strong>SUCCESS</strong>:<?php echo
htmlentities($msg); ?> </div><?php }?>
<div class="tab-content">
<form class="form-horizontal"
name="package" method="post" enctype="multipart/form-data">
<?php
$imgid=intval($_GET['imgid']);
$query->execute();
$results=$query->fetchAll(PDO::FETCH_OBJ);
$cnt=1;
if($query->rowCount() > 0)
foreach($results as $result)
{ ?>
<div class="form-group">
<div class="col-sm-8">
</div>
</div>
<div class="form-group">
<label
for="focusedinput" class="col-sm-2 control-label">New Image</label>
<div class="col-sm-
8">
<input
type="file" name="packageimage" id="packageimage" required>
</div>
</div>
<?php }} ?>
<div class="row">
</div>
</div>
</div>
</form>
<div class="panel-footer">
</div>
</form>
</div>
</div>
<!--//grid-->
<script>
$(document).ready(function() {
var navoffeset=$(".header-main").offset().top;
$(window).scroll(function(){
var scrollpos=$(window).scrollTop();
if(scrollpos >=navoffeset){
$(".header-main").addClass("fixed");
}else{
$(".header-main").removeClass("fixed");
});
});
</script>
<div class="inner-block">
</div>
<?php include('includes/footer.php');?>
</div>
</div>
<!--//content-inner-->
<!--/sidebar-menu-->
<?php include('includes/sidebarmenu.php');?>
<div class="clearfix"></div>
</div>
<script>
$(".sidebar-icon").click(function()
{
if (toggle)
$(".page-
container").addClass("sidebar-collapsed").removeClass("sidebar-collapsed-
back");
$("#menu
span").css({"position":"absolute"});
else
$(".page-
container").removeClass("sidebar-collapsed").addClass("sidebar-collapsed-
back");
setTimeout(function() {
$("#menu
span").css({"position":"relative"});
}, 400);
toggle =
!toggle;
});
</script>
<!--js -->
<script src="js/jquery.nicescroll.js"></script>
<script src="js/scripts.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>
<?php } ?>
<?php
session_start();
error_reporting(0);
include('includes/config.php');
if(strlen($_SESSION['alogin'])==0)
header('location:index.php');
else{
if(isset($_POST['submit']))
$pname=$_POST['packagename'];
$ptype=$_POST['packagetype'];
$plocation=$_POST['packagelocation'];
$pprice=$_POST['packageprice'];
$pfeatures=$_POST['packagefeatures'];
$pdetails=$_POST['packagedetails'];
$pimage=$_FILES["packageimage"]["name"];
move_uploaded_file($_FILES["packageimage"]["tmp_name"],"pacakgeimages/
".$_FILES["packageimage"]["name"]);
$sql="INSERT INTO
tbltourpackages(PackageName,PackageType,PackageLocation,PackagePrice,Pa
ckageFetures,PackageDetails,PackageImage)
VALUES(:pname,:ptype,:plocation,:pprice,:pfeatures,:pdetails,:pimage)";
$query = $dbh->prepare($sql);
$query->bindParam(':pname',$pname,PDO::PARAM_STR);
$query->bindParam(':ptype',$ptype,PDO::PARAM_STR);
$query->bindParam(':plocation',$plocation,PDO::PARAM_STR);
$query->bindParam(':pprice',$pprice,PDO::PARAM_STR);
$query->bindParam(':pfeatures',$pfeatures,PDO::PARAM_STR);
$query->bindParam(':pdetails',$pdetails,PDO::PARAM_STR);
$query->bindParam(':pimage',$pimage,PDO::PARAM_STR);
$query->execute();
$lastInsertId = $dbh->lastInsertId();
if($lastInsertId)
else
?>
<!DOCTYPE HTML>
<html>
<head>
<script src="js/jquery-2.1.4.min.js"></script>
<link
href='//fonts.googleapis.com/css?family=Roboto:700,500,300,100italic,100,400'
rel='stylesheet' type='text/css'/>
<link href='//fonts.googleapis.com/css?family=Montserrat:400,700'
rel='stylesheet' type='text/css'>
<style>
.errorWrap {
padding: 10px;
margin: 0 0 20px 0;
background: #fff;
.succWrap{
padding: 10px;
margin: 0 0 20px 0;
background: #fff;
</style>
</head>
<body>
<div class="page-container">
<!--/content-inner-->
<div class="left-content">
<div class="mother-grid-inner">
<?php include('includes/header.php');?>
</div>
<ol class="breadcrumb">
</ol>
<!--grid-->
<div class="grid-form">
<!---->
<div class="grid-form1">
<h3>Create Package</h3>
<?php if($error){?><div
class="errorWrap"><strong>ERROR</strong>:<?php echo htmlentities($error);
?> </div><?php }
else if($msg){?><div
class="succWrap"><strong>SUCCESS</strong>:<?php echo
htmlentities($msg); ?> </div><?php }?>
<div class="tab-content">
<form class="form-horizontal"
name="package" method="post" enctype="multipart/form-data">
<div class="form-group">
<label
for="focusedinput" class="col-sm-2 control-label">Package Name</label>
<div class="col-sm-
8">
<input
type="text" class="form-control1" name="packagename" id="packagename"
placeholder="Create Package" required>
</div>
</div>
<div class="form-group">
<label
for="focusedinput" class="col-sm-2 control-label">Package Type</label>
<div class="col-sm-
8">
<input
type="text" class="form-control1" name="packagetype" id="packagetype"
placeholder=" Package Type eg- Family Package / Couple Package" required>
</div>
</div>
<div class="form-group">
<label
for="focusedinput" class="col-sm-2 control-label">Package Location</label>
<div class="col-sm-
8">
<input
type="text" class="form-control1" name="packagelocation"
id="packagelocation" placeholder=" Package Location" required>
</div>
</div>
<div class="form-group">
<label
for="focusedinput" class="col-sm-2 control-label">Package Price in
USD</label>
<div class="col-sm-
8">
<input
type="text" class="form-control1" name="packageprice" id="packageprice"
placeholder=" Package Price is USD" required>
</div>
</div>
<div class="form-group">
<label
for="focusedinput" class="col-sm-2 control-label">Package Features</label>
<div class="col-sm-
8">
<input
type="text" class="form-control1" name="packagefeatures"
id="packagefeatures" placeholder="Package Features Eg-free Pickup-drop
facility" required>
</div>
</div>
<div class="form-group">
<label
for="focusedinput" class="col-sm-2 control-label">Package Details</label>
<div class="col-sm-
8">
<textarea
class="form-control" rows="5" cols="50" name="packagedetails"
id="packagedetails" placeholder="Package Details" required></textarea>
</div>
</div>
<div class="form-group">
<label
for="focusedinput" class="col-sm-2 control-label">Package Image</label>
<div class="col-sm-
8">
<input
type="file" name="packageimage" id="packageimage" required>
</div>
</div>
<div class="row">
</div>
</div>
</div>
</form>
<div class="panel-footer">
</div>
</form>
</div>
</div>
<!--//grid-->
<script>
$(document).ready(function() {
var navoffeset=$(".header-main").offset().top;
$(window).scroll(function(){
var scrollpos=$(window).scrollTop();
if(scrollpos >=navoffeset){
$(".header-main").addClass("fixed");
}else{
$(".header-main").removeClass("fixed");
});
});
</script>
<div class="inner-block">
</div>
<?php include('includes/footer.php');?>
</div>
</div>
<!--//content-inner-->
<!--/sidebar-menu-->
<?php include('includes/sidebarmenu.php');?>
<div class="clearfix"></div>
</div>
<script>
$(".sidebar-icon").click(function()
{
if (toggle)
$(".page-
container").addClass("sidebar-collapsed").removeClass("sidebar-collapsed-
back");
$("#menu
span").css({"position":"absolute"});
else
$(".page-
container").removeClass("sidebar-collapsed").addClass("sidebar-collapsed-
back");
setTimeout(function() {
$("#menu
span").css({"position":"relative"});
}, 400);
toggle =
!toggle;
});
</script>
<!--js -->
<script src="js/jquery.nicescroll.js"></script>
<script src="js/scripts.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>
<?php } ?>
6.2 SCREENSHOTS
Homepage
Admin login
Admin page
User Login
User Registration
Issue
Enquiry
7. SYSTEM TESTING
Testing is one of the major quality measures that are undertaken in this
application whereas the basic objective was to detect errors in the software
application developed. We have tested this application manually and also
through runtime. The outputs for the both were tantamount. The below are the
testing techniques and the strategies applied in this project.
Testing Techniques
White box testing is a test case design that uses the control structure of the
procedural design to derive the test cases. Using this method we can easily
derive test cases and can find out logical errors and incorrect assumption.
• Guarantee that all independent paths within a module have been exercised at
least once. • Execute all loops at their boundaries and within their operational
bounds. • Exercise internal data structures to endure their validity. • Each of
these reasons provides an argument for conducting white box tests.
It tends to be applied during later stages of testing. Because black box testing is
purposely disregards control structures, attention is focused on the information
domain.
The designed system is tested for different samples and type of data before
implemented. The system will run in parallel to the previous system and
checked for any discrepancies.
The sample of data is entered from the keyboard terminal for different type and
size of the data for each of the field. The operator is guided to use the event
procedures at different levels by using different options both available with the
menu system as well as the push button system provided at front end.
The data consistency is also examined by giving null values and duplicate data
identities and the effectiveness of the enforcement of the referential integrity
maintained in the relational model of the database system. The final testing is
done on the report generation facilities available with the application
developed. Reports are examined to estimate the effective presentation of the
data in an organized presentation format.
8. CONCLUSION
This project well versed keeping in view with the user safety and member
needs. There is errorless debug and designed more attractively, the user never
gets confused in going through the software, we have good compliments from
the college staff and some of the employee and managements ready to get the
copy right for the software.
The is no need for the user to be well versed through which the
programming language is just with basic concept of computers the user can
easily process the software.
9. FUTURE ENHANCEMENT
10. BIBILIOGRAPHY
[1] Joy deep Sarkar1, Yadnesh Khode2, Shubham Jadhav3, Prof. Akshata Ladha (IJRTI) in (2019) ISSN
2456-3315.
[2] Gaurav Patel, Amol Koli, Rakesh Kadam, Rahul Bhat, Prachi Kshirsagar (IJERCSE) in (2018) ISSN
(Online) 2394-2320.
[3] Bayu Waspodo, Qurrotul Aini and Syamsuri Nur (ICISBC) in (2011)
ISSN:2394-8280).
[4] Donald A. Maity, Prathamesh Gawali, Yash S. Hedge, Aarthi Bakshi (IJRSE) in (2017)
ISSN: 2394-8280.
[5] Amika Mehta, Vedant Patil, Apurva Shinde (IJERT) in (2019) ISSN: 2278-0181.