SlideShare a Scribd company logo
1 of 23
SEMINAR ON PROJECT


ON-LINE WILDLIFE SAFARI
   TOURISM SYSTEM




    MANASVI MEHTA
INTRODUCTION
•   Our Project “ONLINE WILD SAFARI TOURISM SYSTEM” provide
    online facility to book tour for wild safari in different Indian National
    Parks(eg. Kanhna National Park etc).
•   Our project help the registered user in making their tour plan for wild
    safari.
•   It provide decent and full information of the national park.
•   It also provide information of nearest railway station , bus station ,
    hotel etc.

•   Our project allow the registered users to share their wild safari
    experience to others.
•   Our project also organized a WILD-QUIZ for the reliable users.
    Through it they can win an exiting prize.
D.F.D
USER




                                                                                                                                             age                Phone-no
                              User-id                                                                                                                                                Status                             Zip
                                                                                                                       User-id

         Registered user                                             Fill
                                                                                                                                                   Registration form                                        Address
                                                                     up
                                                                                                                       Countr                                                         Email-id
                                                                                                                         y                  User-name                 Passwor                                         City
                           Password                                                                                                                                      d
                                                                                                                                                          Last-name
                                                                                                                                    First
                                                                              Rate
                                                                                                 Pack-type             Descriptio
                                                                       Pack-id                                             n                                                                                                    User-id

                                                                                                                                     Pack-sale
                                                                                      Tourage package                                                              Up                                                   Admin
                                              Booking                                                                                                             date
                                                                                                                                 User-id                           by
                                                                  Pack-name
                                                                                                                                                                                                                                Passwor
                                                                                      Duration                          DD.no.                     Username
                                                                                                                                                                           Pack-type             Amount                            d
 Read
exper.
  of
                                                                                                             Fill                             Booking form                                       Book-date

                                                                            Quiz-no                          up
                                                        Prize                                                                                                                          Pack-name
                                                                                                                         Booking-
                                                                                     Date
                                                                                                                            id                                          No. of
                                                  User-id                                                                              Park-name                                                   Senior
                                                                                                                                                                        person                      citiz
                                                                                            user name
                                 Participa                                                                          Organiz
                                 te in                            Wild quiz                                                                             Bank                                     Advit no
                                                                                                                     ed by
                                                                                                                                                                                Child no

                                                                          DD-no

                                                        Bill-no                                  Date
                                      Recei                                                                                                    Prep
                                                                            Bill                                                               ared
                                      ved
                                                                                                                                                by
                                                Bank-name                                        Amount


                                                                Address
                                                                                      User-id

                                                                                                             ER-DIAGRAM
MODULE DESIGN
REGISTRATION FORM
HOME PAGE
ABOUT US
NATIONAL PARK PAGE
CONTACT US
DATABASE
Login
NAME          DATA TYPE         DECRIPTION          CONSTRAINT
USER_ID       VARCHAR           ID of user          Foreign key

PASSWORD      Varchar           User password       Not Null



                      Registration
NAME         DATA       SIZE    DESCRIPTION         CONSTRAINT
             TYPE
User-id     VARCHAR             User identity no.   Primary key
U_First-    Varchar             User first name     Not Null
name
U_Last-     Varchar             User last name
name
Address     Varchar             Address of user     Not Null
Status      boolean                                 Not null
Zip         integer             User area code      Not Null
Country     Varchar             User nationality    Not Null
City        Varchar             User city name      Not Null
Date         Date               Date of             Not Null
                                registration
Email _id   Varchar             Email id of the     unique
                                user
password    Varchar                                 Not null
Contact-    Numeric             Contact number      Not Null
no
Gender      boolean             GENDER              Not Null
PACKAGES
NAME              DATA TYPE        DESCRIPTION CONSTRAINT
Package-id          Numeric        Package           Primary key
                                   Number
Pack_type           Varchar        Package Name      Not null
Pack_name           Varchar        National park     Not null
                                   name
Duration            Numeric        Time period       Not null
Rate               Currency        Price includes    Not null
                                   discount
Description         Varchar                          Not null
Package_sale        Numeric        No. of sale       Not null


                           BILL
FIELD NAME DATA           SIZE    DESCRIPTION       CONSTRAINTS
           TYPE
Bill_no        Numeric            Bill no.          Primary key
User_id        Varchar            User identity     Foreign key
Cust_name      Varchar            Customer name     Not null
DD no.         Numeric            Demand draft      unique
                                  number
