University of Gujrat Lahore Sub Campus

Size: px
Start display at page:

Download "University of Gujrat Lahore Sub Campus"

Transcription

1 University of Gujrat Lahore Sub Campus Assignment # 4 Advance Programming Techniques (CS 303) BS Computer Science Fall 2018 Date Issue: Due Date: (Friday) before 09:00 PM Instructions: You need to submit assignment in soft form (complete eclipse project with screenshots in.rar). Deadline is strict! No assignment is accepted after deadline in anyway. Submission link will be closed after deadline. This assignment is for your practice of described content. So please DO NOT CHEAT. You will cheat with yourself in actual, not with the teacher! Trust yourself! You can do it in better way! Good Luck! In this assignment you are going to implement an ATM system from which users can manage their accounts. There are two types of users, Customers and Administrators. Both are presented with their own menus (after login of course). Customers can use the system to withdraw cash, transfer cash from one account to another, deposit cash and get their current balance. Administrators can create, delete, view and update accounts of different users. All data should be stored in a database.

2 USER PANEL LOGIN SCREEN User will enter username and password and will be able to login on successful credentials. For the sake of simplicity, you can set username = myuser and password = pak123 for this assignment. CUSTOMER MENU SCREEN On successful login, the user will land to customer menu screen: A Customer can do following operations: a) Withdraw Cash from his/her account. b) Transfer Cash from his/her account to another account. c) Deposit Cash in his/her account. d) Display Balance of his/her account. e) Exit from the application.

3 On customer menu screen, i. You need to show current PC Date at the Top Left Corner. ii. You need to show account number at Right Top Corner. iii. There will also be a logout button on right top corner. User will be logged out on clicking that button. (This button will be displayed on every screen of Customer) iv. There will also be a menu bar on top of the screen. (This button will be displayed on every screen of Customer)

4 On clicking, File > Help, a simple few lines will be displayed on a new screen. On clicking, File > Exit, the application will be closed. On clicking any option from Menu, the respective will be opened by closing current screen. WITHDRAW CASH SCREEN On clicking, Withdraw Cash from customer menu screen, following screen will be opened:

5 Customer can withdraw cash by just entering amount (in multiples of 500 like 1000, 1500 etc.). i. If amount is not multiple of 500, show error in message box. ii. If there is no sufficient amount in user s account balance, also show error message in message box. iii. Show success message in case of successful withdrawal and deduct that much amount from user s account balance. iv. There will also be a button on bottom right of the screen. This will lead to user on menu. (This button will be displayed on every screen of Customer) You can sow messages in this way: TRANSFER CASH SCREEN On clicking, Transfer Cash from customer menu screen, following screen will be opened:

6 Customer can transfer cash by just entering amount (in multiples of 500 like 1000, 1500 etc.) and the account number in which user wants to transfer amount. i. If amount is not multiple of 500, show error in message box. ii. If there is no sufficient amount in user s account balance, also show error message in message box. iii. If receiver s account number is wrong, also show error message. iv. Show success message in case of successful transfer. Add that amount in receiver s account balance and deduct that amount from sender s account balance in database. DEPOSIT SCREEN On clicking, Deposit Cash from customer menu screen, following screen will be opened:

7 Customer can deposit cash in his/her account by just entering amount (in multiples of 500 like 1000, 1500 etc.). i. If amount is not multiple of 500, show error in message box. ii. Show error message if amount is in negative. iii. Show success message in case of successful deposit. Add that amount in user s account balance in database. DISPLAY BALANCE SCREEN On clicking, Display Cash from customer menu screen, following screen will be opened that will show user s current account balance:

8 ADMIN PANEL LOGIN SCREEN Admin will enter username and password and will be able to login on successful credentials. For the sake of simplicity, you can set username = admin and password = admin123 for this assignment.

9 ADMIN MENU SCREEN On successful login, the admin will land to admin menu screen: An Admin can do following operations: a) Add New Account of User b) Delete Existing User Account c) Update information in existing user s account d) Search Account for a user. e) View all users accounts. On admin menu screen, i. You need to show current PC Date at the Top Left Corner. ii. There will also be a logout button on right top corner. User will be logged out on clicking that button. (This button will be displayed on every screen of Customer) iii. There will also be a menu bar on top of the screen. (This button will be displayed on every screen of Customer)

10 On clicking, File > Help, a simple few lines will be displayed on a new screen. On clicking, File > Exit, the application will be closed. On clicking any option from Menu, the respective will be opened by closing current screen. ADD NEW ACCOUNT SCREEN On clicking, Add New Account from admin menu screen, following screen will be opened:

11 Admin will enter all specified fields to create a new account of a user. i. Error message will be shown if any field is empty. ii. Store all fields data in database on successful creation of account and show user a message of success like shown below: DELETE EXISTING ACCOUNT SCREEN On clicking, Delete Existing Account from admin menu screen, following screen will be opened:

