Online Bus Booking System

Size: px
Start display at page:

Download "Online Bus Booking System"

Transcription

1 A Project Presentation On Online Bus Booking System Submitted By Barot Alok T Dayani Yash K M.Sc. (CA & IT) Semester-III Internal Guided By Amit B. Suthar Submitted to Department of Computer Science, Ganpat University, Ganpat Vidyanagar Group no:-07 1

2 INDEX Sr. No Title 1 Project Profile 2 Existing System 3 Need for New System 4 Function Specification 5 Hardware &Software Requirements 7 System Flowchart 8 Timeline Chart 9 E-R- Diagram 10 Use case Diagram 11 Activity Diagram 12 Class Diagram 13 Sequence Diagram 14 Collaboration Diagram 15 Data Dictionary

3 Sr. No Title 16 Input design 17 Out put design 18 Testing 19 Post implementation review 20 Future enhancement 21 Bibliography

4 Project-Profile Project title:- Online Bus Booking System Objectives:- Front End Tool:- Customer can easy book their Tickets And Cancel Choice and provide Information about Bus. Asp.net with c# Framework3.5 Back End Tool:- Sql Server 2005 Type Of Application:- Internal Guide : Time Duration:- Web Application Mr. Amit B. Suthar 90 days Group no:- 07

5 The work is done manually. Existing System Those who are interested in inquiring about the Bus Type, its Tickets Price, available seats, facility of the bus etc. has to walk to the Booking office. This creates a huge Relief for the Customer of the Office on weekends to save their time.

6 Need For New System A new system is helpful to both employees as well as the customers. New system provides help to the customer as they can inquire about the Bus model, its Ticket price, available Seats, facility of the bus etc. and they don t need to walk to the office. There is login and password service for employee and Regular customers to use this system.

7 User FUNCTIONAL SPECIFICATION This Project basically provides a Bus information and regarding bus information. First of all, in our website any user or visitor are view our system and also search the bus and how many seats are available in our buses. user can also registered its own seats in bus this website. User can post a comment on different Bus Services. But user can compulsory registered first in the system. Search Bus category wise.

8 Admin In this system admin can maintain all the Bus information and also maintain Bus category, comments etc. In this system admin can maintain the registered users, manage news,and also admin can generates a reports and manage the whole system.

9 MODULE SPECIFICATION Login: Login Module includes various utilities like User Authentication, Change Password and Forgot Password. Registration: In this website provide a some facility user can Registered in this website. user can use this facility so user can make a registration. Book the Ticket: In this module admin can add new bus category using this module. Bus Category contains like Volvo, Slipper coach, Ac Coach etc.

10 Update Bus Information: In this module admin can add or Update Bus using this module. It contains the information about the Bus type, photo, description, Location of tour, Available Seats in Bus etc. Cancel the Booking Ticket: In this Module User can Cancel the booking Ticket. Comments: In this Module User can Post the Comment on a particular Bus. Report Generation: This module is used to generate a reports. 10

11 Hardware Requirement(Minimum) Minimum Server Requirement : Processor RAM Disk Space 1 GHZ 2 GB 10 GB Of Free Space Minimum Client Requirement : Processor RAM Disk Space 2 GHZ 1 GB 20 GB Of Free Space

12 Software Requirement(Minimum) Server Software Requirement : Operating System Windows server 2003 Web Server Front End Back End IIS 6.0 ASP.NET with c# SQL Server 2005 Client Software Requirement : Operating System Web browser Windows Xp or Any equivalent OS Internet Explorer 6.0 or Any compatible Browser

13 System Flow Chart

14 System Flow Chart START View Website VISITOR If Register? no Registration Yes Login no Valid UserId & Password Yes Is Admin? no ADMIN Yes User A B C

15 A B C Update Bus Information View Bus information View Booking details Book the Ticket Receive Payment Information Manage comment Cancel the Booking Ticket Post comment Generate Reports Log out STOP

16 Timeline Chart A C TI VI T Y 12 Preliminary Investigation 15 Req. Gathering & System Analysis 18 System Designing 25 Coding 11 Testing 9 Implement & Deployment Days

17 ER Diagram 1 View 1 Admin 1 1 Book_id M View Manage Booking_Master F_id Reg_id City M Mobileno M M Feedback M Manage Bus_id Bus_Master M price Select Bus Can 1 M User 1 View Can Reg_id 1 Username

18 Use-case Diagram for Admin

19 Use-case Diagram for User

20

21 Activity Diagram for User

22 Class Diagram

23 Sequence Diagram for Admin

24 Sequence Diagram for User

25 Collaboration Diagram for Admin

26 Collaboration Diagram for User

27 TABLE NAME :- Reg_MASTER Data Dictionary Primary Key : Reg_id Foreign Key : - Description: The information about Registration of costumer No Field Name Data type Constraint Description 1 Reg_id Int Primary Key It store Registration id. 2 First_Name Nvarchar(30) Not Null It store Customer First Name. 3 Last_Name Nvarchar(30) Not Null It store Customer Last name. 4 _id Nvarchar(20) Not Null It store the _id. 5 Address Nvarchar(20) Not Null It store customer Address. 6 City Nvarchar(20) Not Null It store customer city. 7 Pincode Nvarchar(6) Not Null It store customer Pincode. 8 ContactNo Numeric(10) Not Null It store customer Contactno

28 TABLE NAME :- LOG_MASTER Primary Key : U_id Foreign Key : --- Description: The information about Login. No Field Name Data type Constraint Description 1 u_id Int Primary Key It is store User ID 2 Username Nvarchar(30 ) Not Null It store Username. 3 Password Nvarchar(20) Not Null It store Password. 4 Type Nvarchar(10) Not Null It store Type of admin or user.