Bank name      Varchar            Name of Bank      Not   null
Date           Date               Bill date         Not   null
Address        Varchar                              Not   null
Bill_amount    Currency           Bill amount       Not   null
PackageBooking

NAME                           DATA TYPE   DESCRIPTION        CONSTRAINT

User-id                          Varchar   User _id           Foreign key

User_name                        Varchar                      Not null
Bank_name                        Varchar   Bank name          Not null

Book_date                         date     Booking date       Not null

Travel_requr                     Varchar
 Park_name                       Varchar   Park name          Not null

Pack_id                          Varchar                      Foreign key
Pack_type                        Varchar                      NOt null
Duration                         Varchar   Duration of tour   Not null

Booking-id                      Numeric    Booking id         Primary key

DD no                           numeric    Demand draft no. Not null

Amount                          Currency                      Not null
Adult person                    Numeric    Number of adult    Not null
                                           person for tour


Child person                    Numeric    Number of child    Not null
                                           for tour

Senior_citizenperson            Numeric    Number of senio    Not null

Pack_name                        Varchar   Packname           Not null
customer
Name              Data Type         Description      Constraints
Bill_no           Numeric           Bill number      Foreign key
user-id           varchar           Customer-id      Foreign key
Cust-name         Varchar           Customer-name    Not Null
Pack_type         Varchar           Packtype         NOT NULL
Pack_name         Varchar           Pack name        Not Null
Date              date              Safari date      Not Null
Cust_add          Varchar           Customer-        Not Null
                                    address
Cust_ph           Numeric           Contact number   Not Null


                             Testimonial
       Name          Datatype          description   constrai
                                                        nt

       User_id           Varchar        User name     Not null

       Rating               int         State name    Not null

    Description          Varchar                      Not null

       Pack_id           Varchar                      Not null
WIldQuiz

   Name     Datatype      Description     constraint

 Quiz_no    Numeric       Quiz number     Primary key

   Date       Date            Quiz date     Not null

   Prize     Varchar
  User_id    Varchar           User id    Foreign key

User_name    Varchar                        Not null




                    MESSGAE

NAME        DATA TYPE         DESCRIPTION    CONSTARINT
                                             S
User_id     Varchar           Userid         Foreign key
Message     Varchar           Message        Not null
Date        Date              Varchar        Notnull
Quiz Question

Name            Data type     Description     Constraints
Quiz no         Numeric       Quiz number     Foreign key
Quiz question   Varchar       Quiz question   Not null
Answer          Varchar       Answer          Not null
TECHNOLOGY TO BE USED
•   In our project we have used technologies which are currently used by

    I.T sector Companies:-

            ASP.Net ( Front End )

            SQL ( BackEnd )

•   The.Net framework is a new and revolutionary platform created by

    microsoft for developing applications that can be easily integrated and

    interoperated.

•   Asp.Net Provides the interactive inteface to the user,so user can work

    in it very easily.
PROJECT COMMUNITY
•   In our project “On Line Wild Safari Tourism System”. There are two
    type of user can interact with this software and both have different
    access privileges. The two users are as-
      Administrator .

       Registered users.
•   Privilege of Register user:-
•   He can take participate in our contest that held for Registered user
    time to time and users can also win excited prizes & gifts.
•   He can book different type of tours according to their time &
    requirement.
•   He can take help for deciding their tour and plan according to their
    time and economical condition.
PROJECT UTILITY
• Today, many people used to utilize their holidays by visiting the
  National parks .
• Wildlife safari of national park provides a chance to meet with the wild
  animals closely.
• It help the Researcher and other peoples whose desire is to Analysis
  the living methods of animals or making documentaries on them.
• It also help them to get the answer of their Query related to respected
  National park such as best month to visit, Special Animal of that
  National park, cheapest tour for that national park etc.
•   Our project “Online wildlife-safari tourism system” is totally User-
    friendly and easy to handle. It not only for the user who want to visit
    the national park but also help the users who want to collect
    information about the Indian national parks and the animals which are
    live in it.
•   Our Project Provide a chance to the Registered user to win a Exciting
    Prize by participate in Wild-Quiz Contest.
Future scope
• Our software provides tour only for famous Indian national
  park.
• For foreigner tourist, it will not provide the facility for their
  flight booking and it is the future scope of our project.
• Our system will not provide a private safari facility. We only
  provide a group wild safari facility.
