3/16/2015 Hotel. Management system. Capstone Paper Draft Version. Xiyi Li

Size: px
Start display at page:

Download "3/16/2015 Hotel. Management system. Capstone Paper Draft Version. Xiyi Li"

Transcription

1 3/16/2015 Hotel Management system Capstone Paper Draft Version Xiyi Li

2 1 Hotel Management System With the improved quality of life, the way people live changes as well as their consuming attitudes. Under this circumstance, restaurant and hotel have plenty of space to develop in a modern way. Traditional hotel business mode is no longer suitable in this informational era. Professional and international service management system would help shorten the distance between companies and the world, increase the business efficiency in order to improve the service quality, customer s satisfaction, and company s core competence. So being that I am interested in system development, I decided to create a hotel information management system for small hotel business as my capstone project. I also want to learn more about database, for example, how to make more complex database and query information in a more sufficient way. Another motivation I had for doing this project is my interest in user interface design. I have developed a great appreciation for website design after I took the fundamentals of programming class. I learned a great deal of website design and development skills. Then I took system analysis and design class, which enhanced my analysis ability in developing an integrated system. I learned how to apply the C# code to the aspx.net pages, as well as how to create a content management system. It is really exciting that I am going to develop a system on my own, of course it is a challenge for me, and however, I believe that I will learn a lot after overcoming difficulties. Because once I have met all those challenges and get the project done, the reward is a properly working system which would make me feel satisfied. After figuring out what I should do, I started to think about how to accomplish this project. Based on the requirement and need of hotel management, the project is aimed to build a basic functional system in order to achieve the efficiency in the hotel management. Considering that hotel keeps a huge amount of files to handle reservation details, bills and

3 2 inventory items, the overall mission of the system development is to make the hotel quickly and easily complete the hotel management task. Although this system is intended for hotel employees, different types of employees have different permissions when using the system. Three types of users are separated in the system, they are manager (admin), front-desk clerk, and employees from other departments who only have permission to read. Later, I summarized the whole project into four steps. 1. Analyze the services needed in the hotel management system, which I think is very important in developing a system. 2. Use UML to build the structure of the system, which is a deeper way of analyzing the system structure. 3. Design the system, Web interface and the database, which I might have difficulties in database connection because I didn't learn much about it before. 4. Summary the system and discuss the development of the system, which is a learn from past session. Since I had a general idea to go with, I had to get several software and technologies to make it happen. I will use C# language as a programming language to build the system. The platform that these codes will be run is.net frameworks. The software Microsoft Visual Studio 2013 will be used to implement the codes. Microsoft SQL Server 2014 will be used to create the database. I feel excited and worried at the same time, because I am not sure if I can make it work eventually. However, I am willing to try to put the pieces together step by step and I figured that if I couldn t figure out how to do something, I could get some support from classmates and the internet. Since my computer doesn t have enough capacity to support all the software, I decided to accomplish my capstone project in CIS&T lab. Users and Function of the system I started the project from analyzing the users and functions of the system. Three classes of users will be involved in the system: hotel manager, front-desk clerk and staff from other departments. Front-desk clerk will receive, verify, and register customers information

4 3 through the management information system; hotel manager will be in charge of managing the basic information on the system, including the reservation details, guests information, and the accounts of the front-desk clerk; people from other departments need to log into the system to see reservation information and prepare for related work, such as cleaning the room for next guests. The whole system includes the backstage database and front end the user interface. User interface provides hotel staff an easy way to manage reservation and retrieve the information of guests. Hotel manager will have the highest privilege who can review and manage the reservation, the room status, and information of the guests and employees. Frontdesk clerk has the second privilege who is in charge of the reservation, check in and check out, as well as manage and query guests information. People from other departments such as house-keeping department can only have the read permission who can see from the system which room needs to be clean, and notify receptionist to change the status of the room. Use case diagram As I mentioned before, this hotel management system is meant for two different types of users front desk server and manager. Also, I made some modifications about the users of the system. I am thinking of cutting off the customer side and only the staff of the hotel to use the system, which means customers could only make reservation by phone. Whole system use case diagram

5 4 This diagram shows two subsystem within the whole system, which are front customer service subsystem and back office management subsystem. Customers and front-desk servers interact with each other and produce data through the front customer service subsystem; managers can use back-stage management subsystem to get information and manage data. Customer service subsystem use case diagram When customer needs to make reservation, ask for room details, or has other requirements, he/she could call the front-desk person to ask for the services. The front-desk person registers the information of the customers with the customer service subsystem, and make reservation as well as update customers information. Data generated in this subsystem automatically goes to back-stage management subsystem. In addition, manager can use this subsystem to manage the activities happened between customer and front-desk person. Back-stage management subsystem use case diagram

