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

Size: px
Start display at page:

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

Transcription

1 A PROJECT PRESENTATION ON ONLINE MOVIE TICKET BOOKING SYSTEM Submitted To : Department Of Computer Science Developed By : Chirag Modi Paresh Patel M.Sc.(CA & IT) - III Sem. Group No Internal Guide By : Mrs.Krupa Bhavsar

2 PROJECT PROFILE Project Title Objective Platform Online Movie Ticket Booking System Booking Tickets for movies in various Theaters by the Users. Web base Application Front End ASP.NET with C# (.NET Framework 3.5) Back End Microsoft SQL Server 2005 Other Tools Microsoft Office 2007, Adobe Photoshop 6.0 Developed By Modi Chirag A Patel Paresh N Time Duration 90 Days Submitted To Department Of Computer Science

3 EXISTING SYSTEM Manual Time consuming Dependent on employee Insecurity

4 NEED FOR NEW SYSTEM Computerized Time saving Independent of employee Security

5 FUNCTION SPECIFICATION ADMIN : In this module The Administrator is maintain the user Details, Movie details, Theater details and Check the number of seats available. BOOKING TICKETS : In this module The Users will search for the movie and then go for theater then booking the tickets online. MEMBER : In this modules The user can first Registration in enter the Personal details and User login and If you also want to update personal details. The user collect all information like upcoming Movies details, in advance ticket booking and Theater details. BOOKING : If you are book ticket by tell so you collect ticket before start show 30 minute otherwise cancel your booking

6 HARDWARE & SOFTWARE REQUIREMENT Minimum Server Side Requirements : Software Operating System : Window7 or compatible Web Server : IE Hardware Processor : Ram : Hard disk : 1.5 MHz or above 1 GB 5 GB of free space on hard disk

7 Minimum Client Side Requirements : Software Operating System : Window XP or compatible Web Server : IE Hardware Processor : Ram : Hard disk : 1.5MHz 512 MB 2 GB (only if downloading is needed)

8 A flow chart is a pictorial representation of any dataflow. It uses different types of Symbols. BASIC SYMBOL OF FLOWCHART : Terminal Input/Output Processing Flow lines Decision Connectors

9 SYSTEM FLOW CHART

10 TIME LINE CHART Task Time Duration (In Days) Total Days Requirement Gathering & Analysis 15 Designing 15 Coding 35 Testing 15 Deployment & Implementation 10 Documentation 90

11 E-R Diagram Username ADMIN Password 1 Screen_No View info M USER Seat_no Gold Platinum Ticket_no Seat M BOOOKING M User Film A/c_no Silver Movie_name M M Book films M MOVIE INFO 1 Screen_No ADMIN

12 UML Diagram Use Case Diagram

13

14 Activity Diagram

15 Class Diagram

16 SEQUENCE DIAGRAM Admin

17 SEQUENCE DIAGRAM Member

18 COLLABORATION DIAGRAM Admin

19 COLLABORATION DIAGRAM Member

20 D ATA D I C T I O N A RY Table Name :- login_info Description :- To store login information. Primary Key :- Foreign Key :- Index Column Name Data Type Size Constraints Description 1 UserName Varchar (50) Not Null Used to store Username 2 Password Varchar (50) Not Null Used to store Password

21 Table Name :- Movie Description: - To store movie information. Primary Key: - MovieId Foreign Key: - Index Column Name Data Type Size Constraints Description 1 MovieId Int --- Primary key Used to store Movie Id. 2 MovieName Varchar (50) Not Null Used to store Movie Name. 3 ImagePath Varchar (100) Not Null Used to store Image Path. 4 Director Varchar (100) Not Null Used to store Director. 5 Producer Varchar (50) Not Null Used to store Producer 6 Cast Varchar (200) Not Null Used to store Cast 7 Duration Int --- Not Null Used to store Duration 8 Story Varchar (8000) Allow Null Used to store Story 9 Type Varchar (50) Not Null Used to store Type (running or upcoming)

