Software User's Manual

Size: px
Start display at page:

Download "Software User's Manual"

Transcription

1 Software User's Manual REAL ESTATE INVESTMENT AND REVIEW TOOL Team - 02 Venkata Sravanti Malapaka <Project Manager, Software Architect> Yuxuan Chen <Prototyper, Developer, Trainer> Yonghyun Cho <Requirements Engineer, Developer> Md Shadman Rafid <Operational Concept Engineer, Trainer> Shriraksha Rao <Feasibility Analyst, Trainer> Vikram Mudaliar <Life Cycle Planner, Software Architect> José Gabriel Vicente Hernández <IV and V, Tester> Webber Wang <Tester, Quality Focal Point>

2 Version History Date Author Version Changes made Rationale 11/29/ 18 12/02/ 18 VSM 1.0 Added expected information in each section VSM 1.1 Reflected some changes in the document after team discussion To comply with Instructional ICM-Sw standard To comply with Instructional ICSM- Sw standard UM_TRR_F18a_T02_V1.1 2 Version Date: 12/02/18

3 Table of Contents VERSION HISTORY 2 TABLE OF CONTENTS 3 TABLE OF TABLES 4 TABLE OF FIGURES 5 1. Error! Bookmark not defined Error! Bookmark not defined Error! Bookmark not defined Error! Bookmark not defined Re-installation Error! Bookmark not defined.3 UM_TRR_F18a_T02_V1.1 3 Version Date: 12/02/18

4 Page intentionally left blank UM_TRR_F18a_T02_V1.1 4 Version Date: 12/02/18

5 Table of Figures Figure 1- Homepage of the website..11 Figure 2- Unregistered User search by zip code screen...12 Figure 3- Browse providers screen Figure 4- Filtered search capabilities screen Figure 5- Filtered search capabilities screen Figure 6- Filtered search capabilities screen Figure 7- Filtered search capabilities screen Figure 8-List of Service Provider screen...16 Figure 9-Service Provider profile page Figure 10- home screen of the website Figure 11- Login page...18 Figure 12- User dashboard...18 Figure 13- user dashboard- my providers section.19 Figure 14- user dashboard- settings section..20 Figure 15- user dashboard- activate two-factor authentication.20 Figure 16- Login using two-factor authentication code activated.21 Figure 17- deactivate two-factor authentication...22 Figure 18- reset password screen..23 Figure 19- reset password prompt...23 Figure 20- received with link.23 Figure 21- link shown in on screen.24 Figure 22- Service Provider profile page..24 Figure 23- Service provider edit profile...25 Figure 24- Service provider edit profile fill details form prompt.25 Figure 25- Write a review prompt.26 Figure 26- Service provider profile with added review in Chronological order...26 Figure 27- Track investments screen.27 Figure 28- Add investment details prompt 28 Figure 29- Filled in form illustration.28 Figure 30- added investments screen...29 Figure 31- Investments information and tracking tool graph 29 Figure 32- Add new expenses prompt...30 UM_TRR_F18a_T02_V1.1 5 Version Date: 12/02/18

6 Figure 33- Verify provider option on screen.31 Figure 34-Verified provider illustration on screen 34 UM_TRR_F18a_T02_V1.1 6 Version Date: 12/02/18

7 1. Introduction 1.1 System Overview The Real Estate Investment and Review Tool is a search and review website for people who are interested and have the financial capability to invest in property for renting them out for extra income. The website is also used for Real Estate service providers to market and advertise their services on the website. It will serve as a trustworthy platform for investors to search for and find the service providers they are looking for to service their properties and for investors to track the financial performance of their properties. It will save the investors a lot of time, money and effort which they would normally spend on looking for proper service providers. The registered Users like Investors would also have access to a graphical tool for tracking the financial performance of their properties which they would normally do manually on an Excel sheet. The registered users can review and rate service providers so that other users can find that information useful when they search for service providers. The main capabilities of the system are: The website provides prospective investors with a medium to search for trustworthy and capable service providers. Investors can keep track of the financial performance of their properties. Users can review and rate service providers with whom they have worked or know. Service providers can reply to reviews on their page. Admin can use his powers to flag users and delete inappropriate content form the website 1.2 System Requirements Operating System- no specification since this is a pure web-based project Hardware Requirements Hardware Preparation Desktop/Laptop with Safari 11.1, Firefox 61, Chrome 68 Hosting Preparation UM_TRR_F18a_T02_V1.1 7 Version Date: 12/02/18

8 a2hosting.com Delegate Access Prisma File Manager/ FTP Account Software Requirements A laptop with internet connection Browsers Supported: Google Chrome: 68, Mozilla Firefox: 61. Safari: 11.1 RWD/Mobile Capability: Desktop, Laptop. UM_TRR_F18a_T02_V1.1 8 Version Date: 12/02/18

9 2. Installation Procedures 2.1 Initialization procedures 1. Install Node.js V8 a npm install -g concurrently 3. yarn && cd client && yarn && cd../server && yarn a. download every dependencies and install packages 4. yarn dev at project root a. launch the website 2.2 Re-installation yarn && cd client && yarn && cd../server && yarn update every dependencies yarn dev at project root launch the website 2.3 De-installation Kill the process in the command using Ctrl + C UM_TRR_F18a_T02_V1.1 9 Version Date: 12/02/18

10 3. Operational Procedures There are two kinds of Users using this website. They are- Unregistered Users Registered Users Unregistered User- Unregistered User of the website is such a user who is not signed up but just shows interest in browsing the website and in any case he is interested, he will sign up, for using the facilities of the website. Once the user is signed up, he can login and use all the privileges as designated to a register user, along with using these. His privileges are mentioned below- a. Browse Providers Whenever an unregistered user browses the website, he would like to view the list of service providers. Thus, from homepage, Navigate to Browse Providers. UM_TRR_F18a_T02_V Version Date: 12/02/18

