WDD Fall 2016Group 4 Project Report

Size: px
Start display at page:

Download "WDD Fall 2016Group 4 Project Report"

Transcription

1 WDD Fall 2016Group 4 Project Report A Web Database Application on Loan Service System Devi Sai Geetha Alapati #7 Mohan Krishna Bhimanadam #24 Rohit Yadav Nethi #8 Bhavana Ganne #11 Prathyusha Mandala #6 Keerthana Konathala #23

2 Loan Service System Table of Contents Contents 1. LOAN SERVICE SYSTEM INTRODUCTION GROUP HOMEPAGE DESIGN OVERVIEW PROJECT WEBSITE LESSONS LEARNT: STEPS TO DEVELOP AND DEPLOY THE APPLICATION Group Diary Personal Diaries [Type text] Page 2

3 1. LOAN SERVICE SYSTEM 1.1 The list of username and passwords to test the application: Username: Password: Welcome12 Username: Password: Welcome Special features in the project: Some of the features that we included in the Loan Service System are, 1. In this application users can apply for an education loan. 2. User has to register his/her details to apply for a loan. A user is generally a student who has completed high school education and is going to college. 3. User will receive the confirmation once the loan is approved. 4. After the payment is done to the student, he again gets a credited mail to his/her registered address. 5. The user has to login to see the loan details. 6. Upon successful login, the user is redirected to My Account page where various details about the loan like the current balance, monthly payment amount, due amounts, current amount and statement due date are displayed. 7. There is a feature called "Recover My Password" where users can retrieve their password which will be sent to their registered mail id. 1.3 Future scope: Implementing online form to fill loan application. This eliminates the paper work in the present system. Making the interface more user-friendly. Providing admin an interface to manage system. 2. INTRODUCTION The software product to be produced is Loan Service System which will automate obtaining a education loan system. This online system manages loan accounts of students. The system consists of admin and student modules. When a person logs in to the system, system will be able to identify whether he is a student or administrator. If the user logs into system as a student, he/she will be able to see all the loan details, last account update dates, payment dues, and statement due dates. If the user logs into system as an admin, he will be able to update all the student details and make necessary changes to the system like addition or removal of students who are no longer students and are not active with the respective system. The proposed project contains mainly three modules: I. Admin Module. II. Student Module. 3

4 3. GROUP HOMEPAGE The group home page contains few links of our project, images and some description about the project. The things that we have included in our project are as follows, The group home page contains the title of the project. It contains a hyperlink to our website as LOAN SERVICE SYSTEM. Group page has all the team members photos, their details and links to their profiles. On clicking the links you can find each team member s contribution to the project under personal diary. One can register in our website by going to the Register Now link, which is found after clicking Login link. One can login into our website by going to the link Login. 4. DESIGN OVERVIEW Application can be used for applying education loans and maintain all the student loan accounts. Generally student has to approach a bank or any credit unions to apply for a loan which is a waste of time. To eliminate such problems our online system is very useful. Students can register first with the system to view and manage their loan accounts. Lack of prompt updating- various changes to information like interest rates and updating of loan account details is delayed as paper work is involved. The system lacks online web form to fill a loan application. This is included in the future scope of the project. Loan Service System helps the students to apply for loans and manage their loan accounts, reducing the necessity of going physically to banks and credit unions. They can view various details by logging into system like current balance, monthly payment amount, due amounts and current amount. The students are provided with password recovery option, Frequently Asked Questions (FAQ s), Forums, and Contact us options to ensure no problem in using the system. Only registered student can interact with the system. To apply for a loan, User should have to go through 3 steps Step1: Register with the system by clicking on the Login link and further clicking the Register Now link. The user has to provide a valid address and other personal details like social security number (SSN), date of birth, first name, last name, and address. Step2: Login Page, where you login into the site and can view various details related to his/her loan account. Step 3: My Account Page, the main page which displays all the account details. 4

5 5. PROJECT WEBSITE 5.1. Website Description: The software product to be produced is to apply for an education loan by the students and to manage their loan accounts. The system tracks various student loan accounts. Applying for a loan 1. Register with the system 2. Login 3. Navigate to My Account page 4. Check for their personal and account details 5. Go to Forms to download a loan application form, sign it to agree to terms and conditions, and submit it online. 6. Once loan approved, the registered students gets an to his/her registered address. 5.2 Website details: Home Page: 5

6 Login Page: Registration Page 6

7 Registration page with various form validations used Password Recovery Page 7

8 My Account Page Forms page 8

9 Contact Us page 6. LESSONS LEARNT: It was challenging to learn and implement the following features during the project development phase. 1. How to create user control with regular expression validator? 2. How to pass information from one page to page to perform specific functions? 3. How to send a recovery using SMTP protocol in code behind file? 4. How to establish and publish database connection and creation of tables in a web server DB? 5. How to place and raise events for server controls like Calendar, Dropdown List, Button, etc.? 6. How to track user sessions and cookies to maintain state of the application? 7. How to navigate from one page to other page on hyperlink click event? 8. How to embed java script code to perform client side validation and routines? 9. How to link and traverse xml file to save and load the data source? 10. How to use CSS property dialog to edit look and feel of the web application? 7. STEPS TO DEVELOP AND DEPLOY THE APPLICATION 7.1 Develop Application: 9

