Project Description MyBay Project

Size: px
Start display at page:

Download "Project Description MyBay Project"

Transcription

1 Project Description MyBay Project University of British Columbia Okanagan COSC Fall 2007 Team Members: Ali Hatami Jennifer Johnstone Nicholas Blackwell 11/28/ COSC 304 MyEBAY.DOC

2 TABLE OF CONTENTS 1. INTRODUCTION EXECUTIVE SUMMARY WALK THROUGH UNREGISTERED USERS WALKTHROUGH Home Page Search Page Item Page Registration REGISTERED USERS WALKTHROUGH Main Menu Watch Page Account Page Create page ADMINISTRATOR USERS WALKTHROUGH Manage Page MYBAY UPDATED ER DIAGRAM FEATURE DESCRIPTIONS REGISTRATION LOG IN CREATE AUCTION BID ON AN ITEM ASSIST BUYER AND SELLER BROWSE ITEMS SUMMARY REPORTS WATCH LIST ACCOUNT BUY NOW BUYER SELLER RATINGS IMAGES HIGH LEVEL OVERVIEW JSP FILE DESCRIPTIONS TEMPLATE.TXT MAIN.JSP SEARCH.JSP ITEM.JSP ADDAUCTION.JSP UPLOADPIC.JSP DISPLAYIMAGE.JSP PROCESSFILEUPLOAD.JSP REGISTER.JSP WATCHCART.JSP ACCOUNT.JSP MANAGEMENT.JSP REPORT.JSP CLOSEAUCTION.JSP MAKEPAYMENT.JSP SITE LIMITATIONS /28/ COSC 304 MyEBAY.DOC

3 1. Introduction The intent of this document is to give a summary of the MyBay Project, both textually and visually, describing the user and administrator features that we have implemented on the MyBay site. 2. Executive Summary MyBay is a user based auction site that allows registered users to put items up for auction and bid on items in an auction. MyBay allows a registered user to play the dual role of a seller and a bidder while also allowing registered and non-registered users the option of searching for items that are up for auction. MyBay also provides special privileges to administrators, who also maintain the same capabilities of a registered. MyBay allows users to auction off an item, provided that they are logged in with a valid user id and password. The seller is charged a $5.00 fee for every item that they put up for auction and they must pay this fee before their auction will become activated. Once the auction has reached its end date the seller is also charged 7% of the final auction price which must be paid before another auction can be activated by the seller. MyBay offers an online payment process to allow customers to pay any outstanding fees. When creating an auction the seller must provide an item name as well as a starting bid price, purchase price and an auction close date. The purchase price will be used for the Buy It Now feature which will allow a bidder to purchase an auction out right for a set price. Once an auction has reached its purchase price, either during the bidding process or with the use of the Buy It Now feature, the bidder will automatically win the auction, resulting in a closed auction. An auction will also be closed once the close date has passed. MyBay also allows the seller the option of adding a picture to their item, a brief description and a category selection. Active auctions can be searched by non-registered users, registered users and administrators, however only registered users and administrators are given the opportunity to bid on auctions, Buy It Now or add it to their watch list. A customer s unique watch list shows all auctions that the customer has created and all auctions that they have bid on, even if they are not currently the highest bidder. Customers can also add auctions to their watch list that they want to keep an eye on. The main purpose of the online auction site is to allow registered customers to bid on auctions until the pre-set close date. A customer who wishes to bid on an item must place a bid that is higher than the current bid. Once the auction is closed the highest bidder is stated to have won the auction and both the seller and the winner are notified by . The seller is sent the winner s address so that they can arrange for payment and discuss shipment. The winner is also sent the seller s address to give them the option of contacting the seller and notify them that they won the auction (note that this part of the code is currently commented out because we do not have a UBC address). We were unable to implement an online payment process to allow customers to 11/28/ COSC 304 MyEBAY.DOC

4 pay other customers for an auction but feel that the s sent will provide sufficient communication to complete the transaction. Since the customers play such a large role in the MyBay site it is necessary that a feature for rating sellers and winners be present. Sellers have the option of rating winners that they interact with and winners have the option to rate sellers that they interact with. The purpose of implementing this option is to instill confidence and trust among the users; however these ratings are not yet viewable by any users, other than the corresponding user. The administrators of the site have selling and bidding capabilities, like regular registered users, as well as administrative capabilities. The administrators are responsible for maintaining the site, keeping track of sales and ensuring that the users are satisfied. MyBay allows these functions via the added Manage page. In maintaining MyBay, the administrators can generate reports on how the site is functioning as well as updating and fixing any technical problems that may occur since they have direct access to the database tables from the Manage page. To keep track of sales the administrators can quickly generate reports about how many items have been won/sold and the profits that resulted. The reports that are generated also include the number of current customers and the total number of open auctions. Unfortunately, we were unable to implement an online link to allow customers to Contact Us. However, in the event that a customer forgets their password a contact address has been provided so that the administrators will be able to update the customer s password and resolve the issue. All in all the features that were implemented on MyBay adhered largely to the initial design plan. Although we were not able to implement all of the features outlined in our design document MyBay does contain all of the features required to allow the users to search, create, bid on and buy auctions. 11/28/ COSC 304 MyEBAY.DOC

5 3. Walk Through The URL to get to the Home page of MyBay is: cs-suse-1.ok.ubc.ca/group1 3.1 Unregistered Users Walkthrough The MyBay website is a membership based auction site, and although participating in auctions, such as bidding on or creating auctions is forbidden to unregistered users, basic navigation of the site is permitted Home Page When an unregistered user first comes to MyBay they will notice that they have a limited number of options available. The navigation pane on the left hand side of the screen lists the pages available to them. Figure 3.1 Unregistered User's MyBay Home page The pages available to an unregistered user are: The Search page The Register page And the home page. The home page is the first, and main, page that is displayed when a user visits MyBay. Here they have access to unsecured pages through the links to the search and register page and they can view hot auctions in the main display pane. Additionally if a user 11/28/ COSC 304 MyEBAY.DOC

6 wants to have access to the member pages they simple have to enter their Name and password into the log in form at the top of the page Search Page When an unregistered user clicks on the search button in the navigation pane on the left of the screen they will be taken to the search page. Similarly, if they enter a search in the Quick Search box they will be forwarded here as well. Figure 3.2 search page Unregistered users can browse the active auctions here, by searching using keywords, or they can browse categories. Unregistered users can also view individual items and see the details for that auction by clicking on the See Item link Item Page Unregistered users are restricted from bidding on and purchasing auctions, however they are permitted to view the item details page. Here member options are hidden from the unregistered users. 11/28/ COSC 304 MyEBAY.DOC

7 Figure 3.3 Item page The auction details can be viewed from the item page. Here an unregistered user can view the image of the item, its description, start price, purchase price, as well as the current bid on the item Registration To experience what MyBay has to offer a user must become a member. This is simple and free. To register at MyBay all that is required is a valid address, unique name and a password. These can be set up in the registration page. Figure 3.4 Registration page 11/28/ COSC 304 MyEBAY.DOC