11 Figure 1- homepage of the website Then you can see that you are redirected to a page and there is a prompt that appears asking you to enter your zip code. UM_TRR_F18a_T02_V Version Date: 12/02/18

12 Figure 2- Unregistered User search by zip code screen If you enter your zip code, then the list will automatically filter according to the matching zip code of registered users in the website. Figure 3- Browse providers screen UM_TRR_F18a_T02_V Version Date: 12/02/18

13 Else, you can click anywhere on the screen and that zip code pop up will get closed, and you see that the whole list will get populated on the screen. Then, you can also filter your search by the street, state, city, name of a person, phone number Figure 4- Filtered search capabilities screen-1 Figure 5- Filtered Search Capabilities screen-2 UM_TRR_F18a_T02_V Version Date: 12/02/18

14 Additionally, you can also select Provider type as Real estate agent, contractor, property manager, All. By default, it is All, which shows all the available service providers in the website. Figure 6- Filtered Search Capabilities screen-3 We can also add new provider from browser service provider page if you see that a Service Provider in the market is not populated/ not registered with the website. Figure 7- Filtered Search Capabilities screen-4 UM_TRR_F18a_T02_V Version Date: 12/02/18

15 After some search is carried out using the special case options, then you can also enter a space to populate all service providers that are available Note that we also have an auto complete functionality and auto fill for state, city and zip code b. View a service provider User clicks on the name of the service provider and then is redirected to the profile page of the service provider. Figure 8-List of Service Provider screen Then he can see the information of the service provider. UM_TRR_F18a_T02_V Version Date: 12/02/18

16 Figure 9-Service Provider profile page He can see the reviews of that provider but cannot write a review on them All the edit profile and write a review button will seem disabled for the user, since he can only view the profile and not make any changes to the profile. Yet, the map and the contact details are visible to the user He can contact that person using phone or he can also see the rating of that service provider and decide to contact him or not Registered User- Registered User is someone who Signed Up to the website for the first time and then can login to use the features of the website. There are specific functionalities which the Registered User can use apart from the privileges an unregistered user can use a. Login to the system(website)- UM_TRR_F18a_T02_V Version Date: 12/02/18

17 Figure 10- home screen of website Figure 11- Login page UM_TRR_F18a_T02_V Version Date: 12/02/18

18 On login, the Registered User can see the User Dashboard User Dashboard is for Registered user only Figure 12- user dashboard- my investments section This includes options for him like Track investments, saved service providers and Settings. This is a slider and one can easily navigate from one part of the page to the other part by clicking on the tab on the page. The My investments tab will allow users to see their current investments. If the user does not have any investments as of now, then there will not be shown any investments under this tab. But the user can add his investments from this page and these will be reflected to the page where he can track his investments. The Saved Providers tab lets users save the users they likes on the website. This is a shortcut for them to see whose profile they have UM_TRR_F18a_T02_V Version Date: 12/02/18

19 added to the website Figure 13- user dashboard- my providers section The Settings bar contents have the two-factor authentication option If I am the user and after I click on activate 2 factor authentication, which is specific to user, it gives me the code to scan. I need to have the Google Authenticator App for scanning this code in case I am using my Android phone, else, an Iphone user can directly scan it using their camera and the code appears. After the scanning is done and the code is entered, I click on verify button. Two-factor authentication adds an extra layer of security for your account. UM_TRR_F18a_T02_V Version Date: 12/02/18

20 Figure 14- user dashboard- settings section Figure 15- user dashboard- activate two-factor authentication Now in case I need to login again, login with the username and password along with the two-factor code specific to the user. Without the code entered, you cannot login since the two-factor authentication is activated in your account. UM_TRR_F18a_T02_V Version Date: 12/02/18

21 Figure 16- Login using two-factor authentication code activated To disable this function, you can go back to the Settings page of your account and click on deactivate two-factor authentication. Figure 17- deactivate two-factor authentication This will deactivate your two-factor authentication and you can login using your same credentials again. UM_TRR_F18a_T02_V Version Date: 12/02/18

22 The user can also reset his password using the password reset option present in the website. Once the user clicks on reset password link, he will be prompted to enter his ID, to which User will receive the to reset his password. The user can use the link to reset his password and this link expires after 2 hours. Figure 18- reset password screen Figure 19- reset password prompt UM_TRR_F18a_T02_V Version Date: 12/02/18

23 Figure 20- received with link Figure 21- link shown in on screen b. Review a Service Provider User clicks on the name of the service provider and then is redirected to the profile page of the service provider. Figure 22- Service Provider profile page Then he can see the information of the service provider. UM_TRR_F18a_T02_V Version Date: 12/02/18

24 The registered user can edit the information of the service provider by clicking on the pencil mark beside the name of the provider. Figure 23- Service provider edit profile Figure 24- Service provider edit profile fill details form prompt He will be prompted to enter the details in a form and after adding the new details, the profile page is updated with the new details. The registered user can write a review about the service provider by clicking on the write a review button on the page. UM_TRR_F18a_T02_V Version Date: 12/02/18

25 Figure 25- Write a review prompt Figure 26- Service provider profile with added review in Chronological order There will be again seen a prompt to enter the review and rate the service provider in the form of star-rating. The rating which appears on the service provider profile is the average of all the ratings he has received in due course of time. When you add a new review and rate the service provider, the average rating also changes instantly. UM_TRR_F18a_T02_V Version Date: 12/02/18

26 Additionally, on the user profile page, you can also see the contact information and a map showing the current location of the service provider. The contact information has an option to call/ the service provider, onclick of which you will be redirected to call/ the service provider. The user can login/logout anytime while accessing the website. c. Track investments- This option is the replicated functionality of one in the Profile of the registered User. But from here, the user can navigate to his investment tool tracker and see the graph of his investments over time. Figure 27- Track investments screen The user has to add property details to add the investments. When he clicks on the add property option on the investments bar, he will be prompted to input some data on the form which includes the purchase price. UM_TRR_F18a_T02_V Version Date: 12/02/18