10 In order to develop a web application using ASP.NET the following should be installed in the developer PC. 1. Microsoft Visual Studio 2012 or higher 2. Microsoft SQL Server Express 3. IIS Follow the below steps to create the project and individual project files, 1. Open visual studio IDE, Click on File New Project 2. New project dialog will be opened. Choose Visual C# web empty web application and give appropriate name 10

11 3. An empty project with default class files, reference files and web.config files will be created 4. To add default.aspx page. Select the project solution name and right click to select new item and then empty aspx page 11

12 5. Design all the client/server control as per requirement and edit their properties using CSS and control properties dialog. 12

13 7.2 Deploy Application: To deploy the web application, all the configuration about the web server should be configured using the publish menu. Select the project solution name, right click and select publish menu item. The publish web dialog will then open. Configure the web server name as DCM Server and go to the connection tab to input the publish method as FTP, Server address pointing to the given web DCM server at uhcl.edu, give user login details and finally give the destination URL to open after publishing the web application. The user can click on validate connection button to test if the connection is successful with the given configuration settings. After all the settings are given click on the publish button to publish the web application. If the hosting is successful then it opens the website URL and displays the contents designed using the ASP.NET. If there are any issues with the coding or hosting then the URL returns an error code. Most of the issues can be easily found using the error code. The developer can also verify if the hosting is successful by going to the ftp path and check manually if it contains all the necessary files under pages folder. 8. Group Diary Date 9/15/2016 Work Done Started creating group homepage in our group meet. 9/22/2016 Created group homepage and placed in the group folder. 9/25/2016 Group meet to finalize a project scenario and start with identifying project requirements. 9/29/2016 Finalized project scope, objectives, software, and hardware requirements. Submitted define phase document. 10/6/2016 Done with design phase documentation. Designed various modeling views of the system by clearly identifying various actors and their behavioral patterns with the system. 10/27/2016 Submitted design document 11/10/2016 Started coding Designed various pages like registration, login, password recovery, and my 11/17/2016 account. 13

14 Verified various form validations like password, authentication issues, and 11/24/2016 navigation. Done with designing contact us, and FAQ's page. 12/1/2016 Uploaded final project into group folder in dcm server. 9. Personal Diaries Personal Diary of #7: Date Work Done 9/15/2016 Started creating group homepage 9/22/2016 Created group homepage and placed in the group folder 9/25/2016 Participated in group meeting to finalize a project 9/29/2016 Finalized minimum system requirements in the define phase document submitted 10/6/2016 I am assigned as group project's coding phase co-ordinator 10/27/2016 Documented design document 11/10/2016 Designed Registration page 11/17/2016 Designed password recovery page 11/24/2016 Verified various form validations like password, authentication issues for registered and non-registered users. 12/1/2016 Uploaded final project into group folder 12/8/2016 Prepared project report and submitted it. Personal Diary of #24: Date Work Done 9/15/2016 Started creating group homepage 9/22/2016 Created group homepage and placed in the group folder 9/25/2016 Participated in group meeting to finalize a project 9/29/2016 Documented project specifications and scope in the define phase document submitted 10/6/2016 I am assigned as group project's coding and testing phase co-ordinator and group leader 10/27/2016 Documented design document 11/10/2016 Designed default, and Login pages 11/17/2016 Designed MyAccount, FAQ's, and Information pages 11/24/2016 Designed contact us page. Included mail sending service, various form controls, and page redirections. 12/1/2016 Uploaded final project into dcm server including all the required documents. 12/8/2016 Uploaded final project into dcm server by making necessary changes to the code. Prepared project document, copied it into CD, and submitted to the professor. 14

15 Personal Diary of #11: Date Work 9/15/2016 Started creating home page. 9/22/2016 Finalized the project in group meeting. 9/29/2016 Completed define phase of documentation and attached it to homepage. 10/6/2016 Decided the role of coordinators of project. I am the define phase coordinator. 10/27/2016 The design phase of document is completed and attached to the homepage. 11/03/2016 Worked on the coding portion required for the project. 11/10/2016 Worked on navigation issues of the project Personal Diary of #8: Date 1st September th September th September nd September th September th october th october nd october th October th November nd November 2016 Task Decided the project to work on Started modelling Developed UML diagrams Created Define phase with other group members Had a group meet and decided the workflow of the project. Started designing home page with effects Worked on Login and Registration page Started working on design phase with group members. Created necessary tables Had an issue with the connection. Resolved it. Completed the project with group members. 15

16 Personal Diary of #6: Had a discussion on group project topic and finalized the topic Decided the application functionality and the define phase Developed our group homepage Worked on design phase document Discussed about the roles and responsibilities of each team member in the group Downloaded ASP.net community edition from the official website Worked on base modules and connectivity of database Finished the work with backend Integrated all the modules in the project and tested. 16

1 Copyright FATbit Technologies. All Rights Reserved.