8 Unregistered users can enter their information here to become a member this will give them access to creating auctions bidding and purchasing as well as their personal watch list and account. Your user information is stored securely on the MyBay database and you can change your details at anytime. If you are following along on the MyBay site please register yourself as a user now and move onto the next stage, a registered user. 3.2 Registered Users Walkthrough Credentials of a registered user are checked in the database. So login attempts with invalid username or password will not pass the login page until valid credentials are provided Main Menu After successfully logging in, a user will have access to more features of the site including watch list, create auctions and account information. The main menu will look like figure 3.5 for a registered user (note that once logged in the registration link are no longer present). Figure 3.5 Registered Users MyBay Home page. As seen in Figure 3.5 registered users have access to the following pages: Home page Search page Watch List page Account page Create Auction page 11/28/ COSC 304 MyEBAY.DOC

9 The Home page still displays Hot auctions and the Search page functions exactly as was described for an unregistered user except that the Auctions that are displayed are have added functionality. This added functionality allows the registered user to bid on Auctions, purchase auctions and add auctions to their Watch page. Also, as part of the registered user s template each page also contains the user s ratings, as a buyer and a seller. The user can Sign out at any time by clicking on Sign out at the top of any of the pages. If you are following along please feel free to browse through the auctions via the Search page and try out the new features including Add to Watch List, Make a Bid and Buy it Now. Notice that each of the above buttons brings you to the next page, Watch page Watch Page In using the Watch page a registered user can see information about auctions that they are have created or have add to their watch page via the Search page. Figure 3.6 Watch page. Through this page a registered user can perform the following activities. See the detail information about the item by clicking on Auction. Make a Quick bid (if they are not the highest bidder and the auction is still open) Remove Auctions from the Watch list. Buy an Auction for the purchase price that is posted in item details. 11/28/ COSC 304 MyEBAY.DOC

10 3.2.3 Account Page A registered user can do the following activities using the Account page: Pay owing balance from the past transactions. The Pay Balance button will open another page that will accept a credit amount. This is a fake page and payment information will not be stored in the database. The Pay website updates the balance so that the user can activate an auction. Buy More Credit, if the balance is showing a credit (or zero balance) then the user can buy more credits using the Buy More Credit button. View a summary of his past activities. Rate a seller or buyer that they have come into contact with. The Ratings are based on a scale from 1 to 5, where 5 is the best. Edit account information and user profile, including password. Details of the auctioned item can be accessed on this page through AuctionX button Create page Figure 3.7 Account Page The Create page allows a registered user to create auctions by entering the information of the item to be auctioned. Fields that are required are shown with stars beside the field name. After entering the information submit the information by clicking the Submit button. Through this page a registered user can upload a picture of the item into the database. Note that this action has been created but will not be activated until the user pays any outstanding fees. This can be done, as mentioned, on the Account page and is where the user is directed once the auction has been created. 11/28/ COSC 304 MyEBAY.DOC

11 Figure 3.8 Create page We now ask that if you are following along on the MyBay site to try creating some auctions of your own. Then logout and log back in under the following test Administrator username and password to move on to the next stage, Administrator: Username: Test Password: 1234 (Note a public username and password for an Administrator is only supplied for marking purposes, it is highly unlikely that we would actually provide this.) 3.3 Administrator Users Walkthrough An administrator has all of the same capabilities as a Customer but there are also some added options. That is to say an administrator has access to the Manage page and its subsequent pages, Close Auction and Report Manage Page The manage page provide the following options the administrator: View the database tables entirely as well as editing/deleting tuples and inserting new tuples. Close Auction This allows the administrator to close any auctions that are past there close date. Generate reports. The Manage page allows an Administrator to view all of the tables to ensure that the data is appropriate. To view a table click any of the displayed table names (to understand the 11/28/ COSC 304 MyEBAY.DOC

12 table references please see the Design Document). The Administrator also has the capability of editing/deleting any of the tuples in a database table via the edit, delete and insert buttons. You will notice that when the edit button is clicked the row moves to the top of the table and the edit button becomes an Update button. In order to complete an edit the Administrator must click update when finished. A snapshot of the Manage page, displaying the Category table, is provided below. Figure 3.9 Manage with Tables If you are following along to benefit in the next step we ask that you click on the Close Auction button to close any pending auctions (or possibly see that there are no OPEN auctions that need to be closed). Once you have done this please click on the Auction table and edit one of the OPEN auctions so that the date is now past due. Once you have done this click the Close Auction button again to see that this button allows you to close the auction manually and send the appropriate s automatically (Note the s that would be sent are displayed on the Close Auction page but are not actually sent to the seller and bidder as the code requires a UBC account and has been commented out for the time being). The closed auction can be further verified by returning to the Manage page and checking to make sure that the Auction that you changed is now closed. Finally the Report button can be used to view a number auto generated reports about the MyBay website. This now ends the walkthrough but please feel free to roam about as an unregistered user, a registered or an Administrator. 11/28/ COSC 304 MyEBAY.DOC

13 4. MyBay Updated ER Diagram 5. Feature Descriptions Figure 4.1 ER Diagram This section describes the features of the MyBay web auction site. 5.1 Registration Any user of the MyBay web site can have an account with MyBay. Users can register with MyBay by using the registration page. Entering a unique user name and password and a valid address is all that is required. 5.2 Log In When a user navigates to MyBay they are considered to be an unregistered user. If they have an account with MyBay they can log in to access customer features unavailable to unregistered users. 11/28/ COSC 304 MyEBAY.DOC

14 5.3 Create Auction Registered users can create their own auctions. A registered user can create as many auctions as they want. Although, if a user has a balance with MyBay the balance must be paid before they can activate their auction. 5.4 Bid On An Item Registered users can bid on an item. If an item is bid on the user become the new highest bidder and potentially could win the auction. 5.5 Assist Buyer And seller When an auction ends, MyBay closes the auction. MyBay assists the buyer and seller in the auction by ing both parties to help them arrange shipping and payment. 5.6 Browse Items Browsing Items is made possible through a search page that is available to unregistered users as well as customers. Users can search by keyword or browse by category. 5.7 Summary Reports MyBay allows administrators to create status reports of the site. This includes items bought and sold, number of current auctions and financial information about current auctions. 5.8 Watch List MyBay provides registered customers with a watch list. Similar to a shopping cart, users can save items in there watch list, as well make bids from there watch list and even purchase an item at its reserve price. Users can also remove items that they lose interest in. Additionally if a customer creates an auction it is automatically added to their watch list. 5.9 Account My Bay provides an account to each registered member. A customer can use their account to update their personal information, activate auctions that they ve created, pay balances, rate auctioneers and buyers that they ve done business with, as well as edit those auctions that are inactive, before they activate them Buy now MyBay Auctions have a reserve price. If a customer is willing to pay the reserve they can buy that item and the auction is immediately closed. 11/28/ COSC 304 MyEBAY.DOC

