A Project Report On Property Consultancy information System

Size: px
Start display at page:

Download "A Project Report On Property Consultancy information System"

Transcription

1 A Project Report On Property Consultancy information System Submitted By :- Guide By :- Patel Manali Pankajkumar Patel Margi Sevantilal MR. Jasmin D Patel Submitted To :Acharya Motibhai Patel Institute Of Computer Studies Ganpat Vidhyanagar Group no c25 Page 1 of 94

2 Property Consultancy Information System Project Profile Project Title Property Consultancy Information System Objective To Provide The Information About Property (ROW-HOUSE) Front-End Tool ASP.NET 4.0 (C# 2010) Back-End Tool SQL Server Express Edition 2008 Supported Tool Visual Studio 2010 Development Tool Adobe Photoshop 6.5 Group No C25 Developed By Patel Manali Pankajkumar Patel Margi Sevantilal ( ) ( ) Internal Guide Mr. Jasmin D Patel Coordinator Mrs. Asha K Patel Page 2 of 94

3 Property Consultancy Information System About organization The name of the organization is RUN SCAPE. That was established in The owner name is Patel Bharatbhai K. Saguna residency, Rudra complex are also developed by run scape. Provide residency in public budget. Affordable house plan for middle class people. Contact Detail Commercial complex 5th floor, near vaishnav devi circle, S. G. Highway, Ahmedabad Page 3 of 94

4 Property Consultancy Information System Existing System Publish information using various media. Blocking the property through the register. Publish information using brochure and template. To give the information by advertising in newspaper. Updated information in various media and newspaper. Page 4 of 94

5 Property Consultancy Information System NEED FOR NEW SYSTEM LIMITATIONS OF EXISTING SYSTEM All people can not get the information. Over budget. Due to this limitations we need a new platform which one a website One more way to get information. Possible to control budget. Reach to all people who are using internet. User has a facilitated to search the property by giving his requirement. Promote sells. Consume less time compared to existing system. Easy to maintain transactions and provide security. Page 5 of 94

6 Property Consultancy Information System Hardware software requirement Page 6 of 94

7 Property Consultancy Information System Hardware Specification Server Side (Recommended):Processor Intel i3 2.10GHz Hard Disk 620 GB RAM 4 GB Client Side (Recommended) :Processor Any Pentium Processor RAM 2 GB and above Page 7 of 94

8 Property Consultancy Information System software Specification Server Side (Recommended):Framework.NET framework 4.0 Database SQL Server 2008 Document Tool Microsoft Office Client Side (Recommended) :Web Browser Internet Explorer 6.0 or above Mozilla Firefox Google Chrome Page 8 of 94

9 Property Consultancy Information System System Flow Chat Page 9 of 94

10 Property Consultancy Information System Admin :- Page 10 of 94

11 Property Consultancy Information System Builder :- Page 11 of 94

12 Property Consultancy Information System User :- Page 12 of 94

13 Property Consultancy Information System Data flow DIAGRAM Page 13 of 94

14 Property Consultancy Information System Context Level DFD :- Page 14 of 94

15 Property Consultancy Information System First Level DFD Of ADMIN : Page 15 of 94

16 Property Consultancy Information System Second Level DFD For Process 3.0 (Project) : Page 16 of 94

17 Property Consultancy Information System Second Level DFD For Process 4.0 (Property) : Page 17 of 94

18 Property Consultancy Information System First Level DFD Of BUILDER : Page 18 of 94

19 Property Consultancy Information System Second Level DFD For Process 3.0 (Project) : Page 19 of 94

20 Property Consultancy Information System Second Level DFD For Process 4.0 (Property) : Page 20 of 94

21 Property Consultancy Information System First Level DFD Of USER : Page 21 of 94

22 Property Consultancy Information System Data dictionary Page 22 of 94

23 TBLUSER:- Property Consultancy Information System Description:-use for registration Constrain:- primary key(propertyid) foreign key(cityid) No Column Name Data Type Constrain Description 1 Userid Int Primary Key Id of user 2 firstname Varchar(50) Not Null First name 3 lastname Varchar(50) Not Null Last name 4 address Varchar(200) Not Null Address 5 cityid Int Foreign Key Id of city 6 pincode Numeric(6,0) Not Null Pin code 7 Varchar(100) Not Null 8 contactno Numeric(10) Not Null Contact no 9 gender Varchar(6) Not Null Gender 10 username Varchar(30) Not Null User name 11 password Varchar(20) Not Null Password 12 securityquestion Varchar(200) Not Null Security question 13 securityanswer Varchar(50) Not Null Security answer Page 23 of usertype Varchar(20) Not Null Type of user

24 Property Consultancy Information System TBLST ATE:Description :Store State Data Constrain :Primary Key (Stateid) No Column Name Data Type Constrain Description 1 stateid Int Primary Key State id 2 statename Varchar(50) Not Null State name Page 24 of 94

25 Property Consultancy Information System TBLCITY:Description :Store city Data Constrain :Primary Key (Cityid) Foreign Key(Stateid) No Column Name Data Type Constrain Description 1 cityid int Primary Key City id 2 cityname Varchar(50) Not Null City name 3 stateid Varchar(10) Foreign Key State id Page 25 of 94

26 Property Consultancy Information System TBLAREA:Description :Store area Data Constrain :Primary Key (Areaid) Foreign Key(Cityid) No Column Name Data Type Constrain Description 1 areaid Int Primary Key Area id 2 areaname Varchar(50) Not Null Area name 3 cityid int Foreign Key City id Page 26 of 94

27 Property Consultancy Information System TBLFEEDBACK:Description :Store feedback Data Constrain :Primary Key (Areaid) Foreign Key(Cityid) No Column Name Data Type Constrain Description 1 feedbackid Int Primary Key Feedback id 2 userid int Foreign Key User id 3 feedbackcontent Varchar(50) Not Null Feedback content 4 feedbackdate Datetime Not Null Feedback date 5 feedbackstatus Bit Not Null Feedback status Publish / Unpublish Page 27 of 94

28 Property Consultancy Information System TBLPROPERTY:- Description:-Store property data Constrain:- primary key(propertyid) foreign key(areaid) (userid) No Column Name Data Type Constrain Description 1 propertyid Int Primary Key Property id 2 propertyaddress Varchar(200) Not Null Property address 3 areaid Int Foreign Key Area id 4 pincode Numeric(5,0) Not Null Pin code 5 propertyprice Numeric(10,2) Not Null Property price 6 areaunit Varchar(50) Not Null Area unit 7 bedroom Varchar(10) Not Null Bedroom 8 bathroom Varchar(10) Not Null Bathroom 9 furnish Varchar(50) Not Null Furnish 10 propertystatus Bit Not Null Property status 11 propertydetail Varchar(500) Not Null Property detail 12 userid Int Foreign Key User id Page 28 of postdate Datetime Not Null Post date

29 Property Consultancy Information System TBLPROJECT:- Description:-Store property data Constrain:- primary key(propertyid) foreign key(areaid) (userid) No Column Name Data Type Constrain Description 1 projectid Int Primary Key Project id 2 projecttitle Varchar(100) Not Null Project title 3 address Varchar(200) Not Null Address 4 areaid Int Foreign Key Area id 5 pincode Numeric(6,0) Not Null Pin code 6 pricerange Varchar(50) Not Null Price range 7 arearange Varchar(50) Not Null Area range 8 projectdetail Varchar(500) Not Null Project detail 9 projectstatus Bit Not Null Project status 10 contentno Numeric(10,0) Not Null Content no 11 Varchar(100) Not Null Page 29 of userid Varchar(10) Foreign Key User id

30 Property Consultancy Information System TBLIMAGE:- Description:-Store image data Constrain:- primary key(imgno) No Column Name Data Type Constrain Description 1 imgno numeric(8,0) Primary Key No of image 2 type Varchar(10) Not Null Property image no Ex-py Project image no Ex-pj imagefile varchar(100) Not Null Image path 4 ppid Int Not Null Page 30 of 94

31 Property Consultancy Information System TBLINTRESTINQUIRY:- Description:-Store user interest inquiry data Constrain:- primary key(inquiryid) Foreign key(userid) No Column Name Data Type Constrain Description 1 Inquiryid Int Primary Key Inquiry id 2 inquirydate Datetime Not Null Inquiry date 3 userid Int Foreign Key User id 4 inquiryfor varchar(30) Not Null Inquiry for property 5 remarks varchar(200) Not Null remarks Page 31 of 94

32 Property Consultancy Information System E-r diagram Page 32 of 94

33 Page 33 of 94

34 Property Consultancy Information System PROCESS DESCRIPTION Brief description of process for ADMIN Page 34 of 94

35 Login process :This process is use for to allow to login only authorize users to access his or her account. Location Process:This process is use for add the location like state, city, area in which side admin, builder and user want to put our property and project. Property Process:This Process is use for add and update the property. This Process is use for publish and unpublished property (update status) of Builder and user. Project Process:This Process is use for view the builder project. This process is use for publish and unpublished project (update status) of builder. Feedback Process:This Process is use for view user and builder feedback. This Process is use for replay the feedback of user. Page 35 of 94

36 Property Consultancy Information System Brief description of process for Builder Page 36 of 94

37 Registration Process:This process is use to registration of builder for put property and project and view the admin and user property in detail. Login Process:This process is use for to allow login only register builder to access his or her account. Property Process:This process is use for add the individual property. This Process is use for view the admin and user property. Project Process:This process is use for view the other builder project. This process is use for add the project. Interest Report Process:This process is use for view the user interest property. Feedback Process:This Process is use for view user feedback. Page 37 of 94

38 Property Consultancy Information System Brief description of process for USER Page 38 of 94

39 Registration Process:This process is use to registration of user for put property and view the admin and builder property and project in detail. Login Process:This process is use for to allow login only register user to access his or her account. Property Process:This process is use for add the property. This Process is use for view the admin and builder property. Interest Report Process:This process is use for send the user interest property. Feedback Process:This Process is use for give feedback. Page 39 of 94

40 Property Consultancy Information System Process Algorithmm for admin Page 40 of 94

41 STEP 1: Start STEP 2: Login ADMIN will enter the username and password. If it is correct he/she will login in the system. Else go to step 9. STEP 3: Add Location Add and set the location in which side ADMIN want to put the property such as state, city and area. STEP 4: Add / Update Property ADMIN can add the property and also update the property. STEP 5: View Project ADMIN can view the builder project. STEP 6: Update Status (Property / Project) Publish and unpublished the property and project of builder and user that was depend on the ADMIN. STEP 7: View User Feedback ADMIN can view the user feedback. STEP 8: Feedback Replay ADMIN can replay the feedback of user. STEP 9: Stop Page 41 of 94

42 Property Consultancy Information System Process Algorithmm for builder Page 42 of 94

43 STEP 1: Start STEP 2: Registration STEP 3: Login BUILDER will enter the username and password. If it is correct he/she will login in the system. Else go to step 12. STEP 4: View Property List View the property list of admin and user put. STEP 5: View Property Detail BUILDER can view the property in detail. STEP 6: Post Property BUILDER can post the property. STEP 7: View Project List View the project list of other builder put. STEP 8: View Project Detail BUILDER can view the project in detail. STEP 9: Post Project BUILDER can post the project. STEP 10: View Interest Report BUILDER can view the user requirement. STEP 11: View Feedback BUILDER can view the user feedback. STEP 12: Stop Page 43 of 94

44 Property Consultancy Information System Process Algorithmm for user Page 44 of 94

45 STEP 1: Start STEP 2: Registration STEP 3: Login STEP 4: View Property List View the property list of admin and builder put. STEP 5: View Property Detail USER can view the property in detail. STEP 6: Post Property USER can post the property. STEP 7: View Project List View the project list of builder put. STEP 8: View Project Detail USER can view the project in detail. STEP 9: Send Interest Report USER can send her/his requirement. STEP 10: Give Feedback USER can give the feedback. STEP 11: Stop USER will enter the username and password. If it is correct he/she will login in the system. Else go to step 11. Page 45 of 94

46 Property Consultancy Information System INPUT design Page 46 of 94

47 Property Consultancy Information System ADMiN Page 47 of 94

48 Ad i /Builder/User Logi Page 48 of 94

49 Cha ge Password Page 49 of 94

50 Add State. Page 50 of 94

51 Add City. Page 51 of 94

52 Add Area. Page 52 of 94

53 View Project. Page 53 of 94

54 View Project Detail Page 54 of 94

55 Ma age Property Page 55 of 94

56 Add Property Image Page 56 of 94

57 View Property Detail Page 57 of 94

58 Reply Feedback Page 58 of 94

59 View User Interested Inquiry Page 59 of 94

60 Property Consultancy Information System BUILDER Page 60 of 94

61 Add Project Page 61 of 94

62 Add Project Image Page 62 of 94

63 View Project Detail Page 63 of 94

64 Search Property Page 64 of 94

65 Manage Property Page 65 of 94

66 Add Property Image Page 66 of 94

67 View Property Detail Page 67 of 94

68 Property Consultancy Information System USER Page 68 of 94

69 Add Property Page 69 of 94

70 Add Property Image Page 70 of 94

71 View Property Detail Page 71 of 94

72 Search Property Page 72 of 94

73 Add Interest Inquiry Page 73 of 94

74 Property Consultancy Information System OUTPUT design Page 74 of 94

75 Property Consultancy Information System BUILDER Page 75 of 94

76 Builder Profile Page 76 of 94

77 Change Password Page 77 of 94

78 View Inquiry of USER Page 78 of 94

79 Property Consultancy Information System USER Page 79 of 94

80 User Profile Page 80 of 94

81 View Project List Page 81 of 94

82 View Project Detail Page 82 of 94

83 Give Feedback Page 83 of 94

84 Property Consultancy Information System VISITOR Page 84 of 94

85 Home Page 85 of 94

86 Registration Page 86 of 94

87 Project Page 87 of 94

88 Project Image Page 88 of 94

89 Property Page 89 of 94

90 Property Image Page 90 of 94

91 TESTING The common view of Testing to Prove & check. There are No Errors in the Program Unit testing:in this testing each & every program tested individually. Validation testing:we check this System to give wrong username, password, wrong data then system display message for input correct data. Control can include the any blank data. Code testing:- In this method the code of program is examine. Proper data is Enter as that when all the modules are process. They are testing perfect and without any type of error. Page 91 of 94

92 POST IMPLEMENTATION REVIEW After the system is implemented, a review of the system is usually conducted by the user and builder. This is called post implementation review. All The system & design are excellent. In The System You Can Insert, Update, Delete Excellent. User Interest Inquiry Facility Is Excellent. Page 92 of 94

93 FUTURE ENHANCEMENT We will add new properties and we will also add feature of most rated and visited properties. We are going to add features of property biding. We are going to add features like online booking. We are going to add properties for rent. We are going to add EMI facility. We will also provide lucky gifts. Page 93 of 94

94 BIBLIOGRAPHY During The development of Project we have Use Following Books and website. Books: 1. System Analysis and Design Alan Denis Barbara Haley Wixom. Websites: Page 94 of 94

A Project Report On E-Watch Shopping System

A Project Report On E-Watch Shopping System A Project Report On E-Watch Shopping System Submitted By Patel Jigisha M Patel Payal V. Group No: 50 M.Sc. (CA & IT) Semester-III Guided By Mrs.Komal.H.Patel Submitted to Department

More information

Online Classified Portal

Online Classified Portal Online Classified Portal Presented By Prajapati Sunil N (11034211047) Patel Chetan S (11034211026) MCA Semester-VI Acharya Motibhai Patel Institute of Computer Studies Project Profile Project Title Classified

More information

A PROJECT ON Online House Booking M.Sc.( CA & IT ) Sem - III. Presented To Department of Computer Science Ganpat Vidyanagar, Kherva

A PROJECT ON Online House Booking M.Sc.( CA & IT ) Sem - III. Presented To Department of Computer Science Ganpat Vidyanagar, Kherva A PROJECT ON Online House Booking M.Sc.( CA & IT ) Sem - III Presented To Department of Computer Science Ganpat Vidyanagar, Kherva Presented By Naitik J.Dave (13084231032) Ramesh K.Prajapti(13084231216)

More information

Mail Server. Project Presentation On. Presented To Department of computer science Ganpat Vidyanagar, Kherva

Mail Server. Project Presentation On. Presented To Department of computer science Ganpat Vidyanagar, Kherva Project Presentation On Mail Server Presented To Department of computer science Ganpat Vidyanagar, Kherva-384012 Presented By Patel Drashti P.(13084231109) Patel Hardik J.(13084231112) Group No : 54 Project

More information

Presented By:- Heena Patel(11ce27) Rinku Bava(10ce43) Group No :-14

Presented By:- Heena Patel(11ce27) Rinku Bava(10ce43) Group No :-14 Presented By:- Heena Patel(11ce27) Rinku Bava(10ce43) Group No :-14 Definition Medical Aid Portal is a online place where the people who deals with the Medical Business Together where the need of the General

More information

Jewelry management system

Jewelry management system Jewelry management system ACHARYA MOTIBHAI PATEL INSTITUTE OF COMPUTER STUDIES GANPAT UNIVERSITY Internal Guide PROF. PAVAN SONI Group No :- C15 Page 1 of 63 Project profile Project name : Jewelry management

More information

Developed By: Modi Parth S. Enroll No : Smt. S. R. Patel Engineering College Dhabhi, Unjha.

Developed By: Modi Parth S. Enroll No : Smt. S. R. Patel Engineering College Dhabhi, Unjha. Developed at: Radix Computer Training Center, Patan Developed By: Modi Parth S. Enroll No :-120784107001 Smt. S. R. Patel Engineering College Dhabhi, Unjha. Contents Project Profile Objectives Modules

More information

A Project Report On. Online Cloth Shopping. Developed For Jay Ambe Selection, Mens Wear, Patel Chambers, Mansa Dist - Gandhinagar

A Project Report On. Online Cloth Shopping. Developed For Jay Ambe Selection, Mens Wear, Patel Chambers, Mansa Dist - Gandhinagar A Project Report On Submitted To B.C.A Department Aacharya Motibhai Patel Institute of Computer Studies, Ganpat University, Kherva. Online Cloth Shopping Developed For Jay Ambe Selection, Mens Wear, Patel

More information

Acharya Motibhai Patel Institute Of Computer Studies,Ganpat University, Ganpat Vidyanagar

Acharya Motibhai Patel Institute Of Computer Studies,Ganpat University, Ganpat Vidyanagar Page 1 of 59 Acharya Motibhai Patel Institute Of Computer Studies,Ganpat University, Ganpat Vidyanagar-384012 Presented By : Roll No : Semester : Internal Guide : Rutua Rathod & Dixit Solanki 11034211049

More information

INDEX 1. ABSTRACT 1 2. ACKNOWLEDGEMENT 2

INDEX 1. ABSTRACT 1 2. ACKNOWLEDGEMENT 2 INDEX 1. ABSTRACT 1 2. ACKNOWLEDGEMENT 2 3. INTRODUCTION 3 3.1 PROJECT SUMMARY 3.2 PURPOSE : GOALS AND OBJECTIVE 3.3 SCOPE 3.4 TECHNOLOHY & LITERATURE REVIEW 4 SYSTEM REQUIREMENT STUDY 7 4.1USER CHARACTERISTICS

More information

MEDIA Z TECHNOLOGIES IInd Floor Satyam Complex, Jawahar Chowk, Maninagar, Ahmedabad Gujarat, India

MEDIA Z TECHNOLOGIES IInd Floor Satyam Complex, Jawahar Chowk, Maninagar, Ahmedabad Gujarat, India Online Bus Reservation System (By : DESAI HARSHIL.O.) NAME OF COMPANY / INSTITUTE MEDIA Z TECHNOLOGIES IInd Floor Satyam Complex, Jawahar Chowk, Maninagar, Ahmedabad 380008 Gujarat, India +91 9925599360

More information

ADD TEXTBOOK COPIES IN DESTINY

ADD TEXTBOOK COPIES IN DESTINY This tutorial will walk you through the steps on how to add textbook copies to a school s Destiny textbook database. These are not comprehensive instructions. Consult iltss Textbook Cataloging for assistance

More information

PROJECT ON ONLINE EXAM

PROJECT ON ONLINE EXAM SHREE M.&N. VIRANI SCIENCE COLLAGE RAJKOT PROJECT ON ONLINE EXAM Created By: Amit vora Alpesh yadav Nayan sorathiya Project Proposal 1. Acknowledgement 2. Abstraction 3. Project Summary 4. System Requirement

More information

Project Synopsis Project Title Social Networking Site Project Develpers 1. 2. 3. Introduction Social networking sites allow users to communicate with people, share ideas, activities, events, and interests

More information

Digitized Engineering Notebook

Digitized Engineering Notebook Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Spring 2017 Digitized Engineering Notebook Mirza Nadeem Baig Governors State University

More information

Constituency Management System Software Requirements Specification. Team Ready2Code. Team Members Abdul Gaffar Mallanagouda Patil Sameer S Vivekananda

Constituency Management System Software Requirements Specification. Team Ready2Code. Team Members Abdul Gaffar Mallanagouda Patil Sameer S Vivekananda 1 Constituency Management System Software Requirements Specification Team Ready2Code Team Members Abdul Gaffar Mallanagouda Patil Sameer S Vivekananda Project guide Manish Kumar 2 Index & Tables 1. Introduction

More information

SMART STUDENT COURSE REGISTRATION PROJECT REFERENCE NO.: 38S1632

SMART STUDENT COURSE REGISTRATION PROJECT REFERENCE NO.: 38S1632 SMART STUDENT COURSE REGISTRATION PROJECT REFERENCE NO.: 38S1632 COLLEGE : SRI SIDDHARTHA INSTITUTE OF TECHNOLOGY, TUMAKURU BRANCH : COMPUTER SCIENCE AND ENGINEERING GUIDE : MR. T.S.BHARATH STUDENTS :

More information

Unit 27 Web Server Scripting Extended Diploma in ICT

Unit 27 Web Server Scripting Extended Diploma in ICT Unit 27 Web Server Scripting Extended Diploma in ICT Dynamic Web pages Having created a few web pages with dynamic content (Browser information) we now need to create dynamic pages with information from

More information

Creating Oracle Tables ( Lesson 2 )

Creating Oracle Tables ( Lesson 2 ) Creating Oracle Tables ( Lesson 2 ) 2.1 Demo Application During this course we will be using Application Express and Oracle 10g Express Edition to create an application. The application will be used to

More information

Customer Care Portal User Guide

Customer Care Portal User Guide Customer Care Portal User Guide Table of Contents Logging In...3 Live Chat... 3 Viewing your Cases...4 Logging a Case for Customer Support...4 Projects...6 Knowledge Base....6 Content.....7 Forms...7 Event

More information

ONLINE BILLBOARD VIKRAM KUMAR KONDAPANENI B.TECH, ACHARYA NAGARJUNA UNIVERSITY, 2007 A REPORT

ONLINE BILLBOARD VIKRAM KUMAR KONDAPANENI B.TECH, ACHARYA NAGARJUNA UNIVERSITY, 2007 A REPORT ONLINE BILLBOARD By VIKRAM KUMAR KONDAPANENI B.TECH, ACHARYA NAGARJUNA UNIVERSITY, 2007 A REPORT Submitted in partial fulfillment of the requirements for the degree MASTER OF SCIENCE Department of Computing

More information

Perceptive Experience Web Scan

Perceptive Experience Web Scan Perceptive Experience Web Scan Technical Specifications Version: 2.2.x Written by: Product Knowledge, R&D Date: Wednesday, April 05, 2017 2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark

More information

WSTS_InstructionManual

WSTS_InstructionManual Instruction Manual for Web-based Support Ticketing System (WSTS) Project ID Project Name Document ID WSTS Web-based Support Ticketing System WSTS_InstructionManual Version No. 1.0 Release Date 28/11/17

More information

TABLE OF CONTENTS. Document: SDF Training Manual Client: CATHSSETA Rev Date: February 2017 Page 2

TABLE OF CONTENTS. Document: SDF Training Manual Client: CATHSSETA Rev Date: February 2017 Page 2 Mandatory Grant Application Manual 2017 TABLE OF CONTENTS 1 INTRODUCTION...4 1.1 Purpose of this Document... 4 1.2 Scope of the Document... 4 2 INDICIUM ACCESS...4 2.1 Website... 4 2.2 Technical Information...

More information

How to bulk upload users

How to bulk upload users City & Guilds How to bulk upload users How to bulk upload users The purpose of this document is to guide a user how to bulk upload learners and tutors onto SmartScreen. 2014 City and Guilds of London Institute.

More information

Table of Contents COURSE OVERVIEW... 2 LESSON 1: INSTALLING THE PRODUCTIVITY TOOLS... 3 LESSON 2: SETTING UP WEBEX PRODUCTIVITY TOOLS...

Table of Contents COURSE OVERVIEW... 2 LESSON 1: INSTALLING THE PRODUCTIVITY TOOLS... 3 LESSON 2: SETTING UP WEBEX PRODUCTIVITY TOOLS... Table of Contents COURSE OVERVIEW... 2 LESSON 1: INSTALLING THE PRODUCTIVITY TOOLS... 3 FIRST TIME LOG IN... 3 SETTING UP PRODUCTIVITY TOOL PROGRAMS... 6 LESSON 2: SETTING UP WEBEX PRODUCTIVITY TOOLS...

More information

A Project Report On Web Furniture

A Project Report On Web Furniture A Project Report On Web Furniture Submitted By: Shah Pratik Bharatwala Mustafa 1 Acknowledgement Before we describe about our project, we would like to add a few heart touching words for the people who

More information

3M Clean-Trace Hygiene Monitoring and Management System

3M Clean-Trace Hygiene Monitoring and Management System User Manual Supplement Number: TB. 378178 Effective Date: November 2018 Supersedes: (New) Technology Platform: 3M Clean-Trace Hygiene Monitoring and Management System Originating Location: St. Paul, MN

More information

Table of Contents. Navigate the Management Menu. 911 Management Page

Table of Contents. Navigate the Management Menu. 911 Management Page ucontrol Managing 911 Information Important note regarding 911 service: VoIP 911 service has certain limitations relative to Enhanced 911 service that is available on most traditional telephone service.

More information

ICT Help Desk User Guide

ICT Help Desk User Guide Applied to: All Users 1: Log on to ICT Helpdesk System Summary The solution to change user personal detail 1. Open the web browser (such as Internet Explorer, Mozilla Firefox, Google Chrome and etc.) Go

More information

Landlord Registration U s e r G u i d e

Landlord Registration U s e r G u i d e Landlord Registration U s e r G u i d e Department of Code Enforcement Applicant s User Guide January 2015 TABLE OF CONTENTS CREATING A CITIZEN S ACCESS ACCOUNT Creating an Account Email Confirmation COMPLETING

More information

Know Your Personality

Know Your Personality Project Report On Know Your Personality Submitted By: Guided By 1. Jatin Kinra Mrs. Kapila pareek 2. Neha Agrawal Assistant Professor, 3. Shipra Bhatt IIIM, Jaipur. Team Number:-8 1 ACKNOWLEDGEMENT The

More information

5 Years Integrated M.Sc. (IT) 6th Semester Web Development using ASP.NET MVC Practical List 2016

5 Years Integrated M.Sc. (IT) 6th Semester Web Development using ASP.NET MVC Practical List 2016 Practical No: 1 Enrollment No: Name: Practical Problem (a) Create MVC 4 application which takes value from browser URL. Application should display following output based on input no : Ex. No = 1234 o/p

More information

Central Depository Company of Pakistan Limited

Central Depository Company of Pakistan Limited Central Depository Company of Pakistan Limited USER MANUAL EDIVIDEND SERVICES; REPOSITORY UPLOAD Prepared For RTA Date: 20 th December, 2017 Version 1.1 Prepared By CDC IT Team Purpose of the document

More information

econcern Online User s Manual

econcern Online User s Manual econcern Online User s Manual Published by Inc. 20 M.L. Quezon Street, City Subdivision, San Pablo City, Philippines Phone (+6349) 562. 4309 Fax (+6349) 562.0009 Copyright CARD MRI 2011 Information by

More information

XBox Setup There are two ways of allowing your XBox to communicate with the internet. One is through port forwarding and the other is through the DMZ feature. Port forwarding will enable specified ports

More information

AIMS Axcelasia Integrated Management System

AIMS Axcelasia Integrated Management System AIMS Axcelasia Integrated Management System Axcelasia Softnex Sdn Bhd AIMS.Net 1 Contents System Requirement... 3 System Login... 4 Project Code Setup... 5 To load Project Code... 6 To add a Project Code...

More information

NovaBACKUP CMon v19.0

NovaBACKUP CMon v19.0 June 2017 NovaBACKUP CMon v19.0 User Manual Features and specifications are subject to change without notice. The information provided herein is provided for informational and planning purposes only. 2017

More information

Detailed Design. Java Problem Repository & Education Platform JPREP

Detailed Design. Java Problem Repository & Education Platform JPREP Team Members: Luke Greiner Denis Kalic Abigail McCarthy Robert Tateo Nguyen Truong Patrick White Detailed Design Java Problem Repository & Education Platform JPREP Revision: 1.1 Date: 3/07/14 1 D e l t

More information

Gemini User Guide For Online e-learning. Sept 2013 v1.0

Gemini User Guide For Online e-learning. Sept 2013 v1.0 Gemini User Guide For Online e-learning Sept 2013 v1.0 Contents 1. Getting Started... 3 2. Accessing Gemini... 3 2.1. The Login screen... 3 2.2. Forgot Password?... 4 2.3. Changing a password... 4 2.4.

More information

Modern Requirements4TFS 2018 Update 1 Release Notes

Modern Requirements4TFS 2018 Update 1 Release Notes Modern Requirements4TFS 2018 Update 1 Release Notes Modern Requirements 6/22/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 3 GENERAL... 4 1. FEATURES...

More information

Student Information System

Student Information System PROJECT SYNOPSIS On Student Information System Department Of Information & Technology Microteck Institute of Information Technology Maldahiya, Varanasi (U.P) Month, Year Makhanlal Chaturvedi Rashtriya

More information

SCHOOL MANAGEMENT SYSTEM

SCHOOL MANAGEMENT SYSTEM PROJECT REPORT ON SCHOOL MANAGEMENT SYSTEM (Cyber School Management) As Partial Fulfillment of Bachelor of Computer Science (Information Technology & Computer Applications) Submitted to Shree M & N Virani

More information

CONTROL Installation and Basic-configuration Guide Contents

CONTROL Installation and Basic-configuration Guide Contents CONTROL Installation and Basic-configuration Guide Contents Installation and Basic-configuration Guide... 1 1. Overview... 2 2. Intro... 3 3. CONTROL installation steps:... 3 3.1 CONTROL installation requirements...

More information

DocAve v5 Installation Configure your DocAve 5 Platform Quickly and Easily

DocAve v5 Installation Configure your DocAve 5 Platform Quickly and Easily How to Guide DocAve v5 Installation Configure your DocAve 5 Platform Quickly and Easily This document is intended for anyone wishing to familiarize themselves with the basic installation and navigation

More information

Chandni Soneji Kinjal Tada

Chandni Soneji Kinjal Tada 2012 Chandni Soneji Kinjal Tada ACKNOWLEDGEMENT This is HOTEL MANAGEMENT SYSTEM project based on new techniques and based on new idea. This is totally different and beneficial for other to easily use and

More information

AT&T Business Messaging Account Management

AT&T Business Messaging Account Management Account Management Administrator User Guide July 2016 1 Copyright 2016 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein are trademarks of AT&T

More information

Learning outcome LO1. 1. Understand the concepts of web application development. (Assignment 1)

Learning outcome LO1. 1. Understand the concepts of web application development. (Assignment 1) 2015 2016 Phil Smith Learning outcome LO1 1. Understand the concepts of web application development. (Assignment 1) Previously We looked at types of users. Site analysis Accessibility Legislation Today

More information

SYNOPSIS LIBRARY MANAGEMENT

SYNOPSIS LIBRARY MANAGEMENT Project Helpline SYNOPSIS LIBRARY MANAGEMENT SYSTEM 1 1. TITLE OF THE PROJECT LIBRARY MANAGEMENT SYSTEM 2. INTRODUCTION The library management deals in management of records. The records include books

More information

How to Use Result Entry (New Version) USER MANUAL

How to Use Result Entry (New Version) USER MANUAL How to Use Result Entry (New Version) USER MANUAL Prepared by : Application System 2 (Apps2) Department, Information Technology Division (ITD) Date created : 2016 Requirement prior to accessing the Result

More information

Go to the Directory at and click on the Login link.

Go to the Directory at  and click on the Login link. Welcome to Terra Dotta s Study Abroad Directory! Creating your programs for the directory is a simple task. These instructions will outline how to create, activate and update your program brochures. Logging

More information

EZ-NET PROVIDER PORTAL USER GUIDE

EZ-NET PROVIDER PORTAL USER GUIDE EZ-NET PROVIDER PORTAL USER GUIDE Table of Contents Provider Office User Guide EZ-NET Introduction... 3 Browser Requirements... 3 WORKSTATION System Requirements... 3 EZ NET Benefits to Business Partners...

More information

Online CD Gallery. A Project Report On ONLINE CD GALLERY INTERNATIONAL SCHOOL OF INFORMATICS AND MANAGEMENT

Online CD Gallery. A Project Report On ONLINE CD GALLERY INTERNATIONAL SCHOOL OF INFORMATICS AND MANAGEMENT A Project Report On ONLINE CD GALLERY INTERNATIONAL SCHOOL OF INFORMATICS AND MANAGEMENT Sector -12, Mahaveer Marg, Mansarovar, Jaipur Submitted By: Guided By 1. Yogesh Jain Mr. Vijay Gupta 2. Manish Kumar

More information

1. Introduction 1.1 Purpose Page No 1.2 Scope Page No 1.3 Terms, Definitions, Acronyms and Abbreviations..Page No 1.4 Overview of Document...

1. Introduction 1.1 Purpose Page No 1.2 Scope Page No 1.3 Terms, Definitions, Acronyms and Abbreviations..Page No 1.4 Overview of Document... Chapter 2 SDS 1 TABLE OF CONTENTS 1. Introduction 1.1 Purpose Page No 1.2 Scope Page No 1.3 Terms, Definitions, Acronyms and Abbreviations..Page No 1.4 Overview of Document....Page No 2. System Architectural

More information

Sage ACT! PRO 2011 System Requirements

Sage ACT! PRO 2011 System Requirements Sage ACT! PRO 2011 System Requirements Important Note: All minimum system requirements are based on a single-user environment (one computer accessing a local database). In a shared environment, Sage ACT!

More information

DATA DICTIONARY. Field Name Data Type Constrains Description

DATA DICTIONARY. Field Name Data Type Constrains Description DATA DICTIONARY MstCountry:- CountryId Int Primary Key Unique ID of CountryMaster. CountryName Varchar(100) Not Null Name of the country. MstState:- StateId Int Primary Key Unique ID of StateMaster. CountryId

More information

How to Edit your Own Business Listings on LakeGeorge.com

How to Edit your Own Business Listings on LakeGeorge.com How to Edit your Own Business Listings on LakeGeorge.com Account Set-up - You will first need to set up an account on LakeGeorge.com to edit your business listing, view stats, submit press releases, add

More information

Welcome to our Moodle site! What is Moodle?

Welcome to our Moodle site! What is Moodle? Welcome to our Moodle site! We are excited to introduce the use of this online e-learning platform in our "Get SMART FAST" Training Program! We believe the use of this virtual classroom and training format

More information

A PROJECT REPORT ON SHOPPING CART.COM

A PROJECT REPORT ON SHOPPING CART.COM A PROJECT REPORT ON SHOPPING CART.COM DEVLOPED BY: - SWETA POLARA SHRADDHA VAGhAMASI Guided by: - pradip vanpariya Keyur zala ACADEMIC YEAR 2010 2011 SUBMITTED TO M. & N. VIRANI SCIENCE COLLEGE 1 INDEX

More information

Vision Document 2.0 Online Book Store Phase-II. Vamsi Krishna Mummaneni

Vision Document 2.0 Online Book Store Phase-II. Vamsi Krishna Mummaneni Vision Document 2.0 Online Book Store Phase-II Submitted in partial fulfillment of the requirements of the degree of Master of Software Engineering Vamsi Krishna Mummaneni CIS 895 MSE Project Kansas State

More information

User Manual. We will cover:

User Manual. We will cover: User Manual New to ActiveBuilding or need a refresher? This manual contains eight sections that will teach you all that you need to know to effectively use your portal. We will cover: Page 2 5 Page 6 7

More information

Scout Enterprise Dashboard

Scout Enterprise Dashboard Scout Enterprise Dashboard Administrator s Guide Date 2017-07-25 0. Legal Information 2 1. Introduction 3 2. Installation 4 2.1. System requirements 4 2.2. Installing Scout Enterprise Dashboard 6 2.3.

More information

205CDE Developing the Modern Web. Assignment 2 Server Side Scripting. Scenario D: Bookshop

205CDE Developing the Modern Web. Assignment 2 Server Side Scripting. Scenario D: Bookshop 205CDE Developing the Modern Web Assignment 2 Server Side Scripting Scenario D: Bookshop Introduction This assignment was written using PHP programming language for interactions with the website and the

More information

Installation Guide. Copyright 2017 by Educational Testing Service. All rights reserved. All trademarks are property of their respective owners.

Installation Guide. Copyright 2017 by Educational Testing Service. All rights reserved. All trademarks are property of their respective owners. Installation Guide Copyright 2017 by Educational Testing Service. All rights reserved. All trademarks are property of their respective owners. Table of Contents About This Guide... 3 Minimum Requirements

More information

Microsoft Dynamics NAV

Microsoft Dynamics NAV Microsoft Dynamics NAV Requirements for Microsoft Dynamics NAV 2013 System Requirements for Microsoft Dynamics NAV 2013...1 System Requirements for the Microsoft Dynamics NAV Windows Client...1 System

More information

INSTRUCTIONS FOR REGISTERING FOR THE NEW PAYROLL DOCUMENT SERVICES VIEWER:

INSTRUCTIONS FOR REGISTERING FOR THE NEW PAYROLL DOCUMENT SERVICES VIEWER: INSTRUCTIONS FOR REGISTERING FOR THE NEW PAYROLL DOCUMENT SERVICES VIEWER: Please Note: Your password for the email attachment you receive on payday will remain the same. tcboexxxxx (x s = first 5 digits

More information

Table of Contents. I) Project Planning. User Analysis. III) Tasks Analysis. IV) Storyboard. V) Function Design. VI) Scenario Design.