27 Figure 28- Add investment details prompt He then enters all the fields and will find the investment occur on the page. Property details page will have all the information related to that property expense Can also add investment from User dashboard - Monthly rent need to be entered & Purchase price will determine the Mortgage down payment, mortgage amount, also has an option to add purchase date Figure 29- Filled in form illustration He can then click on the address of that investment which will take him to another page having the detailed expenses the user has put to get the property. UM_TRR_F18a_T02_V Version Date: 12/02/18

28 Figure 30- added investments screen He can also see the graph of all the investments he has put here. Figure 31- Investments information and tracking tool graph He will also be able to add expenses into this page using the add expense button on the page where the user will enter the details prompted on the screen. Then by clicking on the add expense button, the new expense is added onto the screen. UM_TRR_F18a_T02_V Version Date: 12/02/18

29 Figure 32- Add new expenses prompt User can edit his/her investment details and a User can also delete investment using the bin icon shown on the particular property in the my investments page. d. Export tracking data into a CSV file- The data of expenses can be imported into a CSV file and when the button name Import CSV is clicked, then an excel sheet of all the expenses is downloaded into the system the user is currently accessing the website from. DIRECTIONS TO WEBSITE ADMINISTRATOR- The website administrator must be aware of all the processes and techniques, developments and features followed and explained in the earlier sections of the document. Additionally, we have provided the capability to verify service providers by visiting their profile pages, exclusively to the Admin. The admin has been first signed up using the credentials and post database manipulations for giving editable options to the client, the following features can be seen. UM_TRR_F18a_T02_V Version Date: 12/02/18

30 The admin logs in to the system using the username and password(his credentials). He can then visit any service provider s profile and he will be able to see a button, which gives him an option to verify the provider. Figure 33- Verify provider option on screen if the admin is sure that the provider is a verified person, then he should click on the Verify provider button, which will make a green check mark appear beside the profile of the service provider. UM_TRR_F18a_T02_V Version Date: 12/02/18

31 Figure 34-Verified provider illustration on screen The admin has other functionalities, but they are yet to be implemented and come under evolutionary requirements of the system. 4. Troubleshooting 4.1 Frequently Asked questions Should be updated post interaction of users with the system 4.2 Error Codes and Messages INTERNAL_SERVER_ERROR : Node.js server has issues or some bug in the system. Will need to check code to make sure it compiles okay. GRAPHQL_PARSE_FAILED : The GraphQL query syntax has issues, check type is valid GRAPHQL_VALIDATION_FAILED : The GraphQL data types don t match up to the schema, check query data shape UNAUTHENTICATED : Make sure user is logged in & authenticated FORBIDDEN : Current user does not have access to the page, make sure permissions are granted BAD_USER_INPUT : User data input to the server has issues, double check the data input is validated. Note NPM - a node package manager used for installing Javascript libraries Yarn - a package installer used to install NPM packages 4.3 Note REFERENCES- UM_TRR_F18a_T02_V Version Date: 12/02/18

32 In a duration of 12 weeks, our team used the NDI strategy. Ours is a project that did not have any prototype to begin with. We had to use other examples as reference(yelp, Houzz, Zillow). The entire project was written from scratch. We use some COTS in this project (Google, Zillow, Facebook). The project is written in AngularJs frontend and GraphQL backend, with Prisma as the abstraction for Db interaction. UM_TRR_F18a_T02_V Version Date: 12/02/18

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) REAL ESTATE INVESTMENT AND REVIEW TOOL TEAM 02 Venkata Sravanti Malapaka (Project Manager / Software Architect) Yuxuan Chen (Prototyper / Developer/Trainer)

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) Real Estate Investment and Review Tool Team - 02 Venkata Sravanti Malapaka Project Manager, Software Architect Yuxuan Chen Prototyper, Developer, Trainer Yonghyun

More information

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

viaone express Application Guide Advanced

viaone express Application Guide Advanced viaone express Application Guide Advanced ViaOne express provides online access to disability claims and leave of absence cases. You can view information about claims or cases including a history of payments,

More information

Sync User Guide. Powered by Axient Anchor

Sync User Guide. Powered by Axient Anchor Sync Powered by Axient Anchor TABLE OF CONTENTS End... Error! Bookmark not defined. Last Revised: Wednesday, October 10, 2018... Error! Bookmark not defined. Table of Contents... 2 Getting Started... 7

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) ShareWeb Team 5 Xuan Wang: Project Manager, Life Cycle Planner LiangHao Gao: Implementation Team member Xi Chen: Implementation Team member, UML Modeler, Tester Yuxuan

More information

Anchor User Guide. Presented by: Last Revised: August 07, 2017

Anchor User Guide. Presented by: Last Revised: August 07, 2017 Anchor User Guide Presented by: Last Revised: August 07, 2017 TABLE OF CONTENTS GETTING STARTED... 1 How to Log In to the Web Portal... 1 How to Manage Account Settings... 2 How to Configure Two-Step Authentication...

More information

MyCardUpdate User Guide Triple E Technologies, LLC

MyCardUpdate User Guide Triple E Technologies, LLC MyCardUpdate User Guide Triple E Technologies, LLC Version 030316.02 Triple E Technologies, LLC P.O. Box 2677 Post Falls, ID 83877 Phone: 208.777.9300 Fax: 208.777.9304 2017 Triple E Technologies, LLC

More information

End User Manual. December 2014 V1.0

End User Manual. December 2014 V1.0 End User Manual December 2014 V1.0 Contents Getting Started... 4 How to Log into the Web Portal... 5 How to Manage Account Settings... 6 The Web Portal... 8 How to Upload Files in the Web Portal... 9 How