15 5.11 Buyer Seller ratings MyBay does not complete the shipping and payment procedure so as a way to encourage honest customers, MyBay allows users to rate other users that they ve sold to and bought from Images MyBay auctions include images. 6. High Level Overview The MyBay users are classified into 3 categories, unregistered users, customers, and administrators. Each user is granted different privileges. Unregistered users are able to brose the items on the site using the fully functional search. They can also register to become a customer. Customers have access to the search functions as well as their own watch list and account. Customers can create, bid on and purchase auctions. Additionally, customers can edit their user, and auction details (if the auction has not been activated). Administrators are customers that have the same privileges as regular customers; however, they also have access to the management page and its functions. As part of the management page they can generate reports, close auctions and edit the database. Administrators are considered to be trusted and have unlimited access to the MyBay data. MyBay auctions have a start price a purchase price and an end date. When an auction ends, if it sells, the MyBay system s both the buyer and seller so they can arrange shipment and payment. At this point an auction is closed. When an auction closes the buyer and seller can then rate each other. MyBay customers use the search page to browse items and put interesting items in their watch list. Items in can be removed, bid on, and bought from the users watch list. Additionally, items can be viewed in detail from the watch list, and from the search page. The details page allows users to bid on, and purchase the auction as well. MyBay customers can create and activate auctions. A customer uses their account to edit activate and delete auctions as well as view and edit their own user details. 7. JSP File Descriptions This section describes the JSP files created and used in the MyBay project. The functions that the files implement are outlined in detail. 11/28/ COSC 304 MyEBAY.DOC

16 7.1 Template.txt Template.txt is a text file that contains static java methods used to create the graphical interface, the Navigation pane, and log in pane of the MyBay site. Additionally, Template.txt contains the functions responsible for enforcing the underlying security of each page. Every JSP page that is part of the MyBay site includes this file and calls its main methods. The main methods of the Template.txt file are: Open Template - opens the default html page tags and prints the background image. Check for Logouts - removes session parameters when a user logs out User Account - prints the log in menu, and returns the user type which is either: invalid, customer, or administrator. Redirect - takes a list of user types and redirects users that are on that list to a specified page. Left Menu - prints the navigation menu and depending on the user type it hides some menus. Open Template Page Layer - opens the layer for which the specific page is to print on. This is the main layer. Close Template Layers - closes the html tags. Additionally the template defines the database connection as well as other global variables that each page can access. 7.2 Main.jsp Main.jsp is the home page for the MyBay site. When a user logs off of any member page they are redirected to Main.jsp. This contains the methods for calculating the top 3 auctions based on the number of bids placed that auction from the database. Main.jsp displays the auctions on the main page layer with links to their corresponding item.jsp page. All users can view Main.jsp. 7.3 Search.jsp Search.jsp allows a user to browse and search the database to find auctions. Auctions in the database can be viewed and added to a users watch list as long as the WatchCart.jsp and item.jsp authorize this request. Items are list by their name in the Items table. And are searched using the like command on the database. 7.4 Item.jsp Item.jsp receives an id of an item in the database and displays the item s fields in a graphical display. Depending on the user type and status of the auction that the item 11/28/ COSC 304 MyEBAY.DOC

17 belongs to the bid on, add to watch, and buy now features may be disabled. Auctions that have ended or are inactive are only visible to users that created the auction. 7.5 AddAuction.jsp AddAuction.jsp prints the form to enter the fields for a new auction into database. Upon submission of the form, the fields are sent to UploadPic.jsp for processing. 7.6 UploadPic.jsp UplaodPic.jsp receives the values from AddAuction.jsp and does error checking to ensure that they are valid for a new auction. The new auction is entered into the database and its status is set to null. Also the newly created auction is added to the seller s watch List at this point. UploadPic.jsp displays a form that the user can use to upload an optional picture into the database. The picture information is forwarded to ProcessFileUpload.jsp where the file is sent to the database. If the user does not want to add a picture they can skip this step by clicking the skip button which directs the user to their Account page. 7.7 DisplayImage.jsp DisplayImage.jsp receives the itemid from a corresponding page and queries the Blob data from the pic field. The data is converted into an image and displayed on the website as required. 7.8 ProcessFileUpload.jsp ProcessFileUpload.jsp receives a file from a user of the MyBay site and adds it to the auction that is being created, as a BLOB data type, by updating the Item table, 7.9 Register.jsp Register.jsp prints a registration form to the screen for a non registered user to complete. The fields of this form are then sent to Account.jsp for processing WatchCart.jsp WatchCart.jsp displays all of the auctions that a customer has added to their watch list. This data is stored in the database table Watch. For every entry in the table, and for the corresponding customer, WatchCart.jsp displays whether or not the Auction belongs to that customer. If it does then Watch restricts bidding and purchasing only for that customer. If the auction does not belong to the user then bidding and purchasing are allowed and a quick bid and purchase button are displayed. If the user is the top bidder then the quickbid form is hidden. Otherwise WatchCart.jsp displays the current highest bidder. WatchCart.jsp also displays an image of the auction item and a link to the corresponding item page for each auction. WatchCart.jsp is also responsible for computing bids and adding Auctions to the Watch table. Each auction has a state; open, closed, or null. WatchCart.jsp only allows an auction 11/28/ COSC 304 MyEBAY.DOC

18 to be bid on if it is open, the purchase price is not met, or the auction close date has not been reached. Additionally, a customer cannot bid on their own auction. If WatchCart.jsp decides that an auction cannot be bid on it is displayed as closed even if its status has not yet been set to closed. Null auctions are considered to be inactive auctions, and can only be added to a users watch list if they created it. WatchCart.jsp prints an activate link for auctions in the users watch list that are inactive. The activate link forwards the customer to their account page. WatchCart.jsp does not give a user the option to remove their auction from the watch list if they created that auction Account.jsp Account.jsp is one of the major JSP files of the MyBay site. Amongst its many responsibilities Account.jsp prints the user s specific data to the screen which includes the users account balance, a link to the makepayment.jsp page, any auctions that are inactive, and any finished auctions, whether won or sold. A link is also provided to rate buyers and sellers. Moreover, Account.jsp also displays the customer s information. When an instance of the Account.jsp page is executed it processes the following requests: New registrations Payments Auction activations Edits to user details Edits to inactive auctions Buyer Seller ratings When a user registers at the Registration page, the user information is sent to Account.jsp through the post method. Account.jsp makes sure that users name and password are unique and that the is well formed. The other user information is not required, but any information given is stored in the database. Account.jsp enforces payments indirectly. A user can create an account, create an auction, and activate an auction for free. However, once the customer s first auction is activated Account.jsp will charge the customer s account and will not allow another auction to be activated until the balance is zero. The balance is calculated starting from their first auction at a base cost of $5 and a final charge of 7% of their total selling price for that auction when it closes. The customers balance must be zero or there must be a credit for the activate function to be enabled. When a user has created an auction they are directed to Account.jsp where they can activate their auction. If they have no balance owing to MyBay, Account.jsp will provide a link to activate their auction. Otherwise they are blocked from activating their auction. This link redirects the customer back to Account.jsp where the activation details are read from the post method. 11/28/ COSC 304 MyEBAY.DOC