Table of Contents. I) Project Planning. User Analysis. III) Tasks Analysis. IV) Storyboard. V) Function Design. VI) Scenario Design. FINAL REPORT Table of Contents I) Project Planning II) User Analysis III) Tasks Analysis IV) Storyboard V) Function Design VI) Scenario Design VII) Database VIII) Usability Questionnaire IX) System Version

More information

Call For Price extension User Manual

Call For Price extension User Manual extension User Manual Magento 2 Call for Price extension helps hiding product price and Add to Cart and replace it with button to encourage visitors to contact you for quote. Table of Content 1. Extension

More information

Encompass Connector. Velocify Encompass Connector

Encompass Connector. Velocify Encompass Connector Velocify Encompass Connector 1 Table of Contents Summary. 3 How to Set Up the Encompass Integration. 4 Encompass Milestone Sync 7 Encompass Username/Password Checks 8 Testing Encompass Username & Encompass

More information

User Manual Appointment System

User Manual Appointment System User Manual Appointment System Page 1 of 17 1.0 TABLE OF CONTENTS TABLE OF CONTENTS... 2 System Overview... 3 Menu Options... 3 Application Access... 3 Patient Registration... 6 Schedule Appointment...

More information

AvePoint Office Connect Online Manager 1.0

AvePoint Office Connect Online Manager 1.0 AvePoint Office Connect Online Manager 1.0 Administration Guide Issued August 2017 1 Table of Contents Introduction...3 Submitting Documentation Feedback to AvePoint...4 Required Permissions...5 Brower