More information

Getting Started with Commercial Services

Getting Started with Commercial Services Getting Started with Commercial Services USER GUIDE For informational purposes only, not considered an advertisement. WELCOME TO M&T BANK S COMMERCIAL SERVICES M&T Bank s Commercial Services system provides

More information

eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central

eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central Table of Contents Installation Guide... 3 eshop Account Registration in Dynamics 365 Business Central:... 3 eshop Setup

More information

SharePoint General Instructions

SharePoint General Instructions SharePoint General Instructions Table of Content What is GC Drive?... 2 Access GC Drive... 2 Navigate GC Drive... 2 View and Edit My Profile... 3 OneDrive for Business... 3 What is OneDrive for Business...

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) ShareWeb Team 5 Xuan Wang: Project Manager, Life Cycle Planner LiangHao Gao: Developer, Tester Xi Chen: Developer, System Architect, Tester Yuxuan Li: Prototyper Zhangbiaoge Tian:

More information

Argos Basic Training. Overview: Sign in:

Argos Basic Training. Overview: Sign in: Argos Basic Training Overview: Argos is a campus reporting tool that allows end-users to access and extract information from Banner and Degree Works databases in a report format. Data Blocks are the foundation

More information

Online Demo Scheduling Tool: User Guide

Online Demo Scheduling Tool: User Guide Unrestricted Internal Use - Carestream Health, 2013 1 Online Demo Scheduling Tool: User Guide This document provides step by step instructions on how to successful use the Online Demo Scheduling tool for

More information

GRS Enterprise Synchronization Tool

GRS Enterprise Synchronization Tool GRS Enterprise Synchronization Tool Last Revised: Thursday, April 05, 2018 Page i TABLE OF CONTENTS Anchor End User Guide... Error! Bookmark not defined. Last Revised: Monday, March 12, 2018... 1 Table

More information

Connecting to the Virtual Desktop Infrastructure (VDI)

Connecting to the Virtual Desktop Infrastructure (VDI) System Office IT Connecting to the Virtual Desktop Infrastructure (VDI) There are four ways to connect to the system office Virtual Desktop Infrastructure (VDI): Web client Windows client - personal computer

More information

My Sysco Reporting Job Aid for CMU Customers. My Sysco Reporting. For CMU Customers (Serviced by Program Sales)

My Sysco Reporting Job Aid for CMU Customers. My Sysco Reporting. For CMU Customers (Serviced by Program Sales) My Sysco Reporting For CMU Customers (Serviced by Program Sales) 1 Accessing My Sysco Reporting... 2 Logging In... 2 The Reporting Dashboard... 3 My Sysco Reporting Process... 6 Generating a Report...

More information

XFINITY Welcome Packet

XFINITY Welcome Packet XFINITY Welcome Packet Welcome! Your building comes with a fast, reliable property-wide WiFi network as well as access to our popular XFINITY TV video streaming service for university students. In the

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Perfecto Coffee Xpress Consistent Perfection Team 5 Chloe Good Yekaterina Glazko Edwards Hays Yucheng Hsieh Atreya Lahiri Jaimin Patel Yun Shen Andrew

More information

Desktop Application Reference Guide For Windows and Mac

Desktop Application Reference Guide For Windows and Mac Desktop Application Reference Guide For Windows and Mac UNTETHERED LABS, INC. support@gkaccess.com Contents 1. GateKeeper Feature Description... 2 1.1 What is the GateKeeper Desktop Application?... 2 1.2

More information

Nextiva Drive The Setup Process Mobility & Storage Option

Nextiva Drive The Setup Process Mobility & Storage Option Nextiva Drive The Setup Process The Setup Process Adding Users 1. Login to your account and click on the Account icon at the top of the page (this is only visible to the administrator). 2. Click Create

More information

Amazon WorkMail. User Guide Version 1.0

Amazon WorkMail. User Guide Version 1.0 Amazon WorkMail User Guide Amazon WorkMail: User Guide Copyright 2017 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in connection

More information

AROC Online Services (AOS) User Manual

AROC Online Services (AOS) User Manual AROC Online Services (AOS) User Manual Version 5.0 (September 2014) FIM/WeeFIM (Workshops) Contents Introduction... 2 Flow chart of AOS functionality... 2 Computing requirements... 2 Session time-out...

More information

BEC. NetScaler Unmanaged VPN. Installation Guide. and. User Guide. Version

BEC. NetScaler Unmanaged VPN. Installation Guide. and. User Guide. Version BEC NetScaler Unmanaged VPN Installation Guide and User Guide Version 1.3 2017-09-11 Ref. JN Data A/S RemoteAccess Team Page 1 of 19 BEC NetScaler Unmanaged Installation and User Guide Contents BEC NetScaler

More information

IntelliLink Administrator Guide

IntelliLink Administrator Guide IntelliLink Administrator Guide COMMERCIAL CARD PAYMENT SOLUTIONS IntelliLink Administration Guide P. 1/ 22 IntelliLink Administrator Guide For all support related inquiries, contact our Account Management

More information

Online Banking Experience Guide

Online Banking Experience Guide Online Banking Experience Guide TABLE OF CONTENTS GETTING STARTED WITH ONLINE BANKING Enroll in online banking... 2 First-time login for online banking users... 2 PERSONALIZE YOUR DASHBOARD Create a new

More information

Operating Requirements. Log in/access

Operating Requirements. Log in/access Operating Requirements Is my browser compatible? Ipreo leverages the cloud to host certain content. Our site provides an online System Check which will verify if required URLS are both permissioned by

More information

BM Solutions Mortgage Portal. Document upload - Case tracking - Secure messaging Mobile technology. User Guide 15 January 2018 V3.

