0% found this document useful (0 votes)
19 views

Traveller's Solution Structure

Uploaded by

shrutighori007
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

Traveller's Solution Structure

Uploaded by

shrutighori007
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 67

Project on

LoanEmi - Your Financial Companion


Android Application Presentation

SUBMITTED BY : GUIDED BY :
Ms. Meenakshi Kashyap
Ghori shruti (21SS02IT021)
B.SC IT - 6
INDEX

 simplify financial calculations and provide users with


valuable information related to loans.
INTRODUCTION

"LoanEmi" is an Android application designed to simplify financial calculations and provide


users with valuable information related to loans.

Purpose:
 Simplifying Financial Calculations and Providing Loan Information
 The primary goal of LoanEmi is to empower users with tools for efficient loan planning,
calculation, and decision-making, all within a user-friendly and intuitive mobile
application.
PROJECT PROFILE

Project Details

Project Title : Traveller’s Solution Structure

Front-End : Html , Css , Bootstrap

Back-End : PHP Laravel

Database : MYSQL

Server : XAMPP

Project Category : Website

Documentation Tool : Microsoft Office 2019

Internal Guide : Asst. Prof. Rupal Panchal

Submitted To : Sutex Bank College of Computer Applications & Science Amroli, Surat

Submitted By : Davra Urvisha Jitendrabhai || Saliya Hiren Mukeshbhai || Hun Fenil Jitubhai ||

Sonani Nirali Maheshbhai


ENVIRONMENT DESCRIPTION

Hardware And Software Requirement

Client Side Server Side

Hardware Configuration Hardware Configuration

ROM : 4 GB Hard Disk : 80 GB


RAM : 512 MB
Any but latest is good RAM : 4 GB
Processor :
for performance
All Android OS Processor : Intel CORE i5
Operating System :
Supporter
TECHNOLOGIES USED

PHP

LARAVEL

MYSQL

XAMPP

JAVA Script

AJAX
SYSTEM ANALYSIS AND PLANNING

EXISTING SYSTEM AND ITS DRAWBACKS POINTS

Require Internet Maintenance

Time Consuming Last Second Changes


SYSTEM ANALYSIS AND PLANNING

FEASIBILITY STUDY

Technical Feasibility Economical Feasibility

Operational Feasibility Time Feasibility


SYSTEM ANALYSIS AND PLANNING

REQUIREMENT GATHERING AND ANALYSIS

Module 1 :- Admin Module 2 :- User


• Manage Log in • Register
• Manage Log Out • Log-in
• Manage Register User • Log-out
• Manage Profile • Forget password
• Manage Place Details • View User Profile
• Manage Offers • View Guides
• Manage Adventure • View Hotels Information
• Manage Feedback • View Places Information
• Manage Hotel • View News & Blogs
• Manage Guide Information • Give Feedback
• Manage News & Blogs • Booking
PROPOSED SYSTEM

SCOPE

 “Traveler’s Solution Structure” is a Website which provides information


about the tour place to visit.
 Traveler’s Solution Structure website allows user to register and login
free through internet.
 The account will be accessible to the authorized user i.e. who have the
valid username and password.
 User can select from existing places for their travel desire.
 User can also select hotel for their travel desire.
 Admin have rights to manage places and user data.
 The System will display view of calculations of every transaction.
PROJECT MODULES

Admin
• Admin Can View and Manage Register User.
• Admin Can View and Manage Place Details.
• Admin Can View and Manage Hotel.
• Admin Can View and Manage Guide.
• Admin Can View and Manage News and Blogs.
• Admin Can View and Manage Feedback and Ratings.
• Admin Can Manage About Gujarat and India Details.
• Admin Can Manage Overall Database.
• Admin Can Manage User Profile.
• Admin Can Manage Offers.
• Admin Can Manage Adventure.
• Admin Can Manage Booking.
• Admin Can Manage enquiry form.
• Admin Can Login and Logout.
MODULE VISE OBJECTIVES CONSTRAINTS