6 5 Through the management function, manager can manage the spending record of customers, detailed information of customers, and information about rooms as well as employees. Based on these information, business report about the hotel can be formed. Above was my analysis of the hotel management system, and the next thing I had to do is to design the user interface and database. The Hotel database will include five tables UserInfo, CustomersInfo, RoomsInfo, RoomStatus, and History. 1. UsersInfo is used to store the basic user information of the hotel management system Number Field Name Data Structure Remark 1 UserId Int User s ID 2 Name nvarchar(50) User s Name 3 Password nvarchar(50) Password 4 Gender nvarchar(50) 0-male; 1-famale 5 nvarchar(50) address 6 Telephone nvarchar(50) Telephone number 7 Department nvarchar(50) Department 8 Type Int 1-receptional; 10-administrator; 100-others 2. CustomersInfo is used to store the basic information of the customers who stay in the hotel. Number Field Name Data Structure Remark 1 CIdentituId nvarchar(50) ID number 2 CName nvarchar(50) User s Name 3 CPhone nvarchar(50) Telephone number 3. RoomsInfo is used to store the basic room information

7 6 Number Field Name Data Structure Remark 1 RoomId Int room ID 2 RCategoryId Int Number of room tpye 3 RPosition nvarchar(50) Room location 4 Description nvarchar(50) Description of room 5 Price Money Room price 4. RoomStatus is used to show whether the room is available or not. Number Field Name Data Structure Remark 1 Room ID Int Room s ID 2 Status int Room status 5. History is used to track the business record. Number Field Name Data Structure Remark 1 EndTime Int Departure time 2 RoomId Int Room ID 3 TotalPrice nvarchar(50) Sum of consumption 4 nvarchar(50) address 5 Cname nvarchar(50) Customer name 6 Cphone nvarchar(50) Telephone number 1. Home page design

8 7 There will be two types of user using the system hotel manager and front-desk person. User s different permission will be assigned when he/she is identified. After user enters the home page (login page), he/she need to enter user name and password and click log in button. If the identification is verified, a massage will be showed in a label. If the identification is denied, a massage will be showed asking reenter login information. 2. Room Management page design

9 8 This part is for the room management. If user wants to search for room information, he/she can just search by the room number; if new room needs to be added, user can simply click add room button; if room information needs to be modified, user can click the link detail ; if there is room which is no longer needed, user can click delete button. 3. Reserve and check out page design This part provides front-desk person with the status of current information for each room. User can search room based on room type, room status and room number. When you click the room, there will be detailed information in below. If the room is available, reservation function will be provided; if the room is not available, check out service will be provided. After I finished the front-end user interface design, unfortunately, I have to face with my weakest part database. I spent couple of days trying to figure out how to use SQL Server Management Studio (SSMS) to connect to the server, because I kept getting the error message saying I cannot connect to SQL Server. I looked up online searching for support,

10 9 and tried many solutions. Unluckily, none of them worked. Finally I realized it was because the server name on connection window was wrong. After changed the server name, I successfully connected to the server. It was a great lesson for me, which is never rush trying to get help from somewhere else before you go through all the possible solution you could find out. Because I didn't take the information structure class at the University of Pittsburgh at Bradford, I borrowed some study materials from my classmates and watched some online video about SQL Server. I followed the steps to create tables, wrote query code to add, delete, query, change the data stored in these tables. It didn't seem to be hard until I applied it to my project. The relationship between tables can be very confusing sometimes and I kept mixing them up. I did encounter a small problem when trying to connect SQL Server database to C# because there was some missing component in VS 2013 installation. After I downloaded the SQL Server Data Tool, the connection was successful. Now I am trying to get the login page work and make hotel room information searchable. I used the similar code as one of my other project, but it doesn't seem to work.

11 10

Guidelines for Installing SQL Server and Client (SQL Server Management Studio)

Guidelines for Installing SQL Server and Client (SQL Server Management Studio) Guidelines for Installing SQL Server and Client (SQL Server Management Studio) Installing process is pretty straightforward. Any Express version would be ok with writing SQL part of the course, but Stored

More information

Guide to PanAm Agent and Online Booking Tool Services!

Guide to PanAm Agent and Online Booking Tool Services! Guide to PanAm Agent and Online Booking Tool Services Sections: 1. Getting Started with PanAm 2. Booking with An Agent 3. TripCase 4. Online Booking Tool - Logging In & Completing Your Profile 5. Book

More information

CPS122 - OBJECT-ORIENTED SOFTWARE DEVELOPMENT. Team Project

CPS122 - OBJECT-ORIENTED SOFTWARE DEVELOPMENT. Team Project CPS122 - OBJECT-ORIENTED SOFTWARE DEVELOPMENT Team Project Due Dates: See syllabus for due dates for each milestone This project spans much of the semester, to be completed as a series of milestones, each

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

Paco Joan Furniture Store Inventory System. De La Salle University Manila College of Computer Studies. INTROSE Introduction to Software Engineering

Paco Joan Furniture Store Inventory System. De La Salle University Manila College of Computer Studies. INTROSE Introduction to Software Engineering Project Proposal S21 Group H Paco Joan Furniture Store Inventory System De La Salle University Manila College of Computer Studies INTROSE Introduction to Software Engineering Group Members: Co, Bervyn

More information

UNIVERSITY TIME-TABLE SCHEDULING SYSTEM: DATA- BASES DESIGN

UNIVERSITY TIME-TABLE SCHEDULING SYSTEM: DATA- BASES DESIGN UNIVERSITY TIME-TABLE SCHEDULING SYSTEM: DATA- BASES DESIGN Dr. Samson Oluwaseun Fadiya, Management Information System (PhD) Girne American University, Mersin 10 via Turkey, Email: samsonfadiya.gau.edu.tr