BM Solutions Mortgage Portal. Document upload - Case tracking - Secure messaging Mobile technology. User Guide 15 January 2018 V3. BM Solutions Mortgage Portal Document upload - Case tracking - Secure messaging Mobile technology User Guide 15 January 2018 V3.0 KEY BENEFITS Moving forward together with secure online document upload

More information

Contents. Multi-Factor Authentication Overview. Available MFA Factors

Contents. Multi-Factor Authentication Overview. Available MFA Factors The purpose of this document is to provide National University student Single Sign-On users with instructions for how to configure and use Multi-Factor Authentication. Contents Multi-Factor Authentication

More information

THE UNITED REPUBLIC OF TANZANIA

THE UNITED REPUBLIC OF TANZANIA THE UNITED REPUBLIC OF TANZANIA PRESIDENT S OFFICE - PUBLIC SERVICE AND GOOD GOVERNENCE e-government Agency GOVERNMENT MAILING SYSTEM USER GUIDE 1 P a g e Contents Contents... 2 1. Introduction... 4 2.

More information

One-Time PIN. User Guide

One-Time PIN. User Guide One-Time PIN User Guide Table of Contents Online Banking Setting up One-Time PIN Registering your device Logging in with One-Time PIN Changing One-Time PIN Delivery Method Mobile Banking Setting up One-Time

More information

BROWSER TIPS FOR PEOPLESOFT

BROWSER TIPS FOR PEOPLESOFT BROWSER TIPS FOR PEOPLESOFT TABLE OF CONTENTS Overview... 3 Preferred Browsers for Working in PeopleSoft... 3 Working in Financials and Human Resources Simultaneously... 3 Browser Versions... 3 Clearing

More information

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0 USER MANUAL TABLE OF CONTENTS Introduction...1 Benefits of Customer Portal...1 Prerequisites...1 Installation...2 Salesforce App Installation... 2 Salesforce Lightning... 2 WordPress Manual Plug-in installation...

More information

AN INTRODUCTION TO QUICKBOOKS ONLINE. Getting Started Guide

AN INTRODUCTION TO QUICKBOOKS ONLINE. Getting Started Guide AN INTRODUCTION TO QUICKBOOKS ONLINE Getting Started Guide Copyright Copyright 2014 Intuit Ltd. All rights reserved. Intuit Canada Trademarks 2014 Intuit Inc. All rights reserved. Intuit the Intuit logo,

More information

viaone express Application Guide Advanced

viaone express Application Guide Advanced viaone express Application Guide Advanced ViaOne express provides online access to disability claims and leave of absence cases. You can view information about claims or cases including a history of payments,

More information

Your guide to using the Lead Retrieval App. A powerful and easy way to capture sales leads using your own Smartphone. Powered by

Your guide to using the Lead Retrieval App. A powerful and easy way to capture sales leads using your own Smartphone. Powered by Your guide to using the Lead Retrieval App A powerful and easy way to capture sales leads using your own Smartphone Powered by APP FEATURES Capture and view lead information in real-time on and off the

More information

Browser Guide for PeopleSoft

Browser Guide for PeopleSoft Browser Guide for PeopleSoft Business Process Guide For Academic Support Specialists (Advisors) TABLE OF CONTENTS PURPOSE...2 INTERNET EXPLORER 7...3 GENERAL TAB...4 SECURITY TAB...6 PRIVACY TAB...10 CONTENT

More information

MicroStrategy Quick Guide: Running the PI Report

MicroStrategy Quick Guide: Running the PI Report MicroStrategy Quick Guide: Running the PI Report ITS Business Intelligence Group Go to reporting.gmu.edu and click on Login to Microstrategy ACTION Enter User name and Password. Keep default selection

More information

GETTING STARTED MAKE THE MOST OF AVAYA SPACES

GETTING STARTED MAKE THE MOST OF AVAYA SPACES GETTING STARTED MAKE THE MOST OF AVAYA SPACES TABLE OF CONTENTS Takeaways...1 Sign Up...2 Sign In...3 Spaces...4 Messages...8 Voice + Video... 10 Sharing...12 Tasks...13 Mobile... 14 Takeaways Sign up

More information

Copyright Basware Corporation. All rights reserved.. Vendor Portal Admin Guide Basware P2P 17.3

Copyright Basware Corporation. All rights reserved.. Vendor Portal Admin Guide Basware P2P 17.3 Copyright 1999-2017 Basware Corporation. All rights reserved.. Vendor Portal Admin Guide Basware P2P 17.3 1 Overview of Vendor Portal Setup Basware P2P s vendor portal allows vendors to retrieve easily

More information

Student Guide INTRODUCTION TO ONLINE RESOURCES

Student Guide INTRODUCTION TO ONLINE RESOURCES Student Guide INTRODUCTION TO ONLINE RESOURCES Date: 12. March. 2018 By: Technical Support Team Table of Contents 1) Introduction 3 2) Student Panel (SIS) 3 2.1) Student Panel (SIS) Login 3 2.1.1) Definitions

More information

Wholesale Lockbox User Guide

Wholesale Lockbox User Guide Wholesale Lockbox User Guide August 2017 Copyright 2017 City National Bank City National Bank Member FDIC For Client Use Only Table of Contents Introduction... 3 Getting Started... 4 System Requirements...

More information

Login Troubleshooting

Login Troubleshooting Login Troubleshooting Scenario #1: I cannot log into my account and I am pretty sure I am using the correct credentials. Problem Solving Steps: 1. All MinuteClinic employees will use the username MC followed

More information

Login Troubleshooting

Login Troubleshooting Login Troubleshooting Scenario #1: I cannot log into my account and I am pretty sure I am using the correct credentials. Problem Solving Steps: 1. Check with your scheduler to ensure you are using the

More information

Operational Concept Description (OCD)