29 TABLE NAME :- Booking_MASTER Primary Key : Book_id Foreign Key : Reg_id, Bus_Id Description: The information about Booking Ticket detail No Field Name Data type Constraint Description 1 Book_id Int Primary Key It store Booking id 2 Reg_id Int Foreign Key Give references to Reg_master 3 Bus_id Int Foreign Key Give references to Bus_master 3 Fname Nvarchar(20) Not null It store First Name. 4 Lname Nvarchar(20) Not null It store Last Name 5 Nvarchar(20) Not Null It store id. 6 Contactno Numeric(10) Not Null It store Mobile no. 7 Address Nvarchar(20) Not Null It store customer Address. 8 City Nvarchar(20) Not Null It store City. 9 SeatNO Nvarchar(20) Not Null It store Bus seat no. 10 Date Nvarchar(20) Not Null It store Travelling date.

30 TABLE NAME :- Bus_MASTER Primary Key : Bus_id Foreign Key : - Description: The information about Bus Ticket price. No Field Name Data type Constraint Description 1 Bus_id Int Primary key It store Bus id. 2 BusNumber Nvarchar(20 ) Not null It store Bus Number. 3 BusType Nvarchar(20) Not Null It store Bus Type. 4 TotalSeat int Not Null It store Total Seat of Bus.

31 TABLE NAME :- Feedback Primary Key : -F_id Foreign Key : Reg_id Description: The information about Feedback. No Field Name Data type Constraint Description 1 F_id Int Primary Key It is store Feedback ID 2 Username Nvarchar(30) Not Null It is store Username 3 Feedback Nvarchar(30 ) Not Null It store Feedback. 4 Date Nvarchar(20) Not Null It store Date of given Feedback

32 Input output design

33 Home page Description:- This is the Home page of user,admin and Visitor.

34 Visitor search page Description:- in this page visitor serch the bus details

35 Login page Description:- This is the login page for user and Admin

36 Login page Description:- when user enter wrong password then the error occur.

37 Registration page Description:- This is the the Registration page.

38 Reset Password page Description:- User & Admin Forget Password Then Reset Password.

39 Admin side

40 Login page Description:- This is the login page for Admin side and user side

41 Admin home page Description:- This is the home page for Admin

42 Bus schedule Description:- This is the Admin can Add bus schedule.

43 Add Bus Description:- This is the Admin can Add Bus.

44 Pickup stand Description:- This is the Admin can Add the pickup stand.

45 News update Description:- This is the page news update by Admin.

46 Change password Description:- Admin can change the password.

47 View user details Description:- Admin can manage User details.

48 View feedback Description:- Admin can manage feedback

49 View report Description:- Admin can view report

50 User side

51 Home page for user Description:- This is the Home page of user.

52 Change password page Description:- Use can change the password.

53 Search bus page Description:- user can search the bus and see time schedule.

54 Reservation page Description:- user can select the seat and pickup stand.

55 Reservation confirm page Description:- Reservation confirm page.

56 PayPal page Description:- user conform ticket when user pay a payment via PayPal.

57 Ticket print Description:- User can print the ticket

58 Feed back page Description:- user can give feedback

59 Out put Design

60 Update password Description :- Admin can update password

61 View report Description :- Admin can view Bookreport

62 View report Description - Admin can view registration report

63 Unit Testing:- TESTING This is the testing process which we can do manually because in this testing program is a tested individually using dummy record to see whether that program produce satisfied output as the company and validation also. Validation Testing:- In this requirements established as part of software requirements analysisare validated against the software that has been constructed. Validation testing provides finalnassurance that software meets all functional, behavioural and performance requirements. Validation can be define in many ways but a simple definition is that validation succeeds when software Function in a manner that can be reasonably by the customer. 1. Validation test criteria 2. Configuration review 3. Alpha and Beta testing(conducted by end user)

64 System Testing:- System testing is actually a series different test whose primary purpose is to full exercise the computer base system.where the software and other system elements are tested as whole.to test computer software,we spiral out along streamlines that broadens the scope of testing with each turn. The last higher-order testing step falls outside the boundry of software Engineering and in to the broader context of computer system engineering.software,once validated,must be combining with order system Elements(e.g.hardware,people,databases).System testing verifies that all the elements Mesh properly and that overall system function/performance is achieved. 1.Recovery Testing 2.Security Testing 3.Stress Testing

65 TEST CASES: Admin Cases: Case ID Test case Expected Output Actual Output Pass/Fail Remarks 01 Login Test Login with proper details and role. Successfully Pass Good 02 Managing details Manage information properly stored successfully Pass Good 03 Add &update Bus information Add &update Bus info properly successfully pass Good 04 Exception Handling Proper error message should display. Not Successfully Fail Poor 05 View tickets booking information View booking info properly Successfully pass Good 06 View Payment information View payment request properly successfully pass Good

66 Register Customer Test Cases: Case ID Test case Expected Output Actual Output Pass/Fail Remarks 01 Login Test Login with proper details Successfully Pass Good 02 Register Information Proper Register with exception handling Successfully Pass Good 03 View bus Information Proper Bus Information Successfully Pass Good 04 search information Search information Properly Successfully Pass Good 05 Book Ticket Information Book bus tickets Properly Successfully Pass Good