19 Account.jsp provides the customer with a function to edit their user information. The edit user function verifies that the username is not null and is unique, the password is typed the same twice and that the is well formed. The details that the user enters are changed on the database in the Customer table. Inactive auctions that belong to the customer are displayed by Account.jsp; the details of the auction can be changed here, prior to activation. The start price, purchase price, end date, description, name, and category can be changed. This data is updated in the databases Auction table, and the Item table. Account.jsp displays a list of auctions won and sold by the customer. Account.jsp also gives the customer the option of rating the buyer or seller of the auction they sold to or won from, respectively. This function also redirects back to Account using the post method giving it the rating details to calculate. Account.jsp adds this information to the BuyerRating and SellerRating tables, and only allows a customer to rate another customer once for each auction that they have in common Management.jsp Management.jsp is responsible for providing management functions to users with administer privileges. Management.jsp provides a link to the closeauction.jsp page, and a link to the Report.jsp page. Management.jsp provides a database management tool that allows the administrator to access and edit any field of the database. The database is displayed graphically to the user and rows can be deleted updated and inserted into any table. The database management tool is written in Template.txt so any JSP page may access it however only management.jsp does so at this time Report.jsp Report.jsp is accessed through the Management page and it calculates statistics about the site. Such as the number of customers, open and closed auctions goods sold and sums of money transferred between customers and to MyBay CloseAuction.jsp CloseAuction.jsp is accessed through the Management page, Management.jsp and when it is instantiated, it queries the database to find any databases where the close date is less than the current date or where the total is equal to the purchase price. These auctions, if they are not already set to Closed are done so. CloseAuction.jsp s the buyer and seller to assist in setting up the final sale MakePayment.jsp MakePayment.jsp is a very simple JSP file that displays a payment form allowing the customer the option to pay MyBay. A customer can set an amount and select to pay by Visa or MasterCard and enter payment details. By default the payment amount is equal to their account balance stored in the Payments table of the database. This function, however, 11/28/ COSC 304 MyEBAY.DOC

20 does not really read any credit card information. For the purposes of this project it pretends that the payment is verified and subtracts the payment from the account balance. 8. Site Limitations MyBay is limited in by the following restrictions: correspondence is not functional. Ratings are not displayed to all users. History of bids is not displayed for any users. Online payment of MyBay fees is superficial. 11/28/ COSC 304 MyEBAY.DOC

Project Design Internet Auction Web Site University of British Columbia Okanagan COSC Fall 2007

Project Design Internet Auction Web Site University of British Columbia Okanagan COSC Fall 2007 Project Design Internet Auction Web Site COSC 304 - Fall 2007 Version: 5.0 Date: 10/26/2007 Project Team/Contacts Charles Ko Daniel Jeffery Murray Kriese (email deleted) (email deleted) (email deleted)

More information

CWS Auctions 'How To' Guide

CWS Auctions 'How To' Guide CWS Auctions 'How To' Guide 2018 1 Create an Account Desktop 1. Go to "Login" 2. Click on "Not a member? Sign up now" 3. Fill out the information, click on "Register" Mobile Device 1. Go to the menu, tap

More information

USER GUIDE GRIFFINS.FLASHSEATS.COM

USER GUIDE GRIFFINS.FLASHSEATS.COM 2012-13 USER GUIDE GRIFFINS.FLASHSEATS.COM FAN ADVANTAGES FAN ADVANTAGES THE ULTIMATE CONVENIENCE o Fans can conveniently swipe in with an electronic ID, eliminating lost or misplaced tickets. o Seats

More information

STEPS TO REGISTERING FOR OUR ONLINE AUCTIONS:

STEPS TO REGISTERING FOR OUR ONLINE AUCTIONS: STEPS TO REGISTERING FOR OUR ONLINE AUCTIONS: Thank you for your interest in our Online Auctions! We offer a great variety of items - The registration process is easy, just follow these steps. Once you

More information

Asset Investment Recovery Ministry of Citizens Services and Open Government BC Auction System Bidder Guide

Asset Investment Recovery Ministry of Citizens Services and Open Government BC Auction System Bidder Guide Asset Investment Recovery Ministry of Citizens Services and Open Government BC Auction System This guide has been prepared as support for Bidder s use in BC Auction BC AUCTION BIDDER OVERVIEW 1.0 ACCESSING

More information

A WEB BASED OFFICE MARKET. CS 297 Project Report Presented to Dr. Christopher Pollett San José State University

A WEB BASED OFFICE MARKET. CS 297 Project Report Presented to Dr. Christopher Pollett San José State University A WEB BASED OFFICE MARKET CS 297 Project Report Presented to Dr. Christopher Pollett San José State University By Manodivya Kathiravan May 2016 INTRODUCTION This report describes preliminary work toward

More information

Address - Your address is used as your user name. That makes it easy for you to remember.

Address - Your  address is used as your user name. That makes it easy for you to remember. Using the Longley Auctions Website Skip to page 4 for a visual tour of how to register for first time visitors. Welcome Philatelic material (stamps, postal history, philatelic literature) is sold by Longley

More information

Asset Investment Recovery

Asset Investment Recovery Asset Investment Recovery Ministry of Management Services BC Auction System Bidder Guide This guide has been prepared in support of Bidder s use of BC Auction. The guide is divided into three sections:

More information

Rakuten.com Merchant Manual

Rakuten.com Merchant Manual Rakuten.com Merchant Manual 1 Table of Contents Signing into your Account..3-4 Manage Shipping Settings 5 Adding Header & Footer.6-9 List/Create a Product..10-17 o Create listing.11 o Create New Product...12

More information

Perfect Horse Auctions

Perfect Horse Auctions Custom Sales at Perfect horse Auctions Custom Sales at Perfect Horse Auctions are set up for associations, ranches, non-profits, or businesses. There are specific requirements and recommendations which

More information

Landlord Tutorial: Property Database

Landlord Tutorial: Property Database Landlord Tutorial: Property Database University of Rhode Island Commuter Affairs Table of Contents Creating an Account... 2 Logging In... 3 Password Recovery... 4 The Dashboard... 5 Active Properties...

More information

X-Affiliate add-on module for X-Cart 4.2.0

X-Affiliate add-on module for X-Cart 4.2.0 X-Affiliate add-on module for X-Cart 4.2.0 Partner area User Manual Company website: www.x-cart.com Revision date: Dec/10/2008 X-Affiliate add-on module for X-Cart 4.2.0 Partner area User Manual This manual

More information

K12PaymentCenter.com Parent User Manual

K12PaymentCenter.com Parent User Manual K12PaymentCenter.com Parent User Manual Education Management Systems, Inc. 4110 Shipyard Blvd, Wilmington, NC 28403 www.mealsplus.com or (800) 541-8999 Table of Contents 1.0 Welcome to K12PaymentCenter.com...

More information

University of British Columbia Okanagan. COSC Project Design