• Our website will not provide a facility for online payment.
  For booking a tour you have to send a Bank Demand Draft to
  our company office. It is the future scope of our project to
  make a payment on-line by using a Third -Party software.
ON-LINE WILDLIFE SAFARI TOURISM SEMINAR

More Related Content

What's hot

Virtual Job Portal System
Virtual Job Portal SystemVirtual Job Portal System
Virtual Job Portal SystemTAWSEEF AHMAD
 
Проектното задание. Значение. Начини и техники за съставяне
Проектното задание. Значение. Начини и техники за съставянеПроектното задание. Значение. Начини и техники за съставяне
Проектното задание. Значение. Начини и техники за съставянеMike Ramm
 
Login and Registration form using oop in php
Login and Registration form using oop in phpLogin and Registration form using oop in php
Login and Registration form using oop in phpherat university
 
SLIDE ARTIGO DE OPINIÃO - pdf.pdf
SLIDE ARTIGO DE OPINIÃO - pdf.pdfSLIDE ARTIGO DE OPINIÃO - pdf.pdf
SLIDE ARTIGO DE OPINIÃO - pdf.pdfVandreiaBarbosa
 
Job Portal
Job PortalJob Portal
Job Portalbijendra
 
Online Job Portal ppt presentation
Online Job Portal ppt presentationOnline Job Portal ppt presentation
Online Job Portal ppt presentationPrateek Kulshrestha
 
online job portal system
online job portal systemonline job portal system
online job portal systemKrishna Ranjan
 

What's hot (10)

Virtual Job Portal System
Virtual Job Portal SystemVirtual Job Portal System
Virtual Job Portal System
 
Проектното задание. Значение. Начини и техники за съставяне
Проектното задание. Значение. Начини и техники за съставянеПроектното задание. Значение. Начини и техники за съставяне
Проектното задание. Значение. Начини и техники за съставяне
 
Online Jobportal
Online JobportalOnline Jobportal
Online Jobportal
 
Login and Registration form using oop in php
Login and Registration form using oop in phpLogin and Registration form using oop in php
Login and Registration form using oop in php
 
SLIDE ARTIGO DE OPINIÃO - pdf.pdf
SLIDE ARTIGO DE OPINIÃO - pdf.pdfSLIDE ARTIGO DE OPINIÃO - pdf.pdf
SLIDE ARTIGO DE OPINIÃO - pdf.pdf
 
Job Portal
Job PortalJob Portal
Job Portal
 
Online Job Portal ppt presentation
Online Job Portal ppt presentationOnline Job Portal ppt presentation
Online Job Portal ppt presentation
 
online job portal system
online job portal systemonline job portal system
online job portal system
 
Certificado Suporte em Informatica
Certificado  Suporte em InformaticaCertificado  Suporte em Informatica
Certificado Suporte em Informatica
 
Job center
Job centerJob center
Job center
 

Viewers also liked

Tour and travel management system
Tour and travel management systemTour and travel management system
Tour and travel management systemRavindra Chaudhary
 
Synopsis gor online Tourism.
Synopsis gor online Tourism.Synopsis gor online Tourism.
Synopsis gor online Tourism.Janu Ansari
 
Wildlife toursim next decade
Wildlife toursim next decadeWildlife toursim next decade
Wildlife toursim next decadeRondaGreen
 
Wilderness & Wildlife Tourism
Wilderness & Wildlife TourismWilderness & Wildlife Tourism
Wilderness & Wildlife TourismZoltan Kun
 
Job portal system doc
Job portal system   docJob portal system   doc
Job portal system docPIYUSH Dubey
 
Wildlife ppt.sar
Wildlife ppt.sarWildlife ppt.sar
Wildlife ppt.sarsar Sari
 
Tourism ppt
Tourism pptTourism ppt
Tourism pptSBrooker
 
Skinput technology
Skinput technologySkinput technology
Skinput technologyneha pevekar
 
Presentation on tourism industry
Presentation on tourism industryPresentation on tourism industry
Presentation on tourism industryMd Tanweerul Islam
 
Introduction to Tourism
Introduction to TourismIntroduction to Tourism
Introduction to TourismClarice Kangut
 
Hospital management system project
Hospital management system projectHospital management system project
Hospital management system projectHimani Chopra
 

Viewers also liked (16)

Tour and travel management system
Tour and travel management systemTour and travel management system
Tour and travel management system
 