1 Copyright FATbit Technologies. All Rights Reserved. Contents 1.0 Affiliate Module... 2 1.1 Registration... 3 2.0 Sharing... 5 3.0 Profile... 5 3.1 My Account... 6 3.1.1 My Account... 6 3.1.2 Payment Information... 8 3.2 My Credits... 9 3.3 Change Password...

More information

Customer Account Center User Manual

Customer Account Center User Manual Customer Account Center User Manual 1 P age Customer Account Center User Manual Contents Creating an Account & Signing In... 3 Navigating the Customer Account Center Dashboard... 7 Account Information...

More information

NON-DOD SCHOOLS PROGRAM (NDSP) STUDENT ONLINE REGISTRATION (SOR) QUICK START GUIDE (QSG)

NON-DOD SCHOOLS PROGRAM (NDSP) STUDENT ONLINE REGISTRATION (SOR) QUICK START GUIDE (QSG) NDSP SOR Quick Start Guide (QSG) NON-DOD SCHOOLS PROGRAM (NDSP) STUDENT ONLINE REGISTRATION (SOR) QUICK START GUIDE (QSG) MAY 5, 2018 / VERSION 3.0 TABLE OF CONTENTS 1 Create a New Account in NDSP SOR...

More information

CMS 4 Schools Website Creation

CMS 4 Schools Website Creation CMS 4 Schools Website Creation Step 1: Go to the following website and enter your username and password as usual: http://www.cms4schools.com/pro/admin/index.cfm?memberid=143 Step 2: On the left side of

More information

Gradintelligence student support FAQs

Gradintelligence student support FAQs Gradintelligence student support FAQs Account activation issues... 2 I have not received my activation link / I cannot find it / it has expired. Please can you send me a new one?... 2 My account is showing

More information

PROFESSIONALISM RUBRIC PORTAL AND DASHBOARDS

PROFESSIONALISM RUBRIC PORTAL AND DASHBOARDS PROFESSIONALISM RUBRIC PORTAL AND DASHBOARDS This is the primary navigation web page for the College of Education Graduate Dashboards and Portals in which scores are entered. The quickest way to get to

More information

MBTA Student Pass Program - User Guide

MBTA Student Pass Program - User Guide MBTA Student Pass Program - User Guide Student Pass Customer Service 617-222-5710 studentpassprogram@mbta.com Monday through Friday 7AM to 3PM EST Table of Contents 1 Overview... 2 2 Registration... 2

More information

Digitized Engineering Notebook

Digitized Engineering Notebook Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Spring 2017 Digitized Engineering Notebook Mohammed Feroz Governors State University

More information

Isi Net User Manual for Bank customers

Isi Net User Manual for Bank customers 1 Table of Contents 1 Introduction and overview... 4 1.1 Isi Net User Types... 4 1.2 Accessing the Isi Net service... 5 1.2.1 User Login... 5 1.2.2 User Logout... 7 1.3 User Interface... 7 1.3.1 Menus...

More information

Trigger: Actor clicks on the Register button on the website s homepage.

Trigger: Actor clicks on the Register button on the website s homepage. Project The Gender Knot Project ID: Team 1 Executive Sponsor: Mary Rose, Director of the TU Press Project Manager: Joey Garrido, Kenny Ng, and Abhay Kshirsagar Business Analyst: Loi Tran, Anthony Minford,

More information

Snapshots/User Manual for last two year students (Session & ) who had taken admission directly through DDE Online Panel

Snapshots/User Manual for last two year students (Session & ) who had taken admission directly through DDE Online Panel Snapshots/User Manual for last two year students (Session 2013 14 & 2014 15) who had taken admission directly through DDE Online Panel Snapshots/User Manual for last two year students (Session 2013 14

More information

Partner Integration Portal (PIP) Installation Guide

Partner Integration Portal (PIP) Installation Guide Partner Integration Portal (PIP) Installation Guide Last Update: 12/3/13 Digital Gateway, Inc. All rights reserved Page 1 TABLE OF CONTENTS INSTALLING PARTNER INTEGRATION PORTAL (PIP)... 3 DOWNLOADING

More information

Nuclear Fuel Complex Recruitment Application User Manual

Nuclear Fuel Complex Recruitment Application User Manual Nuclear Fuel Complex Recruitment Application User Manual The application is best viewed in Google Chrome Version 66.0.3359.139 Browse the NFC website, following screen will be displayed. For New Applicant,

More information

Student Guide INTRODUCTION TO ONLINE RESOURCES

Student Guide INTRODUCTION TO ONLINE RESOURCES Student Guide INTRODUCTION TO ONLINE RESOURCES Date: 08. June. 2017 By: Technical Support Team STUDENT GUIDE southwales.unicaf.org 1)Introduction...4 2)Student Panel (SIS)...4 2.1)Student Panel (SIS) Login...4

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

MBTA Student Pass Program User Guide

MBTA Student Pass Program User Guide MBTA Student Pass Program User Guide MBTA Student Pass Program Service 617-222-5710 studentpassprogram@mbta.com Monday through Friday 7AM to 3PM EST 1 Table of Contents 1 Overview... 2 2 Registration...

More information

Online Enrollment. This portal enables you to:

Online Enrollment. This portal enables you to: Company name: Online enrollment opens: Online enrollment closes: Welcome to your Infinisource Benefits Accounts Consumer Portal, where you have 24/7 access to view information and manage your account.

More information

Student Guide. By UNICAF University

Student Guide. By UNICAF University vnhgfj Student Guide By UNICAF University 1 2 Table of Contents 1) Introduction... 5 2) Student Panel (SIS)... 5 2.1) Student Panel (SIS) Login... 5 2.1.1) Definitions... 5 2.1.2) Registration Email...

More information

The following pages will give you a quick overview over your new XELOS intranet and help you with the first steps. 1. Overview over the user interface

The following pages will give you a quick overview over your new XELOS intranet and help you with the first steps. 1. Overview over the user interface XELOS 7 First Steps Overview XELOS is a professional Enterprise.0 software that is used by companies mainly as an intranet solution to improve collaboration within teams and in the company. The brilliant

More information

Registering and Creating Requests for myclinicalexchange

Registering and Creating Requests for myclinicalexchange Registering and Creating Requests for myclinicalexchange Dear myclinicalexchange Student, Welcome to the myclinicalexchange program (mce). We are working to make your clinical rotations more organized,

More information

CAMPUS PORTAL QUICK REFERENCE GUIDE: STUDENT PORTAL

CAMPUS PORTAL QUICK REFERENCE GUIDE: STUDENT PORTAL CAMPUS PORTAL QUICK REFERENCE GUIDE: STUDENT PORTAL 1 CONTENTS How to Set Up Your Portal Web Account... 3 How to Personalize Your Homepage... 4 How to View Holds Applied to Your Portal Account... 4 How

More information

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.1.0

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.1.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 SuiteCRM Plug-in Installation... 2 Joomla Manual Plug-in installation... 3 Plug-in

More information

Get Qualified User Manual

Get Qualified User Manual MALTA ENTERPRISE Get Qualified User Manual Student Guide Contents 1. Logon... 3 2. Registration... 3 3. Profile... 3 Ongoing Applications... 3 Editing your profile... 4 Profile... 4 Account... 4 Password...

More information

Business Bill Pay User Guide

Business Bill Pay User Guide Business Bill Pay User Guide The screens you will see in this guide were made for demo purposes only, and may contain unrealistic payment and payee information. If you have questions that are not addressed

More information

PHEWR Installation Guide (version 3)

PHEWR Installation Guide (version 3) PHEWR Installation Guide (version 3) Introduction Included in this Zip File: Database - sql scripts to install database objects Admin - directory structure containing the files necessary to run the PHEWR

More information

BIG CLIMB Profile Guide

BIG CLIMB Profile Guide BIG CLIMB Profile Guide A step by step guide on how to create your Big Climb personal page and profile to enhance the fundraising experience. Helpful hints before getting started: 1. The participant center

More information

Middle East Technical University. Department of Computer Engineering

Middle East Technical University. Department of Computer Engineering Middle East Technical University Department of Computer Engineering TurkHITs Software Requirements Specifications v1.1 Group fourbytes Safa Öz - 1679463 Mert Bahadır - 1745785 Özge Çevik - 1679414 Sema

More information

There are several formatting conventions used in this document. Please take note of the formatting styles:

There are several formatting conventions used in this document. Please take note of the formatting styles: Using Blackboard The majority of the teaching on this course will be delivered using software called Blackboard. Blackboard is one of many Virtual Learning Environments used to teach over the internet.

More information

STEPS FOR CANDIDATE FOR SCHEDULING ITB EXAM

STEPS FOR CANDIDATE FOR SCHEDULING ITB EXAM STEPS FOR CANDIDATE FOR SCHEDULING ITB EXAM 1. Candidates can start registering through the Register for an ITB Certification link on www.pearsonvue.com/itb or directly by clicking on Enrollment link of

More information

LTI Tool Admin Guide Canvas

LTI Tool Admin Guide Canvas LTI Tool - 1 - Contents Getting Started - Requesting Credentials from Barnes & Noble College... 3 Testing Link Connectivity with Barnes & Noble College... 4 System-Level External Tool Configuration...

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

STUDENT REGISTRATION DATABASE (SRD) TABLE of CONTENTS

STUDENT REGISTRATION DATABASE (SRD) TABLE of CONTENTS STUDENT REGISTRATION DATABASE (SRD) TABLE of CONTENTS FUNCTION LOCATION Teacher Registration 2-3 Certification Box (must be checked 6 before submitting scores for AT/TAR) Count-Column Button 4 Current

More information

Contents. Register...3 Advertiser Area...5 Dashboard...5 Account Information...6 My Wallet...8 Promotions...8 Change Password...12 Change ...

Contents. Register...3 Advertiser Area...5 Dashboard...5 Account Information...6 My Wallet...8 Promotions...8 Change Password...12 Change  ... Contents Register...3 Advertiser Area....5 Dashboard...5 Account Information...6 My Wallet...8 Promotions...8 Change Password...12 Change Email...12 2 Register Advertisers can register on the website by

More information

Student Online Registration Version 2.0. Getting Started