University of British Columbia Okanagan. COSC Project Design University of British Columbia Okanagan COSC 304 - Project Design Names Removed Submitted: Dec 02, 2018 1 CONTENTS: 1. Introduction 2 1.1. Purpose.................................................... 2

More information

X-AFFILIATE module for X-Cart 4.0.x

X-AFFILIATE module for X-Cart 4.0.x X-AFFILIATE module for X-Cart 4.0.x Partner Interface Reference Manual Revision Date: 2004-11-22 Copyright 2001-2004 Ruslan R. Fazliev. All rights reserved. TABLE OF CONTENTS GENERAL INFORMATION...3 REGISTRATION...4

More information

A Step By Step Guide To Use PayPal

A Step By Step Guide To Use PayPal A Step By Step Guide To Use PayPal Table of Contents Introduction... 3 Creating an Account... 4 PayPal Verification... 5 Verification Process... 5 Utility of Each Account... 7 Transfer of Funds... 8 Checking

More information

MOBILE BIDDING GUIDE 2019 DINNER & AUCTION. Saturday, March 23, 2019 EMBASSY SUITES SEATTLE. wingluke.org/2019auction

MOBILE BIDDING GUIDE 2019 DINNER & AUCTION. Saturday, March 23, 2019 EMBASSY SUITES SEATTLE. wingluke.org/2019auction 2019 DINNER & AUCTION Saturday, March 23, 2019 EMBASSY SUITES SEATTLE wingluke.org/2019auction MOBILE BIDDING GUIDE KEEP YOUR EYES PEELED MOBILE BIDDING WILL GO LIVE ON FEBRUARY 15, 2019. Scope out auction

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 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

How to Register for Courses (Second Phase: Open Enrollment Registration)

How to Register for Courses (Second Phase: Open Enrollment Registration) How to Register for Courses (Second Phase: Open Enrollment Registration) During Open Enrollment you may register for any course that is not yet full, or be put onto a waitlist for a course that is full.

More information

K12PaymentCenter.com Parent User Manual

K12PaymentCenter.com Parent User Manual K12PaymentCenter.com Parent User Manual Education Management Systems, Inc. 4110 Shipyard Blvd, Wilmington, NC 28403 www.mealsplus.com or (800) 541-8999 Table of Contents 1.0 Welcome to K12PaymentCenter.com...

More information

United Nations Development Programme

United Nations Development Programme United Nations Development Programme etendering Bidder Training Guide Release No. 2 November 2013 TABLE OF CONTENTS: etendering Supplier Training Guide... 0 Common Definitions:... 2 Business Process...

More information

HOW TO SET YOUR PROFILE ON MANHEIM.COM

HOW TO SET YOUR PROFILE ON MANHEIM.COM SIMPLIFY THE WAY YOU WORK WITH MANHEIM BY MAKING SURE YOU HAVE UPDATED YOUR PROFILE, PREFERENCES AND NOTIFICATIONS Whether you re in the lanes or online, you can save time and be more productive buying

More information

All About Catalog. Contents. West Virginia University Information Technology Services. ecommerce End User Advanced Guide

All About Catalog. Contents. West Virginia University Information Technology Services. ecommerce End User Advanced Guide Contents All About Catalog Browse...2 Add a Product...5 Basic Info...5 Display Options...6 Taxes & Shipping...6 Inventory Control...7 Descriptions...8 Left Side Menu...9 Product Details...9 Images and

More information

Online Stores. STRONGVON Tournament Management System

Online Stores. STRONGVON Tournament Management System Online Stores STRONGVON Tournament Management System 1 Overview An online store on the STRONGVON Tournament Management System is part of the event website where your potential registrants can purchase

More information

Trusted Advisor User Guide. inty CASCADE v 2.9.0

Trusted Advisor User Guide. inty CASCADE v 2.9.0 Trusted Advisor User Guide inty CASCADE v 2.9.0 Table of Contents 1. Overview... 2 2. Logging in to inty CASCADE... 2 2.1 Forgotten Password... 4 2.2 Password Complexity... 5 3. Home Page... 7 4. Navigation...

More information

New BoundTree.com User Guide Fall Version 6

New BoundTree.com User Guide Fall Version 6 New BoundTree.com User Guide Fall 2016 Version 6 Table of Contents Overview Navigating the Home Page Creating an Account Logging into an Existing Account Forgot Your Password? Reviewing Your Account Editing

More information

Selling items that your customers can download

Selling items that your customers can download Selling items that your customers can download A users guide to using Reason8 to sell items that can be automatically downloaded. 1 19 th October 2005 Background If you are planning to sell items that

More information

Supplier Quick Reference and How To Guide

Supplier Quick Reference and How To Guide and How To Guide For Help or Support support@primerevenue.com Toll Free USA & Canada: 1 800 557 8047 Toll Free Europe: 00800 7746 3000 Toll Free Asia: 001 800 7746 3000 Toll Free Australia: 1 800 217 718

More information

Online Bidding & Go Time User Guide. Pre-Event

Online Bidding & Go Time User Guide. Pre-Event Equipment and Internet Setup Online Bidding & Go Time User Guide Pre-Event Set up registration equipment (laptops, ipads, tablets, PC s). Test internet connection on all devices you plan to use at your

More information

APPLICANT S GUIDE TO THE SUPPLIER AND EQUIPMENT REGISTRATION DATABASE

APPLICANT S GUIDE TO THE SUPPLIER AND EQUIPMENT REGISTRATION DATABASE L APPLICANT S GUIDE TO THE SUPPLIER AND EQUIPMENT REGISTRATION DATABASE Table of Contents 1. Introduction 3 1.1 General Information 4 2. Responsible Supplier 7 2.1 First Time Registration 7 2.1.2 Resending

More information

Table of Contents. Introduction...1. Downloading the App...2. Logging In...3. Navigation...4. Dashboard...6. Action Reports Media Library...

Table of Contents. Introduction...1. Downloading the App...2. Logging In...3. Navigation...4. Dashboard...6. Action Reports Media Library... Mobile User Guide Table of Contents Introduction...1 Downloading the App...2 Logging In...3 Navigation...4 Home...5 Dashboard...6 Action Reports...7 Prospector...11 Enroll...15 Events...19 Shop...20 Media

More information

ebid exchange Users Guide

ebid exchange Users Guide ebid exchange Users Guide ebid Systems 911 Hildebrand Lane NE, Suite 201 Bainbridge Island, WA 98110 888-291-8430 support@ebidsystems.com www.ebidsystems.com Table of Contents Vendors Page Overview 4 Login/Password

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

XeloQ Communications - Reseller Application Demo (sample screens)

XeloQ Communications - Reseller Application Demo (sample screens) XeloQ Communications - Reseller Application Demo (sample screens) Resellers that sign up at XeloQ Communications will get an exact similar system as shown below as well as a USER login domain / screen

More information

Online Store. General Store Front User Guide