More information

Table of Contents. Changing Your Password in Windows NT p. 1. Changing Your Password in Alpha Connection.. pp. 1-3

Table of Contents. Changing Your Password in Windows NT p. 1. Changing Your Password in Alpha Connection.. pp. 1-3 Table of Contents Changing Your Password in Windows NT p. 1 Changing Your Password in Alpha Connection.. pp. 1-3 Not Able to Get Outlook Express Mail Because Alpha Connection Password Expires... pp. 3-4

More information

This manual will also describe how to get Photo Supreme SQLServer up and running with an existing instance of SQLServer.

This manual will also describe how to get Photo Supreme SQLServer up and running with an existing instance of SQLServer. 1 Installation Manual SQL Server 2012 Photo Supreme Introduction Important note up front: this manual describes the installation of Photo Supreme with SQLServer. There is a free SQLServer version called

More information

Using a Remote SQL Server Best Practices

Using a Remote SQL Server Best Practices Using a Remote SQL Server Best Practices This article will show the steps to setting up an SQL based survey starting with a new project from scratch. 1. Creating a New SQL Project from scratch a. Creating

More information

Group18-CUCE2012. Mr. Mobile Project. Software Testing Plan (STP) Version: 4.0. CM Identifier: G18_SE004

Group18-CUCE2012. Mr. Mobile Project. Software Testing Plan (STP) Version: 4.0. CM Identifier: G18_SE004 Group18-CUCE2012 Mr. Mobile Project Software Testing Plan (STP) Version: 4.0 CM Identifier: G18_SE004 26 April 2010 Revision History Prepared/ Modified by Ahmed Adel Ahmed Abdullah, Ahmed Hafez and Sheriff

More information

Microsoft Office via Office 365 Subscription Download/Install Instructions and Frequently Asked Questions

Microsoft Office via Office 365 Subscription Download/Install Instructions and Frequently Asked Questions Download and Installation for Windows or Mac Computer 1. Sign into your Olivet email account at http://email.olivet.edu. (Note: If you need assistance getting into your Olivet email, you must contact the

More information

Software Requirements Specification. Web Library Management System

Software Requirements Specification. Web Library Management System Software Requirements Specification For Web Library Management System Version x.xx Prepared by Proposed to Software Requirements Specification for WLMS Page

More information

Download and Installation Instructions. Visual C# 2010 Help Library

Download and Installation Instructions. Visual C# 2010 Help Library Download and Installation Instructions for Visual C# 2010 Help Library Updated April, 2014 The Visual C# 2010 Help Library contains reference documentation and information that will provide you with extra

More information

Search help. More on Office.com: images templates

Search help. More on Office.com: images templates Page 1 of 14 Access 2010 Home > Access 2010 Help and How-to > Getting started Search help More on Office.com: images templates Access 2010: database tasks Here are some basic database tasks that you can

More information

ClickDimensions Quick Start Guide For Microsoft Dynamics CRM 2011. 9/1/2011 ClickDimensions

ClickDimensions Quick Start Guide For Microsoft Dynamics CRM 2011. 9/1/2011 ClickDimensions ClickDimensions Quick Start Guide For Microsoft Dynamics CRM 2011 9/1/2011 ClickDimensions Online Training Resources This guide will explain how to register for and use a ClickDimensions Marketing Automation

More information

Chapter 28: Expanding Web Studio

Chapter 28: Expanding Web Studio CHAPTER 25 - SAVING WEB SITES TO THE INTERNET Having successfully completed your Web site you are now ready to save (or post, or upload, or ftp) your Web site to the Internet. Web Studio has three ways

More information

Intranet Website Solution Based on Microsoft SharePoint Server Foundation 2010

Intranet Website Solution Based on Microsoft SharePoint Server Foundation 2010 December 14, 2012 Authors: Wilmer Entena 128809 Supervisor: Henrik Kronborg Pedersen VIA University College, Horsens Denmark ICT Engineering Department Table of Contents List of Figures and Tables... 3

More information

USM Web Content Management System

USM Web Content Management System University of Southern Maine USM Web Content Management System USM Web CMS Technical Development Group 4/26/2011 Content o Introduction o Login o User Roles o Group Member o Group Publisher o Group Admin

More information

Email Mentoring Field Guide. Last Updated On: 1/30/2013 Created by the Learning & Organizational Development and Support Teams education@score.

Email Mentoring Field Guide. Last Updated On: 1/30/2013 Created by the Learning & Organizational Development and Support Teams education@score. Email Mentoring Field Guide Last Updated On: 1/30/2013 Created by the Learning & Organizational Development and Support Teams education@score.org Contents Quick Start Guide... 3 Overview of the Email Mentoring

More information

Dell World Software User Forum 2013

Dell World Software User Forum 2013 Dell World Software User Forum 2013 December 9-12 Austin, TX Improving End-User Support with the K1000 Service Desk Presenter: Carl Keller /Jillian Salamon What is End User Support? Seamless High Quality

More information

eportfolio Student Guide

