Bookstore Mobile Application

Size: px
Start display at page:

Download "Bookstore Mobile Application"

Transcription

1 Software Design Description Version 1.1 January 2, Bookstore Mobile Application Merve Altınbaş Zeynep Şanlı Melda Aydoğan

2 Table of Contents Table of Contents Table of Figures 1.0. Introduction Purpose Scope Glossary References Overview of document Deployment Diagram Architecture Design Web System Architecture Android Design Data structure design Use case realizations System Sequence Diagram Uml Diagram Interface Design

3 Table of Figures Figure 1: Deployment Diagram 5 Figure 2: Use case relations 16 Figure 3: System sequence diagram...17 Figure 4: Uml diagram...18 Figure 5: Home Page..19 Figure 6: Home Page Figure 7: Admin Login Page..20 Figure 8: Admin Page.20 Figure 9: Add New Book Page...21 Figure 10: Borrow Page..21 Figure 11: Borrow List Page...22 Figure 12: Return Book Page..22 Figure 13: QR code..23 Figure 14: Android Application..23 Figure 15: The main menu...24 Figure 16: QR code scanner..24 Figure 17: Scanning the qr code 25 Figure 18: Location of the book.25 Figure 19: Quit..26 2

4 1.0 Introduction 1.1 Purpose This Software Design Description (SDD) provides the design details of bookstore or library mobile application. The expected audience is user of libraries. This document describes the detailed structure of the components of mobile application. It also shows how the use cases detailed in the SRS will be implemented in the system using this design. 1.2 Scope There are two parts of system. The book location information website uses standard clientserver architecture with a database on the server. The other part of the system is mobile application. This Software Design is focused on the base level system and critical parts of the system. The system will be used in libraries. This sdd defines and describes the use of each view, the architectural constraints of the system, and the functional requirements with a significant impact Glossary Term Android Eclipse Website SDD SRS Definition A Linux based mobile phone operating system developed by Google. A multi-language software development environment A place on the world wide web Software Design Document Software Requirement Specification 1.4. References 3

5 1.5. Overview of document The remaining chapters and their contents are listed below. Chapter 2 is a Deployment Diagram that shows physical locations where the system actually exists. This allows a clear explanation of where each design entity will reside. Section 3 is the Architectural Design that specifies the design entities that collaborate to perform all the functions included in the system. Each of these entities has an Abstract description concerning the services that it provides to the rest of the system. In turn, each design entity is expanded into a set of lower-level design operations that collaborate to perform its services. Section 4 is about the Data Structure Design. Section 5 contains the Use Case Realizations. Each Use Case stated in the SRS Document can be traced by the given design objects. Section 6 shows the User Interface Design, and how it can be created with maximum user efficiency and ease of use. 4

6 2.0. Deployment diagram Web Browser Internet Database Server Scan QR code QR Code Mobile Application Figure 1: Deployment Diagram 5

7 3.0. Architecture Design 3.1. Web System Architecture Book Location Information Page Name: Book Location Information Page Type: Webpage Description: This is the home page presented to Book Location Information. There are three buttons. One button is to search book name, one to get location information of the wanted book and the other one is login. Attributes: name Resources: None autname :String code : String location : String numberofbook : int Operations: Name= Search Button action Arguments: None Returns: If there is a book in the system, name, location button, autname and codes are return values. Pre-condition: Connected to site Post-condition: If there is a wanted book in system, list of books are viewing Exceptions: If cannot reach the wanted book, system give error message Flow of Events: 1. Entering the name of book 2. Clicks a search button 3. Getting the information of book 6

8 Admin Login Page Name: Admin Login page Type: Webpage Description: When the user clicks the Login button in main page, it connects to the admin page. In admin page user enters their own username and password after than by clicking the login button user can entered the page. Attributes: username: String Resources: None password: int Operations: If valid username and password is entered admin can login Arguments: None Returns: None Pre-condition: Click the Login hyperlink Post-condition: Needed to be logged in Exceptions: If username and password is not valid, admin cannot log in and system gives error message Flow of Events: 1. Entering the username and password 2. Click the login button 3. Login can be done Admin page Name: Admin page Type: Webpage Description: There is a list of box that admin can made changes with them. There is add new book, borrow book, return book and borrow list hyperlinks. Admin can click what he or she wants. By clicking them admin can connect the other pages with hyperlinks and can change them. Attributes: None 7

9 Resources: None Operations: With the hyperlink connect to the other pages Flow of Events: Arguments: None Returns: None Pre-condition: Log in Post-condition: Connect the other page with the chosen hyperlink Exceptions: None 1. Add new book, borrow book, return book, borrow list hyperlinks appears 2. Admin choose one of them 3. With clicking the one of them, it connects the page of selected one Add New Book Page Name: Add new book page Type: Webpage Description: If admin wants to add new book to the system, admin must entered the book name, author name, ISBN, number of book, book code and location. After filing these attributes click the add button. By clicking the new book added. Attributes: bookname2: String Resources: None autname: String isbn: int numberofbook: int location: String code: String Operations: Entering the all information of book, the new book added to the list. Arguments: None Returns: If the book added successfully, system gives added message. Else system gives error message. 8