Operational Concept Description (OCD) Operational Concept Description (OCD) Share Web Team 05 Name Xuan Wang Zhangbiaoge Tian Haoliang Gao Xi Chen Chuhan Zheng Yuxuan Li Role Life Cycle Planner & Project Manager Developer & Operation Concept

More information

/ 1. Online Banking User Guide SouthStateBank.com / (800)

/ 1. Online Banking User Guide SouthStateBank.com / (800) / 1 Online Banking User Guide SouthStateBank.com / (800) 277-2175 06132017 Welcome Thank you for using South State s Online Banking. Whether you are a first time user or an existing user, this guide will

More information

USER MANUAL. MageMob App Builder TABLE OF CONTENTS. Version: 2.0.0

USER MANUAL. MageMob App Builder TABLE OF CONTENTS. Version: 2.0.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of MageMob App Builder... 1 Installation & Activation... 2 Installation Steps... 2 Extension Activation... 3 How it Works?... 4 Back End Configuration:...

More information

Joomla User Guide Ver 3

Joomla User Guide Ver 3 LiveHelp Server Joomla User Guide Ver 3 Introduction The process of configuration and implementation of the LiveHelp server is divided into four stages, which are detailed below. The approximate time of

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) ShareWeb Team 05 Xuan Wang: Project Manager, Life Cycle Planner LiangHao Gao: Implementation Team member Xi Chen: Implementation Team member, UML Modeler,

More information

Secure Remote Access Installation and User Guide

Secure Remote Access Installation and User Guide Secure Remote Access Installation and User Guide Version 1.0 Published July 2016 TABLE OF CONTENTS 1 System Requirements...3 1.1 Take Control for Windows...3 1.2 Take Control for OSX...3 2 Configure User

More information

VII. Corente Services SSL Client

VII. Corente Services SSL Client VII. Corente Services SSL Client Corente Release 9.1 Manual 9.1.1 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Table of Contents Preface... 5 I. Introduction... 6 Chapter 1. Requirements...

More information

BBVA Compass Spend Net Payables

BBVA Compass Spend Net Payables User Guide BBVA Compass Spend Net Payables User Guide Vault Services Table of Contents Introduction 2 Technical Requirements 2 Getting started 3 Sign In 3 General Navigation 4 Upload/Create Payment 5

More information

Vault. Vault. End User Guide END USER GUIDE. L o r e. (For Standard, Professional & Enterprise Editions)

Vault. Vault. End User Guide END USER GUIDE. L o r e. (For Standard, Professional & Enterprise Editions) L o r e L END USER GUIDE (For Standard, Professional & Enterprise Editions) Table of contents 1. Introduction 2. Important terms 3. Sign up instructions 4. Basic settings Initiate sharing Configure two-factor

More information

Premier SMS Quick User Guide PREMIER SMS QUICK USER GUIDE. 24/7 Support

Premier SMS Quick User Guide PREMIER SMS QUICK USER GUIDE. 24/7 Support PREMIER SMS QUICK USER GUIDE Premier SMS Quick User Guide 1 CONTENTS SMS... 2 Getting Started... 2 System Requirements... 2 Installation... 2 - For SmartPhones... 2 - Web Browers... 2 - Sign In... 3 Messaging

More information

/ 1. Online Banking User Guide SouthStateBank.com / (800)

/ 1. Online Banking User Guide SouthStateBank.com / (800) / 1 Online Banking User Guide SouthStateBank.com / (800) 277-2175 01242018 Welcome Thank you for using South State s Online Banking. Whether you are a first time user or an existing user, this guide will

More information

We start by providing you with an overview of the key feature of the IBM BPM Process Portal.

We start by providing you with an overview of the key feature of the IBM BPM Process Portal. Lab 1 Process Portal 1.1 Overview This lab exercise will make you familiar with the key capabilities of the ready-to-use Process Portal included with IBM Business Process Manager (BPM). You will experience

More information

User Guide. Version 8.0

User Guide. Version 8.0 User Guide Version 8.0 Contents 1 Getting Started... iii 1.1... About... iii 2 Logging In... 4 2.1... Choosing Security Questions... 4 3 The File Manager... 5 3.1... Uploading a file... 6 3.2... Downloading

More information

Welcome to United Bank - Mobile Banking!

Welcome to United Bank - Mobile Banking! Questions Welcome to United Bank - Mobile Banking! General Questions How much does this service cost? Is it secure? Which wireless carriers are supported? Do I need a text message or data plan? I'm not

More information

Guide to Managing Your Online Account

Guide to Managing Your Online Account Guide to Managing Your Online Account Contents 1 Introduction 3 1.1 Downloading your security certificate 3 1.2 Accessing your Online Account 3 1.3 What is a Security Certificate? 5 1.4 Saving your Security

More information

STORE LOCATOR PLUGIN USER GUIDE

STORE LOCATOR PLUGIN USER GUIDE support@simicart.com Support: +84.3127.1357 STORE LOCATOR PLUGIN USER GUIDE Table of Contents 1. INTRODUCTION... 3 2. HOW TO INSTALL... 4 3. HOW TO CONFIGURE... 5 4. HOW TO USE ON APP... 13 SimiCart Store

More information

INSIGHTS, POWERED BY INSIDEVIEW

INSIGHTS, POWERED BY INSIDEVIEW INSIGHTS, POWERED BY INSIDEVIEW Installation Guide Product Version 4.3 JANUARY, 2019 Table of Contents Chapter 1: Introduction to Insights, powered by InsideView...3 What s New in this Release?... 4 Chapter

More information

Remote Desktop How to guide

Remote Desktop How to guide CaseMap Remote Desktop for Windows User Contents How to open Remote Desktop Connection and Login to the Terminal Server... 2 How to save your connection settings and create a shortcut on your desktop...

More information

Amazon WorkMail. User Guide Version 1.0

Amazon WorkMail. User Guide Version 1.0 Amazon WorkMail User Guide Amazon WorkMail: User Guide Copyright 2018 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in connection

