User Manual Inventory Application

Size: px
Start display at page:

Download "User Manual Inventory Application"

Transcription

1 User Manual Inventory Application (Release 1.1)

2 Introduction This application was designed and implemented by Jester Solutions for Dr. John G. McHenry, M.D., M.P.H., P.L.L.C in August Specifically, it is a light-weight inventory management system that satisfies the following requirements: Provide a primary, mutli-user application that allows for inventory management. Build into the system a roaming component that uses barcode-scanning to allow barcodes to be assigned and scanned in-the-field. The roaming component is to be installed on a laptop with MS Access Include a basic means of synchronizing data from the roaming laptop back to the central server. System Components Three (3) separate files make up the inventory system. The first is an Access database file named Inventory_DB_64.accdb which is located on a central server in the office. The network administrator should be able to provide access to this file for all persons who need it. The second file is the workstation front-end file named Inventory_SW_64.accdb which is to be installed on computers at the office that have a permanent (cable) LAN connection to the inventory server. The third file is the roaming laptop file named Inventory_RL_64.accdb which is installed on a dedicated laptop. This is the device that is to be used away from the office at various storage locations to enter inventory data. It uses a barcode scanner to scan pre-printed barcode labels that are applied to inventory items at the time inventory is taken. All of these files have been copied to a common folder on to the central database server. ii

3 Table of Contents Introduction... ii System Components... ii User Manual Overview... 1 System Log-In... 1 I. File Installation and Set-up... 2 Assumptions... 2 Stationary Workstations... 2 Roaming Laptop... 3 II. Sync... 4 What is sync?... 4 When should the Sync button be clicked?... 4 What happens during sync?... 4 III. Entering Inventory Data... 4 Database Diagram... 5 System Navigation... 6 Main Menu... 6 Inventory... 6 New Inventory Item... 7 Locations... 7 Items... 8 New Item... 8 IV. Reports... 9 Inventory Levels... 9 Locations... 9 Items List Categories V. Administration User Management Look-up Tables iii

4 User Manual Overview File Installation and Set-up This section describes how to install the front-end files Inventory_WS_64.accdb and Inventory_RL_64.accdb files and successfully connect them to the central database. Sync This section only applies to the roaming laptop computer, and describes what happens during the sync process between the laptop and the central database. Entering Inventory Data This section describes the core data elements and how they relate. Various screens are captured here to demonstrate data relations, workflow and system navigation. Reports This section shows the reports and report dialogs that have been created for the application. Administration This section covers user administration and lookup tables. System Log-In Users are presented with a log-in screen when the application is launched. A valid username and password are required to gain access. Designated administrators are responsible for setting-up and maintaining user accounts. Jester Solutions glenn.jester@gmail.com (469)

5 I. File Installation and Set-Up Assumptions The central database file ( Inventory_DB_64.accdb ) was installed on a central server at Dr. McHenry s office on Mockingbird Lane in Dallas, TX by Jester Solutions in August All current and future workstations intended to serve as inventory computers need to have network access to this database file. It is the responsibility of the network administrator to provide network access and read/write permissions to user accounts and computers on the LAN. Stationary Workstations ( Inventory_SW_64.accdb ) A stationary workstation can be any desktop computer located at Dr. McHenry s primary facility the same office where the database server lives. In addition to a network connection, each designated workstation must have a 64-bit, licensed copy of Access 2010 installed on it. To install the Inventory_SW_64.accdb file to a stationary workstation computer, simply login into the machine as the intended user, map a network drive to the database server, and copy the Inventory_SW_64.accdb file down from the server to the desktop of the workstation. After the file is copied, launch the inventory app by double clicking its icon on the desktop. The first time the application launches from the desktop the system will ask the user to locate the central database. The user needs to use the screen below to locate the mapped drive to the database server, and then select the Inventory_DB_64.accdb file. Once this file has been identified, the system will automatically establish a permanent working connection between the workstation and the central database. From then on whenever the application is launched, the user will be prompted for a username and password in order to open the app. 2

6 Roaming Laptop ( Inventory_RL_64.accdb ) A single laptop computer has been designated to serve as a roaming device to capture inventory levels at various storage warehouse locations in the area. This laptop has a special version of the inventory app installed on it a version that operates in disconnected mode as well as a detachable barcode scanner. What is disconnected mode? Disconnected mode simply means the laptop runs by itself while DISCONNECTED from the LAN. It has a special Sync button located at the top of the main menu screen. Please note this button does NOT exist on the workstation version of the inventory app. The laptop s main menu is show below. To configure another laptop to serve as a roaming inventory app, simply follow the same instructions in the previous section for stationary workstations, but instead of copying the Inventory_SW_64.accdb file to the laptop s desktop, copy the Inventory_RL_64.accdb file. 3