67 Post Implementation Review After the system is implemented and conversion is completed a review of system is usually conducted by user and analyst. This is called post implementation review. The most fundamental concern post implementation review to determining whether the system has met its objective; that is analysts want to know if the performance the performance level of improved and if the system is producing the result intended.if neither is happening,one may question whether the system can be considered successful The new system needs less manpower, provide facility for Book Tickets and Latest News for bus information.

68 Future Enhancement We think that not a single project is ever considered as complete forever.because our mind is always thinking something new and our necessities also are growing day by day.we always want something more than what we have.our application also, If you see at the first glance then you find it to be complete but we want to make it still mature and fully automatically. The future perspective of our project can linking our booking system with other centralized bus services so that user has an ease of booking and travelling. Other then this for long route journeys food facility and its variety can be added. With the use of GPS every traveler can get advance map of route to be followed during journey. Making a mobile app for the user is also a first step development.

69 Bibliography During the development of our system, we have taken the reference from Books and journals, which we would like to mention in this section. These books acted as our tutors during the system development.. ASP.NET UNLEASHED ASP.NET WITH C# Stephen Walther Shyam N. Chawda Besides these we were referring the online manuals from the sites

A Project Presentation on Online Car Rental System

A Project Presentation on Online Car Rental System A Project Presentation on Online Car Rental System Submitted To: Department of Computer Science, Ganpat University,384012 Group No: 74 Submitted By: Internal Guide: Khushbu Patel (13084231136) Niyati Patel

More information

A PROJECT PRESENTATION ON ONLINE MOVIE TICKET BOOKING SYSTEM. Submitted To : Department Of Computer Science

A PROJECT PRESENTATION ON ONLINE MOVIE TICKET BOOKING SYSTEM. Submitted To : Department Of Computer Science A PROJECT PRESENTATION ON ONLINE MOVIE TICKET BOOKING SYSTEM Submitted To : Department Of Computer Science Developed By : Chirag Modi - 13084231061 Paresh Patel - 13084231165 M.Sc.(CA & IT) - III Sem.

More information

Employee Management System

Employee Management System A Project Presentation On Employee Management System Submitted By: Patel Sona B. Patel Payal J. [E.No-13084231201] [E.No-13084231170] M.Sc. (CA & IT) Semester-III Submitted To: Department of Computer Science,

More information

Online Crime Reporting System

Online Crime Reporting System A Project Presentation On Online Crime Reporting System Submitted by Chauhan Jitendra O. Soni Apurv R. ExamNo.:13084231029 Exam No.:13084231267 Group No : 88 M.Sc.(CA & IT) Semester- III Internal Guided

More information

Project Report On Online Sales Order Management System

Project Report On Online Sales Order Management System Project Report On Online Sales Order Management System Submitted By :- Patel Chinmay P.(060) Gandhi Himil M.(022) BCA SEM:-VI MARCH-APRIL 2012 Guided by :- Savan. K.Patel Submitted to :- ACHARYA MOTIBHAI

More information

Software Engineering I CS524 Professor Dr. Liang Sheldon X. Liang

Software Engineering I CS524 Professor Dr. Liang Sheldon X. Liang Software Requirement Specification Employee Tracking System Software Engineering I CS524 Professor Dr. Liang Sheldon X. Liang Team Members Seung Yang, Nathan Scheck, Ernie Rosales Page 1 Software Requirements

More information

TIME KEEP LEGAL BILLING SOFTWARE REQUIREMENTS SPECIFICATION

TIME KEEP LEGAL BILLING SOFTWARE REQUIREMENTS SPECIFICATION TIME KEEP LEGAL BILLING SOFTWARE REQUIREMENTS SPECIFICATION 1. Introduction: This document defines the Software Requirements Specification (SRS) for the Time Keep Legal Billing software application. This

More information

Acharya Motibhai Patel Institute Of Computer Studies, Ganpat University, Ganpat Vidhyanagar 3840012

Acharya Motibhai Patel Institute Of Computer Studies, Ganpat University, Ganpat Vidhyanagar 3840012 Acharya Motibhai Patel Institute Of Computer Studies, Ganpat University, Ganpat Vidhyanagar 3840012 MCA 6 Name: Gulnaz Ghanchi. Roll No: 11034211011. CRM App Project Profile Project Title: CRM App Objective:

More information

Requirements Specification Document for esim-mr 1.0

Requirements Specification Document for esim-mr 1.0 Requirements Specification Document for esim-mr 1.0 1. Overview: This document describes the requirements for the esim-mr system, version 1.0. 1.1 Current System The current system used by most doctors

More information

Project Report s Synopsis On behalf of