Online Store. General Store Front User Guide Online Store General Store Front User Guide March 2018 Version 2.3 shop.bunzl.com.au 1 Table of Contents TABLE OF CONTENTS... 2 1 INTRODUCTION... 4 2 USER ROLES AND PERMISSIONS WITHIN ONLINE STORE... 5

More information

How to Request Courses (First Phase: Course Requests Lottery)

How to Request Courses (First Phase: Course Requests Lottery) How to Request Courses (First Phase: Course Requests Lottery) A two-week registration period where you may request up to three courses. It is the first of two registration phases. If you re unfamiliar

More information

Greater Giving Online Software Go Time

Greater Giving Online Software Go Time Greater Giving Online Software Go Time User Start Guide PRE-EVENT Equipment and Internet Setup Set up registration equipment (laptops, ipads, tablets, PC s) Test internet connection on all devices you

More information

A Guide to Understand, Install and Use Pie Register WordPress Registration Plugin

A Guide to Understand, Install and Use Pie Register WordPress Registration Plugin A Guide to Understand, Install and Use Pie Register WordPress Registration Plugin 1 P a g e Contents 1. Introduction... 5 2. Who is it for?... 6 3. Community v/s PRO Version... 7 3.1. Which version is

More information

Project Design Document for SealandEntitlements Online Store COSC 304

Project Design Document for SealandEntitlements Online Store COSC 304 Project Design Document for SealandEntitlements Online Store COSC 304 Scott Fazackerley, Valentin Koch and Michael Henderson October 27, 2006 Contents 1 Introduction 2 2 Mission Statement 2 3 Executive

More information

My Tennis making membership easy. My Tennis. Club Administration User Manual Version 3.0. Making membership easy

My Tennis making membership easy. My Tennis. Club Administration User Manual Version 3.0. Making membership easy My Tennis Club Administration User Manual Version 3.0 Making membership easy i Preface This document describes Information Processing Corporation (IPC) and Sports Marketing Australia (SMA) software and

More information

TRAINING GUIDE - REGISTERED SUPPLIER GUIDE Lamprell Energy Limited Procurement and Supply Chain. Version: 1.0

TRAINING GUIDE - REGISTERED SUPPLIER GUIDE Lamprell Energy Limited Procurement and Supply Chain. Version: 1.0 TRAINING GUIDE - REGISTERED SUPPLIER GUIDE Lamprell Energy Limited Procurement and Supply Chain Version: 1.0 Table of Contents Introduction... 3 Login... 3 Login Assistance... 3 Homepage... 4 Sourcing...

More information

[Document subtitle] Mladen Mandrapa [Date] [Course title]

[Document subtitle] Mladen Mandrapa [Date] [Course title] 1 [Document subtitle] Mladen Mandrapa [Date] [Course title] Instructions for Order Tracking and Online Store Table of Contents LOGGING IN... 2 DISTRIBUTOR LOGIN... 2 ENTERING SITE... 3 ORDER TRACKING...

More information

Greater Giving Online Software Online Bidding & Go Time

Greater Giving Online Software Online Bidding & Go Time Greater Giving Online Software Online Bidding & Go Time User Guide PRE-EVENT Equipment and Internet Setup Set up registration equipment (laptops, ipads, tablets, PC s). Test internet connection on all

More information

How to Order a Four Panel Brochure through Print Services. Go to the Print Services Web Page and select the Online Store link.

How to Order a Four Panel Brochure through Print Services. Go to the Print Services Web Page and select the Online Store link. How to Order a Four Panel Brochure through Print Services Go to the Print Services Web Page and select the Online Store link. 1 Enter your Username and Password on the Print Services Online Ordering home

More information

SSL - Testing The Purchase Process. How To Make Test Purchases in Order to Understand the Purchase Process

SSL - Testing The Purchase Process. How To Make Test Purchases in Order to Understand the Purchase Process SSL - Testing The Purchase Process How To Make Test Purchases in Order to Understand the Purchase Process Updated: January 6, 2018 Table of Contents Table of Contents Overview... 1 Setting Up Testing Mode...

More information

IMEI Database. Manufacturer / Brand Owner User Guide. Version September Copyright Notice. Copyright 2015 GSM Association

IMEI Database. Manufacturer / Brand Owner User Guide. Version September Copyright Notice. Copyright 2015 GSM Association IMEI Database Manufacturer / Brand Owner User Guide Version 4.0 01 September 2015 Copyright Notice Copyright 2015 GSM Association GSM and the GSM logo are registered and owned by the GSM Association. Antitrust

More information

SAMS Club Web Sites Online Store

SAMS Club Web Sites Online Store SAMS Club Web Sites Online Store Last Updated: November 14, 2007 Copyright 2007 Innuity, Inc. All Rights Reserved No part of this document may be reproduced or distributed in any form or by any means,

More information

CompTIA Continuing Education (CE) User Guide V13

CompTIA Continuing Education (CE) User Guide V13 CompTIA Continuing Education (CE) User Guide V13 1 CompTIA Continuing Education Program User Guide v13 September 2014 Contents Overview... 3 Where does the certified professional agree to the CompTIA Code

More information

Affiliate Guide. Version Jan 2017

Affiliate Guide. Version Jan 2017 Website: http://magehit.com Contact: sale@magehit.com Affiliate Guide Version 4.0.5 - Jan 2017 Configuration Go to System >> Configurations >> MageHit >> Affiliate Pro (or Affiliate Pro >> Configuration)

More information

How to Use Your EV Connect Account

How to Use Your EV Connect Account How to Use Your EV Connect Account Accessing the EV Connect Network To access the EV Connect network, point your web browser to http://network.evconnect.com. This brings you to the account login page.

More information

Bing Shopping program Merchant Migration Guide 1/17/2011

Bing Shopping program Merchant Migration Guide 1/17/2011 Bing Shopping program Merchant Migration Guide 1/17/2011 What is the purpose of this guide? This guide will walk you through migrating your existing merchant center account to the new Bing shopping adcenter

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

Solidifi. Online Appraisal Order Guide

Solidifi. Online Appraisal Order Guide Solidifi Online Appraisal Order Guide Welcome to Solidifi We would like to take this moment to thank you for being a part of the Solidifi Network. Our mission is to be recognized as a leader in the appraisal

More information

P2P Instructions. 4. Select Person to Person