10 Flow of Events: Pre-condition: Fill all the attributes of book Post-condition: New book added to the list Exceptions: None 1. Fill the book name, author name, ISBN, number of books, book code, location 2. Entering the all these attributes of book click the add button 3. New book added to the list Borrow List Page Name: Borrow list page Type: Webpage Description: Attributes: bookname: String Resources: None stuname: String stunum: int borrowdate:date Operations: If the book has been give previously to someone else, page show the student number, student name, book name and borrow date. Arguments: None Flow of Events: Returns: None Pre-condition: The one book has been taken previously Post-condition: Showing the attributes of borrow list Exceptions: None 1. Display of the received books with their book name, taken by which student and their numbers and borrow which date. 9

11 Borrow Book Page Name: Borrow book page Type: Webpage Description: After the find the book that user s search, user can borrow it. Admin enters the book name, student name, student number and borrow date before giving the book. After filling these information by clicking the borrow button, the book can given and book s information are shown in borrow list. Attributes: bookname1: String Resources: None stunum: int stuname: String date: Date Operations: The desired book is given Arguments: None Returns: None Pre-condition: User finds the book that user search with system Post-condition: Name of book, student name and number and the borrow date seems in borrow list Flow of Events: Exceptions: Entered None 1. Entering the book name, student number, student name and borrow date 2. Click the borrow button 3. Book can be given to the student and book information can seen in borrow list 10

12 Return Page Name: Return books page Type: Webpage Description: Admin entered the book name, student name, student number and return date. After filling these attributes by clicking the return button book taken from the student. And information are erased in borrow list. Attributes: bookname2: String Resources: None stunum1: int stuname1: String date1: Date Operations: If the student brings back the book, student name and the information of book erased in list Flow of Events: Arguments: None Returns: None Pre-condition: The borrowed book is returned Post-condition: The information of book erased in borrow list Exceptions: None 1. Entering the book name, student name, student number and return date 2. Click the return button 3. Name of book and information erased in list 11

13 3.2. Andorid Design Scan QR Code Name: Scan qr code Type: Application Description: After searching the book if the desired book in the system book information seen in page. Qr code is located in information of book. User can see the qr code by searching the book name. User can scan the qr code and get location information of bookç Operations: Flow of Events: Arguments: None Returns: None Pre-condition: Scanning the qr code Post-condition: Navigation activated Exceptions: If qr code cannot scanning correctly, error message is shown. 1. Searching the book name and getting it s information and qr code 2. Scanning the qr code and getting location of book 3. Navigation starts Indoor Navigation Name: Indoor navigation Type: Application Description: After the scanning qr code navigation activated With the augmented reality user can reach the book location. Wi-Fi based positioning will be used on indoor navigation. Operations: Arguments: None Returns: None 12

14 Flow of Events: Pre-condition: Scanning must be done Post-condition: Direct by navigation Exceptions: Book is not in place 1. Directing with navigation to the book location 2. Reach the book 13

15 4.0. Data structure design 4.1. Data field types and sizes Book Location Information Table Attribute Name Attribute Type Attribute Size Name String 50 Autname String 50 Location String 50 Numberofbook Int Admin Login Table Attribute Name Attribute Type Attribute Size username String 50 Password Int Add New Book Table Attribute Name Attribute Type Attribute Size Bookname2 String 50 Autname String 50 Isbn Int 8 Numberofbook Int 8 Location String 50 code Borrow List Tale Attribute Name Attribute Type Attribute Size bookname String 50 stuname String 50 stunum Int 8 borrowdate Date 14

16 Borrow Book Table Attribute Name Attribute Type Attribute Size bookname1 String 50 stuname String 50 stunum Int 8 date Date Return Table Attribute Name Attribute Type Attribute Size bookname2 String 50 stuname1 String 50 stunum Int 8 date1 Date 15

17 5.0. Use case realizations Figure 2: Use case relations 16

18 6.0. System Sequence Diagram Figure 3: System sequence diagram 17

19 7.0 Uml Diagram Figure 4: Uml diagram 18

20 8.0. Interface Design Figure 5: Home Page Figure 6: Home Page 2 19

21 Figure 7: Admin Login Page Figure 8: Admin Page 20

22 Figure 9: Add New Book Page Figure 10: Borrow Book Page 21

23 Figure 11: Borrow List Page Figure 12: Return Book Page 22

24 Figure 13: QR code Figure 14: Android Application 23