22 Table Name :- CustomerPoints Description :- To store customer points Primary Key :- Foreign Key :- CustomerId Index Column Name Data Type Size Constraints Description 1 CustomerId Int --- Foreign Key Used to store (Forign Key of Customer's column CustomerId) 2 UserName Varchar (50) Not Null Used to store Username 3 CPoints Bigint --- Not Null Used to store Customer Points

23 Table Name :- temp Description :- To store the temp data of seats Index Column Name Data Type Size Constraints Description 1 Name Varchar (50) Not Null Used to store name. 2 c1 Int --- Not Null Used to store c1. 3 i1 Varchar (50) Not Null Used to store i1. 4 c2 Int --- Not Null Used to store c2. 5 i2 Varchar (50) Not Null Used to store i2. 6 c3 Int --- Not Null Used to store c3. 7 i3 Varchar (50) Not Null Used to store i3. 8 c4 Int --- Not Null Used to store c4. 9 i4 Varchar (50) Not Null Used to store i4. 10 c5 Int --- Not Null Used to store c5. 11 i5 Varchar (50) Not Null Used to store i5. 12 c6 Int --- Not Null Used to store c6. 13 i6 Varchar (50) Not Null Used to store i6. 14 c7 Int --- Not Null Used to store c7. 15 i7 Varchar (50) Not Null Used to store i7. 16 c8 Int --- Not Null Used to store c8. 17 i8 Varchar (50) Not Null Used to store i8. 18 c9 Int --- Not Null Used to store c9. 19 i9 Varchar (50) Not Null Used to store i9. 20 c10 Int --- Not Null Used to store c10. (Continue )

24 21 i10 Varchar (50) Not Null Used to store i c11 Int --- Not Null Used to store c i11 Varchar (50) Not Null Used to store i c12 Int --- Not Null Used to store c i12 Varchar (50) Not Null Used to store i c13 Int --- Not Null Used to store c i13 Varchar (50) Not Null Used to store i c14 Int --- Not Null Used to store c i14 Varchar (50) Not Null Used to store i c15 Int --- Not Null Used to store c i15 Varchar (50) Not Null Used to store i c16 Int --- Not Null Used to store c i16 Varchar (50) Not Null Used to store i c17 Int --- Not Null Used to store c i17 Varchar (50) Not Null Used to store i c18 Int --- Not Null Used to store c i18 Varchar (50) Not Null Used to store i c19 Int --- Not Null Used to store c i19 Varchar (50) Not Null Used to store i c20 Int --- Not Null Used to store c i20 Varchar (50) Not Null Used to store i20.

25 Table Name :- Book Description :- To store booking information Primary Key :- StatusId Foreign Key :- SeatId, ShowId Index Column Name Data Type Size Constraints Description 1 StatusId Int --- Primary key Used to store StatusId 2 SeatId Int --- Foreign Key Used to store (Forign key of Seats's column SeatId) 3 SeatName Int --- Allow Null Used to store Seat Name 4 ShowId Int --- Foreign Key Used to store (Forign key of Show's column ShowId) 5 Status Bit --- Not Null Used to store the status

26 Table Name :- City Description :- To store city information Primary Key :- CityId Foreign Key :- Index Column Name Data Type Size Constraints Description 1 CityId Int --- Primary key Used to store city id 2 CityName Varchar (50) Not Null Used to store city name 3 State Varchar (50) Not Null Used to store state

27 Table Name :- Customer Description :- To store customer information Primary Key:- CstomerId Foreign Key:- Index Column Name Data Type Size Constraints Description 1 CustomerId Int --- Primary key Used to store customer id 2 UserName Varchar (50) Not Null Used to store Username 3 Pass Varchar (50) Not Null Used to store Password 4 Fname Varchar (50) Not Null Used to store First Name 5 Mname Varchar (50) Allow Null Used to store Last Name 6 Lname Varchar (50) Not Null Used to store Last Name 7 Gender Varchar (50) Not Null Used to store Gender (Male or Female) 8 Address Varchar (500) Not Null Used to store Address 9 City Varchar (50) Not Null Used to store City 10 Pincode Int --- Not Null Used to store Pincode of city 11 State Varchar (50) Not Null Used to store State 12 Varchar (50) Not Null Used to store of customer 13 Mobile Bigint --- Not Null Used to store Mobile number of customer

28 Table Name :- Screen Description :- To store screen information Primary Key : - ScreenId Foreign Key :-TheatreId Index Column Name Data Type Size Constraints Description 1 ScreenId Int --- Primary key Used to store Screen Id 2 ScreenNo Int --- Not Null Used to store Screen number 3 TheatreId Int --- Not Null Used to store (Forign key of Theatre's column TheatreId)

29 Table Name :- Seats Description :- To store Seat information Primary Key :- SeatId Foreign Key :- Index Column Name Data Type Size Constraints Description 1 SeatId Int --- Primary key Used to store Seat Id 2 ScreenId Int --- Not Null Used to store Screen Id 3 RowName Varchar (10) Allow Null Used to store row number 4 SeatName Int --- Not Null Used to store Seat name 5 ImageUrl Varchar (50) Not Null Used to store Image path

30 Table Name :- Show Description :- To store show timing of the movie Primary Key :- ShowId Foreign Key :- MovieId, TheatreId Index Column Name Data Type Size Constraints Description 1 ShowId Int --- Primary key Used to store Show Id 2 MovieId Int --- Foreign Key Used to store (Forign key of Movie's column MovieId) 3 TheatreId Int --- Foreign Key Used to store (Forign key of Theatre's column TheatreId) 4 ScreenId Int --- Foreign Key Used to store (Forign Key of Screen s column ScreenID) 5 StartTime Varchar (50) Not Null Used to store Start time of movie 6 EndTime Varchar (50) Not Null Used to store End time of movie 7 Date Varchar (50) Not Null Used to store Date of movie 8 PRate Int --- Allow Null Used to store Platinum seat rate 9 GRate Int --- Allow Null Used to store Gold seat rate 10 SRate Int --- Allow Null Used to store Silver seat rate

31 Table Name :- Theatre Description :- To store Theater information Primary Key :- TheatreId Foreign Key :- CityId Index Column Name Data Type Size Constraints Description 1 TheatreId Int --- Primary key Used to store Theatre Id 2 TheatreName Varchar (50) Not Null Used to store Theatre name 3 CityId Int --- Not Null Used to store (Forign key of City's column CityId) 4 Address Varchar (500) Not Null Used to store address of theatre 5 Pincode Int --- Not Null Used to store pincode 6 Nos Int --- Not Null Used to store no of screen

32 Table Name :- Prints Description :- To store prints details of the movie ticket to customer Primary Key :- Foreign Key :- Index Column Name Data Type Size Constraints Description 1 PrintId Int --- Not Null Used to store print id 2 TicketId Int --- Not Null Used to store ticket id 3 Movie Varchar (50) Not Null Used to store movie name 4 Theatre Varchar (50) Not Null Used to store theatre name 5 City Varchar (50) Not Null Used to store city 6 Screen Int --- Not Null Used to store screen number 7 StartTime Varchar (50) Not Null Used to store start time of movie 8 EndTime Varchar (50) Not Null Used to store end time of movie 9 Date Varchar (50) Not Null Used to store date of movie 10 Seats Varchar (50) Not Null Used to store number of seats 11 SeatType Varchar (50) Not Null Used to store seat type 12 Amount Int --- Not Null Used to store amount of ticket 13 IsPaid Varchar (50) Not Null Used to store paid amount to customer

33 Table Name :- Ticket Description :- To store ticket information Primary Key :- TicketId Foreign Key :- ShowId Index Column Name Data Type Size Constraints Description 1 TicketId Bigint --- Primary key Used to store Ticket Id 2 ShowId Int --- Foreign Key Used to store (Forign key of Show's column ShowId) 3 Seats Varchar (50) Not Null Used to store seats 4 SeatType Varchar (50) Not Null Used to store Seat type 5 NoSeats Int --- Not Null Used to store No. of seats 6 Amount Int --- Not Null Used to store amount of ticket 7 IsPaid Varchar (50) Not Null Used to store paid to customer 8 Mobile Bigint --- Not Null Used to store mobile no of customer 9 Varchar (50) Allow Null Used to store id of customer

34 Table Name :- Feedback Description :- To feedback of customer Primary Key :- FeedBackId Foreign Key:- Index Column Name Data Type Size Constraints Description 1 FeedBackId Int --- Primary key Used to store feedback id 2 UserName Varchar (50) Not Null Used to store username 3 Id Varchar (50) Not Null Used to store id 4 Feedback Varchar (500) Not Null Used to store feedback

35 Input Design

36 HOME

37 SELECT CITY

38 SELECT MOVIE

39 MOVIE REVIEW

40 MOVIE DEATAILS

41 ADMIN LOGIN

42 ADMIN HOME

43 ADD MOVIE

44 ADD MOVIE DEATAIL

45 THEATRE DEATAILS

46 THEATRE DEATAILS

47 UPDATE THEATRE

48 ADD THEATRE

49 ADD THEATRE SEATS

50 MOVIE SHOWS

51 ADD NEW MOVIE SHOW

52 ADD CITY

53 ADD CITY DEATAILS

54 USER LOGIN

55 USER REGISTER DEATAILS

56 SELECT CITY

57 SELECT MOVIE

58 SELECT SHOW

59 SELECT SHOW DEATAIL

60 SELECT SEATS

61 TICKET SUMMARY

62 FEEDBACK

63 T E S T I N G CHARACTERISTICS OF TESTING: Testing begins at the module level and works outward towards the integration of the entire computer based system. Different testing techniques are appropriate at different level of time. Testing & debugging are different activities, but debugging must be accommodated in any testing strategy. There are different model of testing. On the basis of testing methods. There are two types of testing. Black-box testing. White-box testing

64 BLACK-BOX TESTING: Black-box tests are used to demonstrate that software function are operational, that input is properly accepted and output is correctly produced, and that integrity of external information is maintained. WHITE-BOX TESTING: White-box tests are used to examine the procedural details. It checks the logical paths by test case. It can also checks the conditions, loops used in the software coding. It checks that loops are working correctly on defined boundary value.

65 UNIT TESTING FOR COMPONENT: In system calendar use for the book the ticket. In system also provide the facility for the movie information, theater information and upcoming movie information. In system each and every field have unique validation.

66 CUSTOMER SIDE Login page No Test Condition Expected Result Actual Output Status 1 Click On login Button without Username, Password. System does not allow user to login. System will display message. Pass 2 Click on login button with Invalid username, Password. Message Wrong Username or password As Expected. Pass 3 Click on Login Button with valid username, password. System allow user to login. System allow user to access application. Pass 4 Click on Register button System allow to go on register page System will display register page Pass

67 Registration page No Test Condition Expected Result Actual Output Status 1 Click On submit button and not enter Username. 2 Click On submit button and not enter Password 3 Click On submit button and not enter Confirm Password 4 Click On submit button and not enter First Name 5 Click On Submit button and not enter Last Name Message Required As Expected Pass Message Required As Expected Pass Message Required As Expected Pass Message Required As Expected Pass Message Required As Expected Pass 6 Click On Submit button and not Address Message Select city As Expected Pass 7 Click On submit button and not enter City Message Enter ten digit no 8 Click On submit button and not enter Pincode. As Expected Pass Message Required As Expected Pass 9 Click On submit button and not enter State Message Required As Expected Pass 10 Click On submit button and not enter Message Required As Expected Pass 11 Click On submit button and not enter Mobile Message Required As Expected Pass

68 Select A Show No Test Condition Expected Result Actual Output Status 1 Click On Proceed button and not enter Date Message Required As Expected Pass 2 Click On Proceed button and not enter Theatre 3 Click On Proceed button and not enter Seat Type 4 Click On Proceed button and not enter no of seat Message Required As Expected Pass Message Required As Expected Pass Message Required As Expected Pass Select A Seat No Test Condition Expected Result Actual Output Status 1 Click On Proceed button and not select seat Message Required As Expected Pass

69 Feedback No Test Condition Expected Result Actual Output Status 1 Click On submit button and not enter username Message Required As Expected Pass 2 Click On submit button and not enter Message Required As Expected Pass 3 Click On submit button and not enter feedback Message Required As Expected Pass

70 ADMIN SIDE Login page No Test Condition Expected Result Actual Output Status 1 Click On login Button without Username, Password. System does not allow user to login. System will display message. Pass 2 Click on login button with Invalid username, Password. Message Wrong Username or password As Expected. Pass 3 Click on Login Button with valid username, password. System allow user to login. System allow user to access application. Pass

71 Add Movie No Test Condition Expected Result Actual Output Status 1 Click On Upload button and no file chosen Message Required As Expected Pass 2 Click On Upload button and movie image select Message Required As Expected Pass 3 Click On Add button and not enter Director Message Required As Expected Pass 4 Click On Add button and not enter Producer Message Required As Expected Pass 5 Click On Add button and not enter Cast Message Required As Expected Pass 6 Click On Add button and not enter Duration Message Select city As Expected Pass 7 Click On Add button and not enter Story Message Enter ten digit no As Expected Pass 8 Click On Add button and movie added. Message Required As Expected Pass

72 Select Update Movie No Test Condition Expected Result Actual Output Status 1 Click On movie image and file chosen Message Required As Expected Pass 2 Click On Upload button and no file chosen Message Required As Expected Pass 3 Click On Upload button and movie image upload Message Required As Expected Pass 4 Click On Add button and not enter Director Message Required As Expected Pass 5 Click On Add button and not enter Producer Message Required As Expected Pass 6 Click On Add button and not enter Cast Message Select city As Expected Pass 7 Click On Add button and not enter Duration Message Enter ten digit no As Expected Pass 8 Click On Add button and movie Story Message Required As Expected Pass 9 Click On Add button and movie added. Message Required As Expected Pass

73 Delete Movie No Test Condition Expected Result Actual Output Status 1 Click On Movie image and show movie detail Message Required As Expected Pass 2 Click On Delete button and movie delete Message Required As Expected Pass

74 Add Show No Test Condition Expected Result Actual Output Status 1 Click On Add button and not select movie name. Message Required As Expected Pass 2 Click On Add button and not select city Message Required As Expected Pass 3 Click On Add button and not select theatre name Message Required As Expected Pass 4 Click On Add button and not enter Screen No Message Required As Expected Pass 5 Click On Add button and not enter Start time Message Required As Expected Pass 6 Click On Add button and not enter End time Message Select city As Expected Pass 7 Click On Add button and not enter Date Message Enter ten digit no 8 Click On Add button and not enter Platinum Rate As Expected Pass Message Required As Expected Pass 9 Click On Add button and not enter Gold Rate Message Required As Expected Pass 10 Click On Add button and not enter Silver Rate Message Required As Expected Pass 11 Click On Add button and Show added Message Required As Expected Pass

75 Update Show No Test Condition Expected Result Actual Output Status 1 Click On Update button and not select movie name. Message Required As Expected Pass 2 Click On Update button and not select city Message Required As Expected Pass 3 Click On Update button and not select theatre Message Required As Expected Pass 4 Click On Update button and not enter Screen No Message Required As Expected Pass 5 Click On Add button and not enter Date Message Enter ten digit no As Expected Pass 6 Click On Update button and not enter Start Time Message Required As Expected Pass 7 Click On Update button and Show updated Message Required As Expected Pass

76 Add City No Test Condition Expected Result Actual Output Status 1 Click On Add Button and not enter City name. Message Required As Expected Pass 2 Click on Add button and not enter State. Message Required As Expected. Pass 3 Click on Add Button and City added Message Required As Expected. Pass

77 Visitor Side No Test Condition Expected Result Actual Output Status 1 Click On Movie image Show the movie information As Expected Pass 2 Click on Review button Show the movie information As Expected. Pass

78 POST IMPLEMENTATION REVIEW Post Implementation Review is done after the completion of coding and testing part, to know the review of the people who have used this project. After the system is implemented and conversion is completed, a review of system is usually conducted by users and analyst. This is called post implementation review. The most fundamental concern post implementation review is determining whether the system has met its objective; that is analysts want to know if the performance level of users has improved and if the system is producing the result intended. If neither is happening, one may question whether the system can be considered successful.

79 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 than you find it to be complete but we want to make it still mature and fully automatic. Some of the expansions which we have thought of are: We want to improve our home page, as it is the main things which attracts all users. Payment facility for bank to user.

80 BIBLIOGRAPHY List of Books Referred : Software engineering By: Roger S. Pressman ASP.NET List of Website Visited:

81

Online Bus Booking System

Online Bus Booking System A Project Presentation On Online Bus Booking System Submitted By Barot Alok T. 13084231001 Dayani Yash K. 13084231033 M.Sc. (CA & IT) Semester-III Internal Guided By Amit B. Suthar Submitted to Department

More information

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

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

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

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

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

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

Tutorial: How to Use SQL Server Management Studio from Home

Tutorial: How to Use SQL Server Management Studio from Home Tutorial: How to Use SQL Server Management Studio from Home Steps: 1. Assess the Environment 2. Set up the Environment 3. Download Microsoft SQL Server Express Edition 4. Install Microsoft SQL Server Express

More information

User Manual V1.3. NCB File Converter. @alahlincb. /alahlincb. 9 2000 1000 www.alahli.com

User Manual V1.3. NCB File Converter. @alahlincb. /alahlincb. 9 2000 1000 www.alahli.com User Manual V1.3 NCB File Converter @alahlincb /alahlincb 9 2000 1000 www.alahli.com The National Commercial Bank File Converter User Manual Copyright 2013 The National Commercial Bank Page 2 of 44 Table

More information

Online Movie theatre s Ticket booking system

Online Movie theatre s Ticket booking system Online Movie theatre s Ticket booking system Objective: This is a online web site on which user as well as theatre owner register themselves and use this site to update movies in theatre and search for

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

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

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

Using SQL Server Management Studio

Using SQL Server Management Studio Using SQL Server Management Studio Microsoft SQL Server Management Studio 2005 is a graphical tool for database designer or programmer. With SQL Server Management Studio 2005 you can: Create databases

More information

Quick Installation Guide

Quick Installation Guide avast! Small Office Administration Quick Installation Guide avast! Reseller Technical Support [email protected] Operating Systems Supported System Requirements Windows XP SP3 or higher, Windows

More information

Web based training for field technicians can be arranged by calling 888-577-4919 These Documents are required for a successful install:

Web based training for field technicians can be arranged by calling 888-577-4919 These Documents are required for a successful install: Software V NO. 1.7 Date 9/06 ROI Configuration Guide Before you begin: Note: It is important before beginning to review all installation documentation and to complete the ROI Network checklist for the

More information

SNAMP Data Server Tutorial

SNAMP Data Server Tutorial SNAMP Data Server Tutorial The server hosted by UC Merced is a data server that is used to share data among the science teams and with the public. To ensure the proper data disclosure, a sharing level

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

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

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

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

LockView 4.3.1 CompX Database & Network Configuration & Installation Manual

LockView 4.3.1 CompX Database & Network Configuration & Installation Manual LockView 4.3.1 CompX Database & Network Configuration & Installation Manual Table of Contents CompX Database & Network Configuration & Installation Manual Introduction... 4 Installation Requirements...

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

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

Server Component Installation guide

Server Component Installation guide Server Component Installation and upgrade guide 1/6 Server Component Installation guide The following document describes the system requirements of the B1 Usability Package Server Component and how to

More information

Preparing a SQL Server for EmpowerID installation

Preparing a SQL Server for EmpowerID installation Preparing a SQL Server for EmpowerID installation By: Jamis Eichenauer Last Updated: October 7, 2014 Contents Hardware preparation... 3 Software preparation... 3 SQL Server preparation... 4 Full-Text Search

More information

VMWare Workstation 11 Installation MICROSOFT WINDOWS SERVER 2008 R2 STANDARD ENTERPRISE ED.

VMWare Workstation 11 Installation MICROSOFT WINDOWS SERVER 2008 R2 STANDARD ENTERPRISE ED. VMWare Workstation 11 Installation MICROSOFT WINDOWS SERVER 2008 R2 STANDARD ENTERPRISE ED. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *If you are using

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

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

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

Korosi Monitoring System (KMS) Software Manual

Korosi Monitoring System (KMS) Software Manual PT. KOROSI SPECINDO Corrosion Monitoring System Eng. Doc. No.: KS-MNL-KMS Korosi Monitoring System (KMS) Software Manual Revision Date Prepared Approved Description 0 23/05/2008 ES JH Issued for approval

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

Attendance Management System

Attendance Management System Project Report On Attendance Management System International School of Informatics and Management Sector-12,Mahaveer Marg, Mansarover, Jaipur Submitted By: Guided By 1. Saurabh Kumar Jain Mr. Vijay Gupta

More information

System Requirements for Microsoft Dynamics GP 2013

System Requirements for Microsoft Dynamics GP 2013 Page 1 of 7 System Requirements for Microsoft Dynamics GP 2013 Web Applications Last Modified Posted This page lists the system requirements for Microsoft Dynamics GP 2013 Web Applications. On this page:

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

Resources You can find more resources for Sync & Save at our support site: http://www.doforms.com/support.

Resources You can find more resources for Sync & Save at our support site: http://www.doforms.com/support. Sync & Save Introduction Sync & Save allows you to connect the DoForms service (www.doforms.com) with your accounting or management software. If your system can import a comma delimited, tab delimited

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

Using. Microsoft Virtual PC. Page 1

Using. Microsoft Virtual PC. Page 1 Using Microsoft Virtual PC T4 Page 1 Microsoft Virtual PC Microsoft Virtual PC allows multiple Guest Operating Systems (Virtual Machines) to run using the resources of the Host Operating System (The PC

More information

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Length: 3 Days Language(s): English Audience(s): IT Professionals Level: 200 Technology: Microsoft SQL Server 2008

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

Project Server 2010 - hardware and software requirements

Project Server 2010 - hardware and software requirements Project Server 2010 - hardware and software requirements At a high-level, the key requirements for Project Server 2010 are as follows: The 64-bit version of Windows Server 2008 Service Pack 2 or Windows

More information

Active Directory Management. Agent Deployment Guide

Active Directory Management. Agent Deployment Guide Active Directory Management Agent Deployment Guide Document Revision Date: June 12, 2014 Active Directory Management Deployment Guide i Contents System Requirements...1 Hardware Requirements...1 Installation...3

More information

Accessing the Across Ticket System

Accessing the Across Ticket System Accessing the Across Ticket System September 2015 Version 2.3 Copyright Across Systems GmbH The content of this document may only be reproduced in any form or communicated to any third party with the prior

More information

Keeper Care System Data Manager Version 1.2.6

Keeper Care System Data Manager Version 1.2.6 Automated Inventory Solutions, Inc. User Manual Keeper Care System Data Manager Version 1.2.6 Automated Inventory Solutions Phone: (304)725-4801 Fax: (304)725-6983 www.aisvendors.com Email: [email protected]

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

PCVITA Express Migrator for SharePoint (File System) 2011. Table of Contents

PCVITA Express Migrator for SharePoint (File System) 2011. Table of Contents Table of Contents Chapter-1 ---------------------------------------------------------------------------- Page No (2) What is PCVITA Express Migrator for SharePoint (File System)? Migration Supported The

More information

User Guide. DocAve Lotus Notes Migrator for Microsoft Exchange 1.1. Using the DocAve Notes Migrator for Exchange to Perform a Basic Migration

User Guide. DocAve Lotus Notes Migrator for Microsoft Exchange 1.1. Using the DocAve Notes Migrator for Exchange to Perform a Basic Migration User Guide DocAve Lotus Notes Migrator for Microsoft Exchange 1.1 Using the DocAve Notes Migrator for Exchange to Perform a Basic Migration This document is intended for anyone wishing to familiarize themselves

More information

Deposit Direct. Getting Started Guide

Deposit Direct. Getting Started Guide Deposit Direct Getting Started Guide Table of Contents Before You Start... 3 Installing the Deposit Direct application for use with Microsoft Windows Vista... 4 Running Programs in Microsoft Windows Vista...

More information

Exposed Database( SQL Server) Error messages Delicious food for Hackers

Exposed Database( SQL Server) Error messages Delicious food for Hackers Exposed Database( SQL Server) Error messages Delicious food for Hackers The default.asp behavior of IIS server is to return a descriptive error message from the application. By attacking the web application

More information

CRM Login ADMIN PANEL. URL - www.fulloncrm.com. Login page Details: 1. Login Page :

CRM Login ADMIN PANEL. URL - www.fulloncrm.com. Login page Details: 1. Login Page : CRM Login ADMIN PANEL URL - www.fulloncrm.com Login page Details: 1. Login Page : Enter your Login Credential and click on login then it will open your panel. 2. Admin Dashboard : Your Admin dashboard

More information

Keeper Care System Data Manager Version 1.0

Keeper Care System Data Manager Version 1.0 Automated Inventory Solutions, Inc. User Manual Keeper Care System Data Manager Version 1.0 Automated Inventory Solutions Phone: (304)725-4801 Fax: (304)725-6983 www.aisvendors.com Email: [email protected]

More information

LockView 4.2 CompX Database & Network Configuration & Installation Manual

LockView 4.2 CompX Database & Network Configuration & Installation Manual LockView 4.2 CompX Database & Network Configuration & Installation Manual Table of Contents CompX Database & Network Configuration & Installation Manual Introduction... 4 Installation Requirements... 5

More information

e-administration your guide to using with TNT

e-administration your guide to using with TNT e-administration your guide to using with TNT For any administrative assistance please email [email protected] For any technical advice please contact 01827 711 611 Contents welcome to e-administration

More information

Software Design Specification

Software Design Specification GROUP 7 SEVEN SOFTWARE PROJECT: ONLINE SCHEDULING SYSTEM COMPANY: VIA MAGNA GOTHENBURG SWEDEN GROUP MEMBERS: IBRAHIM KRVAVAC ALI BAHALOO HORE SEYED SAMAD GHASEMI KUHAN LOH DANIEL ASOVIC Software Design

More information

CRM Outlook Plugin Installation

CRM Outlook Plugin Installation CRM Outlook Plugin Installation Last Modified on 01/15/2016 4:51 pm EST Hardware Requirements Component Minimum Recommended Processor Intel Pentium III 750-MHz CPU, or comparable Dual-core 1.8-GHz CPU

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

Receptionist-Small Business Administrator guide

Receptionist-Small Business Administrator guide Receptionist-Small Business Administrator guide What is it? Receptionist-Small Business works with your desk phone, soft phone, or mobile device so you can control calls, monitor the lines of employees,

More information

NETWRIX CHANGE NOTIFIER

NETWRIX CHANGE NOTIFIER NETWRIX CHANGE NOTIFIER FOR SQL SERVER QUICK-START GUIDE Product Version: 2.6.194 February 2014. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

FAQs Frequently Asked Questions

FAQs Frequently Asked Questions FAQs Frequently Asked Questions BURLINGTON ENGLISH Table of Contents Page installation Q1 What are the minimum system requirements for installing BurlingtonEnglish? 4 Q2 What are the installation instructions

More information

Apparo Fast Edit. Excel data import via email 1 / 19

Apparo Fast Edit. Excel data import via email 1 / 19 Apparo Fast Edit Excel data import via email 1 / 19 1 2 3 4 5 Definition 3 Benefits at a glance 3 Example 4 3.1 Use Case 4 3.2 How users experience this feature 4 Email ImportBusiness Case 6 4.1 Creating

More information

SCDOT FTP Server User Guide

SCDOT FTP Server User Guide The new SCDOT File Transfer () solution allows SCDOT employees or customers to upload/download data using either a desktop installed software or a web browser interface. The desktop client can be easily

More information

ASTROW HR. Installation & Operation & Programming MANUAL

ASTROW HR. Installation & Operation & Programming MANUAL ASTROW HR Installation & Operation & Programming MANUAL 2007 A.S.E. R&D EUROPE. Printed in Belgium. All rights reserved. NOTICE Information in this document is subject to change without notice and does

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

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

User Guide For Event Registration System (ERS)

User Guide For Event Registration System (ERS) User Guide For Event Registration System (ERS) Contents CONTENTS... 1 GETTING STARTED GUIDE... 2 ACCESSING ERS... 3 SSO LOGIN... 3 PIN LOGIN... 3 LOGIN NOTICE PAGE... 4 CONFIGURATION OPTIONS... 4 CREATING

More information

EZblue BusinessServer The All - In - One Server For Your Home And Business

EZblue BusinessServer The All - In - One Server For Your Home And Business EZblue BusinessServer The All - In - One Server For Your Home And Business Quick Start Guide Version 3.8 1 2 3 EZblue Server Overview EZblue Server Installation EZblue Server Configuration 4 EZblue Magellan

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

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

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 Install Guide. Lumension Endpoint Management and Security Suite 7.1

Quick Install Guide. Lumension Endpoint Management and Security Suite 7.1 Quick Install Guide Lumension Endpoint Management and Security Suite 7.1 Lumension Endpoint Management and Security Suite - 2 - Notices Version Information Lumension Endpoint Management and Security Suite

More information

How To Run Eve 5 On A Pc Or Mac Or Ipad (For Pc Or Ipa) On A Network (For Mac) On Your Computer Or Ipro (For Ipro) On An Ipro Or Ipo (For Windows)

How To Run Eve 5 On A Pc Or Mac Or Ipad (For Pc Or Ipa) On A Network (For Mac) On Your Computer Or Ipro (For Ipro) On An Ipro Or Ipo (For Windows) EVE5 Hardware and Software Requirements EVE5 is a Client/Server program. i.e. there are 2 components to the program: 1/ The Server: this controls your database and will be installed on one computer only.

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

EaseUS Backup Center User Guide

EaseUS Backup Center User Guide EaseUS Backup Center User Guide Welcome... 2 Getting started... 2 Software Requirements... 2 Hardware Requirements... 2 System Requirements... 2 Supported File Systems... 3 Supported Hard Disk Types...

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

TurningPoint PC FAQ. Why do I get the message that indicates my receiver is not licensed to work with TurningPoint?

TurningPoint PC FAQ. Why do I get the message that indicates my receiver is not licensed to work with TurningPoint? TurningPoint PC FAQ TurningPoint PC Version 4.2 The following FAQs have been provided for your convenience. If you have additional support questions, please feel free to contact Turning Technologies Tech

More information

How To Install Hoteltv2 On A Pc Or Mac Or Mac (For Mac)

How To Install Hoteltv2 On A Pc Or Mac Or Mac (For Mac) D0253 HotelTV2 Control Server Setup Guide 2014 October 1. Revision History Date Owner Version Reason & Change 16 Dec 2011 İbrahim Özbey A0.1 Initial Creation 18 Apr 2012 Ferhan Badur A0.2 Structure Changed

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

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

Quick Installation Guide

Quick Installation Guide avast! Enterprise Administration Quick Installation Guide avast! Reseller Technical Support [email protected] How to Install System Requirements AVAST! ENTERPRISE ADMINISTRATION SERVER Windows

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

CloudFTP: A free Storage Cloud

CloudFTP: A free Storage Cloud CloudFTP: A free Storage Cloud ABSTRACT: The cloud computing is growing rapidly for it offers on-demand computing power and capacity. The power of cloud enables dynamic scalability of applications facing

More information

Richmond Systems. SupportDesk Quick Start Guide

Richmond Systems. SupportDesk Quick Start Guide Richmond Systems SupportDesk Quick Start Guide Table of Contents SupportDesk Quick Start Guide...1 Introduction...1 Pre-requisites...2 Installation at a Glance...2 Installation...3 Setup Console...13

More information

Defender 5.7 - Token Deployment System Quick Start Guide

Defender 5.7 - Token Deployment System Quick Start Guide Defender 5.7 - Token Deployment System Quick Start Guide This guide describes how to install, configure and use the Defender Token Deployment System, based on default settings and how to self register

More information

Import: Create Teachers

Import: Create Teachers Import: Create Teachers Instead of having teachers register manually using the school passcode, you have the option of importing a spreadsheet to create teacher usernames. You will need administrative

More information

MSSQL quick start guide

MSSQL quick start guide C u s t o m e r S u p p o r t MSSQL quick start guide This guide will help you: Add a MS SQL database to your account. Find your database. Add additional users. Set your user permissions Upload your database

More information

Hardware and Software Requirements for Sage 50 v15 to v22

Hardware and Software Requirements for Sage 50 v15 to v22 Hardware and Software Requirements for Sage 50 v15 to v22 Sage 50 Accounts v22 Note: The Sage Data Service has the same system requirements as Sage 50 Accounts v22. Note: For more information on support

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

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

SCT Banner. Student Self-Service Information Resources Training Services Rowan University 201 Mullica Hill Road Glassboro, NJ 08028-1701

SCT Banner. Student Self-Service Information Resources Training Services Rowan University 201 Mullica Hill Road Glassboro, NJ 08028-1701 SCT Banner Student Self-Service Information Resources Training Services Rowan University 201 Mullica Hill Road Glassboro, NJ 08028-1701 http://banner.rowan.edu [email protected] Download a free copy

More information

This Deployment Guide is intended for administrators in charge of planning, implementing and

This Deployment Guide is intended for administrators in charge of planning, implementing and YOUR AUTOMATED EMPLOYEE Foxtrot Deployment Guide Enterprise Edition Introduction This Deployment Guide is intended for administrators in charge of planning, implementing and maintaining the deployment

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

How To Install Sedar On A Workstation

How To Install Sedar On A Workstation SEDAR Client Installation Guide Version 1.2 January 27, 2014 10 Contents About This Guide... 2 Assumptions... 3 Date Format Synchronization... 3 Before You Begin the Installation Test of the SEDAR Client...

More information

REGISTER OF COMPANIES, ENTERPRISES AND BUSINESS

REGISTER OF COMPANIES, ENTERPRISES AND BUSINESS RWANDA BUSINESS REGISTRY PROJECT REGISTER OF COMPANIES, ENTERPRISES AND BUSINESS NAMES USER MANUAL Online user Version: 1.0 March 9 th 2010 NORWAY REGISTERS DEVELOPMENT AS TABLE OF CONTENTS 1 INTRODUCTION...

More information

Advanced Digital Imaging

Advanced Digital Imaging Asset Management System User Interface Cabin River Web Solutions Overview The ADI Asset Management System allows customers and ADI to share digital assets (images and files) in a controlled environment.

More information

System Requirements for Web Applications

System Requirements for Web Applications for Web Overview This document contains the Web server recommendations and client workstation requirements for Business Portal for Microsoft Dynamics GP 2010, Workflow, Web Services and SQL Reporting Services

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