Online help desk
Online help deskOnline help desk
Online help desk
 
Tourism final
Tourism finalTourism final
Tourism final
 
Synopsis gor online Tourism.
Synopsis gor online Tourism.Synopsis gor online Tourism.
Synopsis gor online Tourism.
 
Wildlife toursim next decade
Wildlife toursim next decadeWildlife toursim next decade
Wildlife toursim next decade
 
Wilderness & Wildlife Tourism
Wilderness & Wildlife TourismWilderness & Wildlife Tourism
Wilderness & Wildlife Tourism
 
Wildlife tourism
Wildlife tourismWildlife tourism
Wildlife tourism
 
Job portal system doc
Job portal system   docJob portal system   doc
Job portal system doc
 
Wildlife ppt.sar
Wildlife ppt.sarWildlife ppt.sar
Wildlife ppt.sar
 
wildlife conservation
wildlife conservationwildlife conservation
wildlife conservation
 
Travel and tourism
Travel and tourismTravel and tourism
Travel and tourism
 
Tourism ppt
Tourism pptTourism ppt
Tourism ppt
 
Skinput technology
Skinput technologySkinput technology
Skinput technology
 
Presentation on tourism industry
Presentation on tourism industryPresentation on tourism industry
Presentation on tourism industry
 
Introduction to Tourism
Introduction to TourismIntroduction to Tourism
Introduction to Tourism
 
Hospital management system project
Hospital management system projectHospital management system project
Hospital management system project
 

More from Manasvi Mehta

More from Manasvi Mehta (6)

JVM- Java Virtual Machine
JVM- Java Virtual MachineJVM- Java Virtual Machine
JVM- Java Virtual Machine
 
Madhya Pradesh Info
Madhya Pradesh InfoMadhya Pradesh Info
Madhya Pradesh Info
 
3G
3G3G
3G
 
Facebook
FacebookFacebook
Facebook
 
Madhya Pradesh-Info
Madhya Pradesh-InfoMadhya Pradesh-Info
Madhya Pradesh-Info
 
The two nations of South Asia
The two nations of South AsiaThe two nations of South Asia
The two nations of South Asia
 

Recently uploaded

Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 

Recently uploaded (20)

Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 