25 Figure 15: The main menu Figure 16: QR code scanner 24

26 Figure 17: Scanning the qr code Figure 18: Location of the book 25

27 Figure 19: Quit 26

28 27

EasyAR Library/ Bookstore Mobile Application

EasyAR Library/ Bookstore Mobile Application EasyAR Library/ Bookstore Mobile Application Zeynep Şanlı 201011045 Merve Altınbaş 201011004 Melda Aydoğan 201111004 CENG 408 Computer Engineering Çankaya University Advisor: Hakan Maraş Co-Advisor: Faris

More information

Enroll in MyCardStatement.com Client User Guide

Enroll in MyCardStatement.com Client User Guide Enroll in MyCardStatement.com Client User Guide GETTING STARTED Visit MyCardStatement.com. Click on Enroll Now! ACCOUNT ENROLLMENT Input your full credit card number on the face of the card (do not use

More information

Design Document Inventory App

Design Document Inventory App Design Document Inventory App Student: Keith Mullins Supervisor: Nigel Whyte Student ID: C00118202 1 Contents Introduction... 3 Scope... 4 Overview... 4 Use Case Diagram... 5 Class Diagram... 6 Use Cases...

More information

Accessing the Media General SSL VPN

Accessing the Media General SSL VPN Launching Applications and Mapping Drives Remote Desktop Outlook Launching Web Applications Full Access VPN Note: To access the Media General VPN, anti-virus software must be installed and running on your

More information

To download and install directly to your phone

To download and install directly to your phone Important update: To continue logging in from T-Mobile HotSpot locations, you will need to update the T-Mobile HotSpot Login Utility on your Wing. This upgrade takes only a few minutes. There are two ways

More information

2-FACTOR AUTHENTICATION WITH

2-FACTOR AUTHENTICATION WITH 2-FACTOR AUTHENTICATION WITH 2X JUNE 2014 Two-Factor Authentication and Authy What is Two-Factor Authentication? Two-Factor Authentication is a process involving two stages to verify the identity of someone

More information

Setting up Sharp MX-Color Imagers for Inbound Fax Routing to Email or Network Folder

Setting up Sharp MX-Color Imagers for Inbound Fax Routing to Email or Network Folder Setting up Sharp MX-Color Imagers for Inbound Fax Routing to Email or Network Folder MX-2300, MX-2600, MX-2700, MX-3100, MX-3501, MX-4501, MX-5500, MX-6200, MX-6201, MX-7000, MX-7001, *MX-M850, *MX-M950,

More information

Virtual Private Network (VPN)

Virtual Private Network (VPN) Virtual Private Network (VPN) Creating a Virtual Private Network (VPN) environment and using it to connect machines to each other is another way of accessing Roll Call remotely. A VPN establishes a secure

More information

Electronic Questionnaires for Investigations Processing (e-qip)

Electronic Questionnaires for Investigations Processing (e-qip) January 2016 Electronic Questionnaires for Investigations Processing (e-qip) Login Instructions for first-time users OR users that have had their accounts reset Step 1 Access the e-qip Login screen at

More information

Using the Help Desk. Logging into Help Desk. Creating a New Help Desk Ticket

Using the Help Desk. Logging into Help Desk. Creating a New Help Desk Ticket powered by Logging into Help Desk 1. Go to http://helpdesk.hslc.org. 2. Login using your username and password. 3. Are you creating a new Help Desk ticket? If yes, see Creating a New Help Desk Ticket.

More information

To download and install directly to your phone

To download and install directly to your phone Important update: To continue logging in from T-Mobile HotSpot locations, you will need to update the T-Mobile HotSpot Login Utility on your Dash. This upgrade takes only a few minutes. There are two ways

More information

Enrollment Process for Android Devices

Enrollment Process for Android Devices 1 Enrollment Process for Android Devices Introduction:... 2 Pre-requisites:... 2 Via SMS:... 2 Via Email:... 11 Self Service:... 19 2 Introduction: This is a brief guide to enrolling an android device

More information

Step 1. Step 2. Open your browser and go to https://accounts.bestcare.org and you will be presented a logon screen show below.

Step 1. Step 2. Open your browser and go to https://accounts.bestcare.org and you will be presented a logon screen show below. Manage your two-factor options through the accounts.bestcare.org website. This website is available internally and externally of the organization. Like other services, if you connect while external of

More information

How to obtain tax return transcripts from the IRS website

How to obtain tax return transcripts from the IRS website How to obtain tax return transcripts from the IRS website Step One: In your browser, type in www.irs.gov and click on the link that says Get Transcript for My Tax Records Step Two: Click on the Get Transcript

More information

Support System User Guide

Support System User Guide Support System User Guide The Virtual Office support system provides users with a useful way to submit and track issues and resolutions. This feature- rich system is one more way that VO provides customers

More information

Schools CPD Online General User Guide Contents

Schools CPD Online General User Guide Contents Schools CPD Online General User Guide Contents New user?...2 Access the Site...6 Managing your account in My CPD...8 Searching for events...14 Making a Booking on an Event...20 Tracking events you are

More information

Accessing Derbyshire County Council s Outlook Web Access (OWA) Service. Smart Phone App version

Accessing Derbyshire County Council s Outlook Web Access (OWA) Service. Smart Phone App version Accessing Derbyshire County Council s Outlook Web Access (OWA) Service Smart Phone App version Contents About this guide... 2 Before accessing Outlook Web Access... 3 Accessing Outlook Web Access (OWA)

More information

Log-in to the patient booking website

Log-in to the patient booking website Log-in to the patient booking website From the HealthSpace home page you can select Choose and Book from the menu or by clicking on the Choose and Book image both shown on the left side of the screen.

More information

BRILL s Editorial Manager (EM) Manual for Reviewers

BRILL s Editorial Manager (EM) Manual for Reviewers BRILL s Editorial Manager (EM) Manual for Reviewers Table of Contents Introduction... 2 1. Logging into EM... 2 2. Changing Your Access Codes and Contact Information... 2 3. Agreeing or Declining to Review...

More information

How to Open and Edit the Freestyle Support System

How to Open and Edit the Freestyle Support System The Freestyle Support System is a ticketing system where accepted users with a login, username and password (the same you use for the back end of joomla), can create, view, and edit support tickets that

More information

NAS 221 Remote Access Using Cloud Connect TM

NAS 221 Remote Access Using Cloud Connect TM NAS 221 Remote Access Using Cloud Connect TM Access the files on your NAS remotely with Cloud Connect TM 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

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

SOFTWARE DESIGN DOCUMENT Version 1.1 17.01.2013 MOBCOLL PROJECT

SOFTWARE DESIGN DOCUMENT Version 1.1 17.01.2013 MOBCOLL PROJECT SOFTWARE DESIGN DOCUMENT Version 1.1 17.01.2013 MOBCOLL PROJECT Prepared By: ANDIOS Murat Öksüzer Sercan Çidem Vedat Şahin Fatih Osman Seçmen Change History *A - ADDED M - MODIFIED D DELETED VERSION NUMBER

More information

EACEA. Call for experts. - Instructions for ECAS account creation -

EACEA. Call for experts. - Instructions for ECAS account creation - EACEA Call for experts - Instructions for ECAS account creation - Version 1, August 2013 1 Introduction The European Commission Authentication Service (ECAS) is the system that validates the identity of

More information

Setting Up Sharp MX-Color Imagers To Scan To Email

Setting Up Sharp MX-Color Imagers To Scan To Email Setting Up Sharp MX-Color Imagers To Scan To Email MX-2300, MX-2600, MX-2700, MX-3100, MX-3501, MX-4501, MX-5500, MX-6200, MX-6201, MX-7000, MX-7001, MX-M850, MX-M950, MX-M1100 Step 1. Click Start > Run

More information

ebook Basics: An Introduction to Overdrive and Hoopla Created by Elayna Turner

ebook Basics: An Introduction to Overdrive and Hoopla Created by Elayna Turner ebook Basics: An Introduction to Overdrive and Hoopla Created by Elayna Turner Before You Start Downloading Before we start downloading anything, it is important to note that sometimes you may need to

More information

Two-Factor Authentication

Two-Factor Authentication Two-Factor Authentication The two-factor authentication system provides an additional level of security when signing in to Ryerson web applications via Ryerson s Central Authentication Service. When you

More information

Android App for SAP Business One. Z3moB1le App Version 1.00 Pagina 1 di 12. www.z3engineering.it

Android App for SAP Business One. Z3moB1le App Version 1.00 Pagina 1 di 12. www.z3engineering.it Android App for SAP Business One Z3moB1le App Version 1.00 Pagina 1 di 12 Z3 Mobile for SAP Business One (Z3moB1le) Contents Overview... 3 Phone requirements... 3 Available modules... 4 Settings before

More information

Multi-Factor Authentication Job Aide

Multi-Factor Authentication Job Aide To start your account configuration and begin using Multi-Factor Authentication, log in to the CCHMC Multi-Factor Authentication User Portal at https://mfa.cchmc.org/multifactorauth. For assistance, please

More information

There is a separate guide for students, available from Moodle at Student Resources > General Resources > Using Moodle for Students

There is a separate guide for students, available from Moodle at Student Resources > General Resources > Using Moodle for Students ClickView Help Sheet Using ClickView: Teacher Guide About this Help Sheet This guide is in three parts A. Browsing the ClickView library at ClickView Online B. Adding a ClickView video to a Moodle Course

More information

B&SC Office 365 Email

B&SC Office 365 Email B&SC Office 365 Email Microsoft Office 365 In its continuous efforts to provide the highest quality student experience, Bryant & Stratton College is giving students access to a new tool for accessing email.

More information

IntelliPay Billpay Application Documentation

IntelliPay Billpay Application Documentation IntelliPay Billpay Application Documentation Contents Billpay Introduction First Time Payment (With username and password) First Time Payment (Without username and password) Returning Customer Introduction:

More information

Engaged Management ReView Reviewer Guidelines V.1.0. Friday, March 11, 2015

Engaged Management ReView Reviewer Guidelines V.1.0. Friday, March 11, 2015 Engaged Management ReView Reviewer Guidelines V.1.0 Friday, March 11, 2015 Table of Contents Engaged Management ReView (EMR) Reviewer Guidelines... 3 SECTION 1: Reviewer Receiving Invitation to Review

More information

Barracuda SPAM Firewall

Barracuda SPAM Firewall Barracuda SPAM Firewall SPAM and other types of unwanted email is a steadily growing problem for all businesses and schools. Because of the growing nature of the problem, we have a SPAM filter and Quarantine

More information

Topic 071 - SPS Error Knowledge Base

Topic 071 - SPS Error Knowledge Base Topic 071 - SPS Error Knowledge Base 1 2010 Precision Software, a division of QAD Inc. Precision Software products are copyrighted and all rights are reserved by Precision Software, a division of QAD Inc.

More information

PARK UNIVERSITY. Information Technology Services. VDI In-A-Box Virtual Desktop. Version 1.1

PARK UNIVERSITY. Information Technology Services. VDI In-A-Box Virtual Desktop. Version 1.1 PARK UNIVERSITY Information Technology Services VDI In-A-Box Virtual Desktop Version 1.1 I N F O R M A T I O N T E C H N O L O G Y S E R V I C E S VIRTUAL DESKTOP USER MANUAL Park University 8700 NW River

More information

Step by Step Guide for Upgrading Your NetCamPro Camera to Cloud Mode Using an Android Device

Step by Step Guide for Upgrading Your NetCamPro Camera to Cloud Mode Using an Android Device Step by Step Guide for Upgrading Your NetCamPro Camera to Cloud Mode Using an Android Device Table of Contents Introduction...2 Backing Out Cloud Mode...2 Indoor Camera Factory Reset...2 Outdoor Camera

More information

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

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

More information

Design and Technology Manifesto

Design and Technology Manifesto Design and Technology Manifesto Technologies/Software(Website): We use Django for the framework for our website since it is easy to use and comes with a lot of built in functionality that makes our lives

More information

Welcome to the Opus Bank Mobile Banking App User Guide

Welcome to the Opus Bank Mobile Banking App User Guide Welcome to the Opus Bank Mobile Banking App User Guide 1.855.678.7226 servicecenter@opusbank.com www.opusbank.com Table of Contents Enroll in Mobile Banking & Install App... 3 Login to Personal Online

More information

Acunetix Web Vulnerability Scanner. Getting Started. By Acunetix Ltd.

Acunetix Web Vulnerability Scanner. Getting Started. By Acunetix Ltd. Acunetix Web Vulnerability Scanner Getting Started V8 By Acunetix Ltd. 1 Starting a Scan The Scan Wizard allows you to quickly set-up an automated scan of your website. An automated scan provides a comprehensive

More information

Parental Control Setup Guide

Parental Control Setup Guide Parental Control Setup Guide This guide will show you how to setup parental controls on your Genexis router. The parental controls used in this guide are provided by OpenDNS. By using this you can either

More information

SETTING UP REMOTE ACCESS ON EYEMAX PC BASED DVR.

SETTING UP REMOTE ACCESS ON EYEMAX PC BASED DVR. SETTING UP REMOTE ACCESS ON EYEMAX PC BASED DVR. 1. Setting up your network to allow incoming connections on ports used by Eyemax system. Default ports used by Eyemax system are: range of ports 9091~9115

More information

APA On-Line Fellows Application Platform Instructions for Endorsers

APA On-Line Fellows Application Platform Instructions for Endorsers APA On-Line Fellows Application Platform Instructions for Endorsers Introduction... 2 Steps to Completing an Endorsement... 2 Step 1: Access Application Link... 2 Step 2: Log In to myapa... 2 Step 3: View

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

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

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

Two Factor Authentication - USER GUIDE

Two Factor Authentication - USER GUIDE Two Factor Authentication - USER GUIDE Two Factor Authentication (or 2FA) is a two step verification process that provides an extra layer of security for you when accessing your account within Online Services.

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

Mac OS X. Staff members using NEIU issued laptops and computers on Active Directory can access NEIU resources that are available on the wired network.

Mac OS X. Staff members using NEIU issued laptops and computers on Active Directory can access NEIU resources that are available on the wired network. Mac OS X The University Technology Services is privileged to offer a secure wifi network to the university community. Connecting to this network will provide you with benefits in security and improved

More information

Selecting a Housing Proxy

Selecting a Housing Proxy Selecting a Housing Proxy If you are abroad or on Personal Leave and will return to campus for Fall 2016 OR you will not be on campus during Housing Selection weekend, you need to designate a person (

More information

Rational Software. Getting Started with Rational Customer Service Online Case Management. Release 1.0

Rational Software. Getting Started with Rational Customer Service Online Case Management. Release 1.0 Rational Software Getting Started with Rational Customer Service Online Case Management Release 1.0 Table of Contents 1. Introduction 1 2. Site Capabilities 1 2.1 Service Requests 1 2.2 Solutions Knowledge

More information

H.264 Quick Start Guide

H.264 Quick Start Guide Version 1.0 the world in my eyes R H.264 Quick Start Guide Contents Hardware Connection 2 ios View 2 Android View 5 PC View 8 Last, but not least 11 NOTE: Certain functions, appearance or structure mentioned

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

ADT Select Standard User Manual

ADT Select Standard User Manual > Remote access to account information > Recent alarm history at your fingertips ADT Select Standard User Manual ADT Select is a product that provides easy access to information that is important to you

More information

Authorware Install Directions for IE in Windows Vista, Windows 7, and Windows 8

Authorware Install Directions for IE in Windows Vista, Windows 7, and Windows 8 Authorware Install Directions for IE in Windows Vista, Windows 7, and Windows 8 1. Read entire document before continuing. 2. Close all browser windows. There should be no websites open. If you are using

More information

WordPress File Monitor Plus Plugin Configuration

WordPress File Monitor Plus Plugin Configuration WordPress File Monitor Plus Plugin Configuration Open Source Varsity To configure the WordPress file monitor plus plugin on your WordPress driven Blog / website, login to WordPress as administrator, by

More information

Using Internet Archive: A guide created by the Digital POWRR Project

Using Internet Archive: A guide created by the Digital POWRR Project June 2014 1 Internet Archive is a way to archive public domain materials free of charge. It is important to have multiple backups of digital files in case of unexpected loss of originals. Table of Contents

More information

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

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

More information

Cloud Print Edition Quick Start Guide

Cloud Print Edition Quick Start Guide WHAT S INSIDE Quick Start Guide xprintserver Power supply with regional adapters 3 Ethernet Cable Mounting Bracket & 2 Screws Rubber Feet (4) 1 BEFORE YOU BEGIN 1. If you intend to connect a USB printer

More information

User Guide for eduroam

User Guide for eduroam User Guide for eduroam 獲 以 下 認 證 : Certificado pela: Certified by: 澳 門 望 廈 山 Colina de Mong-Há, Macau 電 話 : (853) 8598 3120 Tel: (853) 8598 3120 傳 真 : (853) 8598 3151 Fax: (853) 8598 3151 www.ift.edu.mo

More information

Knowledge Base. Setup GoogleApps Email in Outlook 2007. 19 Pages. Zeumic Pty Ltd. PO Box 44 Kew, VIC Australia 3101

Knowledge Base. Setup GoogleApps Email in Outlook 2007. 19 Pages. Zeumic Pty Ltd. PO Box 44 Kew, VIC Australia 3101 Knowledge Base Setup GoogleApps Email in Outlook 2007 19 Pages Zeumic Pty Ltd PO Box 44 Kew, VIC Australia 3101 ABN: 62 116 073 459 Email: boom@zeumic.com.au Ph: 03 9018 1615 Web: http://www.zeumic.com.au

More information

Mobile Banking. Click To Begin

Mobile Banking. Click To Begin Mobile Banking Click To Begin Click On Your Type Of Phone iphone Please select the method you would like to use for accessing your account from the options below: APP (Downloadable Application from itunes)

More information

Guide for Setting Up Your Multi-Factor Authentication Account and Using Multi-Factor Authentication. Mobile App Activation

Guide for Setting Up Your Multi-Factor Authentication Account and Using Multi-Factor Authentication. Mobile App Activation Guide for Setting Up Your Multi-Factor Authentication Account and Using Multi-Factor Authentication Mobile App Activation Before you can activate the mobile app you must download it. You can have up to

More information

Step by Step. Use the Cloud Login Website

Step by Step. Use the Cloud Login Website Step by Step HOW TO Use the Cloud Login Website This How To article will show you how to use the Cloud Login Website to upload and download your files from the cloud. For a complete list of available How

More information

Help with Primo. How do I..

Help with Primo. How do I.. Help with Primo What is Primo? Primo is a search tool that allows you to find and access a wide range of print and electronic resources provided by the CCC libraries. No more searching separate places

More information

NF3ADV VoIP Setup Guide (for TPG)

NF3ADV VoIP Setup Guide (for TPG) NF3ADV VoIP Setup Guide (for TPG) Configuring your NF3ADV for TPG VoIP The following steps will take you through the process of setting up your VoIP connection. This guide assumes that the NF3ADV already

More information

Setting up SMTP in Talis Decisions

Setting up SMTP in Talis Decisions Decisions Talis Library Management Suite Setting up SMTP in Talis Decisions This document describes how to configure SMTP (Single Mail Transfer Protocol) in Talis Decisions. It is intended for system administrators

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

WordPress Security Scan Configuration

WordPress Security Scan Configuration WordPress Security Scan Configuration To configure the - WordPress Security Scan - plugin in your WordPress driven Blog, login to WordPress as administrator, by simply entering the url_of_your_website/wp-admin

More information

----------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------------------------- ZMODO Zsight Android User Manual ---------------------------------------------------------------------------------------------------------------------- Contents 1 Software Installation... 3 1.1 Product

More information

Installation Guides - Information required for connection to the Goldfields Institute s (GIT) Wireless Network

Installation Guides - Information required for connection to the Goldfields Institute s (GIT) Wireless Network Installation Guides - Information required for connection to the Goldfields Institute s (GIT) Wireless Network Wireless Network Names and Credentials There are two wireless networks operating at the Goldfields

More information

Unified University Inventory System (UUIS) Software Requirements Specifications

Unified University Inventory System (UUIS) Software Requirements Specifications Unified University Inventory System (UUIS) Software Requirements Specifications Copyright COMP5541 Team III 2010 Authors Ahmed Daoudi David Zerkler Gay Hazan Isabelle Toutant Mariano Diaz René Toutant

More information

B2B Quick Start Guide

B2B Quick Start Guide B2B Quick Start Guide Summary: While the look of B2B has changed, the basic operation of the site has stayed the same. You can still log on, view styles, place and view orders and run reports. We have

More information

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

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

More information

Free Medical Billing. Insurance Payment Posting: The following instructions will help guide you through Insurance Payment Posting Procedures.

Free Medical Billing. Insurance Payment Posting: The following instructions will help guide you through Insurance Payment Posting Procedures. : The following instructions will help guide you through Procedures. Click Windows Start Button Click Open Internet Browser Enter Https://www.FreeMedicalBilling.net Click Login to Your Account Enter Username:

More information

Basic User Guide for the IAS VPN (https://vpn.ias.edu)

Basic User Guide for the IAS VPN (https://vpn.ias.edu) Introduction...2 Getting Started...2 How To Login...2 Home Screen...3 IAS-wide...3 School of Natural Science...3 School of Historical Studies/School of Social Science (Supported by ITG)...3 School of Mathematics...3

More information

Instructions for use the VPN at the Warsaw School of Economics

Instructions for use the VPN at the Warsaw School of Economics Instructions for use the VPN at the Warsaw School of Economics Dariusz Jaruga. ver. 1.1 (19-01-2011) Introduction VPN is the abbreviation for Virtual Personal Network which allows you to connect your computer

More information

Setting up a website for your club.

Setting up a website for your club. Setting up a website for your club. Introduction Setting up a website for your club is, in today s environment, a simple process and only costs a few pounds a year. There are a number of ways that it can

More information

Insolvency System. For further information and assistance please contact ABR Customer Service. 1300 366 402 abrdata@abr.com.au www.abr.com.

Insolvency System. For further information and assistance please contact ABR Customer Service. 1300 366 402 abrdata@abr.com.au www.abr.com. For further information and assistance please contact ABR Customer Service 1300 366 402 abrdata@abr.com.au www.abr.com.au TABLE OF CONTENTS INSOLVENCY SYSTEM...3 ACCESSING ABR...3 INSOLVENCY BROWSE...6

More information

How to preview ezviz device via Web Browser / Mobile Client / Client Software ivms-4200

How to preview ezviz device via Web Browser / Mobile Client / Client Software ivms-4200 How to preview ezviz device via Web Browser / Mobile Client / Client Software ivms-4200 Contents Attention... 3 Make your device ready before activation... 3 Register and preview via web browser... 5 Register

More information

Payroll Direct Deposit Self Service Guide

Payroll Direct Deposit Self Service Guide What do I do? Process Overview This guide takes you through the process to add or make changes to your payroll direct deposit bank accounts. 1. Review limitations, special considerations & Foreign National

More information

Easy Grade Pro Progress Reports on the Web

Easy Grade Pro Progress Reports on the Web Easy Grade Pro Progress Reports on the Web By Steve Smith Robert Frost Middle School INTRODUCTION This guide is for using Easy Grade Pro in MS WINDOWS. If you are using MAC, some commands may differ, however

More information

How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac?

How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac? Enterprise Computing & Service Management How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac? In order to connect remotely to a PC computer from your Mac, we recommend

More information

records in the RIBI Template Website system.

records in the RIBI Template Website system. District 1050 A Step-by-Step Guide for Club Administrators on how to enter club membership records in the RIBI Template Website system For District 1285 to function properly, all clubs that will be in

More information

Secure File Transfer Guest User Guide Updated: 5/8/14

Secure File Transfer Guest User Guide Updated: 5/8/14 Secure File Transfer Guest User Guide Updated: 5/8/14 TABLE OF CONTENTS INTRODUCTION... 3 ACCESS SECURE FILE TRANSFER TOOL... 3 REGISTRATION... 4 SELF REGISTERING... 4 REGISTER VIA AN INVITATION SENT BY

More information

3COM VCX PBX Server VoIP Intercom Setup Guide

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

More information

New Help Desk Ticketing System

New Help Desk Ticketing System New Help Desk Ticketing System Starting Monday, November 30, 2009 at 6 am the University will be going live with their new help desk ticketing system. The website to access the new ticketing system is

More information

Add in Guide for Microsoft Dynamics CRM May 2012

Add in Guide for Microsoft Dynamics CRM May 2012 Add in Guide for Microsoft Dynamics CRM May 2012 Microsoft Dynamics CRM Addin Guide This document will guide you through configuration of the Microsoft Dynamics CRM addin. Microsoft Dynamics CRM is a bit

More information

ClicktoFax Service Usage Manual

ClicktoFax Service Usage Manual ClicktoFax Service Usage Manual 1. Log in to Fax Service 2. Configure your account 3. Send a fax 4. Receive a fax/search for Faxes/View Faxes 5. Logout 6. Additional Support 1. Log into fax service: a.

More information

Personal Online Banking:

Personal Online Banking: Personal Online Banking: If you access your account information through CNB Online Banking, our personal banking site, you will be able to import your account transactions directly into Quicken/QuickBooks.

More information

Virtual Code Authentication User s Guide. June 25, 2015

Virtual Code Authentication User s Guide. June 25, 2015 Virtual Code Authentication User s Guide June 25, 2015 Virtual Code Authentication User s Guide Overview of New Security Modern technologies call for higher security standards as practiced among many other

More information

Axis 360 Administrator User Manual. May 2015

Axis 360 Administrator User Manual. May 2015 Axis 360 Administrator User Manual May 2015 Table of Contents 1 Introduction... 4 1.1 Site Access and Home Page... 4 2 Settings... 5 2.1 Library Settings... 5 2.1.1 Library Site Settings...5 2.1.2 Lending

More information

Using the Educator Dashboard

Using the Educator Dashboard Reference Guide Using the Educator Dashboard What s Inside How to Create Accounts Get to Know the Educator Dashboard How to Manage Licenses and Create Educators How to Give Accommodations to Students First

More information

App Operating Instructions Manual ES File Explorer

App Operating Instructions Manual ES File Explorer App Operating Instructions Manual ES File Explorer 2013/5 ES File Explorer (for Android only) In addition to managing local / shared / FTP / and Bluetooth file folders, you can also directly manage a variety

More information

Connecting to the University Wireless Network

Connecting to the University Wireless Network Connecting to the University Wireless Network Wifi is available to staff and registered students of University in certain areas of the three campuses of the University. This area of coverage will be expanded

More information

MXview ToGo Quick Installation Guide

MXview ToGo Quick Installation Guide MXview ToGo Quick Installation Guide First Edition, July 2015 2015 Moxa Inc. All rights reserved. P/N: 18020000000C0 Overview MXview ToGo allows you to use your mobile devices to monitor network devices

More information

Law Society of Alberta User Guide Trust Safety Accounting Upload - PCLaw and SFTP Software

Law Society of Alberta User Guide Trust Safety Accounting Upload - PCLaw and SFTP Software Trust Safety Accounting Upload - PCLaw and SFTP Software Release: Final Date: July 22, 2015 Table of Contents Background... 1 How to use the PCLaw software to send the LSA your files... 1 How to upload

More information

How to Remotely Access the C&CDHB Network from a Personal Device

How to Remotely Access the C&CDHB Network from a Personal Device How to Remotely Access the C&CDHB Network from a Personal Device 13/09/2012 Contents Installing the Citrix Receiver for Windows PCs... 2 Installing the Citrix Receiver for Mac OS X... 6 Installing the

More information

Cloud Services. Email Encryption. SecureMail Admin Guide

Cloud Services. Email Encryption. SecureMail Admin Guide Cloud Services Email Encryption SecureMail Admin Guide 11/22/2014 ADMINISTRATOR CONTROL PANEL GENERAL USE There are a few basics that you will encounter repeatedly when using the Hosting Control Panel

More information