eportfolio Student Guide Overview...2 The eportfolio...2 Folio Thinking...2 Collecting...2 Selecting...2 Reflecting...3 Connecting...3 Collecting...4 Adding Files to Resources...4 Public Files...5 Organizing Resource Files...6

More information

STIDistrict SQL 2000 Database Management Plans

STIDistrict SQL 2000 Database Management Plans STIDistrict SQL 2000 Database Management Plans Overview STI recommends that users create SQL database maintenance plans to maintain the integrity of the STIDistrict database. Database maintenance plans

More information

SQL Server 2008 R2 Express Edition Installation Guide

SQL Server 2008 R2 Express Edition Installation Guide Hardware, Software & System Requirements for SQL Server 2008 R2 Express Edition To get the overview of SQL Server 2008 R2 Express Edition, click here. Please refer links given below for all the details

More information

The NBT Online Banker PERSONAL FINANCIAL MANAGEMENT TOOL HOW TO GUIDE

The NBT Online Banker PERSONAL FINANCIAL MANAGEMENT TOOL HOW TO GUIDE The NBT Online Banker HOW TO GUIDE TABLE OF CONTENTS Benefits and Resources... 3 Get Started Accessing and Using the Personal Financial Management Tool... 4 Customize Your Personal Finance Home Page...

More information

Team Foundation Server 2013 Installation Guide

Team Foundation Server 2013 Installation Guide Team Foundation Server 2013 Installation Guide Page 1 of 164 Team Foundation Server 2013 Installation Guide Benjamin Day benday@benday.com v1.1.0 May 28, 2014 Team Foundation Server 2013 Installation Guide

More information

Integration Overview. Web Services and Single Sign On

Integration Overview. Web Services and Single Sign On Integration Overview Web Services and Single Sign On Table of Contents Overview...3 Quick Start 1-2-3...4 Single Sign-On...6 Background... 6 Setup... 6 Programming SSO... 7 Web Services API...8 What is

More information

Departures Email Letter / Export File

Departures Email Letter / Export File Departures Email Letter / Export File Departing customers can be tracked and sent a thank you email from within Campground Manager. Alternatively customer information can be gathered and exported to a

More information

Taulia Supplier Portal User Guide

Taulia Supplier Portal User Guide Taulia Supplier Portal User Guide Version 2.1 Taulia Inc. Taulia GmbH 201 Mission Street, Ste. 900 Gladbacher Strasse 74 San Francisco, CA 94105 Phone +1 (415) 376 8280 40219 Düsseldorf Germany Fax +1

More information

ACCOUNT SERVICES HELP

ACCOUNT SERVICES HELP ACCOUNT SERVICES HELP 1. How do I create an on line account? Before you can view your on line account information you first need to register a username profile. You do this by clicking on the Register

More information

Software Requirements Specification. Human Resource Management System. Sponsored by Siemens Enterprise Communication. Prepared by InnovaSoft

Software Requirements Specification. Human Resource Management System. Sponsored by Siemens Enterprise Communication. Prepared by InnovaSoft Software Requirements Specification Human Resource Management System Sponsored by Siemens Enterprise Communication Prepared by InnovaSoft Cansu Hekim - 1630888 Bekir Doğru - 1560085 Zaman Safari - 1572254

More information

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows) Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,

More information

Home Counselor Online User s Guide for Mortgage Professionals

Home Counselor Online User s Guide for Mortgage Professionals Home Counselor Online User s Guide for Mortgage Professionals February 2007 2007 Fannie Mae. All rights reserved. Desktop Originator, Desktop Underwriter, DO, and DU are registered trademarks of Fannie

More information

Atlantic Automation. Document Storage and Retrieval System. Administrator s Guide

Atlantic Automation. Document Storage and Retrieval System. Administrator s Guide Atlantic Automation Document Storage and Retrieval System Administrator s Guide Copyright Notice This document is copyright material. It may not be reproduced in any form whatsoever, including physical,

More information

Arctic Network SQL Server Data Analysis Using Microsoft Access

Arctic Network SQL Server Data Analysis Using Microsoft Access Arctic Network Arctic Network Data Management Standard Operating Procedure Inventory & Monitoring Program U.S. Department of the Interior Data Management Standard Operating Procedure NPS/ARCN/DMSOP-2009-03

More information

Page 18. Using Software To Make More Money With Surveys. Visit us on the web at: www.takesurveysforcash.com

Page 18. Using Software To Make More Money With Surveys. Visit us on the web at: www.takesurveysforcash.com Page 18 Page 1 Using Software To Make More Money With Surveys by Jason White Page 2 Introduction So you re off and running with making money by taking surveys online, good for you! The problem, as you

More information

Lead Management FAQ - Partner

Lead Management FAQ - Partner Autodesk Lead Management FAQ-Partner September 2012 Partner Center References: - What s New in Partner Center FY13: http://breeze.autodesk.com/p49066885 - New Partner Center Roles: http://breeze.autodesk.com/p70569035

More information

Design of Company s Salary Management System. Lei Xiong

Design of Company s Salary Management System. Lei Xiong 3rd International Conference on Management, Education, Information and Control (MEICI 2015) Design of Company s Salary Management System Lei Xiong College of Information Engineering, Jiangxi University

More information

Information Technology Department Secure File Transfer System User Guide