More information

Online Bus Ticket Resevevation System Class: HD J

Online Bus Ticket Resevevation System Class: HD J INTERNATIONAL DEVELOPERS TRAINING CENTER FOR SOFTWARE MEKONG DELTA-APTECH 1, Ly Tu Trong St, Cantho City Tel: 0710.3731072 Fax: 0710.3731071 PROJECT ACCPi10 Online Bus Ticket Resevevation System Class:

More information

PowerPanel Enterprise

PowerPanel Enterprise INSTALLATION GUIDE PowerPanel Enterprise Rev. 1 SAVE THESE INSTRUCTIONS Please read this manual and follow the instructions for installation and use. Copyright 2018 Cyber Power Systems, Inc. All rights

More information

User Manual Cayen Systems, LLC 1

User Manual Cayen Systems, LLC 1 User Manual 2011 Cayen Systems, LLC 1 Table of Contents Table of Contents... 2 Introduction... 3 What hardware and software are required for the system?... 3 Home Page Login... 4 Homeless Student Data

More information

MYOB Advanced Business

MYOB Advanced Business MYOB Advanced Business On-Premise Installation Last Updated: 24 November 2014 Contents Introduction 1 Pre-Requisites 1 Web Browsers... 1 Server Hardware and Software... 1 Database Hardware and Software...