User
• User Can Register and Login, Logout.
• User Can View and Manage Their Profile and Details.
• User Can View Places Information.
• User Can View Hotels Information.
• User Can View Guide Information.
• User Can View About Gujarat and India Details.
• User Can View News and Blogs.
• User Can View Offers.
• User Can View Adventure.
• User Can View Media Gallery.
• User Can Book the Hotel Room.
• User Can View and Add Rating & Feedback.
• User Can Fill Enquiry Form.
• User Can Change Password.
EXPECTED ADVANTAGE

Less
Time
Require

Easy Gives you


Security
of Data To a clear
overview
Use

Upcomin
g Details
DETAILS PLANNING
DATA FLOW DIAGRAM / UML

Data Flow Diagram Serves Two Purposes


• It provides a Graphical tool. This can be used by the analysis to explain his understanding if the system to
two users.
• It can readily convert into a structured chart which is used only for elements.

Symbols used in DFD :-


Process Data flow Data storage External Entity
CONTEXT
LEVEL
1st LEVEL OF ADMIN
2st LEVEL DFD
2st LEVEL DFD
PROCESS SPECIFICATION
Login
Manage Guide
DATA DICTIONARY

Name : admins

Alias : Details of admin

Where Used ?/ How Used ? : Used to store all the information regarding
the admin. It is used to retrieve the
information of admin.
Content Description : company_id + company_name + sector +
status + is_verify + created_datetime +
is_block + block_reason + block_datetime
+ address + logo + website + city + state +
country + mobile1 + mobile2 + email1 +
email2 + company_pan + bank_name +
account_no + Branch_IFSC_code
Supplementary Information : company_id must be unique.
ENTITY RELTIONSHIP DIAGRAM / CLASS DIAGRAM

Entity

Relationship

Attributes
ENTITY RELTIONSHIP DIAGRAM
Table Name :- Admin
NAME DATATYPE CONSTRAINTS RELATIONSHIP DESCRIPTION

Admin_Id bigint(20) Auto Increment Primary Key Unique Field

name varchar(30) Not Null - Specify name of


Admin
email varchar(30) Not Null - Specify Email id
SYSTEM DESIGN of Admin
Is_verified Tinyint(4) Null - Specify Email
verified
Database Design Email_verified_ timestamp Null - Specify Email
Time
at
password varchar(30) Not Null - Specify Password
of Admin
created_at timestamp Null - Specify Created
Time
updated_at timestamp Null - Specify Updated
Time
deleted_at timestamp Null - Specify Deleted
Time
NAME DATATYPE CONSTRAINTS RELATIONSHIP DESCRIPTION
user_id int(10) Auto Increment Primary Key Unique Field
name varchar(30) Not Null - Specify User Name
Specify User Email
email varchar(30) Not Null -
Id
email_verifie Specify Email is
timestamp Not Null -
d_at Verify
Specify User
SYSTEM DESIGN password varchar(30) Not Null -
Password
contactnumb Specify Contact
varchar(30) Not Null -
er Number
Database Design Specify User
address varchar(30) Not Null -
Address
Table Name :- User zipcode varchar(30) Not Null - Specify Zip Code

city varchar(30) Not Null - Specify User City

state varchar(30) Not Null - Specify User State

country varchar(30) Not Null - Specify User Country


remember_t Specify value is
varchar(30) Null -
oken refreshed(Cookie)
Specify Created
created_at timestamp Null -
Time
Specify Updated
updated_at timestamp Null -
Time
NAME DATATYPE CONSTRAINTS RELATIONSHIP DESCRIPTION
hotel_id int(10) Auto Increment Primary Key Unique Field
Hotelname varchar(30) Not Null - Specify Hotel Name
Specify Hotel Email
Email varchar(30) Not Null -
Id

Password varchar(30) Not Null - Specify Password