Information Technology Department Secure File Transfer System User Guide Information Technology Department Secure File Transfer System User Guide Lasted Updated: October 29, 2009 1 Table of Contents 1. Secure FTP Web Application Overview... 3 2. Secure FTP Web Application URL...

More information

SYSTEM DEVELOPMENT AND IMPLEMENTATION

SYSTEM DEVELOPMENT AND IMPLEMENTATION CHAPTER 6 SYSTEM DEVELOPMENT AND IMPLEMENTATION 6.0 Introduction This chapter discusses about the development and implementation process of EPUM web-based system. The process is based on the system design

More information

City of De Pere. Halogen How To Guide

City of De Pere. Halogen How To Guide City of De Pere Halogen How To Guide Page1 (revised 12/14/2015) Halogen Performance Management website address: https://global.hgncloud.com/cityofdepere/welcome.jsp The following steps take place to complete

More information

Website Maintenance Information For My Clients Bob Spies, Flying Seal Systems, LLC Updated: 08- Nov- 2015

Website Maintenance Information For My Clients Bob Spies, Flying Seal Systems, LLC Updated: 08- Nov- 2015 Website Maintenance Information For My Clients Bob Spies, Flying Seal Systems, LLC Updated: 08- Nov- 2015 This document has several purposes: To explain what website maintenance is and why it's critical

More information

Avatier Identity Management Suite

Avatier Identity Management Suite Avatier Identity Management Suite Migrating AIMS Configuration and Audit Log Data To Microsoft SQL Server Version 9 2603 Camino Ramon Suite 110 San Ramon, CA 94583 Phone: 800-609-8610 925-217-5170 FAX:

More information

Online Statements. About this guide. Important information

Online Statements. About this guide. Important information Online Statements About this guide This guide shows you how to: View online statements, including CommBiz Activity Statements (Billing summaries) and online statements for Transaction Accounts, Credit

More information

Migrating helpdesk to a new server

Migrating helpdesk to a new server Migrating helpdesk to a new server Table of Contents 1. Helpdesk Migration... 2 Configure Virtual Web on IIS 6 Windows 2003 Server:... 2 Role Services required on IIS 7 Windows 2008 / 2012 Server:... 2

More information

Working with Structured Data in Microsoft Office SharePoint Server 2007 (Part1): Configuring Single Sign On Service and Database

Working with Structured Data in Microsoft Office SharePoint Server 2007 (Part1): Configuring Single Sign On Service and Database Working with Structured Data in Microsoft Office SharePoint Server 2007 (Part1): Configuring Single Sign On Service and Database Applies to: Microsoft Office SharePoint Server 2007 Explore different options

More information

Gateway2Travel Manual

Gateway2Travel Manual Gateway2Travel Manual Hotels Transfers www.gateway.be 1 Content GENERAL 3 1. USE 4 1.1 ACCESS... 4 1.2 START SCREEN... 4 1.3 INDIVIDUAL SETTINGS (PER PC)... 4 2. HOTELS 5 2.1 SELECTION SCREEN... 5 2.2

More information

Hotel Software Instruction Hotel Electronic Lock / Key Management Software Version 4.2u

Hotel Software Instruction Hotel Electronic Lock / Key Management Software Version 4.2u Hotel Software Instruction Hotel Electronic Lock / Key Management Software Version 4.2u UCA, Inc. 2002 all rights reserved 1 1 Installation...3 1.1 SQL...3 1.2 Connect encoder...3 1.1.1 USB...3 1.1.2 COM...3

More information

Contacting Descartes Service Desk

Contacting Descartes Service Desk Version 1 April 2012 Toll Free 800.419.8495 Int l 519.746.8110 info@descartes.com www.descartes.com Table of Contents ABOUT DESCARTES SERVICE DESK... 3 CONTACTING DESCARTES SERVICE DESK... 4 SERVICE DESK

More information

EASRestoreService. Manual

EASRestoreService. Manual Manual Introduction EAS is a powerful Archiving Solution for Microsoft Exchange, Lotus Notes, Sharepoint and Windows based File systems. As one of the Top 5 Enterprise Archiving Solutions worldwide is

More information

Using Remote Web Workplace Version 1.01

Using Remote Web Workplace Version 1.01 Using Remote Web Workplace Version 1.01 Remote web workplace allows you to access your Windows XP desktop through Small Business Server 2003 from a web browser. 1. Connect to the Internet in your remote

More information

Microsoft SQL Server Express 2005 Install Guide

Microsoft SQL Server Express 2005 Install Guide Microsoft SQL Server Express 2005 Install Guide Version 1.1 Page 1 of 32 Contents 1.0 Introduction... 3 1.1 Installing Microsoft SQL Server Express 2005 SP4 Edition... 3 1.2 Installing Microsoft SQL Server

More information

How to Get Started at Bladen s Moodle Site

How to Get Started at Bladen s Moodle Site How to Get Started at Bladen s Moodle Site These handouts are designed to help you learn to use Moodle. All students should use their college email address to communicate with the instructor of the course.

More information

Implementation of Best Practices in Environmental Cleaning using LEAN Methodology. Tom Clancey and Amanda Bjorn