P2P Instructions. 4. Select Person to Person P2P Instructions 1. To utilize P2P, you need to first be enrolled in digital banking. Sign up at www.ucbankmn.com or enroll directly through our mobile app. (To learn more about digital banking see https://www.ucbankmn.com/eservices/online-banking.)

More information

Rail Mall 4.0. User manual

Rail Mall 4.0. User manual Rail Mall 4.0 User manual siemens.com/railmall Table of content Rail Mall 4.0 At a glance 3 Search Options 5 Registration at Rail Mall 8 Order Process 11 Wishlist 17 Price and Material Request 20 Miscellaneous

More information

OKPAY guides INTEGRATION OVERVIEW

OKPAY guides INTEGRATION OVERVIEW Название раздела OKPAY guides www.okpay.com INTEGRATION OVERVIEW 2012 Contents INTEGRATION OVERVIEW GUIDE Contents 1. Payment System Integration 2. OKPAY Integration Types 2.1. Basic Payment Links and

More information

2.3 Settings Settings General Settings Batch procedure settings

2.3 Settings Settings General Settings Batch procedure settings 2.3 Settings The settings section content the basic settings that rules your auction site such as site name, payment gateways definitions, categories and countries options, among others. Each subsection

More information

QSCU Merchandise Store

QSCU Merchandise Store QSCU Merchandise Store Document Status: Milestone 2 October 29th 2018 COSC 304 Team Members: Team Members Removed Table Of Contents 1. Introduction 2 1.1 Mission Statement 2 1.2 Purpose of Document 2 1.3

More information

Student WebAdvisor Training Manual

Student WebAdvisor Training Manual Student WebAdvisor Training Manual Contents Logging into WebAdvisor..2 Registering for a Class Section..4 Paying on My Account. 9 Dropping a Class Section 12 1 Logging into WebAdvisor STEPS 1. Click the

More information

Supplier FAQ s for the isupplier Portal Version Date: May 12, 2016

Supplier FAQ s for the isupplier Portal Version Date: May 12, 2016 Supplier FAQ s for the isupplier Portal Version Date: May 12, 2016 Topics: Hardware and Software Training and Support Access and Password Notifications Purchase Orders Invoice and Payments Hardware and

More information

Telusys Customer Service Center. Administration Guide

Telusys Customer Service Center. Administration Guide Revised 5-11-2016 Telusys Customer Service Center Administration Guide $2YHUYLHZ The Telusys Customer Service Center (TCSC) provides a powerful method for Web site administrators to allow users to make

More information

E-filing User Guide: Los Angeles Superior Court

E-filing User Guide: Los Angeles Superior Court E-filing User Guide: Los Angeles Superior Court Section One: Creating a New Case Anywhere E-filing Account From your Case Anywhere account, click the E-file link located at the top of the page. For LA

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

ecommerce USER GUIDE

ecommerce USER GUIDE ecommerce USER GUIDE ecommerce USER GUIDE TABLE OF CONTENTS Page Page Page Page Page 7 Page 8 Page 9 Page 0 Page Page Page Page Page 7 Page 8 Page 9 Page 0 What s New in the Latest Version Login Ask to

More information

Membership Management System - General User Handbook

Membership Management System - General User Handbook Membership Management System - General User Handbook General User Overview CONTENTS General Users Can:- LOGGING IN FOR FIRST TIME 4 LOGGING IN SUBSEQUENTLY 5 UPDATING MY PROFILE 6 View and Updated their

More information

Important Notice. Important Notice

Important Notice. Important Notice Important Notice Varien reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any time and to discontinue any product or service

More information

FAMILY ADMINISTRATOR GUIDE

FAMILY ADMINISTRATOR GUIDE FAMILY ADMINISTRATOR GUIDE TABLE OF CONTENTS TABLE OF CONTENTS... 2 INTRODUCTION... 3 GETTING STARTED... 3 Create an Account... 3 Login to your Account... 3 Account Overview... 3 ACCOUNT SETTINGS... 4

More information

PHPBasket 4 Administrator Documentation

PHPBasket 4 Administrator Documentation PHPBasket 4 Please ensure you have the latest version of this document from http://www.phpbasket.com Contents CONTENTS 2 REQUIREMENTS 3 INSTALLATION 4 PREPARATION 4 UPLOAD 4 INSTALLATION 4 ADMINISTRATOR

More information

ONE STEP CHECKOUT. USER GUIDE for Magento 2.0. Version

ONE STEP CHECKOUT. USER GUIDE for Magento 2.0. Version support@magestore.com sales@magestore.com +1-415-954-7137 ONE STEP CHECKOUT USER GUIDE for Magento 2.0 Version 1.0 One step checkout v1.0 User Guide for Magento 2.0 1 Table of Contents 1. INTRODUCTION

More information

QSCU Merchandise Store

QSCU Merchandise Store QSCU Merchandise Store Document Status: Final Report November 30th 2018 COSC 304 Team Members: Removed Table Of Contents 1. Introduction 2 1.1 Mission Statement 2 1.2 Purpose of Document 2 1.3 Executive

More information

COMPREHENSIVE LIST OF CASHLESS FAQs (GUESTS)

COMPREHENSIVE LIST OF CASHLESS FAQs (GUESTS) COMPREHENSIVE LIST OF CASHLESS FAQs (GUESTS) Credit Q. How do I top up my credit? You must create an account online and link your wristband to that account. You can also purchase your credit at the event

More information

The Registry of Fitness Professionals. Fitness Leader User Manual

The Registry of Fitness Professionals. Fitness Leader User Manual The Registry of Fitness Professionals Fitness Leader User Manual 1 Table of Contents Introduction... 4 A. SETUP AND OVERVIEW OF THE REGISTRY... 5 I. The Registry Home Page... 5 SEARCH THE REGISTRY...5

More information

MD Helicopters, Inc. On-line Publications Ordering Applications Guide

MD Helicopters, Inc. On-line Publications Ordering Applications Guide MD Helicopters, Inc. On-line Publications Ordering Applications Guide Welcome. This guide is provided to assist you in placing orders for Technical Publications using the new On-line Publications Order

More information

Using the Telstra T-Suite Management Console. Customer Administrator s Reference Manual

Using the Telstra T-Suite Management Console. Customer Administrator s Reference Manual Using the Telstra T-Suite Management Console Customer Administrator s Reference Manual June 2011 Registering With TMC Notice Pivot Path is a registered trademark of Jamcracker, Inc. Registered trademark

More information

Project Design T-Shirt Sale Website University of British Columbia Okanagan. COSC Fall 2017

Project Design T-Shirt Sale Website University of British Columbia Okanagan. COSC Fall 2017 Project Design T-Shirt Sale Website University of British Columbia Okanagan COSC 304 - Fall 2017 Version 2.0 Date: 10/28/2017 Table of Contents Table of Contents 1 Project Team/Contacts: 1 Introduction:

More information

Murrays Online Auction Portal (

Murrays Online Auction Portal ( Murrays Online Auction Portal (http://murraysonline.net/) Software User Manual (SUM) Ver. 1.0.2, Dated.13th Aug 2015 For MURRAY & CO., By Compucrafters India Private Limited 1 Abstract This document is

More information

Introduction. Requirements. Internet Connection Microsoft Windows 98 or above Microsoft Internet Explorer Version 5.5 or above

Introduction. Requirements. Internet Connection Microsoft Windows 98 or above Microsoft Internet Explorer Version 5.5 or above Ver 1.3 15/jun/2006 Table of Contents Introduction 3 Requirements 3 Registration 4 Login 4 Bidding 5 Placing a Bid 7 Confirmation of your Bid 7 Successful Bid 8 Unsuccessful Bid 9 Outbid Notice 9 Closing

More information

Online Permit Manager User Manual

Online Permit Manager User Manual City of Westminster Community Development Department Online Permit Manager User Manual A guide for using the online permitting system, etrakit City of Westminster Community Development Department 4800

More information

Supplier User Guide for AL Oracle isupplier

Supplier User Guide for AL Oracle isupplier Supplier User Guide for AL Oracle isupplier Version Date March 2017 TABLE OF CONTENTS Table of Contents... 2 OVERVIEW - ISUPPLIER... 4 Help & Support... 4 Definitions... 4 SYSTEM LOGIN & NAVIGATION...

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

emerge Help Document Table of Contents

emerge Help Document Table of Contents Table of Contents Logging Into emerge... 2 Navigation Bar... 3 Main Menu... 4 Creating a New Order... 6 Order Checklist... 6 Information... 7 Overview... 8 Geography... 9 List Select... 12 Demographics...

More information

emerge Help Document Table of Contents

emerge Help Document Table of Contents Table of Contents Logging Into emerge... 2 Navigation Bar... 3 Main Menu... 4 My Account... 6 My Information... 6 Manage Lists... 7 Manage Seeds... 8 Search/Add Suppress... 9 Update My Suppress... 10 Creating

More information

Staples Literature Process John Price, US Marketing Communications

Staples Literature Process John Price, US Marketing Communications 3M Renewable Energy Division Staples Literature Process John Price, US Marketing Communications 1 2014 3M. All Rights Reserved. 15 May Collateral Ordering Process If it s broke. FIX IT!! Process will go

More information

Rail Mall 4.0. User manual

Rail Mall 4.0. User manual Rail Mall 4.0 User manual siemens.com/railmall Table of content Rail Mall 4.0 At a glance 3 Search Options 5 Registration at Rail Mall 8 Order Process 11 Price and Material Request 17 Miscellaneous 19

More information

How do I purchase a membership for Third Age Learning - York Region?

How do I purchase a membership for Third Age Learning - York Region? 1. Go to our website www.talyr.ca 2. Once there, press the Join Us tab at the top of the page (see example page below). 3. Now that you are on the Join Us page, select which membership level you wish to

More information

Table of Contents. Buyer Functions Buyer Responsibilities: Create and submit orders for approval and manage personal profile and preferences.

Table of Contents. Buyer Functions Buyer Responsibilities: Create and submit orders for approval and manage personal profile and preferences. Table of Contents Buyer Functions Buyer Responsibilities: Create and submit orders for approval and manage personal profile and preferences. Web site Login Page # Login Process 3 Reset Password 4 Authorize

More information

Frooition Implementation guide

Frooition Implementation guide Frooition Implementation guide Version: 2.0 Updated: 14/12/2016 Contents Account Setup: 1. Software Checklist 2. Accessing the Frooition Software 3. Completing your Account Profile 4. Updating your Frooition

More information

IT322 Software Engineering I Student Textbook Exchange System Software Requirements Specification. Prepared by

IT322 Software Engineering I Student Textbook Exchange System Software Requirements Specification. Prepared by King Saud University College of Computer and Information Sciences Information Technology Department IT322 Software Engineering I Student Textbook Exchange System Software Requirements Specification Prepared

More information

Online Tutorials! Enhance your Experience. Registration & Logging In. Administration & Personal Information

Online Tutorials! Enhance your Experience. Registration & Logging In. Administration & Personal Information Enhance your Experience. Online Tutorials! Registration & Logging In Administration & Personal Information Bunker Auctions Pages & Navigation Creating an Auction The Process A A Registration & Logging

More information

Online Accounts Access Tour. Effective October 1, 2015

Online Accounts Access Tour. Effective October 1, 2015 Xenia Utility Billing Online Account Access Tour Page 1 Online Accounts Access Tour Effective October 1, 2015 To access your Xenia Utility account(s) online, you must create a User ID for your utility

More information

BANKVIC APP FREQUENTLY ASKED QUESTIONS

BANKVIC APP FREQUENTLY ASKED QUESTIONS BANKVIC APP FREQUENTLY ASKED QUESTIONS TABLE OF CONTENTS TABLE OF CONTENTS... 1 ABOUT THE BANKVIC APP... 2 GETTING STARTED... 3 SECURITY... 4 FEATURES & FUNCTIONALITY... 5 PAYMENTS & TRANSFERS... 6 CARD

More information

MSEDCL e-tendering Help-Contractor. MSEDCL e-tendering Contractor s Guide

MSEDCL e-tendering Help-Contractor. MSEDCL e-tendering Contractor s Guide MSEDCL e-tendering Contractor s Guide 1 Table Of Contents Getting Started... 3 Getting Started... 3 Understanding MSEDCL e-tendering System... 3 Logging in... 4 Messages... 5 Sending Reply... 5 Tenders...

More information

Empathy Parent Manual

Empathy Parent Manual Empathy Parent Manual www.itschools.co.za Contents Overview... 1 What is Empathy?... 1 How to Order Books... 1 Getting Started: Registration and Login... 1 Registration for New Users... 1 Account Creation...

More information

People. Processes. Integrating Globally.

People. Processes. Integrating Globally. People. Processes. Integrating Globally. Course: isupplier for Suppliers Table of Contents Table of Contents Course Introduction...4 L1: Vendor Registration... 6 Register for isupplier using SteelTrack

More information

Membership Mastery. Easily Create Your Own Membership Site Using WishList and Wordpress EXCLUSIVE CONTENT. by: Aidan Booth & Steve Clayton

Membership Mastery. Easily Create Your Own Membership Site Using WishList and Wordpress EXCLUSIVE CONTENT. by: Aidan Booth & Steve Clayton Membership Mastery Easily Create Your Own Membership Site Using WishList and Wordpress EXCLUSIVE CONTENT by: Aidan Booth & Steve Clayton WHY MEMBERSHIP SITES? 3 OPTIMIZEPRESS WORDPRESS THEME 3 INSTALLING

More information

Online & Mobile Banking Pilot

Online & Mobile Banking Pilot Online & Mobile Banking Pilot Welcome! Thank you for being a part of this important pilot program. As a participant, you will be an important part of test driving the experience before we release it to

More information

School Payment Portal. Parents Guide to Getting Started

School Payment Portal. Parents Guide to Getting Started School Payment Portal Parents Guide to Getting Started Contents Creating a New Account... 3 Logging into the School Payment Portal... 6 Site Logout... 7 Adding Students to Account... 8 Make a Cafeteria

More information

Your step-by-step instructions to getting started on ipage. Includes:

Your step-by-step instructions to getting started on ipage. Includes: Your step-by-step instructions to getting started on ipage. Includes: Ordering Setting up Selection Lists What's on ipage Managing Your Relationship with Spring Arbor Through ipage Welcome to ipage, Spring

More information

Hi this is Anna Jarrett, I am here to present today s Digital Cookie online training.

Hi this is Anna Jarrett, I am here to present today s Digital Cookie online training. Hi this is Anna Jarrett, I am here to present today s Digital Cookie online training. You will notice on the top right on most slides I have a page number referencing the Cookie Manual that you will receive

More information