Project Report s Synopsis On behalf of Project Report s Synopsis On behalf of NORTHERN INDIA ENGINEERING COLLEGE Faizabad Road, Lucknow (U.P.) ON THE TOPIC ONLINE MOVIE TICKET BOOKING SYSTEM SUBMITTED BY: ANSHUL (0705613023) ANIL(07056130 1

More information

Tracking the Consignment Transportation in Ship via Online

Tracking the Consignment Transportation in Ship via Online Tracking the Consignment Transportation in Ship via Online Dr.T.Arumuga Maria Devi, D.Christen Jeba Raj Assistant Professor, M.Tech Scholar Centre for Information Technology and Engineering, Manonmaniam

More information

Vision Document Airline Reservation System

Vision Document Airline Reservation System Vision Document Airline Reservation System Submitted in partial fulfillment of the requirements of the degree of Master of Software Engineering Kaavya Kuppa CIS 895 MSE Project Department of Computing

More information

Software Requirements Specification

Software Requirements Specification METU DEPARTMENT OF COMPUTER ENGINEERING Software Requirements Specification SNMP Agent & Network Simulator Mustafa İlhan Osman Tahsin Berktaş Mehmet Elgin Akpınar 05.12.2010 Table of Contents 1. Introduction...

More information

Quick Installation Guide

Quick Installation Guide avast! Small Office Administration Quick Installation Guide avast! Reseller Technical Support reseller-support@avast.com Operating Systems Supported System Requirements Windows XP SP3 or higher, Windows

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

Advanced Hospital Management System. About the project

Advanced Hospital Management System. About the project About the project Our project includes registration of patients, storing their details into the system and also computerized billing in the pharmacy, and labs. Our software has the facility to give a unique

More information

Student attendance Management

Student attendance Management Student attendance Management Mrs.Dhanashree Amit Gupta Teerthanker Mahaveer University NH-24, Bagarpur, Delhi Road Moradabad-244001(U.P.) India Table of Contents 1. Synopsis 2. Feasibility Study 3. Working

More information

Setup and configuration for Intelicode. SQL Server Express

Setup and configuration for Intelicode. SQL Server Express Setup and configuration for Intelicode SQL Server Express Due to overwhelming demand and the increased load on support, we are providing a complete SQL Server installation walkthrough document. SQL Server

More information

User Guide. CIIT Faculty/Staff Portal. For using. Version 1.0. Prepared by: CIIT Web Team. COMSATS Institute of Information Technology, Islamabad

User Guide. CIIT Faculty/Staff Portal. For using. Version 1.0. Prepared by: CIIT Web Team. COMSATS Institute of Information Technology, Islamabad User Guide For using CIIT Faculty/Staff Portal Version 1.0 Prepared by: CIIT Web Team COMSATS Institute of Information Technology, Islamabad 17 th October, 2012 Page 1 1. Introduction 1.1 Purpose This

More information

Wharf T&T Cloud Backup Service User & Installation Guide

Wharf T&T Cloud Backup Service User & Installation Guide Wharf T&T Cloud Backup Service User & Installation Guide Version 1.6 Feb 2013 Table of contents BEFORE YOU INSTALL 3 Page Section 1. Installation of Client Software 5 Section 2. Account Activation 8 Section

More information

Redtail CRM Integration. Users Guide. 2011 Cities Digital, Inc. All rights reserved. Contents i

Redtail CRM Integration. Users Guide. 2011 Cities Digital, Inc. All rights reserved. Contents i Redtail CRM Integration Users Guide 2011 Cities Digital, Inc. All rights reserved. Contents i Contents Redtail Integration with Laserfiche by Cities Digital 1 Overview... 1 Requirements 3 Minimum Server

More information

How to Install and Set Up the FASTER Dashboard

How to Install and Set Up the FASTER Dashboard How to Install and Set Up the FASTER Dashboard for Win & Web Steven Opetaia-Williamson FASTER Dashboard What you will know when you leave this session Understanding of what is the FASTER Dashboard Knowledge

More information

TIME KEEP LEGAL BILLING SOFTWARE DESIGN DOCUMENT. Mike Don Cheng-Yu. CS 524 Software Engineer Professor: Dr Liang

TIME KEEP LEGAL BILLING SOFTWARE DESIGN DOCUMENT. Mike Don Cheng-Yu. CS 524 Software Engineer Professor: Dr Liang TIME KEEP LEGAL BILLING SOFTWARE DESIGN DOCUMENT Mike Don Cheng-Yu CS 524 Software Engineer Professor: Dr Liang TABLE OF CONTENTS 1. INTRODUCTION: 2 1.1. Goals and objectives 2 1.2. Statement of scope

More information

Trend Micro Control Manager 6.0 Service Pack 2 System Requirements

Trend Micro Control Manager 6.0 Service Pack 2 System Requirements Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Prerequisites Guide. Version 4.0, Rev. 1

Prerequisites Guide. Version 4.0, Rev. 1 Version 4.0, Rev. 1 Contents Software and Hardware Prerequisites Guide... 2 anterradatacenter Version selection... 2 Required Software Components... 2 Sage 300 Construction and Real Estate ODBC... 2 Pervasive

More information

Server Installation Procedure - Load Balanced Environment

Server Installation Procedure - Load Balanced Environment Server Installation Procedure - Load Balanced Environment 1. Introduction This document explains a step-by-step procedure in case BackupAgent BV performs an installation of the BackupAgent Server Software

More information

Installation Guide for Pulse on Windows Server 2012

Installation Guide for Pulse on Windows Server 2012 MadCap Software Installation Guide for Pulse on Windows Server 2012 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

Lepide Active Directory Self Service. Configuration Guide. Follow the simple steps given in this document to start working with

Lepide Active Directory Self Service. Configuration Guide. Follow the simple steps given in this document to start working with Lepide Active Directory Self Service Configuration Guide 2014 Follow the simple steps given in this document to start working with Lepide Active Directory Self Service Table of Contents 1. Introduction...3

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

More information

Online Payment User Manual. Austin Build + Connect. This is the City of Austin s website to pay for trade permits:

Online Payment User Manual. Austin Build + Connect. This is the City of Austin s website to pay for trade permits: City of Austin Online Payment User Manual Welcome to Austin Build + Connect This is the City of Austin s website to pay for trade permits: City of Austin - Austin Build + Connect Online Payment User Manual

More information

1. Introduction 1.1 Methodology

1. Introduction 1.1 Methodology Table of Contents 1. Introduction 1.1 Methodology 3 1.2 Purpose 4 1.3 Scope 4 1.4 Definitions, Acronyms and Abbreviations 5 1.5 Tools Used 6 1.6 References 7 1.7 Technologies to be used 7 1.8 Overview

More information

Installation Guide for Pulse on Windows Server 2008R2

Installation Guide for Pulse on Windows Server 2008R2 MadCap Software Installation Guide for Pulse on Windows Server 2008R2 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

GPS/GSM/ GPRS/ Web Based Real Time Vehicle Tracking System RFP

GPS/GSM/ GPRS/ Web Based Real Time Vehicle Tracking System RFP Introduction We are looking for a web based real time vehicle tracking software system to be used with all popular GPS/GSM/GPRS based tracking devices. We intend to provide GPS Tracking/ fleet management

More information

CSSEA Helpdesk User Guide

CSSEA Helpdesk User Guide CSSEA Helpdesk User Guide Contents I. Creating tickets... 3 1. Creating a New Ticket via Email... 3 a. Email format... 3 b. New ticket reply... 3 2. Creating a New ticket via the Website... 4 a. Browse

More information

Description: The courses will have course details, enroll now link.(refer section: 1)

Description: The courses will have course details, enroll now link.(refer section: 1) Website Theme: Visitors will be able to visit the online profile of the institute. Visitors will be able to view the available courses. Check Fee and apply online by paying the specified fee. Admin will

More information

PD 360 Training. Getting Started Series. PD 360 Essentials (Distance Learning) PD 360 Essentials. School Leadership and PD 360

PD 360 Training. Getting Started Series. PD 360 Essentials (Distance Learning) PD 360 Essentials. School Leadership and PD 360 Getting Started Series is an essential part of the successful implementation of any new initiative. To ensure a successful start for your organization, School Improvement Network has created the Getting

More information

ClickOnce Deployment Notes

ClickOnce Deployment Notes ClickOnce Deployment Notes ClickOnce is a Microsoft deployment technology that installs the application with minimal user interaction. ClickOnce brings the ease of deployment of Web applications to the

More information

NTP Software File Auditor for Windows Edition

NTP Software File Auditor for Windows Edition NTP Software File Auditor for Windows Edition An NTP Software Installation Guide Abstract This guide provides a short introduction to installation and initial configuration of NTP Software File Auditor

More information

ADP Workforce Now Security Guide. Version 2.0-1

ADP Workforce Now Security Guide. Version 2.0-1 ADP Workforce Now Security Guide Version 2.0-1 ADP Trademarks The ADP logo, ADP, and ADP Workforce Now are registered trademarks of ADP, Inc. Third-Party Trademarks Microsoft, Windows, and Windows NT are

More information

This is to certify that

This is to certify that This is to certify that Mr./Ms: Dinh Huy Toan, Vu Van Thang, Nguyen Duc Duy Has successfully Designed & Developed: Inventory Management System Submitted by: Vu Tran Lam Date of Issue: Aug 9, 2010 Authorized

More information

Richmond Systems. SupportDesk Web Interfaces - Quick Start Guide

Richmond Systems. SupportDesk Web Interfaces - Quick Start Guide Richmond Systems SupportDesk Web Interfaces - Quick Start Guide Contents Introduction... 3 Richmond SupportDesk Web Interface Requirements... 3 Server System Requirements... 3 Specialist Web Interface

More information

CATTLE INSURANCE AGENCY MANAGEMENT SYSTEM

CATTLE INSURANCE AGENCY MANAGEMENT SYSTEM AMPICS LIBRARY A Project Report On CATTLE INSURANCE AGENCY MANAGEMENT SYSTEM Submited By :Jayesh S. Patel Mitesh Y. Patel Guided By :( 11032211153 ) ( 11032211181 ) Mr. Jasmin B. Patel Group No :- C22

More information

Step-by-Step Guide to Setup Instant Messaging (IM) Workspace Datasheet

Step-by-Step Guide to Setup Instant Messaging (IM) Workspace Datasheet Step-by-Step Guide to Setup Instant Messaging (IM) Workspace Datasheet CONTENTS Installation System requirements SQL Server setup Setting up user accounts Authentication mode Account options Import from

More information

Installation procedure for Chromis REC for 3CX

Installation procedure for Chromis REC for 3CX Installation procedure for Chromis REC for 3CX According to 3CX recommendations Chromis REC system should be installed on separate computer than 3CX Phone system due to necessary Microsoft SQL Server which

More information

SAIT TDC ORIENTATION PACKAGE

SAIT TDC ORIENTATION PACKAGE SAIT TDC ORIENTATION PACKAGE System Requirements ----------------------------------------------------------------------------------------------------------- 2 Getting Started --------------------------------------------------------------------------------------------------------------------

More information

MS SQL Installation Guide

MS SQL Installation Guide MS SQL Installation Guide Microsoft SQL Database For Debtors Manager Table of contents 1. Overview 2. Minimum server installation requirements for MS SQL 3. Installing MS SQL on your server 4. Installing

More information

NTP Software File Reporter Analysis Server

NTP Software File Reporter Analysis Server NTP Software File Reporter Analysis Server Installation Guide Version 7.5 - September 2015 This guide provides quick instructions for installing NTP Software File Reporter Analysis Server from an administrator

More information

Installation Process

Installation Process Installation Process Aivika One Lite New Dynamic Solutions BVBA Contents Contents... 2 Introduction... 3 Aivika One Lite introduction... 4 Concept... 4 Components... 4 Deploying Aivika One Lite... 5 Supported

More information

How To Set Up Safetica Insight 9 (Safetica) For A Safetrica Management Service (Sms) For An Ipad Or Ipad (Smb) (Sbc) (For A Safetaica) (

How To Set Up Safetica Insight 9 (Safetica) For A Safetrica Management Service (Sms) For An Ipad Or Ipad (Smb) (Sbc) (For A Safetaica) ( SAFETICA INSIGHT INSTALLATION MANUAL SAFETICA INSIGHT INSTALLATION MANUAL for Safetica Insight version 6.1.2 Author: Safetica Technologies s.r.o. Safetica Insight was developed by Safetica Technologies

More information

How To Install Help Desk Premier

How To Install Help Desk Premier Help Desk Premier Installation Guide 2012 BrightBox Solutions All rights reserved. Last Updated October, 2012 Help Desk Premier is a trademark of BrightBox Solutions. Help Desk Premier software and the

More information

3COM VCX PBX Server VoIP Intercom Setup Guide

3COM VCX PBX Server VoIP Intercom Setup Guide 3COM VCX PBX Server VoIP Intercom Setup Guide CyberData Corporation 2555 Garden Road Monterey, CA 93940 T:831-373-2601 F: 831-373-4193 www.cyberdata.net 2 1.0 Setup Diagram Figure 1 is a setup diagram

More information

Embarcadero Performance Center 2.7 Installation Guide

Embarcadero Performance Center 2.7 Installation Guide Embarcadero Performance Center 2.7 Installation Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A.

More information

Scenario: Law Office Management System / Law (Legal) Practice Management System

Scenario: Law Office Management System / Law (Legal) Practice Management System Scenario: Law Office Management System / Law (Legal) Practice Management System Software is to be developed for Law Office Management / Law Practice Management using which people can find lawyer s on the

More information

RBackup Server Installation and Setup Instructions and Worksheet. Read and comply with Installation Prerequisites (In this document)

RBackup Server Installation and Setup Instructions and Worksheet. Read and comply with Installation Prerequisites (In this document) RBackup Server Installation and Setup Instructions and Worksheet Fill out the Installation Worksheet. (In this document) Read and comply with Installation Prerequisites (In this document) Review the Partner

More information

Web Based Admission System

Web Based Admission System Web Based Admission System Rajnish Kumar 1, Pritam Desale 2, Chetan G. Puri 3 1,3 Sir Visvesvaraya Institute of Technology, Nasik 2 University of Greenwich, United Kingdom Abstract This system provides

More information

Interact Intranet Version 7. Technical Requirements. August 2014. 2014 Interact

Interact Intranet Version 7. Technical Requirements. August 2014. 2014 Interact Interact Intranet Version 7 Technical Requirements August 2014 2014 Interact Definitions... 3 Licenses... 3 On-Premise... 3 Cloud... 3 Pulic Cloud... 3 Private Cloud... 3 Perpetual... 3 Self-Hosted...

More information

Orange Apps UserLogonUSB V1.0

Orange Apps UserLogonUSB V1.0 Orange Apps UserLogonUSB V1.0 KUKA KRC4 User Documentation As of 07/08/2013 Document version: 1.0 2 Introduction Copyright 2013 OrangeApps GmbH Arnikaweg 1 87471 Durach Germany www.orangeapps.de This documentation

More information

A puzzle based authentication method with server monitoring

A puzzle based authentication method with server monitoring A puzzle based authentication method with server monitoring GRADUATE PROJECT REPORT Submitted to the Faculty of The School of Engineering & Computing Sciences Texas A&M University-Corpus Christi Corpus

More information

NEXTGEN v5.8 HARDWARE VERIFICATION GUIDE CLIENT HOSTED OR THIRD PARTY SERVERS

NEXTGEN v5.8 HARDWARE VERIFICATION GUIDE CLIENT HOSTED OR THIRD PARTY SERVERS This portion of the survey is for clients who are NOT on TSI Healthcare s ASP and are hosting NG software on their own server. This information must be collected by an IT staff member at your practice.

More information

SYSTEM SETUP FOR SPE PLATFORMS

SYSTEM SETUP FOR SPE PLATFORMS BEST PRACTICE SYSTEM SETUP FOR SPE PLATFORMS Product Snow License Manager Version 7.0 Content System requirements SQL Server configuration Maintenance Test environment Document date 2015-10-15 ABOUT THIS

More information

SiteCount v2.0 Revised: 10/30/2009

SiteCount v2.0 Revised: 10/30/2009 SiteCount v2.0 Revised: 10/30/2009 Copyright 2009, Traf-SYS, Inc. Contents Introduction... 4 Requirements... 4 General... 4 Software... 4 Hardware... 4 Fulfilling Software Requirements... 5 Installation

More information

Report on the Train Ticketing System

Report on the Train Ticketing System Report on the Train Ticketing System Author: Zaobo He, Bing Jiang, Zhuojun Duan 1.Introduction... 2 1.1 Intentions... 2 1.2 Background... 2 2. Overview of the Tasks... 3 2.1 Modules of the system... 3

More information

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4 Pcounter Web Report 3.x Installation Guide - v2014-11-30 Pcounter Web Report Installation Guide Version 3.4 Table of Contents Table of Contents... 2 Installation Overview... 3 Installation Prerequisites

More information

Installation Guide v3.0

Installation Guide v3.0 Installation Guide v3.0 Shepherd TimeClock 4465 W. Gandy Blvd. Suite 800 Tampa, FL 33611 Phone: 813-882-8292 Fax: 813-839-7829 http://www.shepherdtimeclock.com The information contained in this document

More information

Cloud Authentication. Getting Started Guide. Version 2.1.0.06

Cloud Authentication. Getting Started Guide. Version 2.1.0.06 Cloud Authentication Getting Started Guide Version 2.1.0.06 ii Copyright 2011 SafeNet, Inc. All rights reserved. All attempts have been made to make the information in this document complete and accurate.

More information

ESMO Online event registration instructions Register someone else or few participants (1-9 persons)

ESMO Online event registration instructions Register someone else or few participants (1-9 persons) ESMO Online event registration instructions Register someone else or few participants (1-9 persons) INDEX Registration requirements... Page 2 1. Account with ESMO... Page 3 2. Login into your personal

More information

Stellar Phoenix. SQL Database Repair 6.0. Installation Guide

Stellar Phoenix. SQL Database Repair 6.0. Installation Guide Stellar Phoenix SQL Database Repair 6.0 Installation Guide Overview Stellar Phoenix SQL Database Repair software is an easy to use application designed to repair corrupt or damaged Microsoft SQL Server

More information

VoIP Ceiling Speaker with Allworx 6x Server Setup Guide

VoIP Ceiling Speaker with Allworx 6x Server Setup Guide VoIP Ceiling Speaker with Allworx 6x Server Setup Guide CyberData Corporation 2555 Garden Road Monterey, CA 93940 T:831-373-2601 F: 831-373-4193 www.cyberdata.net 2 1.0 Setup Diagram Figure 1-1 is a setup

More information

Application Installation/Setup

Application Installation/Setup Application Installation/Setup Q: Who is allowed to use the iphone or Android Mobile Banking Applications? A: Any customer with personal accounts may access the App. The customer must also be in good standing

More information

Active Directory Integration for Greentree

Active Directory Integration for Greentree App Number: 010044 Active Directory Integration for Greentree Last Updated 14 th February 2013 Powered by: AppsForGreentree.com 2013 1 Table of Contents Features... 3 Options... 3 Important Notes... 3

More information

NTP Software VFM Administration Web Site for Azure

NTP Software VFM Administration Web Site for Azure NTP Software VFM Administration Web Site for Azure Installation Guide Version 5.1 This guide provides quick instructions for the installation of NTP Software VFM Administration Web Site, from an administrator

More information

4cast Server Specification and Installation

4cast Server Specification and Installation 4cast Server Specification and Installation Version 2015.00 10 November 2014 Innovative Solutions for Education Management www.drakelane.co.uk System requirements Item Minimum Recommended Operating system

More information

Instructions For Opening UHA Encrypted Email

Instructions For Opening UHA Encrypted Email Receiving Encrypted Email You have received a secure, encrypted message from UHA. The message will contain the following notice and an attachment named SecureMessageAtt.hml. The attachment is shown circled

More information

Very Large Enterprise Network, Deployment, 25000+ Users

Very Large Enterprise Network, Deployment, 25000+ Users Very Large Enterprise Network, Deployment, 25000+ Users Websense software can be deployed in different configurations, depending on the size and characteristics of the network, and the organization s filtering

More information

Interworks. Interworks Cloud Platform Installation Guide

Interworks. Interworks Cloud Platform Installation Guide Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,

More information

ION EEM 3.8 Server Preparation

ION EEM 3.8 Server Preparation PREREQUISITE GUIDE JUNE 21, 2006 ION EEM 3.8 Server Preparation This document details the server configuration required for an ION EEM installation. This document can and should be used by the your company

More information

Sage Grant Management System Requirements

Sage Grant Management System Requirements Sage Grant Management System Requirements You should meet or exceed the following system requirements: One Server - Database/Web Server The following system requirements are for Sage Grant Management to

More information

formerly Help Desk Authority 9.1.3 Upgrade Guide

formerly Help Desk Authority 9.1.3 Upgrade Guide formerly Help Desk Authority 9.1.3 Upgrade Guide 2 Contacting Quest Software Email: Mail: Web site: info@quest.com Quest Software, Inc. World Headquarters 5 Polaris Way Aliso Viejo, CA 92656 USA www.quest.com

More information

IBM Business Process Manager Version 7.5.0. IBM Business Process Manager for Microsoft SharePoint Add-On Installation Guide

IBM Business Process Manager Version 7.5.0. IBM Business Process Manager for Microsoft SharePoint Add-On Installation Guide IBM Business Process Manager Version 7.5.0 IBM Business Process Manager for Microsoft SharePoint Add-On Installation Guide ii Installing PDF books and the information center PDF books are provided as a

More information

CSc 230 Software System Engineering FINAL REPORT. Project Management System. Prof.: Doan Nguyen. Submitted By: Parita Shah Ajinkya Ladkhedkar

CSc 230 Software System Engineering FINAL REPORT. Project Management System. Prof.: Doan Nguyen. Submitted By: Parita Shah Ajinkya Ladkhedkar CSc 230 Software System Engineering FINAL REPORT Project Management System Prof.: Doan Nguyen Submitted By: Parita Shah Ajinkya Ladkhedkar Spring 2015 1 Table of Content Title Page No 1. Customer Statement

More information

Avigilon Control Center Server User Guide

Avigilon Control Center Server User Guide Avigilon Control Center Server User Guide Version 4.10 PDF-SERVER-D-Rev1 Copyright 2011 Avigilon. All rights reserved. The information presented is subject to change without notice. No copying, distribution,

More information

Bank of the West EDS - Premier Getting Started Guide Web Client

Bank of the West EDS - Premier Getting Started Guide Web Client EDS - Premier Getting Started Guide Web Client Version: 4.0 March 2012 Contents Guidelines for EDS... 3 Getting Started... 4 1.1 Client PC Hardware Requirements... 4 1.2 Client PC Software Requirements...

More information

DRO-210i LOAD BALANCING ROUTER. Review Package Contents

DRO-210i LOAD BALANCING ROUTER. Review Package Contents DRO-210i LOAD BALANCING ROUTER Review Package Contents Make sure that the package contains the following items. DRO-210i Load Balancing Router 2 Straight Ethernet Cables 1 Cross Over Ethernet Cable 1 Power

More information

PAN Expense System Features at a glance. Web-based application. Claim based expense management. Complete transaction log reporting.

PAN Expense System Features at a glance. Web-based application. Claim based expense management. Complete transaction log reporting. PAN Expense System From PANACHE A QUICK EASY AFFORDABLE SOLUTION An intelligent solution to help organizations manage cost associated with processing various expenses. PAN Expense System manages the entire

More information

Server Software Installation Guide

Server Software Installation Guide Server Software Installation Guide This guide provides information on...... The architecture model for GO!Enterprise MDM system setup... Hardware and supporting software requirements for GO!Enterprise

More information

MakersInstitute Open edx Extension

MakersInstitute Open edx Extension Software Requirements Specification for MakersInstitute Open edx Extension Version 0.1 Prepared by Nurul Arif Setiawan Makers Institute July 31, 2015 Table of Contents Introduction Purpose Document Conventions

More information

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators Version 1.0 Last Updated on 15 th October 2011 Table of Contents Introduction... 3 File Manager... 5 Site Log...

More information

Employer Quick User Guideline

Employer Quick User Guideline The Hong Kong Institute of Education Employer Quick User Guideline URL: http://edjobplus.ied.edu.hk Step 1: Registration and Login Ed Job Plus 1. Select > Employer panel 2. Register a new account with

More information

Bill Pay Instructions

Bill Pay Instructions 2013 Bill Pay Instructions 1st Auto & Casualty Insurance Company This document provides instruction for using the U.S. Bank E-payment service The WRC Group rev. 11/2013 Table of Contents ACCESSING SECURE

More information

Cloud Services ADM. Agent Deployment Guide

Cloud Services ADM. Agent Deployment Guide Cloud Services ADM Agent Deployment Guide 10/15/2014 CONTENTS System Requirements... 1 Hardware Requirements... 1 Installation... 2 SQL Connection... 4 AD Mgmt Agent... 5 MMC... 7 Service... 8 License

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

AuditMatic Enterprise Edition Installation Specifications

AuditMatic Enterprise Edition Installation Specifications Enterprise Edition Installation Specifications Version: 4.0 Copyright 2005 F.A.S., Inc. All rights reserved. Copyright 2008 F.A.S., Inc. All rights reserved. Copyright Notice Information contained in this

More information

CA Service Desk Manager - Mobile Enabler 2.0

CA Service Desk Manager - Mobile Enabler 2.0 This Document is aimed at providing information about the (CA SDM) Mobile Enabler and mobile capabilities that is typically not available in the product documentation. This is a living document and will

More information

User Guide Trust Safety Accounting Upload PC Law and SFTP Software Release: Final Date

User Guide Trust Safety Accounting Upload PC Law and SFTP Software Release: Final Date User Guide Trust Safety Accounting Upload PC Law and SFTP Software Release: Final Date: July 22, 2015 TABLE OF CONTENTS Page TRUST SAFETY ACCOUNTING UPLOAD USER GUIDE... 2 BACKGROUND... 2 HOW TO USE THE

More information

Quick Start Guide for VMware and Windows 7

Quick Start Guide for VMware and Windows 7 PROPALMS VDI Version 2.1 Quick Start Guide for VMware and Windows 7 Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the

More information

Quick Start. Nighthawk X8 AC5300 Tri-Band WiFi Router Model R8500. Package Contents. NETGEAR, Inc. 350 East Plumeria Drive San Jose, CA 95134 USA

Quick Start. Nighthawk X8 AC5300 Tri-Band WiFi Router Model R8500. Package Contents. NETGEAR, Inc. 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for purchasing this NETGEAR product. You can visit www.netgear.com/support to register your product, get help, access the latest downloads and user manuals, and join our community. We

More information

CRM Connector Installation & Integration USER GUIDE

CRM Connector Installation & Integration USER GUIDE CRM Connector Installation & Integration USER GUIDE TABLE OF CONTENTS Table Of Contents Installation... 4 System Tray Icon.... 5 Salesforce.com Integration.... 6 Salesforce Security Token.... 6 Configuration....

More information

Grant Management. System Requirements

Grant Management. System Requirements January 26, 2014 This is a publication of Abila, Inc. Version 2014.x 2013 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product and service names mentioned

More information

First initial of their first name Last name The @ sign Client ID (selected by Client upon isi set-up)

First initial of their first name Last name The @ sign Client ID (selected by Client upon isi set-up) Page: 1 Enrollment Process Introduction ipay is an employee self service product, allowing the employee to view, print and save an electronic copy of their pay statement posted to ipay. This chapter will

More information

Web VTS Installation Guide. Copyright 2006-2010 SiiTech Inc. All rights reserved.

Web VTS Installation Guide. Copyright 2006-2010 SiiTech Inc. All rights reserved. Web VTS Installation Guide Copyright 2006-2010 SiiTech Inc. All rights reserved. Table of Contents Overview of Web VTS... 1 System Requirements... 2 Installation Sequence... 3 Installing Web VTS... 6 ii

More information