More information

Introducing Calderdale s online SDQ service

Introducing Calderdale s online SDQ service This short introduction explains what the service is for and takes you through the process of doing SDQs encouraging learning by using the service. What the service is for SDQs are brief behavioural screening

More information

Fire Prevention Officers Association of British Columbia

Fire Prevention Officers Association of British Columbia Registration Procedures NFPA 1033 This is a self-paced course and can be started once registration and payment is completed. Students will have from the date of registration, 5 (five) calendar months to

More information

D.T.M: TEXTBOOK CHECKOUT SCENARIOS

D.T.M: TEXTBOOK CHECKOUT SCENARIOS Destiny Textbook Manager allows users with full access to check out textbooks to a student or a class In this tutorial you will learn how to: Check Out to a Student Check Out to a Class Requirements: PC

More information

How to Access the Ayers Institute's INVEST Videos

How to Access the Ayers Institute's INVEST Videos How to Access the Ayers Institute's INVEST Videos Introduction A series of lesson-length videos is available from the Ayers Institute for Teacher Learning & Innovation. These videos can be used in teacher

More information

Applying for EMSWCD Small Project and Community Events (SPACE) Grants

Applying for EMSWCD Small Project and Community Events (SPACE) Grants ZOOMGRANTS TUTORIAL Applying for EMSWCD Small Project and Community Events (SPACE) Grants Instructions for ZoomGrants ZoomGrants is an online tool that helps facilitate grant applications, committee review,

