projectreport
projectreport
net/publication/383825560
CITATIONS READS
0 3,644
1 author:
Kamal Acharya
Tribhuvan University
249 PUBLICATIONS 4,427 CITATIONS
All content following this page was uploaded by Kamal Acharya on 07 September 2024.
1|Page
Index
2. INTRODUCTION----------------------------------------------------------------------
3. REQUIREMENT SPECIFICATION---------------------------------------------------
3.1: Hardware Requirements---------------------------------------------------
3.2: Software Requirements--------------------------------------------------
4. SYSTEM DESIGN-----------------------------------------------------------------------
4.1: Architecture ------------------------------------------------------------------
4.2: UML Diagrams ---------------------------------------------------------------
4.2.1: Use Case----------------------------------------------------------------
4.2.2: Entity-Relationship---------------------------------------------------
4.2.3: Class---------------------------------------------------------------------
4.2.4: Activity------------------------------------------------------------------
4.2.5: Component------------------------------------------------------------
4.3: DFD------------------------------------------------------------------------------
8. REFERRENCE---------------------------------------------------------------------------
2|Page
1. TITLE
Tourism Management System
PROPOSED SYSTEM:
The system allows one to easily access the relevant information and make
necessary travel arrangements. Users can decide about places they want to visit
and make bookings online for travel and accommodation.
The tourism management system allows the user of the system access all the
details such as weather, location, events, etc. The main purpose is to help
tourism companies to manage customer and hotels etc. The system can also be
used for both professional and business trips.
This particular project deals with the problems on managing a tour and avoids
the problems which occur when carried manually.
3|Page
1. INTRODUCTION
If the customer agrees for any one of the quotation, he can reply back
along with agreed quotation. Then the agency will take down all the details of
the customer and will send a confirmation message to the customer. On the day
of the tour, the customer first must show the confirmation message to the driver
for clarity and only then he will agree to drive after looking at the confirmation
message. This software is user friendly and helps in finding the vehicle sooner
rather than wandering manually everywhere to find for vehicles. Before the tour
starts, half payment has to be done.
After the customer returns or reaches his final destination, he must pay
full amount either through cash or through cards. After the travelling the
customer can come back to the site and enter his feedback about the travel and
tourism agency. If any good feedback will be taken positively and if any
negative feedback too will be taken positively and try to improve what had
lacked. The report is also generated periodically and the database will be cleared
according to the time.
OBJECTIVE:
4|Page
purpose is to design a system using which one can perform all operations related
to traveling.
APPLICATIONS
This application is built such a way that it should suits for all type of blood
banks in future. So every effort is taken to implement this project in this blood
bank, on successful implementation in this blood bank, we can target other
blood banks in the city.
Administrator module:
This module provides administrator related functionality. Administrator
manages all information and has access rights to add, delete, edit and view the
data related to places, travels, routes, bookings, restaurants etc.
Travels module:
This module provides the details of various travel agencies. A user can select the
appropriate agency depending on convenience and accessibility.
Routes module:
This module provides information related to various routes connecting sources
and destinations. For each route, information such as source, destination, fare,
reservation details, pick up points etc are provides. Only administrator can add ,
delete, edit and manage the data. Users can only view the information.
Reservations module:
This module provides functionalities that allow a user to book tickets or cancel
previously booked tickets. The module maintains the details of all reservations
made so far and allows administrator to either confirm or reject the bookings.
Testimonials module:
Users of this application can post their opinions, complaints and suggestions
regarding this portal and services to the administrator. Accordingly, the
administrator can take various steps to act on the complaints and suggestions.
5|Page
REQUIREMENT SPECIFICATION
A major element in building a system is the section of compatible software
since the software in the market is experiencing in geometric progression.
Selected software should be acceptable by the firm and one user as well as it
should be feasible for the system.
Hardware Requirement:
Processor : Intel Core Duo 2.0 GHz or more
RAM : 1 GB or More
Software Requirement:
XAMPP CONSOLE.
SYSTEM DESIGN
6|Page
USE Case Diagram:
ER Diagram:
Activity Diagram:
7|Page
Component Diagram:
8|Page
DATA FLOW DIAGRAM:
ADMIN Dashboard:
9|Page
SYSTEM IMPLEMENTATION
Codes for Homepage:
<?php
session_start(); error_reporting(0);
include('includes/config.php');
?>
<!DOCTYPE HTML>
<html>
<head>
<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>
10 | P a g e
<script> new
WOW().init();
</script>
<!--//end-animate-->
</head>
<body>
<?php include('includes/header.php');?>
<div class="banner">
<div class="container">
</div>
</div>
<div class="container">
<div class="rupes">
<div class="rup-left">
</div>
<div class="rup-rgt">
</div>
<div class="clearfix"></div>
</div>
11 | P a g e
<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">
</div>
<div class="rup-rgt">
</div>
<div class="clearfix"></div>
</div>
<div class="rup-left">
</div>
<div class="rup-rgt">
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!---holiday---->
12 | P a g e
<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>
<div class="clearfix"></div>
</div>
13 | P a g e
<?php }} ?>
</div>
<div class="clearfix"></div>
</div>
<div class="routes">
<div class="container">
<div class="rou-left">
</div>
<h3>80000</h3>
<p>Enquiries</p>
</div>
<div class="clearfix"></div>
</div>
<div class="rou-left">
</div>
<div class="rou-rgt">
<h3>1900</h3>
14 | P a g e
<p>Registered users</p>
</div>
<div class="clearfix"></div>
</div>
<div class="rou-left">
</div>
<div class="rou-rgt">
<h3>7,00,00,000+</h3>
<p>Booking</p>
</div>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
</div>
</div>
</body>
</html>
session_start(); include('includes/config.php');
if(strlen($_SESSION['alogin'])==0)
{ header('location:index.php');
} else{
?>
15 | P a g e
<!DOCTYPE HTML>
<html>
<head>
<script src="js/jquery-2.1.4.min.js"></script>
lined-icons -->
</head>
<body>
<div class="page-container">
<!--/content-inner-->
16 | P a g e
<div class="left-content">
<div class="mother-grid-inner">
<?php include('includes/header.php');?>
<ol class="breadcrumb">
</ol>
<!--four-grids here-->
<div class="four-grids">
<div class="four-agileits">
<div class="icon">
</div>
<div class="four-text">
<h3>User</h3>
$query->execute();
$results=$query->fetchAll(PDO::FETCH_OBJ);
$cnt=$query->rowCount();
</div>
17 | P a g e
</div>
</div>
<div class="four-agileinfo">
<div class="icon">
</div>
<div class="four-text">
<h3>Bookings</h3>
$query1->execute();
$results1=$query1->fetchAll(PDO::FETCH_OBJ);
$cnt1=$query1->rowCount();
?>
</div>
</div>
</div>
<div class="four-w3ls">
<div class="icon">
</div>
<div class="four-text">
<h3>Enquiries</h3>
18 | P a g e
<?php $sql2 = "SELECT id from tblenquiry";
$query2->execute();
$results2=$query2->fetchAll(PDO::FETCH_OBJ);
$cnt2=$query2->rowCount();
?>
</div>
</div>
</div>
<div class="four-wthree">
<div class="icon">
</div>
<div class="four-text">
<h3>Toatal packages</h3>
$query3->execute();
$results3=$query3->fetchAll(PDO::FETCH_OBJ); $cnt3=$query3->rowCount();
?>
</div>
19 | P a g e
</div>
</div>
<div class="clearfix"></div>
</div>
<div class="four-grids">
<div class="four-w3ls">
<div class="icon">
</div>
<div class="four-text">
<h3>Issues Riaised</h3>
$query5->execute();
$results5=$query5->fetchAll(PDO::FETCH_OBJ);
$cnt5=$query5->rowCount();
?>
</div>
</div>
</div>
<div class="clearfix"></div>
20 | P a g e
</div>
<!--//four-grids here-->
<div class="inner-block">
</div>
<?php include('includes/footer.php');?>
</div>
</div>
<!--/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
21 | P a g e
$(".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>
<script src="js/raphael-min.js"></script>
<script src="js/morris.js"></script>
<script>
$(document).ready(function() {
jQuery('.small-graph-box').hover(function() {
jQuery(this).find('.box-button').fadeIn('fast');
}, function() { jQuery(this).find('.box-button').fadeOut('fast');
close').click(function() { jQuery(this).closest('.small-
});
22 | P a g e
//CHARTS
graphArea2 = Morris.Area({
element: 'hero-area',
padding: 10,
behaveLikeLine: true,
gridEnabled: false,
gridLineColor: '#dddddd',
smooth:true, pointSize: 0,
lineWidth: 0,
fillOpacity:0.85, data: [
{period: '2014 Q1', iphone: 2668, ipad: null, itouch: 2649}, {period: '2014 Q2', iphone: 15780, ipad:
13799, itouch: 12051},
],
23 | P a g e
lineColors:['#ff4a43','#a2d200','#22beef'], xkey: 'period',
});
});
</script>
</body>
</html>
<?php } ?>
6. RESULTS
6.1 Table Case :
Sr No. Name Gender DOB Address PIN CODE Contact No.
24 | P a g e
Outcome
Test case Test Expected output
no
SCREENSHOTS
25 | P a g e
PACKAGES LIST:
ADMIN DASHBOARD:
26 | P a g e
REGISTRATION PAGE:
27 | P a g e
FUTURE SCOPE
• Tourism is growing and so is the scope in tourism increasing. There is a
good employment in the tourism sector. Thus too grab such opportunities
you need to prepare yourself with the knowledge in tourism.
• Any tourist agency can make use of it for saving customer details in
database.
• Tourism group can use it for managing their location, hotel, vehicles
details.
• This application can easily implemented under various situations.
• We can add new features as and when we require.
• Reusability of this application is also possible.
CONCLUSION
“Travel and tourism management” simplifies the management process in
travelling.
28 | P a g e
REFERENCE
1. Acharya, Kamal, Online Job Portal Management System (May 5, 2024). Available at
SSRN: https://ssrn.com/abstract=4817534 or
http://dx.doi.org/10.2139/ssrn.4817534
2. Acharya, Kamal, Employee leave management system. (May 7, 2024). Available at
SSRN: https://ssrn.com/abstract=4819626 or http://dx.doi.org/10.2139/ssrn.4819626
3. Acharya,Kamal, Online electricity billing project report. (May 7, 2024). Available at
SSRN: https://ssrn.com/abstract=4819630 or http://dx.doi.org/10.2139/ssrn.4819630 4.
Acharya, Kamal, POLICY MANAGEMENT SYSTEM PROJECT REPORT.
(December 10, 2023). Available at
SSRN: https://ssrn.com/abstract=4831694 or http://dx.doi.org/10.2139/ssrn.4831694
5. Acharya, Kamal, Online job placement system project report. (January 10, 2023).
Available at
SSRN: https://ssrn.com/abstract=4831638 or http://dx.doi.org/10.2139/ssrn.4831638
6. Acharya, Kamal, Software testing for project report. (May 16, 2023). Available at
SSRN: https://ssrn.com/abstract=4831028 or http://dx.doi.org/10.2139/ssrn.4831028 7.
Acharya, Kamal, ONLINE CRIME REPORTING SYSTEM PROJECT. (August 10,
2022). Available at
29 | P a g e
SSRN: https://ssrn.com/abstract=4831015 or http://dx.doi.org/10.2139/ssrn.4831015
8. Acharya, Kamal, Burger ordering system project report. (October 10, 2022). Available
at
SSRN: https://ssrn.com/abstract=4832704 or http://dx.doi.org/10.2139/ssrn.4832704
9. Acharya, Kamal, Teachers Record Management System Project Report (December
10, 2023). Available at
SSRN: https://ssrn.com/abstract=4833821 or http://dx.doi.org/10.2139/ssrn.4833821
10. Acharya, Kamal, Dairy Management System Project Report (December 20, 2020).
Available at
SSRN: https://ssrn.com/abstract=4835231 or http://dx.doi.org/10.2139/ssrn.4835231
11. Acharya, Kamal, Electrical Shop Management System Project (December 10, 2019).
Available at
SSRN: https://ssrn.com/abstract=4835238 or http://dx.doi.org/10.2139/ssrn.4835238
12. Acharya, Kamal, Online book store management system project report. (Febuary 10,
2020). Available at
SSRN: https://ssrn.com/abstract=4835277 or http://dx.doi.org/10.2139/ssrn.4835277
13. Acharya, Kamal, Paint shop management system project report. (January 10, 2019).
Available at
SSRN: https://ssrn.com/abstract=4835441 or http://dx.doi.org/10.2139/ssrn.4835441
14. Acharya, Kamal, Supermarket billing system project report. (August 10, 2021).
Available at
SSRN: https://ssrn.com/abstract=4835474 or http://dx.doi.org/10.2139/ssrn.4835474
15. Acharya, Kamal, Online taxi booking system project report. (March 10, 2022).
Available at
SSRN: https://ssrn.com/abstract=4837729 or http://dx.doi.org/10.2139/ssrn.4837729
16. Acharya, Kamal, Online car servicing system project report. (March 10, 2023).
Available at
SSRN: https://ssrn.com/abstract=4837832 or http://dx.doi.org/10.2139/ssrn.4837832
17. Acharya, Kamal, School management system project report. (July 10, 2021). Available
at
SSRN: https://ssrn.com/abstract=4837837 or http://dx.doi.org/10.2139/ssrn.4837837
18. Acharya, Kamal, Furniture Showroom Management System Project Report (March
21, 2021). Available at
SSRN: https://ssrn.com/abstract=4839422 or http://dx.doi.org/10.2139/ssrn.4839422
19. Acharya, Kamal, Online Vehicle Rental System Project Report (March 21, 2019).
Available at
SSRN: https://ssrn.com/abstract=4839429 or http://dx.doi.org/10.2139/ssrn.4839429
20. Acharya, Kamal, Fruit Shop Management System Project Report (August 10, 2023).
Available at
SSRN: https://ssrn.com/abstract=4841048 or http://dx.doi.org/10.2139/ssrn.4841048
21. Acharya, Kamal, Hall Booking Management System Project Report (December 21,
2023). Available at
30 | P a g e
SSRN: https://ssrn.com/abstract=4841055 or http://dx.doi.org/10.2139/ssrn.4841055
22. Acharya, Kamal, Lundry Management System Project Report (October 21, 2023).
Available at
SSRN: https://ssrn.com/abstract=4841059 or http://dx.doi.org/10.2139/ssrn.4841059
23. Acharya, Kamal, A CASE STUDY OF CINEMA MANAGEMENT SYSTEM PROJECT
(September 25, 2023). Available at
SSRN: https://ssrn.com/abstract=4841209 or http://dx.doi.org/10.2139/ssrn.4841209
24. Acharya, Kamal, A CASE STUDY ON ONLINE TICKET BOOKING SYSTEM
PROJECT (May 25, 2024). Available at
SSRN: https://ssrn.com/abstract=4841210 or http://dx.doi.org/10.2139/ssrn.4841210
25. Acharya, Kamal, ONLINE DATING MANAGEMENT SYSTEM PROJECT REPORT.
(April 25, 2023). Available at
SSRN: https://ssrn.com/abstract=4842066 or http://dx.doi.org/10.2139/ssrn.4842066
26. Acharya, Kamal, ONLINE RESUME BUILDER MANAGEMENT SYSTEM PROJECT
REPORT. (April 25, 2021). Available at
SSRN: https://ssrn.com/abstract=4842071 or http://dx.doi.org/10.2139/ssrn.4842071
27. Acharya, Kamal, TOLL TEX MANAGEMENT SYSTEM PROJECT REPORT (August
21, 2023). Available at
SSRN: https://ssrn.com/abstract=4842082 or http://dx.doi.org/10.2139/ssrn.4842082
28. Acharya, Kamal, Chat Application Through Client Server Management System
Project Report (June 25, 2023). Available at
SSRN: https://ssrn.com/abstract=4842761 or http://dx.doi.org/10.2139/ssrn.4842761
29. Acharya, Kamal, Web Chatting Application Management System Project Report
(April 25, 2022). Available at
SSRN: https://ssrn.com/abstract=4842771 or http://dx.doi.org/10.2139/ssrn.4842771
30. Acharya, Kamal, Automobile management system project report (May 25, 2022).
Available at
SSRN: https://ssrn.com/abstract=4846917 or http://dx.doi.org/10.2139/ssrn.4846917
31. Acharya, Kamal, College bus management system project report (April 25, 2023).
Available at
SSRN: https://ssrn.com/abstract=4846920 or http://dx.doi.org/10.2139/ssrn.4846920
32. Acharya, Kamal, Courier management system project report (May 25, 2023). Available
at
SSRN: https://ssrn.com/abstract=4846922 or http://dx.doi.org/10.2139/ssrn.4846922
33. Acharya, Kamal, Event management system project report (April 25, 2021). Available
at
SSRN: https://ssrn.com/abstract=4846927 or http://dx.doi.org/10.2139/ssrn.4846927
34. Acharya, Kamal, Library management system project report II (May 25, 2020).
Available at
SSRN: https://ssrn.com/abstract=4848857 or http://dx.doi.org/10.2139/ssrn.4848857
35. Kamal Acharya. School management system project report. Authorea. August 01,
2024. DOI: https://doi.org/10.22541/au.172254873.34023165/v1
31 | P a g e
36. Kamal Acharya. A CASE STUDY OF CINEMA MANAGEMENT SYSTEM
PROJECT. Authorea. August 01, 2024.
DOI: https://doi.org/10.22541/au.172254873.30191075/v1
37. Kamal Acharya. A CASE STUDY ON ONLINE TICKET BOOKING SYSTEM
PROJECT. Authorea. August 01, 2024
DOI: https://doi.org/10.22541/au.172254872.26972790/v1
38. Kamal Acharya. Web chatting application project report management system.
Authorea. August 01, 2024. DOI:
https://doi.org/10.22541/au.172254871.18588592/v1
39. Kamal Acharya. RETAIL STORE MANAGEMENT SYSTEM PROJECT REPORT.
Authorea. August 01, 2024. DOI:
https://doi.org/10.22541/au.172254871.14590154/v1
40. Kamal Acharya. SUPERMARKET MANAGEMENT SYSTEM PROJECT
REPORT. Authorea. August 01, 2024. DOI:
https://doi.org/10.22541/au.172252491.19145062/v1
41. Kamal Acharya. SOCIAL MEDIA MANAGEMENT SYSTEM PROJECT REPORT.
Authorea. August 01, 2024. DOI:
https://doi.org/10.22541/au.172252491.11210579/v1
42. Kamal Acharya. Online music portal management system project report.
Authorea. August 01, 2024. DOI:
https://doi.org/10.22541/au.172252488.89734698/v1
43. Kamal Acharya. COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.
Authorea. July 31, 2024. DOI:
https://doi.org/10.22541/au.172245277.70798942/v1
44. Kamal Acharya. AUTOMOBILE MANAGEMENT SYSTEM PROJECT REPORT.
Authorea. July 31, 2024. DOI:
https://doi.org/10.22541/au.172245276.67982593/v1
45. Kamal Acharya. Ludo management system project report. Authorea. July 31,
2024. DOI: https://doi.org/10.22541/au.172243999.98091616/v1
46. Kamal Acharya. Literature online quiz system project report. Authorea. July 31,
2024 DOI: https://doi.org/10.22541/au.172243825.53562953/v1
47. Kamal Acharya. Avoid waste management system project. Authorea. July 29,
2024. DOI: https://doi.org/10.22541/au.172228528.85022205/v1
32 | P a g e
48. Kamal Acharya. CHAT APPLICATION THROUGH CLIENT SERVER
MANAGEMENT SYSTEM PROJECT. Authorea. July 29, 2024. DOI:
https://doi.org/10.22541/au.172228527.74316529/v1
|Page
33
|Page