Student Online Registration Version 2.0. Getting Started 1 Getting Started Before you begin the Student Online Registration you must have an e-mail address and immediate access to read email messages from it. To use the Student Online Registration, you must

More information

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.0

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 SuiteCRM Plug-in Installation... 2 Drupal Manual Plug-in installation... 4 Plug-in

More information

USER MANUAL. SuiteCRM / SugarCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.1

USER MANUAL. SuiteCRM / SugarCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.1 USER MANUAL TABLE OF CONTENTS Introduction...1 Benefits of Customer Portal...1 Installation...2 Joomla Manual Plug-in installation...2 Plug-in Configuration...4 Joomla Configuration Settings...4 CRM Fields

More information

Step 1 - Go to Step 2 - Login to your account. Step 3 - Click Register for a Test. Step 4 - Read the Requirements

Step 1 - Go to   Step 2 - Login to your account. Step 3 - Click Register for a Test. Step 4 - Read the Requirements Step 1 - Go to www.texes.ets.org Go to www.texes.ets.org Click the register link found in the top navigation. Step 2 - Login to your account Enter your username and password and click login. If you do

More information

USER MANUAL. SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 2.0

USER MANUAL. SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 2.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 SuiteCRM Plug-in Installation... 2 Joomla Manual Plug-in installation... 3 Plug-in

More information

Table of Contents. Page 3

Table of Contents. Page 3 Tenant Portal Guide Page 2 Welcome! Welcome to the National Rental Services (NRS) Tenant Portal Guide. This guide reviews the features, services and settings associated with the NRS Tenant Portal including:

More information

User Guide Published: 08/02/2010

User Guide Published: 08/02/2010 User Guide Published: 08/02/2010 Table of Contents 1 Revision History... 4 2 Introduction... 5 3 Accessing the TRAC Connect System... 5 3.1 Getting Started... 5 3.2 Registration... 8 3.3 Login... 11 3.4

More information

FORUM Business Online Banking

FORUM Business Online Banking FORUM Business Online Banking FORUM Business Online Banking has a new look but still offers the same level of service and security. Complete privacy, controlled through encryption and passwords, ensures

More information

Center for Science Outreach Public View

Center for Science Outreach Public View Vanderbilt University Center for Science Outreach Public View Destiny One Page 1 Contents Create a Student Profile/Account... 3 Browse for a Course... 5 Register for a Course and Checkout... 7 Page 2 Create

More information

EZ Parent Center Directions Parent Sign Up and Purchase Preordering

EZ Parent Center Directions Parent Sign Up and Purchase Preordering EZ Parent Center Directions Parent Sign Up and Purchase Preordering Parents should contact your school (or caterer) when any type of support is needed. You can use the following link https://www.ezparentcenter.com/site/ezparentcenter_contact.aspx

More information

Introduction to EVOLVE for Staff

Introduction to EVOLVE for Staff Introduction to EVOLVE for Staff Welcome to EVOLVE! This document has been designed as an introduction for staff to EVOLVE. EVOLVE is an online tool for planning and managing educational visits, on-site

More information

Dayton Raiders Website 101

Dayton Raiders Website 101 Dayton Raiders Website 101 Powered by Team Unify In November 2008, the Dayton Raiders partnered with Team Unify to bring a full suite of Information Technology (IT) business management functionality to

More information

Meritain Connect User Manual. for Employees. 1 Meritain Connect User Guide for Employees

Meritain Connect User Manual. for Employees. 1 Meritain Connect User Guide for Employees Meritain Connect User Manual for Employees 1 Meritain Connect User Guide for Employees Contents Introduction... 4 Accessing Meritain Connect... 5 Logging In... 5 Forgot Password... 6 Registration Process...

More information

Getting started with my.acap

Getting started with my.acap Getting started with my.acap A resource for Students, including: 1. Logging in to my.acap 2. Accessing your Classes 3. Participant Profiles a. Updating your own Profile 4. Announcements and Discussion

More information

Student Handbook for Online Registration

Student Handbook for Online Registration Student Handbook for Online Registration 1 Student Handbook for Online Registration University of Vocational Technology Version 1.0 Powered By SCIENCE LAND SOFTWARE SOLUTION 2 1 TABLE OF CONTENTS Page

More information

How to Activate Student Log in to the student Registration system (also known as My Community Education or Banner ).

How to Activate Student Log in to the student Registration system (also known as My Community Education or Banner ). How to Activate Student E-Mail 1. Log in to the student Registration system (also known as My Community Education or Banner ). 2. The new account notice shows at the top of the screen once signed in. Click

More information

Open eclass Asynchronous elearning Platform

Open eclass Asynchronous elearning Platform Open eclass Asynchronous elearning Platform Student Manual The Open eclass platform is a complete Course Management System. It is the solution offered by the Greek Academic Network GUnet to support Asynchronous

More information

WIKI USING ASP.NET MOHAMED ASKAR KADER SHERIFUDEEN. B.E, Madurai Kamaraj University, India, 2003 A REPORT