More information

E-Learning Portal Online User Manual

E-Learning Portal Online User Manual E-Learning Portal Online User Manual [For Dealer Admin] Contents 1. Introduction... 3 2. Computer/Browser Specification... 4 3. Using the Application:... 5 4. Logging On:... 6 5. Forgot Password... 7 6.

More information

CREATE A REPORT OF STUDENT TEXTBOOK CHECKOUTS

CREATE A REPORT OF STUDENT TEXTBOOK CHECKOUTS Destiny Textbook Manager allows users with full access to create a report of student checkouts In this tutorial you will learn how to: Login to Destiny Textbook Manager Create a Report of student checkouts

More information

FINAL REPORT TABLE OF CONTENTS

FINAL REPORT TABLE OF CONTENTS EOCS FINAL REPORT FINAL REPORT TABLE OF CONTENTS 1. PROJECT PLAN... 1.1 Project Information... 1.2 Project Description... 1.3 Advantages. 1.4 Timeline. 1.5 User/Task Analysis 2. PROJECT DESIGN... 2.1 User

More information

W706 Troubleshooting Transactions Using SQL Profiler

W706 Troubleshooting Transactions Using SQL Profiler W706 Troubleshooting Transactions Using SQL Profiler Pre-requisites: Session W607 or similar knowledge A perfect follow-up to session W607, this class will provide a more detailed look at the specific