Specify Hotel
SYSTEM DESIGN description varchar(30) Not Null -
Description
contactnumb Specify contact
varchar(30) Not Null -
er number
Database Design charges varchar(30) Not Null - Specify Hotel Price

Table Name :- Hotel Specify Hotel


discount varchar(30) Not Null -
Discount
city varchar(30) Not Null - Specify Hotel City

Cover_image varchar(30) Not Null - Specify Cover Image

image1 varchar(30) Not Null - Specify Image1

Image2 varchar(30) Not Null - Specify Image2

Image3 varchar(30) Not Null - Specify Image3

Image3 varchar(30) Not Null - Specify Image4


Table Name :- Room

NAME DATATYPE CONSTRAINT RELATIONSHI DESCRIPTIO


S P N
room_id int(10) Auto Increment Primary Key Unique Field

SYSTEM DESIGN
hotel_id int(10) Not Null Foreign Key Specify Hotel
Details
Database Design
title varchar(30) Not Null - Specify title

description varchar(30) Not Null - Specify


Description

rooms_image varchar(30) Not Null - Specify room


image
DIRECTORY STRUCTURE

Root/ Root/app
Root/app/Http Root/public
 Home INPUT DESIGN
 Profile INPUT DESIGN
 Details
INPUT DESIGN
 Details
INPUT DESIGN
 Guide INPUT DESIGN
 Guide INPUT DESIGN
 Hotel INPUT DESIGN
 Room
INPUT DESIGN
 Adventure
INPUT DESIGN
 Blogs INPUT DESIGN
 Login OUTPUT DESIGN
 Register OUTPUT DESIGN
 Forget password OUTPUT DESIGN
 Home OUTPUT DESIGN

 Blogs
 Home OUTPUT DESIGN
 Home OUTPUT DESIGN
 Home OUTPUT DESIGN
 Home OUTPUT DESIGN
 Home OUTPUT DESIGN
 Home OUTPUT DESIGN
 Tours India OUTPUT DESIGN
 Tours Gujarat OUTPUT DESIGN
 Hotel OUTPUT DESIGN
 Guide OUTPUT DESIGN
 Adventure OUTPUT DESIGN
 Payment OUTPUT DESIGN
 Payment OUTPUT DESIGN
OUTPUT DESIGN
 Payment cancellation policy
 Payment Message
OUTPUT DESIGN
 Media Gallery OUTPUT DESIGN
 About TSS OUTPUT DESIGN
 Help OUTPUT DESIGN
 Contact us OUTPUT DESIGN
SOFTWARE TESTING

LEVELS OF TESTING

Code Testing White-Box Testing

Specification Black-Box
Testing Testing
Unit Security Testing
Testing
Integration Recovery
Testing Testing
System Testing
LIMITATION AND FUTURE SCOPE OF ENHANCEMENT
REFERENCES

Limitations Of Current System :

• Each and every thing in this world has some limitations. Nothing is there in
this world, which do not have any limitations.
• This project only works on devices, which have android operating system, If
internet is disabled then promoter cannot use this application so internet
connection is required.
• If internet is disabled then Admin , User cannot use this Website so internet
connection is required.
• Now-a-day Each and every system has certain drawbacks that are improper
working. Our current system of keeping all Customers and registration is
quit problematic and it can be more tedious to us in some way.
LIMITATION AND FUTURE SCOPE OF ENHANCEMENT
REFERENCES

Future Scope Of Enhancements :


• We are to providing online examination system to this Software.
• Our application can be enhanced in the future to give much functionality, which we
have not yet included.
• Provide More Security.
• Good facility for registration and in creating account.
• User can check the privacy setting for their account.
• User can create their own package.
• We are trying to unable synchronization option to access this automation software
offline.
• Create an application for our System.
REFERENCES :
 http://www.w3school.com

 https://www. tutorialspoints.com

 lucid.app

 www.diagrams.net

 www.youtube.com
THANK YOU

You might also like