7 II. Sync This section only applies to the roaming laptop, not the stationary workstations. What is sync? Sync is an abbreviation for synchronization, and is a carefully designed data exchange process that copies inventory information down from the central server (the same server that the stationary workstations are connected to on the LAN), moving the latest changes to the laptop computer. And because sync is bi-directional, it simultaneously pushes inventory data changes from the laptop back up to the central server, making this data available to the other workstations on the system. This process includes all changes affecting inventory locations, items, categories, users, units of measure, and especially inventory levels. Every time the sync button is clicked, the result is the same the laptop and the central database are made mirror images of one another data-wise. When should the Sync button be clicked? It is absolutely imperative that every time the laptop is to be used to collect, modify or delete inventory levels regardless of where that inventory resides that the sync button be clicked once before the data changes are made (departing the office), and again immediately after the data changes are made (upon returning to the office). Why? Again, the system has been specifically designed to accommodate the collection of inventory levels using a laptop with a barcode scanner. Because the laptop may need to be used at remote locations out of WiFi range it needs to be able to operate in disconnected mode. This is made possible by providing a way to update the data whenever the laptop is reconnected to the inventory system. This is the whole purpose of the Sync button. What happens during sync? When the Sync button is clicked, the application first attempts to connect either wirelessly or via LAN to the central database. A connection must be established with the central database when the Sync button is clicked. If a connection cannot be established, the synchronization process is unable to copy data from the server to the laptop and vice versa. When a connection is established, here are actions that automatically occur: 1. Evaluate to see if changes exist on the laptop. 2. Backup the central database server. 3. Upload changes from the laptop to the server. 4. Download changes from the server to the laptop. 5. Step through all the data and update the appropriate target dataset. 6. Verify all updates have completed successfully. (The sync process displays statuses as it progresses through the process.) 4

8 III. Entering Inventory Data Database Diagram Below is the system s database diagram. Note the location of the Inventory table between the Items table and the Locations table, serving as a cross-reference table in a many-to-many relationship between them. This design allows multiple quantities of the same item, such as a specific brand of sutures, to exist at different locations. In other words, a barcode does not identify the item itself, but rather the item and its quantity at a location its actual inventory level. This means a single item may have many different barcodes. That s exactly how the system is intended to behave, and is accurately reflected in reporting. For the record, there are two benefits to this architecture. First, it eliminates the need to ever have two barcode labels with the same barcode number, which greatly reduces the complexity of using pre-printed rolls of barcode labels. Imagine if barcodes were assigned to specific items without regard to their quantity or location. If an item ever needed to exist in multiple locations, i.e. a bag of bandages in warehouse #1 and an identical bag of bandages at warehouse #2, the same barcode label would have to be used. This simply isn t practical for barcode labels that have been pre-printed and are in sequential integer order on a roll. The second benefit of this design is workflow speed. By assigning barcodes to an item and its quantity and location, the person taking the inventory need only identify the item, count the quantity, peel-and-stick a barcode label, scan it into the system, and go on to the next item. Because there are several warehouse locations with potentially hundreds of unknown items, this process needed to be as fast and accommodating as possible. 5

9 System Navigation The system is comprised of the numerous screens and reports. The main ones are described here. Main Menu This is the primary screen used for system navigation. Each button represents a major compartment of the application. Inventory The Inventory screen is used to list current inventory levels. There is a combo-box at the top of the screen that lists locations where inventory is stored. Choosing a location here will filter the list of inventory levels shown below. The yellow text box is used to search inventory by barcode number. A barcode number can either be typed in manually, or if you prefer, scanned in with a scanner. Simply position the cursor in the yellow box and scan the barcode you re seeking. The system will display the item if it exists, or will ask you to create it if it does not. 6

10 New Inventory Item In many respects, this is the most important screen in the system. It has been specifically designed to quickly add new inventory levels on the fly. The user is able to add a new inventory level while simultaneously creating a new inventory item. The lighter shaded square in middle of the screen contains item-specific information. The outer darker portion contains the actual inventory level information. Locations Like several of the screens that open from the main menu, the Locations screen is a list, of locations. Click the New button to create a new location for the system, or to edit or delete a specific location, select it first in the list box. Note: Deleting a location will automatically delete all inventory levels from that location. Please be careful and use caution when deleting a location. 7

11 Items The items screen lists all the individual items in the system. Note the last two columns on the right, which show Total Qty and Locations. As mentioned earlier, the system has been designed to allow for a single item to exist in multiple locations. An item need only be created once, but it may have quantities at several locations. To create a new item click the New button. To edit or delete an item, select it first in the list box, then click Edit or Delete. Note: Deleting an item will automatically delete all of its inventory levels across all locations. Please be careful and use caution when deleting an item. New Item Each item must have a name. All the other fields are optional. 8

12 IV. Reports Currently there are four (4) reports in the system. To open any report, select it in the list and then click Continue. Report: Inventory Levels The primary inventory report is the Inventory Levels report. This report can be filtered by location and/or category. Leave both drop-down boxes blank to have the report display all inventory levels in the system. Report: Locations This report lists all locations in the system. 9

13 Report: Items List This report lists all individual items loaded in the system. Report: Categories This report lists all categories. 10

14 V. Administration The Administration screen is used to manage other information. Users are added, edited and removed from the system like any other data element. Rather than deleting users, they can be kept in the system by disabling them. The reason for disabling a user rather than deleting them is to allow their names to continue to appear on reports. If a user is deleted, that field is made blank on all future reports. The system currently supports two tiers of users, administrators and regular users. Users in the administrative group have full access to all information in the system. Non-administrators can only read and view information. They are specifically denied the ability to modify data. Currently, there are two (2) look-up tables that need to be maintained. These are categories and units of measure. The values can be managed here even though they may have been created on the fly as inventory levels were being added to the system. 11