Implementation of Best Practices in Environmental Cleaning using LEAN Methodology. Tom Clancey and Amanda Bjorn Implementation of Best Practices in Environmental Cleaning using LEAN Methodology Tom Clancey and Amanda Bjorn Why Change? How What is LEAN? Lean is a set of concepts, principles and tools used to create

More information

QUICK STARTUP GUIDE. ASI FrontDesk 6.0 Startup Guide

QUICK STARTUP GUIDE. ASI FrontDesk 6.0 Startup Guide QUICK STARTUP GUIDE We strongly recommend the first time users to go through the quick start up guide. This enables the user to carry out basic operations without in-depth knowledge of the software. After

More information

Table of Contents SQL Server Option

Table of Contents SQL Server Option Table of Contents SQL Server Option STEP 1 Install BPMS 1 STEP 2a New Customers with SQL Server Database 2 STEP 2b Restore SQL DB Upsized by BPMS Support 6 STEP 2c - Run the "Check Dates" Utility 7 STEP

More information

Preparing Documents in the STARS Database

Preparing Documents in the STARS Database Preparing Documents in the STARS Database Open the STARS Database: Generate the Doc Gen form or scan documents as needed: Edit and scan all documents as needed. When the document is ready and fully edited

More information

PCSchool SQL Backup Tech Tip. SQL Backup Tech Tip. Created in version 2009.4 1/9

PCSchool SQL Backup Tech Tip. SQL Backup Tech Tip. Created in version 2009.4 1/9 SQL Backup Tech Tip Created in version 2009.4 1/9 Table of Contents SQL Backup... 2 PCSchool Backup... 3 SQL Server Backup... 5 Identify the Workarea... 5 Management Studio... 5 General... 6 SQL Backup

More information

Installing Client Profiles 6.0

Installing Client Profiles 6.0 Gathering Software Installing Client Profiles 6.0 You will need to have the following software to perform the install (I will provide the URL s for you to download these if you need to). SQL 2000 Server

More information

Course Inventory Management System: Beginners Guide

Course Inventory Management System: Beginners Guide Course Inventory Management System: Beginners Guide The below information serves as an overview displaying how to access and perform general functions within the Course Inventory Management (CIM) System.

More information

How to WOW! Your Guests

How to WOW! Your Guests Tools Technology Skills How to WOW! Your Guests Training Workbook Copyright 2005 Choice Hotels International WOW! Page 3 4 WOW! Page WOW! Page 5 What is WOW! Service? What is WOW!? and service! WOW! separates

More information

Mitel 400 Hospitality Package

Mitel 400 Hospitality Package Mitel 400 Hospitality Package For hotels, guest houses and care homes Customer satisfaction is of prime importance for hotels, guest houses, care homes and any business offering guest management services.

More information

Introducing SQL Server Express

Introducing SQL Server Express 4402book.fm Page 1 Monday, May 8, 2006 10:52 AM Part 1 Introducing SQL Server Express Chapter 1: Introduction to SQL Server Express Chapter 2: Overview of Database Concepts Chapter 3: Overview of SQL Server

More information

Learning Management System (LMS) Frequently Asked Questions

Learning Management System (LMS) Frequently Asked Questions Learning Management System (LMS) Frequently Asked Questions 1. When I try to get to the LMS website I get page can not be displayed. Answer: Make sure you have typed or copied the LMS address correctly

More information

State of Michigan Data Exchange Gateway. Web-Interface Users Guide 12-07-2009

State of Michigan Data Exchange Gateway. Web-Interface Users Guide 12-07-2009 State of Michigan Data Exchange Gateway Web-Interface Users Guide 12-07-2009 Page 1 of 21 Revision History: Revision # Date Author Change: 1 8-14-2009 Mattingly Original Release 1.1 8-31-2009 MM Pgs 4,

More information

Background Information

Background Information User Guide 1 Background Information ********************************Disclaimer******************************************** This is a government system intended for official use only. Using this system

More information

Earn Money Sharing YouTube Videos

Earn Money Sharing YouTube Videos Earn Money Sharing YouTube Videos Get Started FREE! Make money every time you share a video, also make money every time the videos you have shared get watched! Unleash The Viral Power of Social Media To

More information

Setting Up ALERE with Client/Server Data

Setting Up ALERE with Client/Server Data Setting Up ALERE with Client/Server Data TIW Technology, Inc. November 2014 ALERE is a registered trademark of TIW Technology, Inc. The following are registered trademarks or trademarks: FoxPro, SQL Server,

More information