ON-LINE WILDLIFE SAFARI TOURISM SEMINAR

  • 1. SEMINAR ON PROJECT ON-LINE WILDLIFE SAFARI TOURISM SYSTEM MANASVI MEHTA
  • 2. INTRODUCTION • Our Project “ONLINE WILD SAFARI TOURISM SYSTEM” provide online facility to book tour for wild safari in different Indian National Parks(eg. Kanhna National Park etc). • Our project help the registered user in making their tour plan for wild safari. • It provide decent and full information of the national park. • It also provide information of nearest railway station , bus station , hotel etc. • Our project allow the registered users to share their wild safari experience to others. • Our project also organized a WILD-QUIZ for the reliable users. Through it they can win an exiting prize.
  • 4. USER age Phone-no User-id Status Zip User-id Registered user Fill Registration form Address up Countr Email-id y User-name Passwor City Password d Last-name First Rate Pack-type Descriptio Pack-id n User-id Pack-sale Tourage package Up Admin Booking date User-id by Pack-name Passwor Duration DD.no. Username Pack-type Amount d Read exper. of Fill Booking form Book-date Quiz-no up Prize Pack-name Booking- Date id No. of User-id Park-name Senior person citiz user name Participa Organiz te in Wild quiz Bank Advit no ed by Child no DD-no Bill-no Date Recei Prep Bill ared ved by Bank-name Amount Address User-id ER-DIAGRAM
  • 12. Login NAME DATA TYPE DECRIPTION CONSTRAINT USER_ID VARCHAR ID of user Foreign key PASSWORD Varchar User password Not Null Registration NAME DATA SIZE DESCRIPTION CONSTRAINT TYPE User-id VARCHAR User identity no. Primary key U_First- Varchar User first name Not Null name U_Last- Varchar User last name name Address Varchar Address of user Not Null Status boolean Not null Zip integer User area code Not Null Country Varchar User nationality Not Null City Varchar User city name Not Null Date Date Date of Not Null registration Email _id Varchar Email id of the unique user password Varchar Not null Contact- Numeric Contact number Not Null no Gender boolean GENDER Not Null
  • 13. PACKAGES NAME DATA TYPE DESCRIPTION CONSTRAINT Package-id Numeric Package Primary key Number Pack_type Varchar Package Name Not null Pack_name Varchar National park Not null name Duration Numeric Time period Not null Rate Currency Price includes Not null discount Description Varchar Not null Package_sale Numeric No. of sale Not null BILL FIELD NAME DATA SIZE DESCRIPTION CONSTRAINTS TYPE Bill_no Numeric Bill no. Primary key User_id Varchar User identity Foreign key Cust_name Varchar Customer name Not null DD no. Numeric Demand draft unique number Bank name Varchar Name of Bank Not null Date Date Bill date Not null Address Varchar Not null Bill_amount Currency Bill amount Not null
  • 14. PackageBooking NAME DATA TYPE DESCRIPTION CONSTRAINT User-id Varchar User _id Foreign key User_name Varchar Not null Bank_name Varchar Bank name Not null Book_date date Booking date Not null Travel_requr Varchar Park_name Varchar Park name Not null Pack_id Varchar Foreign key Pack_type Varchar NOt null Duration Varchar Duration of tour Not null Booking-id Numeric Booking id Primary key DD no numeric Demand draft no. Not null Amount Currency Not null Adult person Numeric Number of adult Not null person for tour Child person Numeric Number of child Not null for tour Senior_citizenperson Numeric Number of senio Not null Pack_name Varchar Packname Not null
  • 15. customer Name Data Type Description Constraints Bill_no Numeric Bill number Foreign key user-id varchar Customer-id Foreign key Cust-name Varchar Customer-name Not Null Pack_type Varchar Packtype NOT NULL Pack_name Varchar Pack name Not Null Date date Safari date Not Null Cust_add Varchar Customer- Not Null address Cust_ph Numeric Contact number Not Null Testimonial Name Datatype description constrai nt User_id Varchar User name Not null Rating int State name Not null Description Varchar Not null Pack_id Varchar Not null
  • 16. WIldQuiz Name Datatype Description constraint Quiz_no Numeric Quiz number Primary key Date Date Quiz date Not null Prize Varchar User_id Varchar User id Foreign key User_name Varchar Not null MESSGAE NAME DATA TYPE DESCRIPTION CONSTARINT S User_id Varchar Userid Foreign key Message Varchar Message Not null Date Date Varchar Notnull
  • 17. Quiz Question Name Data type Description Constraints Quiz no Numeric Quiz number Foreign key Quiz question Varchar Quiz question Not null Answer Varchar Answer Not null
  • 18. TECHNOLOGY TO BE USED • In our project we have used technologies which are currently used by I.T sector Companies:-  ASP.Net ( Front End )  SQL ( BackEnd ) • The.Net framework is a new and revolutionary platform created by microsoft for developing applications that can be easily integrated and interoperated. • Asp.Net Provides the interactive inteface to the user,so user can work in it very easily.
  • 19. PROJECT COMMUNITY • In our project “On Line Wild Safari Tourism System”. There are two type of user can interact with this software and both have different access privileges. The two users are as-  Administrator .  Registered users. • Privilege of Register user:- • He can take participate in our contest that held for Registered user time to time and users can also win excited prizes & gifts. • He can book different type of tours according to their time & requirement. • He can take help for deciding their tour and plan according to their time and economical condition.
  • 20. PROJECT UTILITY • Today, many people used to utilize their holidays by visiting the National parks . • Wildlife safari of national park provides a chance to meet with the wild animals closely. • It help the Researcher and other peoples whose desire is to Analysis the living methods of animals or making documentaries on them. • It also help them to get the answer of their Query related to respected National park such as best month to visit, Special Animal of that National park, cheapest tour for that national park etc.
  • 21. Our project “Online wildlife-safari tourism system” is totally User- friendly and easy to handle. It not only for the user who want to visit the national park but also help the users who want to collect information about the Indian national parks and the animals which are live in it. • Our Project Provide a chance to the Registered user to win a Exciting Prize by participate in Wild-Quiz Contest.
  • 22. Future scope • Our software provides tour only for famous Indian national park. • For foreigner tourist, it will not provide the facility for their flight booking and it is the future scope of our project. • Our system will not provide a private safari facility. We only provide a group wild safari facility. • Our website will not provide a facility for online payment. For booking a tour you have to send a Bank Demand Draft to our company office. It is the future scope of our project to make a payment on-line by using a Third -Party software.