InventoryControl for use with QuoteWerks Quick Start Guide

InventoryControl for use with QuoteWerks Quick Start Guide InventoryControl for use with QuoteWerks Quick Start Guide Copyright 2013 Wasp Barcode Technologies 1400 10 th St. Plano, TX 75074 All Rights Reserved STATEMENTS IN THIS DOCUMENT REGARDING THIRD PARTY

More information

OneDrive for Business from Desktop or Laptop Windows devices

OneDrive for Business from Desktop or Laptop Windows devices OneDrive for Business from Desktop or Laptop Windows devices OneDrive for Business (previously called SkyDrive Pro) is cloud based file store that comes as part of the Uel Office365 subscription. It provides

More information

LogMeIn Network Console Version 8 Getting Started Guide

LogMeIn Network Console Version 8 Getting Started Guide LogMeIn Network Console Version 8 Getting Started Guide April 2007 1. About the Network Console... 2 2. User Interface...2 3. Quick Start... 2 4. Network & Subnet Scans...3 5. Quick Connect...3 6. Operations...

More information

Table of Contents. OpenDrive Drive 2. Installation 4 Standard Installation Unattended Installation

Table of Contents. OpenDrive Drive 2. Installation 4 Standard Installation Unattended Installation User Guide for OpenDrive Application v1.6.0.4 for MS Windows Platform 20150430 April 2015 Table of Contents Installation 4 Standard Installation Unattended Installation Installation (cont.) 5 Unattended

More information

How to Access Coast Wi-Fi

How to Access Coast Wi-Fi How to Access Coast Wi-Fi Below is a summary of the information required to configure your device to connect to the coast-wifi network. For further assistance in configuring your specific device, continue

More information

How to Use JCWHosting Reseller Cloud Storage Solution

How to Use JCWHosting Reseller Cloud Storage Solution How to Use JCWHosting Reseller Cloud Storage Solution Go to https://www.internetspace.co.za and log in with your Cloud Reseller account username and password. How to Use create a cloud account for your

More information

Installing TestNav Mac with Apple Remote Desktop

Installing TestNav Mac with Apple Remote Desktop Installing TestNav Mac with Apple Remote Desktop 1 2 3 Getting TestNav Installation from Servicedesk 1.1 Connect to Servicedesk 4 1.2 Download Package to Desktop 7 Installing TestNav 2.1 Add Computers

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