WIKI USING ASP.NET MOHAMED ASKAR KADER SHERIFUDEEN. B.E, Madurai Kamaraj University, India, 2003 A REPORT WIKI USING ASP.NET by MOHAMED ASKAR KADER SHERIFUDEEN B.E, Madurai Kamaraj University, India, 2003 A REPORT submitted in partial fulfillment of the requirements for the degree MASTER OF SCIENCE DEPARTMENT

More information

EMS MASTER CALENDAR Installation Guide

EMS MASTER CALENDAR Installation Guide EMS MASTER CALENDAR Installation Guide V44.1 Last Updated: May 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction

More information

imaconnect: Guide to the system

imaconnect: Guide to the system imaconnect: Guide to the system This Guide is intended to assist you navigate through the imaconnect System. You may refer to the links provided in the next slide, to navigate quickly to your area of Guidance

More information

Architecture Diagram. Figure 1 : Architecture Diagram

Architecture Diagram. Figure 1 : Architecture Diagram Architecture Diagram Figure 1 : Architecture Diagram Use Case Model Survey Patient: Figure 2 : Use Case Model Survey Patients can search for doctor and make online appointments. They also can view their

More information

APS Mobile App Frequently Asked Questions

APS Mobile App Frequently Asked Questions How much does the APS Mobile App cost to download? The APS Mobile App is free to download! How do I install the APS Mobile App? Android Device: 1. Visit the Google Play Store 2. Search for Atlanta Public

More information

USER MANUAL. SugarPort - SugarCRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.0

USER MANUAL. SugarPort - SugarCRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Installation... 2 Drupal Manual Plug-in installation... 2 Plug-in Configuration... 4 Drupal Configuration Settings... 4

More information

Employee-User Guide. The Answers to Frequently Asked Questions. Support

Employee-User Guide. The Answers to Frequently Asked Questions. Support Employee-User Guide The Answers to Frequently Asked Questions Support 1.844.402.6557 Support@purelyhr.com How to login to To log into the system, go to http://www.purelyhr.com, and click on the Login button

More information

A*STAR SRDB User Guide

A*STAR SRDB User Guide A*STAR SRDB User Guide Document Version: 5.0 Revised Date: 23 rd March 2010 Document name: ASTAR_UserGuide_5.0.doc Page 1 of 43 Revision History Date Version Author Review By Summary of Changes 9 th July

More information

If user is School. Fig On successful login you would be presented with screen as shown in Fig 2: Fig.2

If user is School. Fig On successful login you would be presented with screen as shown in Fig 2: Fig.2 1. Select role as School 2. Enter username and password to login. If user is School Fig.1 3. On successful login you would be presented with screen as shown in Fig 2: Fig.2 4. This is the home page of

More information

User Guide. Prepared by activpayroll s activ8 Team - Updated October Page 1 of 6

User Guide. Prepared by activpayroll s activ8 Team - Updated October Page 1 of 6 User Guide Prepared by activpayroll s activ8 Team - Updated October 2016. activ8@activpayroll.com Page 1 of 6 Contents Contents... 2 How do I view my bank details?... 3 How do I edit my bank details?...

More information

Joomla 2.5 Kunena Component Installation

Joomla 2.5 Kunena Component Installation Joomla 2.5 Kunena Component Installation For installing the Kunena component in Joomla 2.5, you have to first login through the administrative panel of joomla by simply entering the url_of_your_website/administrator

More information

Portal/Extranet User Guide for Clients

Portal/Extranet User Guide for Clients Portal/Extranet User Guide for Clients Welcome to the ichannel Portal/Extranet. This guide will walk you through logging into your personalized, secure portal/extranet site. It will also show you how to

More information

Getting Started. 1 Check your . Typically, sent from (Note: You may need to check your junk/spam folder).

Getting Started. 1 Check your  . Typically, sent from (Note: You may need to check your junk/spam  folder). Q U ICKSTART G U ID E Getting Started How to Setup Account 1 Check your email. Typically, sent from noreply@edvance360.com. (Note: You may need to check your junk/spam email folder). 2 Select the link

More information

Registering and Creating Requests for myclinicalexchange

Registering and Creating Requests for myclinicalexchange Registering and Creating Requests for myclinicalexchange Dear myclinicalexchange Student, Welcome to the myclinicalexchange program (mce). We are making your clinical rotations more organized, efficient,

More information

Project Evaluation Online Book Store Phase-III. Vamsi Krishna Mummaneni

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

More information

STEP -BY-STEP REGISTRATION PROCESS

STEP -BY-STEP REGISTRATION PROCESS STEP -BY-STEP REGISTRATION PROCESS 1. To fill out the online application, go to: https://www.onlinemerchantapp.com/webchannel/girlscoutseasternmass and click Get Started. CLICK HERE! Select Choose Plan

More information

Online Record Book. Award Leader App User Guide The Duke of Edinburgh s International Award Foundation. 25/08/2017 Version: 1.4

Online Record Book. Award Leader App User Guide The Duke of Edinburgh s International Award Foundation. 25/08/2017 Version: 1.4 Online Record Book Award Leader App User Guide The Duke of Edinburgh s International Award Foundation 25/08/2017 Version: 1.4 2017 The Duke of Edinburgh s International Award Foundation Version control

More information

E-Industrial Training Module. User s Manual