More information

NOTIFY Web User Guide

NOTIFY Web User Guide 1 NOTIFY Web User Guide. NOTIFY service is fully functional in Google Chrome, Microsoft Edge, Safari and Mozilla Firefox browsers. Enter the following web address into your PC s web browser bar https://vmail.nctc.com/notify/

More information

October 29, Copyright 2012 by World Class CAD, LLC. All Rights Reserved.

October 29, Copyright 2012 by World Class CAD, LLC. All Rights Reserved. Create a Table with SQL October 29, 2012 Copyright 2012 by World Class CAD, LLC. All Rights Reserved. Run SQL Command Line We will begin this lesson by building a simple table. On the Start menu, select

More information

ASPIRE MODEL ONLINE DEVELOPMENT SOLUTION

ASPIRE MODEL ONLINE DEVELOPMENT SOLUTION VAASAN AMMATTIKORKEAKOULU UNIVERSITY OF APPLIED SCIENCES CAO Kai ASPIRE MODEL ONLINE DEVELOPMENT SOLUTION Information Technology 2009 2 VAASAN AMMATTIKORKEAKOULU UNIVERSITY OF APPLIED SCIENCES Degree Program

More information

Forms. Section 3: Deleting a Category

Forms. Section 3: Deleting a Category 9. If a category was NOT previously published, Authors may modify it by following the same procedures as an Administrator or Publisher. When the category is ready for publishing an Author must Save and