How To Set Up Chime For A Coworker On Windows 7.1.2 (Windows) With A Windows 7 (Windows 7) On A Windows 8.1 (Windows 8) With An Ipad (Windows).Net (Windows Xp

How To Set Up Chime For A Coworker On Windows 7.1.2 (Windows) With A Windows 7 (Windows 7) On A Windows 8.1 (Windows 8) With An Ipad (Windows).Net (Windows Xp INSTALLATION GUIDE July 2015 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and may

More information

MS SQL Server 2008 Express Installation Instructions (09/27/09)

MS SQL Server 2008 Express Installation Instructions (09/27/09) MS SQL Server 2008 Express Installation Instructions (09/27/09) Note This process will install software necessary for the class. It can take 90 120 minutes or more and will require restarting your computer

More information

Installing LearningBay Enterprise Part 2

Installing LearningBay Enterprise Part 2 Installing LearningBay Enterprise Part 2 Support Document Copyright 2012 Axiom. All Rights Reserved. Page 1 Please note that this document is one of three that details the process for installing LearningBay

More information

Cloud Services. Sharepoint. Admin Quick Start Guide

Cloud Services. Sharepoint. Admin Quick Start Guide Cloud Services Sharepoint Admin Quick Start Guide 3/12/2015 ACTIVATION An activation letter will be sent to the email account of your administrator contact. SharePoint will be part of your Cloud Control

More information

Manual. Version: 1.0.0

Manual. Version: 1.0.0 Manual Version: 1.0.0 Table of Contents I. INTRODUCTION... 3 II. INSTALLATION... 5 a. System Requirements... 5 b. Installation... 5 c. Configure PayPal IPN... 5 d. Cron Setup... 6 e. Upload Email Logo...

More information

Table of Contents User Guide... 1 Welcome... 4 Front End Life Blue... 5 General Navigation... 5 Menu Bar... 5 Continuous Scroll... 5 Hyperlinks...

Table of Contents User Guide... 1 Welcome... 4 Front End Life Blue... 5 General Navigation... 5 Menu Bar... 5 Continuous Scroll... 5 Hyperlinks... User Guide Table of Contents User Guide... 1 Welcome... 4 Front End Life Blue... 5 General Navigation... 5 Menu Bar... 5 Continuous Scroll... 5 Hyperlinks... 6 Sections/Pages/Information... 6 Announcements...

More information

USING MYWEBSQL FIGURE 1: FIRST AUTHENTICATION LAYER (ENTER YOUR REGULAR SIMMONS USERNAME AND PASSWORD)

USING MYWEBSQL FIGURE 1: FIRST AUTHENTICATION LAYER (ENTER YOUR REGULAR SIMMONS USERNAME AND PASSWORD) USING MYWEBSQL MyWebSQL is a database web administration tool that will be used during LIS 458 & CS 333. This document will provide the basic steps for you to become familiar with the application. 1. To

More information

Exchange 2013 mailbox setup guide

Exchange 2013 mailbox setup guide Fasthosts Customer Support Exchange 2013 mailbox setup guide This article covers the setup of Exchange 2013 mailboxes in Microsoft Outlook 2013, 2010 and Outlook 2011 for Mac. Contents Exchange 2013 Mailbox

More information

Quick Start Guide for OnTime Now

Quick Start Guide for OnTime Now Quick Start Guide for OnTime Now Set up your OnTime Now Account... 2 What you see... 3 Create a Project... 4 Add a Work Item from the main grid... 4 Launch the Planning Board... 5 Add a Work Item from

More information

Introduction. Office of Web and New Media Missouri State University 901 S. National Ave. Springfield, MO 65897

Introduction. Office of Web and New Media Missouri State University 901 S. National Ave. Springfield, MO 65897 Introduction Office of Web and New Media Missouri State University 901 S. National Ave. Springfield, MO 65897 http://www.missouristate.edu/web (417) 836-5271 About Web Press Web Press is the web content

More information

This is to certify that

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

More information

Personal Financial Manager (PFM) FAQ s

Personal Financial Manager (PFM) FAQ s and Present Personal Financial Manager (PFM) FAQ s Watch a Money Desktop Video at http://www.youtube.com/watch?v=dya5o_6ag7c Q: What is PFM? A: Enhanced Online Banking. PFM is an easy way to track spending,

More information

Tips for writing good use cases.

Tips for writing good use cases. Transforming software and systems delivery White paper May 2008 Tips for writing good use cases. James Heumann, Requirements Evangelist, IBM Rational Software Page 2 Contents 2 Introduction 2 Understanding

More information

Once you have obtained a username and password you must open one of the compatible web browsers and go to the following address to begin:

Once you have obtained a username and password you must open one of the compatible web browsers and go to the following address to begin: CONTENT MANAGER GUIDELINES Content Manager is a web-based application created by Scala that allows users to have the media they upload be sent out to individual players in many locations. It includes many

More information

SSO BDC is Easy! By Brett Lonsdale, MCTS, MCSD.NET, MCT Lightning Tools www.lightningtools.com brett@lightningtools.com 1/12/2008

SSO BDC is Easy! By Brett Lonsdale, MCTS, MCSD.NET, MCT Lightning Tools www.lightningtools.com brett@lightningtools.com 1/12/2008 SSO BDC is Easy! By Brett Lonsdale, MCTS, MCSD.NET, MCT Lightning Tools www.lightningtools.com brett@lightningtools.com 1/12/2008 Copyright 2008, Lightning Tools English, Bleeker & Associates, Inc. makes

More information

Sac State Risk Management Services. Business Continuity Plan System Users Guide

Sac State Risk Management Services. Business Continuity Plan System Users Guide Sac State Risk Management Services Business Continuity Plan System Table of Contents Introduction 2 Log onto the system 3 Select a Department 4 User Privileges 4 Manage BCP Coordinators 5 Critical Processes

More information

Installation and Troubleshooting Guide for SSL-VPN CONNECTIONS Access

Installation and Troubleshooting Guide for SSL-VPN CONNECTIONS Access Installation and Troubleshooting Guide for SSL-VPN CONNECTIONS Access Version 1 Revised 11/29/2007 Table of Contents Java Installation:...4 Browser Configuration:...4 Citrix Client Installation:...8 Attempting

More information

Gravity Forms: Creating a Form

Gravity Forms: Creating a Form Gravity Forms: Creating a Form 1. To create a Gravity Form, you must be logged in as an Administrator. This is accomplished by going to http://your_url/wp- login.php. 2. On the login screen, enter your

More information

Linking Access to SQL Server

Linking Access to SQL Server Linking Access to SQL Server Why Link to SQL Server? Whilst Microsoft Access is a powerful database program it has its limitations and is best suited to creating desktop applications for individual users

More information

RFMS, INC. Reference Library Documentation. Version 10 Conversion Manual. Microsoft SQL

RFMS, INC. Reference Library Documentation. Version 10 Conversion Manual. Microsoft SQL RFMS, INC. Reference Library Documentation Version 10 Conversion Manual Microsoft SQL TABLE OF CONTENTS GENERAL INFORMATION... 3 SYSTEM SPECIFICATIONS AND RECOMMENDATIONS... 4 SQL EXPRESS INSTALLATION...

More information

Out n About! for Outlook Electronic In/Out Status Board. Administrators Guide. Version 3.x

Out n About! for Outlook Electronic In/Out Status Board. Administrators Guide. Version 3.x Out n About! for Outlook Electronic In/Out Status Board Administrators Guide Version 3.x Contents Introduction... 1 Welcome... 1 Administration... 1 System Design... 1 Installation... 3 System Requirements...

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

SOPHOS PureMessage Anti Spam Program

SOPHOS PureMessage Anti Spam Program SOPHOS PureMessage Anti Spam Program The following FAQ s should help clarify some questions you might have about Villanova s new anti spam quarantining program. If your question is not answered below,

More information

WINDOWS AZURE SQL DATA SYNC

WINDOWS AZURE SQL DATA SYNC WINDOWS AZURE SQL DATA SYNC BY HERVE ROGGERO INTRODUCTION One of the most important aspects of cloud adoption with companies that depend on data integration is the ability to synchronize cloud data resources

More information

Edition VIRGINIA TECH. Office of Budget and Financial Planning. FACSAL User Manual

Edition VIRGINIA TECH. Office of Budget and Financial Planning. FACSAL User Manual Edition 2008 VIRGINIA TECH Office of Budget and Financial Planning FACSAL User Manual VIRGINIA TECH OFFICE OF BUDGET AND FINANCIAL PLANNING FACSAL User Manual OBFP 322 Burruss Hall Blacksburg, VA 24060

More information

Hosting Users Guide 2011

Hosting Users Guide 2011 Hosting Users Guide 2011 eofficemgr technology support for small business Celebrating a decade of providing innovative cloud computing services to small business. Table of Contents Overview... 3 Configure

More information

PHI Audit Us er Guide

PHI Audit Us er Guide PHI Audit Us er Guide Table Of Contents PHI Audit Overview... 1 Auditable Actions... 1 Navigating the PHI Audit Dashboard... 2 Access PHI Audit... 4 Create a Patient Audit... 6 Create a User Audit... 10

More information

HIPAA RULES AND REGULATIONS

HIPAA RULES AND REGULATIONS HIPAA RULES AND REGULATIONS INTRODUCTION Everyone who works in or around health care has heard about the HIPAA, the Health Insurance Portability and Accountability Act. And certainly, everyone who is in

More information

Technology Description. Electronic Data Capture and Database Management System

Technology Description. Electronic Data Capture and Database Management System Technology Description Electronic Data Capture and Database Management System Page 1 of 22 Overview The purpose of this document is to describe the Electronic Data Capture (EDC) and Database Management

More information

MassMatrix Web Server User Manual

MassMatrix Web Server User Manual MassMatrix Web Server User Manual Version 2.2.3 or later Hua Xu, Ph. D. Center for Proteomics & Bioinformatics Case Western Reserve University August 2009 Main Navigation Bar of the Site MassMatrix Web

More information

Dynamic Content for Executive Recruitment Firm

Dynamic Content for Executive Recruitment Firm Dynamic Content for Executive Recruitment Firm Added dynamic functionality to existing static HTML site for a Philadelphia-area firm specializing in executive recruitment for the healthcare industry. This

More information

Brother Automatic E-Mail Printing OPERATION MANUAL

Brother Automatic E-Mail Printing OPERATION MANUAL Brother Automatic E-Mail Printing OPERATION MANUAL Copyright Brother 1999 No part of this publication may be reproduced in any form or by any means without permission in writing from the publisher. The

More information

CERTIFY EDUCATE ACE CERTIFICATION PROCESS

CERTIFY EDUCATE ACE CERTIFICATION PROCESS ACHIEVE CERTIFY EDUCATE ACE CERTIFICATION PROCESS ACE LOGIN The first step in taking your ACE certification is to log in at RegisterASA.com You can use the Need help logging in? link to reset your login

More information