E-Industrial Training Module. User s Manual E-Industrial Training Module Student Page 1 Table of Contents Table of Contents... 2 1. Introduction... 3 1.1 System Overview... 3 2.... 4 2.1 Update Resume... 4 2.2 Placement Search... 7 2.3 View Placement

More information

SOMETHING BRILLIANT IS ON THE HORIZON. Preview & User Set-Up Guide. Important Dates: Preview & User Set-up: October 9-19 Launch Date: October 22

SOMETHING BRILLIANT IS ON THE HORIZON. Preview & User Set-Up Guide. Important Dates: Preview & User Set-up: October 9-19 Launch Date: October 22 SOMETHING BRILLIANT IS ON THE HORIZON Important Dates: Preview & User Set-up: October 9-19 Launch Date: October 22 Preview & User Set-Up Guide On October 9 the Preview & User Set-up period of our new and

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

Registering and Paying for myclinicalexchange

Registering and Paying for myclinicalexchange Registering and Paying for myclinicalexchange Dear myclinicalexchange Student, Welcome to the myclinicalexchange program (mce). We are making your clinical rotations more organized, efficient, and easy

More information

Q: The organization that I am sending my transcript to requires a form be attached along with my transcript. How can I send this to Docufide?

Q: The organization that I am sending my transcript to requires a form be attached along with my transcript. How can I send this to Docufide? Top 30 Frequently Asked Questions Docufide Student Q: How do I register an account with Docufide? A: Please go to www.docufide.com. On the home page please click on the Students link and then select the

More information

Test Results. Generation Java. ID-10t Consultations. Assistant Professor Department of Computer Science Siena College

Test Results. Generation Java. ID-10t Consultations. Assistant Professor Department of Computer Science Siena College Test Results Requested by: Dr. Darren Lim Assistant Professor Department of Computer Science Siena College Mrs. Pauline White Visiting Professor Department of Computer Science Siena College Generation

More information

Getting Started Guide For Users

Getting Started Guide For Users Getting Started Guide For Users August 2017 Table of Contents Overview 3 Create Your Account How to Log into the System Resetting Your Password Updating your User Profile Adding a picture The Learner Dashboard

More information

Workspace Administrator Help File

Workspace Administrator Help File Workspace Administrator Help File Table of Contents HotDocs Workspace Help File... 1 Getting Started with Workspace... 3 What is HotDocs Workspace?... 3 Getting Started with Workspace... 3 To access Workspace...

More information

Nelnet Enterprise Student Account Online Billing and Payment System. Undergraduate Student User Guide

Nelnet Enterprise Student Account Online Billing and Payment System. Undergraduate Student User Guide Nelnet Enterprise Student Account Online Billing and Payment System Undergraduate Student User Guide Student Access You may access Nelnet Enterprise by logging on to your Secure Hollins HIS account at

More information

Table of Contents. 1. Background Logging In Account Setup Requests Submissions Discussions...

Table of Contents. 1. Background Logging In Account Setup Requests Submissions Discussions... Trust Safety: PwC Connect Tool Upload Release: Final Updated November 2018 Table of Contents 1. Background... 3 2. Logging In... 4 3. Account Setup... 8 3. Requests... 9 4. Submissions... 10 5. Discussions...

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

Digication eportfolio Student s Guide (Last update: 8/2017)

Digication eportfolio Student s Guide (Last update: 8/2017) Digication eportfolio Student s Guide (Last update: 8/2017) 2 Table of Contents Introduction... 1 Creating Your eportfolio... 3 Editing Your eportfolio... 4 Area 1: Top Menu Bar... 6 Area 2: The Main Tabs...

More information

Disaster Recovery Tracking Tool: User Instructions

Disaster Recovery Tracking Tool: User Instructions Disaster Recovery Tracking Tool: User Instructions User Registration On the Disaster Recovery Tracking Tool homepage click REGISTER NOW to register a new user; Enter the required information: Your full

More information

Online Registration. CAPP courses are actual UW Oshkosh college courses!

Online Registration. CAPP courses are actual UW Oshkosh college courses! Online Registration By completing this process, you will be enrolling in these courses for college credit Grades are final and permanent on transcript As a UW Oshkosh student you must follow our policies,

More information

Introduction to Frog Parent/Guardian Guide

Introduction to Frog Parent/Guardian Guide Introduction to Frog Parent/Guardian Guide October 2016 Frog Frog is Trinity s VLE (Virtual Learning Environment). It is used to aid students learning by providing access to lesson resources for both staff

More information

Digitized Engineering Notebook

Digitized Engineering Notebook Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Spring 2017 Digitized Engineering Notebook Sandeep Kumar Gudivada Governors State University

More information

INTEGRATION TO MICROSOFT EXCHANGE Installation Guide

INTEGRATION TO MICROSOFT EXCHANGE Installation Guide INTEGRATION TO MICROSOFT EXCHANGE Installation Guide V44.1 Last Updated: March 5, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER

More information

EZ Parent Center Directions Parent Sign Up and Meal Preordering