12 The admin can delete account of any user. i. Admin will enter account number, tick checkbox and the record of that account will be deleted from database on clicking of Delete button. ii. Error message will be shown if account number is wrong. UPDATE EXISTING ACCOUNT SCREEN On clicking, Update Existing Account from admin menu screen, following screen will be opened:

13 i. The admin will enter the account number and will click on Show Data, all record of that account number will be extracted from database and will be populated in fields given below. Admin can change information there and the record will be updated in database on clicking Update button. ii. Error message will be shown if account number is wrong. iii. In case of successful update, Success Message will be displayed. SEARCH ACCOUNT SCREEN On clicking, Search Account from admin menu screen, following screen will be opened:

14 i. The admin will enter the account number and will click on Show Data, all record of that account number will be extracted from database and will be shown on screen. ii. Error message will be shown if account number is wrong. VIEW ALL ACCOUNT SCREEN On clicking, View All Accounts from admin menu screen, following screen will be opened that will show record of all accounts there in database.

15 DATABASE STRUCTURE You will create database and tables according to data requirements. HELPING VIDEO TUTORIALS: 1. How to close one JFrame and open other JFrame on Button Click in Java ( 2. Install and Configure MySQL Database in your PC ( 3. Java Connectivity with MySQL and Insert & Select Data from Database ( GOOD LUCK METHOD OF SUBMISSION Step.1: Take Screenshots of your application screens. Step.2: Copy all screenshots and your Eclipse Project in a folder and name that folder same your Roll Number. Step.2: Create.zip or.rar for that folder. Step.3: Upload folder at NOTE: Submission Page will not be accessible after deadline time and assignments on will be deleted automatically.

ATM Use Cases. ID: CIS Title: Check Balance Description: Customer aims to know the balance in his/her account

ATM Use Cases. ID: CIS Title: Check Balance Description: Customer aims to know the balance in his/her account ID: CIS375-01 Title: Login Description: Customer logs into the system by inserting the card and entering pin code. Preconditions: Customer has a bank account and an ATM Card. Postconditions: Customer logged

More information

Click E Money Laravel Application

Click E Money Laravel Application Click E Money Laravel Application Member User Manual Version 1.0 2016 Click E Money All Rights Reserved. Member Panel User guide: Authentication & Registration: Member sign-in Forgot your password Member

More information

User Manual Appointment System

User Manual Appointment System User Manual Appointment System Page 1 of 17 1.0 TABLE OF CONTENTS TABLE OF CONTENTS... 2 System Overview... 3 Menu Options... 3 Application Access... 3 Patient Registration... 6 Schedule Appointment...

More information

Locate your Advanced Tools and Applications

Locate your Advanced Tools and Applications MySQL Manager is a web based MySQL client that allows you to create and manipulate a maximum of two MySQL databases. MySQL Manager is designed for advanced users.. 1 Contents Locate your Advanced Tools

More information

How to upload documentation

How to upload documentation How to upload documentation June 2016 Table of Contents IMPORTANT... 2 UPDATE... 2 Step 1 Obtain your Username and Password... 2 Step 2 Login... 3 Step 3 Upload the Submission Zip File... 3 Step 4 - Tell

More information

Mobile Client. User Manual. Version: 2.0.0

Mobile Client. User Manual. Version: 2.0.0 Mobile Client User Manual Version: 2.0.0 Index Sr. No. Topic Page 1 Requirement 3 2 How to use Mobile Client 4 3 Compose Message 5 4 Select Contacts 6 5 Manage Contacts 17 6 Manage Distribution List 23

More information

BOULDER IRB era InfoEd Continuing Review

BOULDER IRB era InfoEd Continuing Review BOULDER IRB era InfoEd Continuing Review Last Update: 2017/11/30 Preface: This guide explains how to submit a continuing review for a previously approved expedited or full board study that is nearing expiration.

More information

Grant Lifecycle Manager Learning Lab Applicant Tutorial

Grant Lifecycle Manager Learning Lab Applicant Tutorial VIDEO 1: Site Access & Account Creation You will access the system via the log on page. The Foundation may have provided you with a link to this page, or it may be hyperlinked on their Foundation website.

More information

HOW TO SUBMIT A CE WORKSHOP OR TEST-FOCUSED WORKSHOP FOR THE NAN ANNUAL CONFERENCE

HOW TO SUBMIT A CE WORKSHOP OR TEST-FOCUSED WORKSHOP FOR THE NAN ANNUAL CONFERENCE HOW TO SUBMIT A CE WORKSHOP OR TEST-FOCUSED WORKSHOP FOR THE NAN ANNUAL CONFERENCE Submission Deadline: March 29, 2019 1. Click here to access the submission site. 2. NAN Account Holders: please click

More information

MyCare Ohio Provider Portal User Guide May, 2014

MyCare Ohio Provider Portal User Guide May, 2014 MyCare Ohio Provider Portal User Guide May, 2014 MYCARE OHIO PROVIDER PORTAL TABLE OF CONTENTS MyCare Ohio Provider Portal... 4 Log In... 4 Log Out... 4 Registration... 4 Manage Users... 7 Current User

More information

HOW TO SUBMIT AN ORAL PAPER PRESENTATION FOR THE NAN ANNUAL CONFERENCE

HOW TO SUBMIT AN ORAL PAPER PRESENTATION FOR THE NAN ANNUAL CONFERENCE HOW TO SUBMIT AN ORAL PAPER PRESENTATION FOR THE NAN ANNUAL CONFERENCE Submission Deadline: March 30, 2018 1. Click here to access the submission site. 2. NAN Account Holders: please click on the Login.

More information

SBCC Web File System - Xythos

SBCC Web File System - Xythos Table of Contents Table of Contents...1 Purpose...1 Login Procedure...1 Creating and Sharing a Web Folder for MAT153...2 Dreamweaver Remote Info...4 I Forgot My Pipeline Credentials...6 Purpose This purpose

More information

TCC College WiFi and Printer Setup 07/11/2018 College WiFi and Printer Setup Guide

TCC College WiFi and Printer Setup 07/11/2018 College WiFi and Printer Setup Guide College WiFi and Printer Setup Guide **Please note that the below instructions need to be followed by you only when you are at the college** 1 College WiFi and Printer Setup **Please note that the below

More information

P.E.O. STAR Scholarship Online Recommendation Instructions

P.E.O. STAR Scholarship Online Recommendation Instructions P.E.O. STAR Scholarship Online Recommendation Instructions The P.E.O. STAR Scholarship Recommendation Form for the chapter is available from September 1 through November 1. Starting September 1: As a chapter

More information

Remote Deposit Transition Guide

Remote Deposit Transition Guide Remote Deposit Transition Guide Important actions you will need to take to transition your Remote Deposit Capture Service: User must be an administrator on the computer before starting the transition guide

More information

BOULDER IRB era InfoEd Amendments

BOULDER IRB era InfoEd Amendments BOULDER IRB era InfoEd Amendments Last Update: 2017/12/06 Preface: This guide explains how to submit an Amendment to modify an approved study. If you already have a submission pending review do not submit

More information

Measure Q Urban Open Space Grant Program 2017/2018 ZoomGrants Tutorial

Measure Q Urban Open Space Grant Program 2017/2018 ZoomGrants Tutorial Measure Q Urban Open Space Grant Program 2017/2018 ZoomGrants Tutorial ZoomGrants is an online grant application tool used for the Grant Program. Below are instructions with screenshots to help you navigate

More information

HOW TO CREATE A BOOKING USING E-DIRECT / GROUP E-DIRECT

HOW TO CREATE A BOOKING USING E-DIRECT / GROUP E-DIRECT HOW TO CREATE A BOOKING USING E-DIRECT / GROUP E-DIRECT An E-direct link shall be emailed to you. Clicking on this link will direct you to the landing page specific to your company s negotiated rate or

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

HOW TO SUBMIT A GRAND ROUNDS PRESENTATION FOR THE NAN ANNUAL CONFERENCE

HOW TO SUBMIT A GRAND ROUNDS PRESENTATION FOR THE NAN ANNUAL CONFERENCE HOW TO SUBMIT A GRAND ROUNDS PRESENTATION FOR THE NAN ANNUAL CONFERENCE Submission Deadline: March 29, 2019 1. Click here to access the submission site. 2. NAN Account Holders: please click on the Login.

More information

HOW TO SUBMIT A POSTER PRESENTATION FOR THE NAN ANNUAL CONFERENCE

HOW TO SUBMIT A POSTER PRESENTATION FOR THE NAN ANNUAL CONFERENCE HOW TO SUBMIT A POSTER PRESENTATION FOR THE NAN ANNUAL CONFERENCE Submission Deadline: March 29, 2019 1. Click here to access the submission site. 2. NAN Account Holders: please click on the Login. This

More information

TTFX Trader Portal for MetaTrader 5 User s manual V 1.0.0

TTFX Trader Portal for MetaTrader 5 User s manual V 1.0.0 TTFX Trader Portal for MetaTrader 5 User s manual V 1.0.0 Table of contents: 1 Login to the system... 3 1.1 Password recovery... 3 1.2 Register Demo user... 4 1.3 User management... 4 1.3.1 Password change...

More information

King Abdulaziz University Faculty of Computing and Information Technology Computer Science Department

King Abdulaziz University Faculty of Computing and Information Technology Computer Science Department King Abdulaziz University Faculty of Computing and Information Technology Computer Science Department CPCS202, 1 st Term 2016 (Fall 2015) Program 5: FCIT Grade Management System Assigned: Thursday, December

More information

Uploading a Submission

Uploading a Submission CESP provides 4 ways to upload via 3 Web Transfer Clients or via a local sftp client. WEB Transfer Clients 1. Integraged Upload (HTML5): Select Integrated Upload for Auto Login to HTML5 Client. (Modern

More information

OPERATING MANUAL FOR COURSE PROVIDERS

OPERATING MANUAL FOR COURSE PROVIDERS 1 OPERATING MANUAL FOR COURSE PROVIDERS 2016 Contents Introduction... 3 Registration and Login... 5 Registration... 5 Login... 6 Lost password... 6 Read all the Information and Guidance documents... 6

More information

SPOTCASH MOBILE APPLICATIONS USER GUIDE

SPOTCASH MOBILE APPLICATIONS USER GUIDE SPOTCASH MOBILE APPLICATIONS USER GUIDE Table of Contents CHAPTER 1 INTRODUCTION... 3 CHAPTER 2 ACCESSING THE APPLICATION... 3 CHAPTER 3 THE DASHBOARD... 6 3.1 Withdrawal... 7 3.2 Deposit... 9 3.3 Top

More information

Introduction. One simple login gives you: Payment control Detailed activity history. Automatic gate opening

Introduction. One simple login gives you: Payment control Detailed activity history. Automatic gate opening Introduction This user guide is intended for companies and drivers to use the website available for the TAMS System. Manage your entire Auckland Airport access account on-line! One simple login gives you:

More information

Introduction. Automatic gate opening no more swiping

Introduction. Automatic gate opening no more swiping Introduction This user guide is intended for companies and drivers to use the functionality available in the TAMS System Manage your entire Auckland Airport access account via the internet! One simple

More information

Guidance for Teacher Access to CODE

Guidance for Teacher Access to CODE Guidance for Teacher Access to CODE To access CODE, please visit http://code-education.com/tennesseebpc/. Then you will enter your username and password that should have been sent to you in an email from

More information

Mobile App User Guide 2.0 Bharat Broadband Network Limited

Mobile App User Guide 2.0 Bharat Broadband Network Limited Mobile App User Guide 2.0 Bharat Broadband Network Limited Download application from email or bbnl.nic.in and install. If install button does not appear then go to file manager, find the downloads folder

More information

Department of Education Consultant Selection Process User Guide for Consultant Submittal Process

Department of Education Consultant Selection Process User Guide for Consultant Submittal Process Department of Education Consultant Selection Process User Guide for Consultant Submittal Process Version Edit Date Edited By 1.0 06/07/2017 Brett Kimura 1.1 08/02/2017 Austin Haruki 2.0 06/05/2018 Michele

More information

HOW TO SUBMIT A SPECIAL TOPIC PRESENTATION OR TEST-FOCUSED WORKSHOP FOR THE 2014 NAN ANNUAL CONFERENCE Submission Deadline: April 1, 2014

HOW TO SUBMIT A SPECIAL TOPIC PRESENTATION OR TEST-FOCUSED WORKSHOP FOR THE 2014 NAN ANNUAL CONFERENCE Submission Deadline: April 1, 2014 HOW TO SUBMIT A SPECIAL TOPIC PRESENTATION OR TEST-FOCUSED WORKSHOP FOR THE 2014 NAN ANNUAL CONFERENCE Submission Deadline: April 1, 2014 1. Go to www.conferenceabstracts.com/nan2014.htm to access the

More information

Prospective authors are invited to submit one-page abstracts (including one or two figures) describing their new results.

Prospective authors are invited to submit one-page abstracts (including one or two figures) describing their new results. Abstract Submission for IIT 2018 through Easychair Instructions for Authors Abstract preparation Prospective authors are invited to submit one-page abstracts (including one or two figures) describing their

More information

User Manual Online Poll

User Manual Online Poll User Manual Online Poll The User Guide below will help you navigate through the key features of Online Poll, and includes features and additional screenshots not covered in the Tutorials. Table of Contents

More information

CARDHOLDER TRAINING GUIDE February 12, 2016

CARDHOLDER TRAINING GUIDE February 12, 2016 February 2016 Contents Browser Requirements... 3 1. Login... 4 1.1 First-time Login... 4 1.2 Online help and user guides... 6 2. Transaction Review... 7 2.1 Reviewing & coding transactions... 7 2.2 Splitting

More information

next Using PearsonAccess for the ACT Test

next Using PearsonAccess for the ACT Test 2017 Using PearsonAccess next for the ACT Test www.act.org Contacting ACT Please direct all questions to: ACT Test Administration Hours: 7:00 a.m. 5:00 p.m., central time, Monday Friday. Phone: 800.553.6244

More information

squid Dinner Money Manual

squid Dinner Money Manual squid Dinner Money Manual For more information, please contact Client Services t: 0208 339 2111 e: clientservices@squidcard.com 1 CONTENTS Page 1. How to access the system 4 1.1 Accessing Admin and IDManager

More information

UCP ONLINE APPLICATION FORM SUBMISSION INSTRUCTION MANUAL

UCP ONLINE APPLICATION FORM SUBMISSION INSTRUCTION MANUAL : UCP ONLINE APPLICATION FORM SUBMISSION INSTRUCTION MANUAL UCP Admission Application can be submitted via following two options: Option 1: Apply Online and Make Payment via Easy Paisa or Bank Challan

More information

Partner Side SMART Guide

Partner Side SMART Guide Partner Side SMART Guide Table of Contents 1. Introduction... 3 2. Partner Registration Process... 3 3. Additional Form... 12 4. Scorecard... 13 5. View Buyer Profile... 14 Partner Side User Manual 31

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

In addition to these resources, our staff will be on hand to help walk you through any questions or concerns you have post-conversion.

In addition to these resources, our staff will be on hand to help walk you through any questions or concerns you have post-conversion. Dear Valued Member, In an effort to better support your financial needs, United 1st Federal Credit Union will convert the former Community United core data processing system platform to the current United

More information

RENR. ONLINE REGISTRATION SYSTEM (ORS) Manual for the Administrator

RENR. ONLINE REGISTRATION SYSTEM (ORS) Manual for the Administrator RENR ONLINE REGISTRATION SYSTEM (ORS) Manual for the Administrator January 2015 LOGIN.4 MAIN MENU OPTIONS... 5 USER MAINTENANCE... 6 ADD USER 6 EDIT USER.10 RESET PASSWORD... 12 DISABLE/ENABLE USER ACCOUNT...

More information

EasyChair tutorial. (logging in, submitting an abstract) 1. Log in to conference system

EasyChair tutorial. (logging in, submitting an abstract) 1. Log in to conference system EasyChair tutorial (logging in, submitting an abstract) 1. Log in to conference system Go to EasyChair Beeronomics 2019 conference webpage: https://easychair.org/conferences/?conf=beeronomics2019 If you

More information

Blackboard Transact Mobile eaccounts App. For iphone/ipod Touch/iPad and Android Devices. User Guide

Blackboard Transact Mobile eaccounts App. For iphone/ipod Touch/iPad and Android Devices. User Guide Blackboard Transact Mobile eaccounts App For iphone/ipod Touch/iPad and Android Devices User Guide Register yourself as a User at the online eaccounts website: First click on the following link to take

More information

The Ethic Management System (EMS) User guide

The Ethic Management System (EMS) User guide The Ethic Management System (EMS) User guide On the web browser, type the URL link: https://www.witsethics.co.za Click on Login (on right corner of top menu bar) to access the Ethics Management System

More information

The following document should serve as a user guide to Supplier users. When using the UCSP website, please refer to this document.

The following document should serve as a user guide to Supplier users. When using the UCSP website, please refer to this document. UCSP WEBSITE USER GUIDE The following document should serve as a user guide to Supplier users. When using the UCSP website, please refer to this document. If you should have any issues or comments, please

More information

Introduction to the Module Management System (MMS)

Introduction to the Module Management System (MMS) Student User Guide Introduction to the Module Management System (MMS) Revised Sept 2009 (Version 4) University of St Andrews Table of Contents 1 Introduction...3 1.1 MMS...3 1.2 Accessing the system...3

More information

MTD VAT Testing in AAADataX via SFTP. Guidelines

MTD VAT Testing in AAADataX via SFTP. Guidelines MTD VAT Testing in AAADataX via SFTP Guidelines Table of Contents 1.Create AAADataX account...3 1.1 Where and how to sign up for a LIVE account...3 2.MTD VAT authorisation setup...5 2.1 Grant authority...6

More information

RezDesk User Guide for Travel Arrangers

RezDesk User Guide for Travel Arrangers RezDesk User Guide for Travel Arrangers Table of Contents Creating a New Profile... 3 Updating and Reviewing your Profile... 9 Support... 10 2 RezDesk New User Guide for Travel Arrangers We are pleased

More information

SIDC Online Application Portal

SIDC Online Application Portal SIDC Online Application Portal Corporate Account User Guide 1. Overview... 1 2. How to Register Corporate Account?... 1 3. How to Confirm Account?... 7 4. How to Fill Application Form?... 10 4.1 Fill Application

More information

LunchTime Web Portal. Parents Guide to Getting Started

LunchTime Web Portal. Parents Guide to Getting Started LunchTime Web Portal Parents Guide to Getting Started Contents Creating a New Account... 3 Logging into the LunchTime Web Portal... 6 Site Logout... 7 Adding Students to Your Account... 7 Starting a New

More information

PAF Action Form Instructions

PAF Action Form Instructions The purpose of this document is to provide a guide on filling out PAF Forms through the Laserfiche online interface once you have received an email notification that a PAF Form has been assigned to you.

More information

Concierge OneSource eprocurement

Concierge OneSource eprocurement Concierge OneSource eprocurement GENERAL INSTRUCTIONS Instructional Guide: Member Support Login Logout Dashboard Member Support Monday - Friday 7:00 A.M. 7:00 P.M. EST Need Help? Click Submit Case Link

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

Using the Manage Institution Users Tool

Using the Manage Institution Users Tool Using the Manage Institution Users Tool Welcome to the Pearson eportfolio system. This guide contains instructions for Faculty Administrators to assign roles to participating faculty. The role assignment

More information

Click E Money Laravel Application

Click E Money Laravel Application Click E Money Laravel Application Admin User Manual Version 1.0 2016 Click E Money All Rights Reserved. Admin Panel User guide: Authentication: Admin sign-in Keep me logged in Forgot password Admin sign-in:

More information

BetterBNC Version 5.6 September 1, Features are subject to change. Screen shots may appear different on your computer.

BetterBNC Version 5.6 September 1, Features are subject to change. Screen shots may appear different on your computer. B tt e er BNC Open Call Contestant Guide BetterBNC Version 5.6 September 1, 2017 Features are subject to change. Screen shots may appear different on your computer. For technical assistance, training,

More information

SUPPLIER TRAINING. SRM SUPPLIER SELF SERVICE (SRM SUS) 23 rd April 2018

SUPPLIER TRAINING. SRM SUPPLIER SELF SERVICE (SRM SUS) 23 rd April 2018 SUPPLIER TRAINING SRM SUPPLIER SELF SERVICE (SRM SUS) 23 rd April 2018 OBJECTIVE Overview Access to SUS Portal & Supplier Registration Maintain/Update Company Data Supplier Qualification Notification of

More information

Assessment Data Online: Admin Guide

Assessment Data Online: Admin Guide Assessment Data Online: Admin Guide Welcome to Assessment Data Online. This Admin Guide is intended to help you understand the functionality of the website with respect to administrative privileges. It

More information

SSC-Navigate Guide for Kansas State University Advisors

SSC-Navigate Guide for Kansas State University Advisors SSC-Navigate Guide for Kansas State University Advisors Prepared by Brad Cunningham University Academic Services Coordinator bradc@ksu.edu Updated July 2018 Table of Contents Introduction... 3 Appointments...

More information

Mobile Forms Integrator

Mobile Forms Integrator Mobile Forms Integrator Introduction Mobile Forms Integrator allows you to connect the ProntoForms service (www.prontoforms.com) with your accounting or management software. If your system can import a

More information

Getting Started with Moodle 2.0

Getting Started with Moodle 2.0 Getting Started with Moodle 2.0 Note: Please use Mozilla Firefox if you are working on a Mac 1. Login to Moodle 2. How to Access a Course 3 Edit your Profile Information 4. Add a Personal photo 5. Disable

More information

OC Fair Competition Online entry tutorial

OC Fair Competition Online entry tutorial OC Fair Competition Online entry tutorial Read the competion guides for important dates and guidelines regarding your entries at www.ocfair.com/oc-fair/competitions-contests/ The last day to enter most

More information

Page 1 of 9. Double click the edoc Uploader icon from your desktop or, if it's not on your desktop, from the All Programs menu system.

Page 1 of 9. Double click the edoc Uploader icon from your desktop or, if it's not on your desktop, from the All Programs menu system. Page 1 of 9. ms] Double click the edoc Uploader icon from your desktop or, if it's not on your desktop, from the All Programs menu system. First you will need to register with edoc Deposit. From the Select

More information

Health Savings Account (HSA) Online Enrollment Guide

Health Savings Account (HSA) Online Enrollment Guide Health Savings Account (HSA) Online Enrollment Guide Follow the steps below to open your HSA with 24HourFlex. You will need bank account information to sign up for direct deposit as well as demographic

More information

Signing up for an Account

Signing up for an Account Signing up for an Account Click here to sign up for a new account 1. Click on the Sign up for an account button. Fill in the empty fields with your information Indicate whether you need to create a lab

More information

RouteMobile Mobile Client Manual for Android Version: 2.0

RouteMobile Mobile Client Manual for Android Version: 2.0 RouteMobile Mobile Client Manual for Android Version: 2.0 Route Mobile Limited 2018. All rights reserved 1 Contents Installation... 3 Getting Started... 5 Login Page... 6 Main Screen... 7 Send SMS... 9

More information

Internet Society: Chapter Portal (AMS)

Internet Society: Chapter Portal (AMS) Internet Society: Chapter Portal (AMS) User Guide Last Updated: January 2017 Feedback? Email amshelp@isoc.org Contents Overview... 4 Accessing the Portal... 5 Logging In... 6 Retrieving Your Username or

More information

CONSUMER PORTAL QUICKSTART GUIDE: HSA

CONSUMER PORTAL QUICKSTART GUIDE: HSA CONSUMER PORTAL QUICKSTART GUIDE: HSA Welcome to your Nyhart Benefit Accounts Consumer Portal. This one-stop portal gives you 24/7 access to view information and manage your Health Savings Account. It

More information

Written Event Online Submission Guidelines

Written Event Online Submission Guidelines Written Event Online Submission Guidelines Please use the following instructions when submitting your chapter s written event projects, which are due on Friday, January 12, 2018 by 5:00 p.m. CST. Only

More information

Life Event Birth Event

Life Event Birth Event What do I do? PROCESS OVERVIEW The purpose of this reference guide is to assist you in modifying your dependents on your benefits. This document is set up according to the steps needed to be performed

More information

Connecting from Off-Campus to Your Office Mac Using a Windows 10 PC

Connecting from Off-Campus to Your Office Mac Using a Windows 10 PC University Information Technology Services Technology Outreach Connecting from Off-Campus to Your Office Mac Using a Windows 10 PC The following describes how to set up and connect remotely to your office

More information

Step by Step Instructions to Fill the Online Application Form through KINPOE Online Admission System (KOAS) 1. Create your new account.

Step by Step Instructions to Fill the Online Application Form through KINPOE Online Admission System (KOAS) 1. Create your new account. Step by Step Instructions to Fill the Online Application Form through KINPOE Online Admission System (KOAS) 1. Create your new account. Click to create new account 2. A pop-up window will appear. Fill

More information

By clicking the indicated Download button your browser downloads the installer package for you to run manually.

By clicking the indicated Download button your browser downloads the installer package for you to run manually. Quick guide for install MySQL database to any computer Applicable version: MySQL installer community 5.7 1. Installing the MySQL database Download the MySQL Installer Community Edition Download your official

More information

Go to the Directory at and click on the Login link.

Go to the Directory at  and click on the Login link. Welcome to Terra Dotta s Study Abroad Directory! Creating your programs for the directory is a simple task. These instructions will outline how to create, activate and update your program brochures. Logging

More information

2018 Purple Army Band Camp Form Checklist

2018 Purple Army Band Camp Form Checklist 2018 Purple Army Band Camp Form Checklist This year Jackson Local Schools is moving to online medical forms. Once your form is filled out for band, you will not need to fill it out again for other activities!

More information

Applying for EMSWCD Small Project and Community Events (SPACE) Grants

Applying for EMSWCD Small Project and Community Events (SPACE) Grants ZOOMGRANTS TUTORIAL Applying for EMSWCD Small Project and Community Events (SPACE) Grants Instructions for ZoomGrants ZoomGrants is an online tool that helps facilitate grant applications, committee review,

More information

Getting Started with Outlook Web App (OWA)

Getting Started with Outlook Web App (OWA) Getting Started with Outlook Web App (OWA) Office 365 User Guide When first accessing your new Office 365 account, or if you are having any issues with your regular email client, use the below directions

More information

ONLINE RESULTS SHEETS. Teacher Online Results Sheets (ORS) Information Booklet

ONLINE RESULTS SHEETS. Teacher Online Results Sheets (ORS) Information Booklet ONLINE RESULTS SHEETS Teacher Online Results Sheets (ORS) Information Booklet Obj Ref: A346263 Last updated: 3 September 2015 Contents Welcome to the Online Results Sheets...5 Who to contact for support...5

More information

Chancellor s Office Information Technology Services Corporate Information Management FIRMS Budget Review Hyperion Process

Chancellor s Office Information Technology Services Corporate Information Management FIRMS Budget Review Hyperion Process Step Open Internet Explorer and type in the following URL: http://peterson.calstate.edu:8080/hyperion/browse/login The Hyperion Login screen will display. Enter your User Id and Password > click on the

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

Tk20 MSW Social Work Student Field Applications

Tk20 MSW Social Work Student Field Applications Tk20 MSW Social Work Student Field Applications TK20 STUDENT ACCOUNTS Students should NOT purchase their own accounts. If you try to access TK20 and receive a message that you do not have an account, DO

More information

1 LOG IN TO MyQCT. Recording your CPD TUTORIAL. my.qct.edu.au

1 LOG IN TO MyQCT. Recording your CPD TUTORIAL.   my.qct.edu.au Recording your CPD TUTORIAL Queensland College of Teachers provides an easy and convenient online tool to record your CPD. Please follow the instructions in this tutorial to learn how to record your CPD.

More information

Frequently Asked Questions about egbmrs

Frequently Asked Questions about egbmrs Page 1 of 25 Frequently Asked Questions about egbmrs 1. Login Issues 1.1 How to log into the system? 1.2 How do I login as a Focal Point? 1.3 I get a 'Login Failure' message. "My Local Engine: Login Failed.

More information

EasyChair instructions for Authors

EasyChair instructions for Authors EasyChair instructions for Authors The submission and review of papers for NICFD 2016 will be managed through an online conference paper management system called EasyChair. This system gives you, the author,

More information

Contents About this Guide... 2 Introduction to Supplierportal.biz... 2 Support and feedback... 3 My Company... 4 Settings... 4 Commodities...

Contents About this Guide... 2 Introduction to Supplierportal.biz... 2 Support and feedback... 3 My Company... 4 Settings... 4 Commodities... SUPPLIER USER GUIDE This documentation may only be used in accordance of the Terms of Use of the Supplierportal.biz Portal. Any other use, including but not limited to modification, publication and/or

More information

The Hong Kong Polytechnic University

The Hong Kong Polytechnic University COMP1001-Problem Solving in IT Top-Down Design Objective: Upon completion of this lab, you will be able to: How to use top down design to design an Automatic teller machine (ATM) Structure of Top-Down

More information

IIIDEM. Training Material

IIIDEM. Training Material IIIDEM Training Material USER MANUAL Version 1.0 IT Cell Election Commission of India Nirvachan Sadan, New Delhi Ph. 011-23052043 Email: ecitechsupport@gmail.com Page 1 of 12 TABLE OF CONTENTS TOPIC Page

More information

Ephorus Manual for Instructors

Ephorus Manual for Instructors Ephorus Manual for Instructors Introduction Dear instructor, Thank you for downloading this manual. It contains information about how to use Ephorus. Ephorus is being used to reveal and prevent possible

More information

THE LHH. For New Users. Using a webcam, you can record your responses to standard interview questions and assess your performance.

THE LHH. For New Users. Using a webcam, you can record your responses to standard interview questions and assess your performance. THE LHH THE LHH INTERVIEW Powered by Montage CENTER For New Users Using a webcam, you can record your responses to standard interview questions and assess your performance. Access 1. LOG IN to the Career

More information

Installing WordPress CMS

Installing WordPress CMS Installing WordPress CMS Extract the contents of the wordpress zip file to D:/public_html/wordpress folder as shown in diagram 1. D:/public_html/wordpress is a virtual domain controlled by Apache Web server

More information

Application Guide for Internal Applicants through Employee Space

Application Guide for Internal Applicants through Employee Space Application Guide for Internal Applicants through Employee Space This guide provides instructions to help you search and apply for job openings at North East Independent School District (NEISD). This guide

More information

LOGON PAGE: CREATE NEW ACCOUNT: Organization Information User Information Executive Officer Next

LOGON PAGE: CREATE NEW ACCOUNT: Organization Information User Information Executive Officer Next LOGON PAGE: You will access the system via the log on page. The Foundation may have provided you with a link to this page, or it may be hyperlinked on their Foundation website. It s recommend that you

More information

P3 USER GUIDE FOR MARKET ACTORS COMMERCIAL STANDARD OFFER PROGRAM

P3 USER GUIDE FOR MARKET ACTORS COMMERCIAL STANDARD OFFER PROGRAM P3 USER GUIDE FOR MARKET ACTORS COMMERCIAL STANDARD OFFER PROGRAM Updated March 2016 TABLE OF CONTENTS P3 INTRODUCTION... 1 P3 REGISTRATION PROCESS... 2 P3 MARKET ACTOR PROFILE... 4 Create New Market Actor

More information

Student Instructions for TurnItIn.com. Create an Account with TurnItIn.com

Student Instructions for TurnItIn.com. Create an Account with TurnItIn.com Student Instructions for TurnItIn.com You will be required to create an account with TurnItIn.com. You will most likely use this account for many or all of your classes this year. However, you only need

More information

TUTORIAL FOR NOTETAKERS

TUTORIAL FOR NOTETAKERS TUTORIAL FOR NOTETAKERS Table of Contents Page About Notetaking Services... 2 Volunteer Notetaker Application... 2 Uploading Sample Notes... 6 Uploading Lecture Notes... 9 Withdrawing from Notetaking...

More information

Create assignment with URKUND Plagiarism Checker

Create assignment with URKUND Plagiarism Checker Create assignment with URKUND Plagiarism Checker Table of Contents Set up an assignment with the plagiarism checker URKUND... 2 View the Similarity report... 4 Guides... 5 Sources used and not used...

More information

Setting Up A WordPress Blog

Setting Up A WordPress Blog Setting Up A WordPress Blog Introduction WordPress can be installed alongside an existing website to be used solely as the 'blog' element of a website, or it can be set up as the foundation for an entire

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

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