More information

Local. Responsive. Reliable.

Local. Responsive. Reliable. Local. Responsive. Reliable. FAQs WHAT IS myvrb? myvrb is the new name of your online and mobile banking experience at Valley Republic Bank. While you will continue to access online and mobile banking

More information

The MLS User Interface

The MLS User Interface Getting Started Logging on to the MLS You will be assigned an agent ID and password. Navigate to the logon page and enter your agent ID and password exactly as they were given to you (using uppercase or

More information

Introduction Secure Message Center (Webmail, Mobile & Visually Impaired) Webmail... 2 Mobile & Tablet... 4 Visually Impaired...

Introduction Secure Message Center (Webmail, Mobile & Visually Impaired) Webmail... 2 Mobile & Tablet... 4 Visually Impaired... WEB MESSAGE CENTER END USER GUIDE The Secure Web Message Center allows users to access and send and receive secure messages via any browser on a computer, tablet or other mobile devices. Introduction...

More information

kalmstrom.com Business Solutions

kalmstrom.com Business Solutions Contents 1 INTRODUCTION... 2 1.1 LANGUAGES... 2 1.2 REQUIREMENTS... 2 2 THE SHAREPOINT SITE... 3 2.1 PERMISSIONS... 3 3 CONVERTED E-MAILS AND SHAREPOINT TICKETS... 4 3.1 THE CONVERTED E-MAIL... 4 3.2 THE

More information

Guide to Managing Your Online Account

Guide to Managing Your Online Account Guide to Managing Your Online Account Contents 1 Introduction 3 1.1 Downloading your security certificate 3 1.2 Accessing your Online Account 3 1.3 What is a Security Certificate? 5 1.4 Saving your Security

More information

Cloud UC. Program Downloads I WOULD LIKE TO... DOWNLOADING THE CLIENT SOFTWARE

Cloud UC. Program Downloads I WOULD LIKE TO... DOWNLOADING THE CLIENT SOFTWARE I WOULD LIKE TO... Cloud UC Program Downloads Avaya Cloud allows you to setup your telephone to be used the way you want it to. There are additional programs that extend the abilities of the application

More information

IT Access Portal User Guide (Employees)

IT Access Portal User Guide (Employees) IT Access Portal User Guide (Employees) Introduction The University of Salford IT Access Portal provides University employees with secure, off-campus access to core IT applications and resources; for example:

More information

EMS WEB APP Configuration Guide

EMS WEB APP Configuration Guide EMS WEB APP Configuration Guide V44.1 Last Updated: August 14, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: EMS Web App

More information

User Guide for REP User

User Guide for REP User User Guide for REP User Home Page This document will cover the features and functions of the TNMP Historical Usage Request / LOA site. The features on this site include the following: User Guide provides

More information

Certify User Guide CREATING & SUBMITTING EXPENSE REPORTS

Certify User Guide CREATING & SUBMITTING EXPENSE REPORTS Certify User Guide CREATING & SUBMITTING EXPENSE REPORTS Copyright 2018 All Rights Reserved This version is current as of July 1, 2018 For continuously updated instructions, please visit our Help Center

More information

My Phone. My Phone - Overview. Signing In

My Phone. My Phone - Overview. Signing In My Phone - Overview The Optus Loop My Phone portal gives you full access to your personal phone service settings, allowing you to customise and manage your service to suit your specific requirements. Within

More information

AvePoint Online Services 2

AvePoint Online Services 2 2 User Guide Service Pack 7 Issued August 2017 Table of Contents What s New in this Guide...6 About...7 Versions: Commercial and U.S. Government Public Sector...7 Submitting Documentation Feedback to AvePoint...8

More information

User Guide. Version R92. English

User Guide. Version R92. English AuthAnvil User Guide Version R92 English October 9, 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

Zoom User Manual. developed. Gary P. Davis. and. David J. Ayersman. for. Students and Employees of New River Community and Technical College

Zoom User Manual. developed. Gary P. Davis. and. David J. Ayersman. for. Students and Employees of New River Community and Technical College Zoom User Manual developed by Gary P. Davis and David J. Ayersman for Students and Employees of Zoom manual.docx Page 1 of 35 Last Updated: August 13, 2018 PREFACE AND OVERVIEW For the fall 2018 term,

More information

goremote.carolinas.org

goremote.carolinas.org Detailed instructions for goremote.carolinas.org Section 1. Registering your account in the goremote portal To setup your access to goremote.carolinas.org, please follow these steps: Open a browser window

More information

User Guide for Client Remote Access. Version 1.2

User Guide for Client Remote Access. Version 1.2 User Guide for Client Remote Access Version 1.2 Table of Contents PAGE Introduction... 2 Microsoft Multi-Factor Authentication Introduction... 3-4 User Enrollment... 5-8 Accessing Remote Resources Windows

More information

Ricoh Managed File Transfer (MFT) User Guide

Ricoh Managed File Transfer (MFT) User Guide Ricoh Managed File Transfer (MFT) User Guide -- TABLE OF CONTENTS 1 ACCESSING THE SITE... 3 1.1. WHAT IS RICOH MFT... 3 1.2. SUPPORTED BROWSERS... 3 1.3. LOG IN... 3 1.4. NAVIGATION... 4 1.5. FORGOTTEN

More information

Switching to Sheets from Microsoft Excel Learning Center gsuite.google.com/learning-center

Switching to Sheets from Microsoft Excel Learning Center gsuite.google.com/learning-center Switching to Sheets from Microsoft Excel 2010 Learning Center gsuite.google.com/learning-center Welcome to Sheets Now that you've switched from Microsoft Excel to G Suite, learn how to use Google Sheets

More information

FOCUS: Kurio. 1 of 9 FOCUS: Kurio. Class Handout

FOCUS: Kurio. 1 of 9 FOCUS: Kurio. Class Handout 1 of 9 FOCUS: Kurio Class Handout 2 of 9 What is Kurio? Kurio is a website. There is no software to install in order to use Kurio. The Kurio website allows you to search for MLS listings and email them

More information

Portfolio Account Link (PAL ) User Guide

Portfolio Account Link (PAL ) User Guide Getting Started / First Time Login... 2 Password Authentication... 2 Multifactor Authentication... 3 Trouble Signing In?... 7 Information Banner and Report Headings... 8 Account Access... 8 Portfolio Review...

More information

VisitEye Tutorial for Admins

VisitEye Tutorial for Admins VisitEye Tutorial for Admins Introduction By the end of this tutorial you will be able to: 1. Have a working account 2. Add new users manually with their respective security roles. Load locations in bulk

More information

iround FAQs Account Questions iround Q. Why can t I log into iround?

iround FAQs Account Questions iround Q. Why can t I log into iround? iround iround FAQs Account Questions Q. Why can t I log into iround? First, check to see if you are using the correct username and password. If you are unsure what your password is, click forgot password

More information

Remote Deposit Capture (CC21) Software Installation Guide for Firefox or Internet Explorer

Remote Deposit Capture (CC21) Software Installation Guide for Firefox or Internet Explorer Remote Deposit Capture (CC21) Software Installation Guide for Firefox or Internet Explorer Part 1 - UNINSTALL PREVIOUS APPLICATION AND SCANNER 1. Save any work you may have open on your PC 2. Be sure to

More information

Vodafone Secure Device Manager Administration User Guide

Vodafone Secure Device Manager Administration User Guide Vodafone Secure Device Manager Administration User Guide Vodafone New Zealand Limited. Correct as of June 2017. Vodafone Ready Business Contents Introduction 3 Help 4 How to find help in the Vodafone Secure

More information

THE HELP GUIDE ENHANCED FINANCIAL ANALYSIS TAKE 5 MINUTES NOW

THE HELP GUIDE ENHANCED FINANCIAL ANALYSIS TAKE 5 MINUTES NOW THE HELP GUIDE ENHANCED FINANCIAL ANALYSIS TAKE 5 MINUTES NOW...to have a quick read through The Help Guide... before you start your training. 5 minutes will ensure that your experience with the PRI Academy

More information

Users Guide. Kerio Technologies

Users Guide. Kerio Technologies Users Guide Kerio Technologies C 1997-2006 Kerio Technologies. All rights reserved. Release Date: June 8, 2006 This guide provides detailed description on Kerio WebSTAR 5, version 5.4. Any additional modifications

More information

Amazon WorkDocs. User Guide

Amazon WorkDocs. User Guide Amazon WorkDocs User Guide Amazon WorkDocs: User Guide Copyright 2017 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in connection

More information

FAQ for Autodesk A360 and its tiers A360 Team, A360 Drive and the Tech Preview

FAQ for Autodesk A360 and its tiers A360 Team, A360 Drive and the Tech Preview Autodesk A360 FAQ for Autodesk A360 and its tiers A360 Team, A360 Drive and the Tech Preview Table of contents 1. General product information 2 1.1 What is Autodesk A360? 2 1.2 What is Autodesk A360 Team?

More information

Welcome To Account Manager 2.0

Welcome To Account Manager 2.0 Account Manager 2.0 Manage Unlimited FileMaker Servers, Databases, Privileges, and Users Effortlessly! The ultimate tool for FileMaker Database Administrators. Welcome To Account Manager 2.0 What Is Account

More information

Learners Guide. Overview. Introduction. How do I log in to ecooper University? Welcome to the ecooper University Learners Guide!

Learners Guide. Overview. Introduction. How do I log in to ecooper University? Welcome to the ecooper University Learners Guide! Learners Guide Overview Introduction Welcome to the ecooper University Learners Guide! This guide will help you gain access and navigate through the ecooper University Learning Management System (LMS).

More information

SharePoint: Fundamentals

SharePoint: Fundamentals SharePoint: Fundamentals This class will introduce you to SharePoint and cover components available to end users in a typical SharePoint site. To access SharePoint, you will need to log into Office 365.

More information

User manual. Givt dashboard. Version 1.8

User manual. Givt dashboard. Version 1.8 User manual Givt dashboard Version 1.8 1 1 Contents 1 Contents 1 2 Introduction 2 2.1 About this manual 2 2.2 About the Givt dashboard 2 3 Starting with the Givt dashboard 3 3.1 Log in 3 3.1.1 Web-app

More information

Introduction 3 Account Access 3 Getting Acquainted 3 Home Tab (Dashboard) 3 Recordings Tab 4 Recorded Calls 5 Calls In Progress 7

Introduction 3 Account Access 3 Getting Acquainted 3 Home Tab (Dashboard) 3 Recordings Tab 4 Recorded Calls 5 Calls In Progress 7 Contents Introduction 3 Account Access 3 Getting Acquainted 3 Home Tab (Dashboard) 3 Recordings Tab 4 Recorded Calls 5 Calls In Progress 7 2 P age Introduction This guide provides information about the

More information

AvePoint Online Services for Partners 2

AvePoint Online Services for Partners 2 AvePoint Online Services for Partners 2 User Guide Service Pack 1 Issued June 2017 Table of Contents What s New in this Guide...4 About...5 Submitting Documentation Feedback to AvePoint...6 Browser Support

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Web Media Modernization 2012 Team 7 Anvar Bagiyev (Operational Concept Engineer, Tester) Shawn Han (Software/System Architect, Tester) Barney Hsiao (Prototyper,

More information

Importing Existing Data into LastPass

Importing Existing Data into LastPass Importing Existing Data into LastPass Once you have installed LastPass, you may need to impocort your existing password entries and secure data from another LastPass account or from another password manager

More information