Document From MAXIMUM BUSINESS INFORMATION TECHNOLOGY ON A. OwnCloud User Manual. TO I Cafe`

Document From MAXIMUM BUSINESS INFORMATION TECHNOLOGY ON A. OwnCloud User Manual. TO I Cafe` Document From MAXIMUM BUSINESS INFORMATION TECHNOLOGY ON A OwnCloud User Manual TO I Cafe` DATED 20 Sep 2014 User Manual Guid For Owncloud I. Accessing the owncloud Web Interface To access the owncloud

More information

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL SOS Online Backup USER MANUAL HOW TO INSTALL THE SOFTWARE 1. Download the software from the website: http://www.sosonlinebackup.com/download_the_software.htm 2. Click Run to install when promoted, or alternatively,

More information

owncloud Configuration and Usage Guide

owncloud Configuration and Usage Guide owncloud Configuration and Usage Guide This guide will assist you with configuring and using YSUʼs Cloud Data storage solution (owncloud). The setup instructions will include how to navigate the web interface,

More information

How to use SURA in three simple steps:

How to use SURA in three simple steps: How to use SURA in three simple steps: Most of SURA s functionality can be accessed through these three steps. 1) Download SURA to your computer Go to the SU Downloads page to obtain the SURA utility.

More information

University of Minnesota Voucher and Journal Imaging Guide for ImageNow 6.2

University of Minnesota Voucher and Journal Imaging Guide for ImageNow 6.2 University of Minnesota Voucher and Journal Imaging Guide for ImageNow 6.2 INTRODUCTION... 2 LAUNCHING IMAGENOW AND LOGGING IN... 2 IMAGENOW TOOLBAR... 3 VENDOR PAYMENT OR JOURNAL ENTRY WORKFLOW... 3 OPENING

More information

Colligo Email Manager 6.0. Offline Mode - User Guide

Colligo Email Manager 6.0. Offline Mode - User Guide 6.0 Offline Mode - User Guide Contents Colligo Email Manager 1 Key Features 1 Benefits 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 3 Updating Your License Key 3 Managing SharePoint

More information

DUO SECURITY CISCO VPN USER GUIDE 1/27/2016

DUO SECURITY CISCO VPN USER GUIDE 1/27/2016 DUO SECURITY CISCO VPN USER GUIDE 1/27/2016 CONTENTS Enrolling Your Devices... 2 Install Cisco AnyConnect VPN Client... 6 Connecting to a PC with Microsoft Remote Desktop... 8 Disconnecting the AnyConnect

More information

The FlexiSchools Online Order Management System Installation Guide

The FlexiSchools Online Order Management System Installation Guide The FlexiSchools Online Order Management System Installation Guide FlexiSchools May 2012 Page 1 of 16 Installation Pack Welcome to the FlexiSchools system. You will have received a disc containing: Sato

More information

LRDC Computing Services

LRDC Computing Services LRDC Computing Services Remote Access to the LRDC Fileservers Windows XP* April 5, 2005 *While these instructions have been created for and tested on a Windows XP computer, they may also work for your

More information

Windows Mobile Stock Transactions Stock Count and Usage

Windows Mobile Stock Transactions Stock Count and Usage Windows Mobile Stock Transactions Stock Count and Usage WorkTech Inc. 33 Main Street West Grimsby, Ontario Canada L3M 1R3 Ph: (905) 309 6054 Toll Free: 1 877 309 6054 Fax: (905) 309 9128 www.worktech.ca

More information

Pendragon Forms Industrial

Pendragon Forms Industrial Pendragon Forms Industrial Version 7 Installation & Reference Guide for Android Devices Contents What Is Pendragon Forms Industrial?... 2 Installing Pendragon Forms Industrial... 2 Installing Pendragon

More information

SMS Database System Quick Start. [Version 1.0.3]

SMS Database System Quick Start. [Version 1.0.3] SMS Database System Quick Start [Version 1.0.3] Warning ICP DAS Inc., LTD. assumes no liability for damages consequent to the use of this product. ICP DAS Inc., LTD. reserves the right to change this manual

More information

How To Use Senior Systems Cloud Services

How To Use Senior Systems Cloud Services Senior Systems Cloud Services In this guide... Senior Systems Cloud Services 1 Cloud Services User Guide 2 Working In Your Cloud Environment 3 Cloud Profile Management Tool 6 How To Save Files 8 How To

More information

Sr. VP for Administration and Finance. Property Inventory System Scanning Instructions

Sr. VP for Administration and Finance. Property Inventory System Scanning Instructions Sr. VP for Administration and Finance Scanning Instructions September 09th, 2015 Table of Contents Overview... 2 Software Links... 3 Installing the Software... 3 Scanning... 5 Uploading Scan File... 8

More information

Installing the Virtual Desktop Application (MAC)

Installing the Virtual Desktop Application (MAC) Installing the Virtual Desktop Application (MAC) The folowing instructions will guide you through the process of installing the components necessary to connect in to the NEL B Virtual Desktop environment

More information

This guide provides all of the information necessary to connect to MoFo resources from outside of the office.

This guide provides all of the information necessary to connect to MoFo resources from outside of the office. REMOTE ACCESS GUIDE INTRODUCTION This guide provides all of the information necessary to connect to MoFo resources from outside of the office. Connect remotely from your firm notebook using VPN Connect

More information

Qsync Install Qsync utility Login the NAS The address is 192.168.1.210:8080 bfsteelinc.info:8080

Qsync Install Qsync utility Login the NAS The address is 192.168.1.210:8080 bfsteelinc.info:8080 Qsync Qsync is a cloud based file synchronization service empowered by QNAP Turbo NAS. Simply add files to your local Qsync folder, and they will be available on your Turbo NAS and all its connected devices.

More information

MiraCosta College now offers two ways to access your student virtual desktop.

MiraCosta College now offers two ways to access your student virtual desktop. MiraCosta College now offers two ways to access your student virtual desktop. We now feature the new VMware Horizon View HTML access option available from https://view.miracosta.edu. MiraCosta recommends

More information

Simple, Secure User Guide for OpenDrive Drive Application v1.2.0.4 for OS-X Platform 20150501 May 2015

Simple, Secure User Guide for OpenDrive Drive Application v1.2.0.4 for OS-X Platform 20150501 May 2015 Simple, Secure User Guide for OpenDrive Drive Application v1.2.0.4 for OS-X Platform 20150501 May 2015 Table of Contents Logging into the Drive Application 4 Log In Sign Up Access the Drive Application

More information

Accessing Personal Web Folders Macon State College

Accessing Personal Web Folders Macon State College Accessing Personal Web Folders Macon State College 1. Download and Install Secure FTP Secure FTP is M State College s supported sftp client for accessing your Web folder on Webdav. You may use other FTP

More information

Initial Setup of Microsoft Outlook with Google Apps Sync for Windows 7. Initial Setup of Microsoft Outlook with Google Apps Sync for Windows 7

Initial Setup of Microsoft Outlook with Google Apps Sync for Windows 7. Initial Setup of Microsoft Outlook with Google Apps Sync for Windows 7 Microsoft Outlook with Initial Setup of Concept This document describes the procedures for setting up the Microsoft Outlook email client to download messages from Google Mail using Internet Message Access

More information

How to connect to VUWiFi

How to connect to VUWiFi Wireless Registration Instructions Windows XP How to connect to VUWiFi 1. The first step in setting up your wireless card for VUWiFi is to open your Network Connections window. You can find this by going

More information

Training Events Database (TED) Setup Guide

Training Events Database (TED) Setup Guide This document describes the basic process for installing the Training Events Database (TED) system. It does not cover installing FileMaker Pro or FileMaker Server, the software needed to run TED, or how

More information

Inventory Manager. Getting started Usage and general How-To

Inventory Manager. Getting started Usage and general How-To Getting started Usage and general How-To Before you begin: Prerequisites: o SQL Server 2005 Express Edition with the default SQLEXPRESS instance MUST be installed in order to use. If you do not have the

More information

DocumentMall PPDM Upload Link Version 1.0 User s Guide

DocumentMall PPDM Upload Link Version 1.0 User s Guide Version 1.0 User s Guide Copyright 2012 All other trademarks are property of their respective owners. The contents of this User s Guide are subject to change without notice. Visit www.documentmall.com/user

More information

Link and Sync Guide for Hosted QuickBooks Files

Link and Sync Guide for Hosted QuickBooks Files Link and Sync Guide for Hosted QuickBooks Files A How-To Guide for Syncing QuickBooks Files Table of Contents Hosted QuickBooks Files Overview:... 2 Rules Overview:... 2 Link and Sync Hosted QuickBooks

More information

TM Online Storage: StorageSync

TM Online Storage: StorageSync TM Online Storage: StorageSync 1 Part A: Backup Your Profile 1: How to download and install StorageSync? Where to download StorageSync? You may download StorageSync from your e-storage account. Please

More information

SSL VPN Setup for Windows

SSL VPN Setup for Windows SSL VPN Setup for Windows SSL VPN allows you to connect from off campus to access campus resources such as Outlook email client, file sharing and remote desktop. These instructions will guide you through

More information

Almyta Control System Advanced Reference Contents

Almyta Control System Advanced Reference Contents Almyta Control System Advanced Reference Contents Almyta Control System Advanced Reference... 1 Software Maintenance... 2 Sharing Your Local Company with Other Users. Networked Installation.... 5 Connecting

More information

User Guide. Version R91. English

User Guide. Version R91. English AuthAnvil User Guide Version R91 English August 25, 2015 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated from

More information

Download and Install the Citrix Receiver for Mac/Linux

Download and Install the Citrix Receiver for Mac/Linux Download and Install the Citrix Receiver for Mac/Linux NOTE: WOW can only be used with Internet Explorer for Windows. To accommodate WOW customers using Mac or Linux computers, a Citrix solution was developed

More information

RP Pocket PC Scanner Reference Manual For PPT8800

RP Pocket PC Scanner Reference Manual For PPT8800 RP Pocket PC Scanner Reference Manual For PPT8800 Table of Contents Overview...2 Installation...2 Setting up your Pocket PC...3 Terminal Services Client...6 Scanning Barcodes...8 Loading Scanner Sessions

More information

ewebextra OfficeMate Integration User s Guide

ewebextra OfficeMate Integration User s Guide ewebextra OfficeMate Integration User s Guide April 2014 2014 Eyefinity, Inc. All rights reserved. Eyefinity, OfficeMate, ewebextra, and ExamWRITER are registered trademarks of Eyefinity, Inc. All other

More information

Getting Started with CashierPRO Inventory Management

Getting Started with CashierPRO Inventory Management Getting Started with CashierPRO Inventory Management Overview CashierPRO keeps track of a number of attributes of each SKU (Stock Keeping Unit) in the store. Some attributes are required (like SKU# and

More information

Setting Up Monthly Reporter

Setting Up Monthly Reporter Setting Up Monthly Reporter April 11, 2014 I. HOW IT WORKS A QUICK OVERVIEW A. AuditWare Development Company maintains a powerful, sophisticated server on which a portion of memory is assigned to 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

Active Directory Integration for Greentree

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

More information

How To Sync Between Quickbooks And Act

How To Sync Between Quickbooks And Act QSalesData User Guide Note: In addition to this User Guide, we have an extensive Online Video Library that you can access from our website: www.qsalesdata.com/onlinevideos Updated: 11/14/2014 Installing

More information

Remote Viewer Recording Backup

Remote Viewer Recording Backup Remote Viewer Recording Backup Introduction: In this tutorial we will explain how to retrieve your recordings using the Web Service online. Using this method you can backup videos onto your computer using

More information

How to install and use the File Sharing Outlook Plugin

How to install and use the File Sharing Outlook Plugin How to install and use the File Sharing Outlook Plugin Thank you for purchasing Green House Data File Sharing. This guide will show you how to install and configure the Outlook Plugin on your desktop.

More information

Set up a VPN Connection on Windows

Set up a VPN Connection on Windows Set up a VPN Connection on Windows NOTICE: Beginning in July 2014, McGill has a new, more secure VPN server. You must go through the steps to install the Cisco AnyConnect VPN client on your computer (a

More information

PeopleSoft Application Designer Installation Documentation

PeopleSoft Application Designer Installation Documentation PeopleSoft Application Designer Installation Documentation NOTE: If you already have PeopleSoft Application Designer installed and working on your machine you do not need to re-install. You can simply

More information

Installation and Setup: Setup Wizard Account Information

Installation and Setup: Setup Wizard Account Information Installation and Setup: Setup Wizard Account Information Once the My Secure Backup software has been installed on the end-user machine, the first step in the installation wizard is to configure their account

More information

Zimbra Connector for Microsoft Outlook User Guide 7.1

Zimbra Connector for Microsoft Outlook User Guide 7.1 Zimbra Connector for Microsoft Outlook User Guide 7.1 March 2011 Legal Notices Copyright 2005-2011 VMware, Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual

More information

The FlexiSchools Online Order Management System Installation Guide

The FlexiSchools Online Order Management System Installation Guide The FlexiSchools Online Order Management System Installation Guide FlexiSchools May 2012 Page 1 of 18 Installation Pack Welcome to the FlexiSchools system. You will have received a disc containing: Sato

More information

Adding Outlook to a Blackberry, Downloading, Installing and Configuring Blackberry Desktop Manager

Adding Outlook to a Blackberry, Downloading, Installing and Configuring Blackberry Desktop Manager Adding Outlook to a Blackberry, Downloading, Installing and Configuring Blackberry Desktop Manager The following instructions work for the District provided Blackberrys from Sprint, but I think it should

More information

Configuring WPA2 for Windows XP

Configuring WPA2 for Windows XP Configuring WPA2 for Windows XP Requirements for wireless using WPA2 on Windows XP with Service Pack 2 Your wireless card must support 802.1x, AES, and WPA2. Windows XP with service pack 2, it is recommended

More information

NAS 253 Introduction to Backup Plan

NAS 253 Introduction to Backup Plan NAS 253 Introduction to Backup Plan Create backup jobs using Backup Plan in Windows A S U S T O R C O L L E G E COURSE OBJECTIVES Upon completion of this course you should be able to: 1. Create backup

More information

CONNECTING THROUGH ACTIVESYNC

CONNECTING THROUGH ACTIVESYNC Scanner Operations CONNECTING THROUGH ACTIVESYNC Place scanner in the cradle and ActiveSync will automatically start up and attempt to establish a connection between the scanner and the desktop. Select

More information

Symbol MT2070 Scanner

Symbol MT2070 Scanner Using the Symbol MT2070 Scanner for Inventory Copyright 2010 JMM Software, Inc. Taking Inventory with the Scanner 1) Wake up the scanner by squeezing the yellow trigger once. 2) If the copyright screen

More information

Information to configure your Windows 7 office computer is described below.

Information to configure your Windows 7 office computer is described below. The Remote Desktop feature in Windows allows you to control your computer from another office or from home. Remote Desktop allows you to use the applications on your office computer, and access your data

More information

Verizon Remote Access User Guide

Verizon Remote Access User Guide Version 17.12 Last Updated: August 2012 2012 Verizon. All Rights Reserved. The Verizon names and logos and all other names, logos, and slogans identifying Verizon s products and services are trademarks

More information

ScheduleOne - Help Guide

ScheduleOne - Help Guide ScheduleOne - Help Guide Only from MeetingOne 501 South Cherry Street Suite 500 Denver, Colorado 80246 Tel: 303.623.2530 Fax: 303.623.1294 Table of Contents ScheduleOne Installation Instructions 2 Basic

More information

SalesPad Mobile Usage Guide. Contents. A software product created by SalesPad Solutions Copyright 2004-2012 www.salespad.net

SalesPad Mobile Usage Guide. Contents. A software product created by SalesPad Solutions Copyright 2004-2012 www.salespad.net SalesPad Mobile Usage Guide A software product created by SalesPad Solutions Copyright 2004-2012 www.salespad.net Contents SalesPad Mobile... 1 Usage Guide... 1 Overview... 4 Installation... 4 Android...

More information

City of Dallas. WASP MOBILE ASSET Professional Edition Version 6.3 STEP-BY-STEP GUIDE

City of Dallas. WASP MOBILE ASSET Professional Edition Version 6.3 STEP-BY-STEP GUIDE City of Dallas WASP MOBILE ASSET Professional Edition Version 6.3 STEP-BY-STEP GUIDE Office of Emergency Management Revised July 3, 2013 Table of Contents ENTERING NEW EQUIPMENT... 1 PRINTING LABELS...

More information

GO!Enterprise MDM Device Application User Guide Installation and Configuration for Android

GO!Enterprise MDM Device Application User Guide Installation and Configuration for Android GO!Enterprise MDM Device Application User Guide Installation and Configuration for Android GO!Enterprise MDM for Android, Version 3.x GO!Enterprise MDM for Android 1 Table of Contents GO!Enterprise MDM

More information

Virtual Owl. Guide for Windows. University Information Technology Services. Training, Outreach, Learning Technologies & Video Production

Virtual Owl. Guide for Windows. University Information Technology Services. Training, Outreach, Learning Technologies & Video Production Virtual Owl Guide for Windows University Information Technology Services Training, Outreach, Learning Technologies & Video Production Copyright 2015 KSU Division of University Information Technology Services

More information

Understanding offline files

Understanding offline files Understanding offline files Introduction If you've ever needed to access important files stored in a shared folder on your network but couldn't because the network connection was unavailable, then you

More information

Connecting to LRDC Fileserver Remotely Using Windows Vista/7 & SRemote VPN

Connecting to LRDC Fileserver Remotely Using Windows Vista/7 & SRemote VPN Connecting to LRDC Fileserver Remotely Using Windows Vista/7 & SRemote VPN October 2013 In order to access the LRDC file server remotely/off campus, or from Wireless Pittnet, you must first authenticate

More information

educ Office 365 email: Remove & create new Outlook profile

educ Office 365 email: Remove & create new Outlook profile Published: 29/01/2015 If you have previously used Outlook the with the SCC/SWO service then once you have been moved into Office 365 your Outlook will need to contact the SCC/SWO servers one last time

More information

Eclipse Palm Sales Force Automation. Release 8.6.2 (Eterm)

Eclipse Palm Sales Force Automation. Release 8.6.2 (Eterm) Eclipse Palm Sales Force Automation Release 8.6.2 (Eterm) Legal Notices 2007 Activant Solutions Inc. All rights reserved. Unauthorized reproduction is a violation of applicable laws. Activant and the Activant

More information

FI8910W Quick Installation Guide. Indoor MJPEG Pan/Tilt Wireless IP Camera

FI8910W Quick Installation Guide. Indoor MJPEG Pan/Tilt Wireless IP Camera Model: FI8910W Quick Installation Guide (For Windows OS) (For MAC OS please go to page 17) Indoor MJPEG Pan/Tilt Wireless IP Camera Black White Package Contents IP Camera FI8910W with IR-Cut.x 1 DC Power

More information

CONTACTS SYNCHRONIZER FOR IPAD USER GUIDE

CONTACTS SYNCHRONIZER FOR IPAD USER GUIDE User Guide CONTACTS SYNCHRONIZER FOR IPAD USER GUIDE Product Version: 1.0 CONTENTS 1. INTRODUCTION...4 2. INSTALLATION...5 2.1 DESKTOP INSTALLATION...5 2.2 IPAD INSTALLATION...9 3. USING THE CONTACTS SYNCHRONIZER

More information

Migrating From WVWC Mail to Google Apps

Migrating From WVWC Mail to Google Apps Migrating From WVWC Mail to Google Apps This document is intended for those users moving from WVWC s old mail server to the new Google Apps mail system. If you DO NOT have bobcats in your email address,

More information

Document OwnCloud Collaboration Server (DOCS) User Manual. How to Access Document Storage

Document OwnCloud Collaboration Server (DOCS) User Manual. How to Access Document Storage Document OwnCloud Collaboration Server (DOCS) User Manual How to Access Document Storage You can connect to your Document OwnCloud Collaboration Server (DOCS) using any web browser. Server can be accessed

More information

Neat Cloud Service + Mobile App

Neat Cloud Service + Mobile App Getting Started with Neat Cloud Service + Mobile App Neat transforms paper and electronic documents into organized digital files that are easy to find, use, and share. Neat Cloud Service and Mobile App

More information

ewebextra OfficeMate Integration User s Guide

ewebextra OfficeMate Integration User s Guide ewebextra OfficeMate Integration User s Guide September 2013 2013 Eyefinity, Inc. All rights reserved. Eyefinity, OfficeMate, ewebextra, and ExamWRITER are registered trademarks of Eyefinity, Inc. All

More information

Accessing Citrix on a MAC using OS X (Mountain Lion and Newer)

Accessing Citrix on a MAC using OS X (Mountain Lion and Newer) These instructions are specifically designed for OS X Mountain Lion and Mavericks. Earlier versions of the OS will require a different installation. These instructions assume that there are no Java, Citrix

More information

MAPPING THE WEBDRIVE REFERENCE GUIDE

MAPPING THE WEBDRIVE REFERENCE GUIDE MAPPING THE WEBDRIVE REFERENCE GUIDE INTRODUCTION The university WebDrive is a dedicated drive to host all university web content. For help with mapping the WebDrive, please read the instructions below

More information

Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials

Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials With Windows Server 2012 R2 Essentials in your business, it is important to centrally manage your workstations to ensure

More information

GO!Enterprise MDM Device Application User Guide Installation and Configuration for Android with TouchDown

GO!Enterprise MDM Device Application User Guide Installation and Configuration for Android with TouchDown GO!Enterprise MDM Device Application User Guide Installation and Configuration for Android with TouchDown GO!Enterprise MDM for Android, Version 3.x GO!Enterprise MDM for Android with TouchDown 1 Table

More information

Macs are not directly compatible with Noetix.

Macs are not directly compatible with Noetix. Those that use Macintosh computers to access Noetix cannot directly access Noetix through http://www.sandiego.edu/noetix. If one is on a Mac and goes to Noetix directly in a web browser, the page is likely

More information

BlackBerry Link for Windows. Version: 1.2.3. User Guide

BlackBerry Link for Windows. Version: 1.2.3. User Guide BlackBerry Link for Windows Version: 1.2.3 User Guide Published: 2014-01-20 SWD-20140120093847797 Contents Related resources...5 Getting started...6 About BlackBerry Link... 6 Getting to know BlackBerry

More information

Network Setup Instructions

Network Setup Instructions Network Setup Instructions This document provides technical details for setting up the Elite Salon & Spa Management program in a network environment. If you have any questions, please contact our Technical

More information

Connecting to the Hospira FTP Server

Connecting to the Hospira FTP Server Connecting to Hospira s FTP Server To transfer files to and from Hospira s FTP Server requires a connection to ftp.hospira-transfer.com. Several commercial and shareware File Transfer Protocol (FTP) software

More information

This manual provides information and instructions for Mac SharePoint Users at Fermilab. Using Sharepoint from a Mac: Terminal Server Instructions

This manual provides information and instructions for Mac SharePoint Users at Fermilab. Using Sharepoint from a Mac: Terminal Server Instructions Using SharePoint from a Mac: Terminal Server Instructions This manual provides information and instructions for Mac SharePoint Users at Fermilab. Page 0 Contents Fermilab Terminal Server Introduction...2

More information

NotifyMDM Device Application User Guide Installation and Configuration for Windows Mobile 6 Devices

NotifyMDM Device Application User Guide Installation and Configuration for Windows Mobile 6 Devices NotifyMDM Device Application User Guide Installation and Configuration for Windows Mobile 6 Devices End-of-Life Notice Please note that GO!Enterprise MDM server version 3.6.3 is the last to officially

More information

Exchange 2003 Mailboxes

Exchange 2003 Mailboxes Exchange 2003 Mailboxes Microsoft will stop supporting Exchange 2003 mailboxes in 2014 as it comes to the end of it s life. To maintain our levels of support and performance of all our customers, we will

More information

Quick Start Guide Using OneDisk with the Tappin Service

Quick Start Guide Using OneDisk with the Tappin Service Quick Start Guide Using OneDisk with the Tappin Service Copyright 2013, Tappin, Inc. All rights reserved. Tappin and the Tappin logo are trademarks of Tappin, Inc. All other trademarks are the property

More information

Backups User Guide. for Webroot SecureAnywhere Essentials Webroot SecureAnywhere Complete

Backups User Guide. for Webroot SecureAnywhere Essentials Webroot SecureAnywhere Complete Backups User Guide for Webroot SecureAnywhere Essentials Webroot SecureAnywhere Complete Webroot Software, Inc. 385 Interlocken Crescent Suite 800 Broomfield, CO 80021 www.webroot.com Version 8.0.1 Webroot

More information

Quick Installation Guide

Quick Installation Guide V2.01 Model: FI9821W Quick Installation Guide Indoor HD Pan/Tilt Wireless IP Camera Black White For Windows OS ------- Page 1 For MAC OS ------- Page 16 ShenZhen Foscam Intelligent Technology Co., Ltd

More information

Undergraduate Academic Affairs \ Student Affairs IT Services. VPN and Remote Desktop Access from a Windows 7 PC

Undergraduate Academic Affairs \ Student Affairs IT Services. VPN and Remote Desktop Access from a Windows 7 PC Undergraduate Academic Affairs \ Student Affairs IT Services VPN and Remote Desktop Access from a Windows 7 PC Last edited: 4 December 2015 Contents Inform IT Staff... 1 Things to Note... 1 Setting Up

More information

REMOTELY ACCESS YOUR FILES WITH THE FLAGLER FILECONNECT SYSTEM

REMOTELY ACCESS YOUR FILES WITH THE FLAGLER FILECONNECT SYSTEM REMOTELY ACCESS YOUR FILES WITH THE FLAGLER FILECONNECT SYSTEM This document explains the various ways to connect to your network files and group share data. In addition, staff and full-time faculty are

More information

POS-X Stock Manager User s Guide

POS-X Stock Manager User s Guide POS-X Stock Manager User s Guide Version 1.3 Copyright 2005 POS-X Inc. All rights reserved. POS-X.com 1-800-790-8657 1 POS-X Stock Manager User s Guide Stock Manager Version 1.1.67 POS-X Inc. Telephone:

More information

Changing Your Cameleon Server IP

Changing Your Cameleon Server IP 1.1 Overview Technical Note Cameleon requires that you have a static IP address defined for the server PC the Cameleon server application runs on. Even if the server PC has a static IP address, you may

More information

Towson University s VPN Virtual Private Network

Towson University s VPN Virtual Private Network Towson University s VPN Virtual Private Network OTS PUBLICATION: VPN01 REVISED 11-25-2008 TRAINING@TOWSON.EDU OFFICE OF TECHNOLOGY SERVICES =Shortcut =Advice =Caution Introduction When connecting through

More information

WhatsUp Gold v16.2 Database Migration and Management Guide

WhatsUp Gold v16.2 Database Migration and Management Guide WhatsUp Gold v16.2 Database Migration and Management Guide Contents CHAPTER 1 How to use this guide CHAPTER 2 Migrating the WhatsUp Gold Microsoft SQL Server 2008 R2 Express Edition database to Microsoft

More information

Connecting to Remote Desktop Windows Users

Connecting to Remote Desktop Windows Users Connecting to Remote Desktop Windows Users How to log into the College Network from Home 1. Start the Remote Desktop Connection For Windows XP, Vista and Windows 7 this is found at:- Star t > All Programs

More information

SELECTBIO Badger User Guide

SELECTBIO Badger User Guide SELECTBIO Badger User Guide Introduction The main aim of the SELECTBIO Badger Scanning System is to replace the current Reftech system of scanning and registering Delegates for a Show. It includes an Admin

More information

BlackBerry Link for Windows. Version: 1.1.1. User Guide

BlackBerry Link for Windows. Version: 1.1.1. User Guide BlackBerry Link for Windows Version: 1.1.1 User Guide Published: 2013-07-22 SWD-20130722144723525 Contents Getting started...5 About BlackBerry Link... 5 Getting to know BlackBerry Link...5 Connecting

More information

Storage Sync for Netgear Version 10.0. Installation Guide for Netgear ReadyNAS 6.0 Intel Base NAS

Storage Sync for Netgear Version 10.0. Installation Guide for Netgear ReadyNAS 6.0 Intel Base NAS Storage Sync for Netgear Version 10.0 Installation Guide for Netgear ReadyNAS 6.0 Intel Base NAS Revised January, 2014 Table of Contents Introduction... 3 Supported NETGEAR 6 Devices... 3 Using this Document...

More information