EZ Parent Center Directions Parent Sign Up and Meal Preordering EZ Parent Center Directions Parent Sign Up and Meal Preordering Sign Up for Returning Parents Who Used EZ School Lunch POS the Previous Year (All others scroll down to New Parent Sign Up) Parents should

More information

USER MANUAL FOR PUC ONLINE PORTAL

USER MANUAL FOR PUC ONLINE PORTAL USER MANUAL FOR PUC ONLINE PORTAL Page 1 of 36 Content SL No User Manual Type Page No 1 College Registration 3-7 2 Login Detail 8-9 3 Student New Enrolment 10 4 Filling the Application form for 1 st PU

More information

EVAL Module v. 2.0 User Manual for Contractors

EVAL Module v. 2.0 User Manual for Contractors EVAL Module v. 2.0 User Manual for Contractors EVAL step-by-step user manual for evaluation contractors and experts The IT module e-evaluation Tool & Library (EVAL) is used for all Project/Programme, Country

More information

Tenant Portal Guide PURPOSE. Page 1. The purpose of this document is to review the features associated with the Tenant Portal.

Tenant Portal Guide PURPOSE. Page 1. The purpose of this document is to review the features associated with the Tenant Portal. Tenant Portal Guide Page 1 PURPOSE The purpose of this document is to review the features associated with the Tenant Portal. Page 2 Table of Contents Tenant Portal... 3 Logging into the Tenant Portal...

More information

MyHealthRecord. Patient User Guide. Top of Page Table of Contents

MyHealthRecord. Patient User Guide. Top of Page Table of Contents MyHealthRecord Patient User Guide 1 P a g e Information Technology Department MyHealthRecord Patient User Guide Copyright 2014 Family Health Centers of San Diego, Inc. 823 Gateway Center Way San Diego,

More information

Table of Contents 1. ABOUT THE GIS PANGEA SYSTEM 5 2. HOME DASHBOARD OVERVIEW MANAGER DASHBOARD OVERVIEW 66

Table of Contents 1. ABOUT THE GIS PANGEA SYSTEM 5 2. HOME DASHBOARD OVERVIEW MANAGER DASHBOARD OVERVIEW 66 Table of Contents 1. ABOUT THE GIS PANGEA SYSTEM 5 PANGEA SYSTEM REQUIREMENTS 5 PANGEA MOBILE COMPATIBILITY 6 LOGGING IN TO PANGEA 6 MANAGING USER ACCOUNT SECURITY AND DELEGATE INFORMATION 13 ABOUT SESSION

More information

1. INTRODUCTION to Object Storage

1. INTRODUCTION to Object Storage 1. INTRODUCTION to Object Storage Welcome to AURO Enterprise Cloud! This document will be help you get started using our Object Storage service. Object Storage is a storage system where objects are stored

More information

mygateway Portal Training for Staff

mygateway Portal Training for Staff mygateway Portal Training for Staff Index What Is A Portal?... 4 Portal Terms... 4 Signing In To Mygateway... 5 Terms in Use... 6 Channels... 7 Remove / Add a Channel... 7 Content Layout... 8 Order of

More information

Moodle Student User Guide

Moodle Student User Guide Lincoln Online Moodle Student User Guide 2017-18 Contents 1. Getting Started................................ 3 General Information Setting up Your Moodle Password 2. Finding Help..................................

More information

Sponsored Candidate Application Guide Voucher

Sponsored Candidate Application Guide Voucher Sponsored Candidate Application Guide Voucher This guide will assist you through the Pharmacy Technician Certification Exam (PTCE) application process. Sponsored Candidate Application Guide Table of Contents

More information

User Manual. University Application Service for International Students in Spain. Application for accreditation. Uned Tudela

User Manual. University Application Service for International Students in Spain. Application for accreditation. Uned Tudela University Application Service for International Students in Spain User Manual Application for accreditation Uned Tudela CONTENT This manual explains the steps that the student must follow to make the

More information

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

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

More information

How to Navigate the Challenge Runner Website

How to Navigate the Challenge Runner Website How to Navigate the Challenge Runner Website How to Join Challenge Runner Create an Account To join the Maroon Moves Walking Challenge 1. Click on the Maroon Moves Challenge Runner Link: https://www.challengerunner.com/login/challenge/3e64ro-1h81

More information

Agency User Manual. Version 2.0

Agency User Manual. Version 2.0 Agency User Manual Version 2.0 October 2015 Copyright Information 2015 by. All rights reserved. This document is the copyrighted property of the. It should not be duplicated, used, or disclosed in whole

More information

Homework , Fall 2013 Software process Due Wednesday, September Automated location data on public transit vehicles (35%)

Homework , Fall 2013 Software process Due Wednesday, September Automated location data on public transit vehicles (35%) Homework 1 1.264, Fall 2013 Software process Due Wednesday, September 11 1. Automated location data on public transit vehicles (35%) Your company just received a contract to develop an automated vehicle

More information

BRIGHTSPACE (D2L) STUDENT GUIDE

BRIGHTSPACE (D2L) STUDENT GUIDE BRIGHTSPACE (D2L) STUDENT GUIDE Brightspace (Desire2Learn) is a way to deliver online courses as well as course components over the web at Atlanta Metropolitan State College. It provides students with

More information