More information

Armatus 2.0 Administrator Procedures

Armatus 2.0 Administrator Procedures 2015 Armatus 2.0 Administrator Procedures Praesidium 2015. All rights reserved. Armatus 2.0 Administrator Procedures Overview Introduction This guide shows you how to perform tasks in Armatus 2.0 Administrator

More information

KeyNexus Hyper-V Deployment Guide

KeyNexus Hyper-V Deployment Guide v1.0 09/2018 . Copyright Notice Copyright 2018 KeyNexus Inc. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished

More information

Embarcadero All-Access Server Quick Start Guide. All-Access 1.5 Last Published October 8, 2009

Embarcadero All-Access Server Quick Start Guide. All-Access 1.5 Last Published October 8, 2009 Embarcadero All-Access Server Quick Start Guide All-Access 1.5 Last Published October 8, 2009 2009 Embarcadero Technologies, Inc. Embarcadero, the Embarcadero Technologies logos, and all other Embarcadero

More information

Web-enabled CIS Transactions User Guide

Web-enabled CIS Transactions User Guide Web-enabled CIS Transactions User Guide 1 Contents Background Technical Information for Users Web Browsers Java Home Page Overview and Site Navigation Using CIS Signing-on Executing CIS Transactions Signing-off

More information

Manual: Create a Faculty Search Posting Manager/Supervisor

Manual: Create a Faculty Search Posting Manager/Supervisor Manual: Create a Faculty Search Posting Manager/Supervisor Revised: 7-11-2017 Introduction The University of Georgia has implemented a new online faculty applicant tracking system, FacultyJobs@UGA. The

More information

Landlord Registration U s e r G u i d e

Landlord Registration U s e r G u i d e Landlord Registration U s e r G u i d e Department of Code Enforcement Applicant s User Guide December 2015 TABLE OF CONTENTS CREATING A CITIZEN S ACCESS ACCOUNT Creating an Account Email Confirmation

More information

GSU Event Portal. OPUS Open Portal to University Scholarship. Governors State University. Lekha Bobbala Governors State University

GSU Event Portal. OPUS Open Portal to University Scholarship. Governors State University. Lekha Bobbala Governors State University Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Fall 2016 GSU Event Portal Lekha Bobbala Governors State University Praveen Reddy Gaddam

More information

Note: You must already be enrolled and issued with a Username and Password

Note: You must already be enrolled and issued with a Username and Password Diploma of Management and Diploma of International Business Student Login: Note: You must already be enrolled and issued with a Username and Password www.hs.edu Start here Select your course Enter Username

More information

SpeechPlanner. Systems Support. Other Software or Hardware Needs. Speakers or headphones are required for audio and video playback. v1.

SpeechPlanner. Systems Support. Other Software or Hardware Needs. Speakers or headphones are required for audio and video playback. v1. SpeechPlanner Systems Support Yes No Operating Systems Windows Mac Operating System: Windows 98, 2000, ME, XP, Vista: 7, 8; Mac OS x v.1 O.1.x, 10.2.x, 10.3.x, or 10A.x, 10.5.x CPU: Windows-Intel Pentium

More information

Lobbyist Registration U s e r G u i d e

Lobbyist Registration U s e r G u i d e Lobbyist Registration U s e r G u i d e Department of Business & Neighborhood Services Applicant s User Guide August 2017 TABLE OF CONTENTS CREATING A CITIZEN S ACCESS ACCOUNT Creating an Account Email

More information

Databases (MariaDB/MySQL) CS401, Fall 2015

Databases (MariaDB/MySQL) CS401, Fall 2015 Databases (MariaDB/MySQL) CS401, Fall 2015 Database Basics Relational Database Method of structuring data as tables associated to each other by shared attributes. Tables (kind of like a Java class) have

More information

V-CUBE Meeting 5. User Manual V-CUBE, INC. 2015/09/01

V-CUBE Meeting 5. User Manual V-CUBE, INC. 2015/09/01 V-CUBE Meeting 5 User Manual V-CUBE, INC. 2015/09/01 This document is the user manual for the V-CUBE Meeting 5 (or 'Meeting'), a web conferencing system. Revision history Revision date Details 2015/09/01

More information