B2C E-COMMERCE WEBSITE
|
|
|
- Austin Norris
- 10 years ago
- Views:
Transcription
1 B2C E-COMMERCE WEBSITE Boboila Cristea University of Craiova Faculty of Mathematics and Computer Science Savulea Dorel University of Craiova Faculty of Mathematics and Computer Science The World Wide Web represents a new frontier towards a global industry, leading the way for new businesses. Commerce now deals with a whole different concept: electronic commerce (e-commerce). This kind of commerce provides new means for a large variety of products to reach different markets across the world. This application was designed and implemented for a hypothetical firm called Oxygen, in order to supply a manageable website for online selling, thus reaching new customers in a whole new target market. The website has an appealing interface and allows clients from across the globe to view the company s products and buy them using cash on delivery or a credit card. The application has an administration module, permitting the owner of the shop to easily add or delete items, and to review orders. Keywords: E-Commerce, World Wide Web, Websites, Apache HTTP Server, Databases JEL Classification: A12, F15, M21 1 Introduction The application is intended to provide an online shop for a hypothetical firm Oxygen. However, there is no restriction regarding the products sold. The owner has the possibility of adding anything he wants, from small objects, like pens, to large ones, like a LCD TV. The app administrator can insert or remove item categories. Each category may have other subcategories, thus the task of grouping the items becomes easier and well-structured. For this application I have used the Apache HTTP Server, MySQL for working with the database and PHP as the server side script in order to provide dynamic content (Welling & Thomson, 2001). MySQL is currently the most used DMBS (Database Management System) online, being very simple to use in terms of manipulating information onto a relational schema (Timofte, 2002). 2 Website Database 2.1 Database Diagram The database is called magazin and consists of eight tables. We can observe in the next figure the database diagram. 2.2 Tables Description Table users - this table contains information regarding a client that has registered into the system. It stores a unique username, a password for the account, a unique address and also the address of the client. The client has the facility of paying for an order with a credit card. This sort of information is also stored in this table (Macklup, 1991). Table recuperari - this table contains two fields. One field represents the address of a customer that had forgotten his/her password and the other a key generated by the application in order to check that the solicitant of the new password is indeed an actual client. This key will be sent to that address. If the client responds to the with the key, the system will generate a password and send it to the user (Odlyzko, 2001). 892
2 produse_spec pid specificatie valoare categorii cid imagine parinte numecategorie admin * recuperari cheie produse * pid cid producator numeprodus pret imagine descriere users * pass nume prenume tara oras judet adresa codp telefon fax nrcc tipcc exp Figure 1: Database Diagram comenzi_produse * idc pret cantitate total numeprodus comenzi idc data status modplata total motiv Table admin - we can observe in Figure 1 that there is only one field. The purpose of this table is to indicate which of the users from the table users has administration rights.an administrator can add/delete new items or view/accept/reject orders made by users. Table produse_spec - this table contains product specifications for a product. Every product can have none or many specs, which are stored in this table. Table comenzi - a user can place as many orders as he likes. An order is stored here, with info like the user who made it, the date of the order, the total price and payment option. The order has a status. When placed, a new order has the status pending. After it has been reviewed by the administrator it can have the status approved or rejected in which case we will store in this table the reason for the denial of the order, to later present it to the user. Table categorii - in order for the shop to be well-structured, we have to organize the items into categories. Each category can have products or many subcategories with products. Table comenzi_produse - this table stores information concerning to the product that correspond with a certain order (Roşu-Hamzescu, Mitu, 2001). 3 Structural Design 3.1 Website Module Interaction Diagram The application has two main modules: the user interface module and the administration module. These modules depend on the existence of the database magazin. In Figure 2 we can observe the interaction between the modules, regarding the DB (Loshin & Vacca, 2004). 893
3 Figure 2: Module Interaction Diagram 3.2 User Interface Module Prospect This module consists of many PHP modules (Năstase, Năstase, 2002). There are a few modules that are stored in a separate directory, INC. All off these are included in the rest of the interface. We will explain the modules first: Module sus.php - this module is responsible for supplying the header for the other modules in the user interface. It displays the Oxygen logo and links to the contact and how to buy page. Module jos.php - this module simply displays in all the modules the footer (the copyright to be more specific). Module login.php - if the user inputs in the login form a correct combination of username and password, the login form is substituted with account options links (logout, order history, account details and to change password). This operation logs in the user into the system. Module cosdecumparaturi.php - I implemented here a class that symbolizes a shopping cart. This class will be used to store information on the products that the customer wants to buy. It provides methods for adding, deleting and manipulating the quantity of a product. It will store data like the products ids, their price and quantities. Module util.php - this module is the most important module of the application. It contains definitions of functions that fully interact with the DB. Functions for logging in, checking if a user is logged and logging out are implemented here. There are also all the functions needed to manipulate information from the database, including functions that are needed by the administration module. The modules that deal with the actual user interface are stored in the root directory. Their functionality is based on the util.php and cosdecumparaturi.php modules. We will explain them next: Module index.php - this module displays shopping cart overview with two buttons that can redirect to the shopping cart manipulation module and one that can empty the cart, the catalog that contains the main categories, a login form or account options if the user is correctly logged into the system, and at last two buttons for creating a new user and for retrieving a forgotten password. These are present in the rest of the modules, though there are some exceptions. As we will present other modules it will be specified if any of these aren t the same. Module logout.php - after a user is done with his actions, he can log out of the system using the logout link. Module catalog.php - when a user clicks on a main category he will be redirected to this catalog module. The category s picture is shown. If the category contains products, they will be displayed along with a link to the produs.php module and add to cart button; if there are subcategories they will be displayed along with the picture and number of products contained. A subcategory becomes a category when it is clicked. Module produs.php - When a product link is clicked, this module is responsible to output the product information stored in the database and a button for adding the product into the shopping cart. Module cosulmeu.php - a user can modify the content of the basket. He can remove or change the quantities of a product. This page displays a schema for the operations needed to complete an order. The client can go back to shopping or he can continue the order process. Module comanda.php - this is the second in the order process after viewing the cart items. This module is only accessible if the user has successfully logged in. If so, the shopping cart content is showed alongside with a button 894
4 that links to the cart manipulation module, the address of delivery with a button that links to the account details manipulation module and a form for choosing the payment option. Module plaseazacomanda.php - accessible only from the comanda.php module, this is responsible for adding a new order into the database, in compliance with the shopping cart content. Module contulmeu.php - a client can modify his details here, for example if he wants to change the delivery address or to add a credit card. This is accessible only if the client has successfully logged in. Module comenzi.php - a client can view the details of his order here. He can see the actual orders or the ones he has completed in the past. If an order is denied, he can see the reason here and try to remedy the problem. Further he can reconfirm the order using the module reconfirmare.php or cancel it using anuleaza.php, both of these being available through links. This is accessible only if the client has successfully logged in. Module schimbaparola.php - a client can change his account password if he wishes. This is accessible only if the client has successfully logged in. Module register.php - a new client can browse the catalog and add products to the shopping basket. If he wants to place the order but he doesn t have an account he can click the link for creating one, thus leading to this module. There is a form that has to be completed with personal information, choosing a username and password and providing his . Optionally he can add a credit card to his account for online purchasing. 3.3 Administration Module Prospect The PHP modules needed for the administration are stored in a separate directory ADMIN. The administrator can reach this module simply by specifying the path to this directory in the URL (ex.: oxygen.ro/admin). Many of the modules just perform an action to update the database and then return to modules that also display information (Kleinberg & Lawrence, 2001). Module index.php - this module displays a login form. If the user has successfully logged in and his username can be found in the admin table, then he is redirected to the admin.php module. Module admin.php - this module outputs the number of products, categories, subcategories, users and orders. There is also a menu with links to the products, users and orders manipulation modules. Module produse.php the admin can see a list of the main categories alongside with the subcategories, that can be selected and deleted using the module delc.php. Here the administrator can specify a new category name and a picture for it, and using addc.php he can add the new category. Clicking on a category leads to the same module, but there are other options like adding a subcategory (addc.php) or adding/modifying/deleting (produs.php/addp.php/delp.php). Module produs.php - a product can be modified. This module displays the product information which can be modified and updated using the PHP module actualizeaza.php. Specification can also be inserted here. Module users.php - this module displays the list of users, and the possibility of deleting them using the module delu.php. Also, it is specified if the user has a credit card and if he has any orders. Module comenzi.php - this module displays the orders grouped into pending, confirmed and denied. Clicking on the edit button will let the administrator use the detaliicomanda.php module, responsible for outputting the order details. Module detaliicomanda.php - an order is shown here. The administrator cans approve/deny/ /delete an order using confirma.php/refuza.php/sterge.php. When an order is denied the administrator can specify the reason why it was denied. When the user click on the order details in his account he can see the reason and try to remediate the problem if he wishes, or to cancel the order. Module logout.php - this module logs out the administrator from the administration area, redirecting him to the index.php module located in the root directory. 3.4 Install Note Copy the application files into the htdcos directory. Using the phpmyadmin application, the database magazine must be created. In the SQL directory there can be found a text file containing the structure of the database in SQL language. Thus, the database can be up and running in no time (Timofte, 2002). After the query, the administrator must visit the page and use the register.php module to create the administrator account. He must specify the username admin. 4 Conclusion Computers, communication networks, and a wide variety of newer, rapidly developing technologies are increasingly important ways in which individuals, companies, and organizations of all kinds conduct business (Boboila, 2007). These technological changes present challenges that must be faced not only by technologists but also by lawyers, policy-makers, economists, entrepreneurs, ethicists, and other stakeholders. Potential topics to be addressed from both technical and non-technical points of view include but are not limited to: internet bussiness 895
5 management; web searching, as a technology and as a business; B2B, B2C, and C2C technology and business models (Camp, 2000). 5 References - Boboila C.: Medii de afaceri pe Internet, Ed. Sitech, Craiova, Camp J., Trust and Risk in Internet Commerce, MIT Press, Kleinberg J. & Lawrence S., The structure of the Web, Science magazine, Nov Loshin, P. & Vacca, John R., Electronic Commerce, 4th Ed., Charles River Media, Inc., Macklup, F., International Payment, Ed. MacMillan Publishing, New-York, Năstase F., Năstase P., Tehnologia aplicațiilor web, Editura Economică, Odlyzko A., The Myth of Internet Time, New York Times, Roşu-Hamzescu I., Mitu A., Comerțul electronic la sfârşit de secol şi început de mileniu, Editura Mondo-Ec., Craiova, Timofte C., Baze de date pentru comerț electronic pe Internet, Ed. Oscar Print, Welling L. & Thomson L., PHP and MySQL Web Development, Ed. Sams,
Online shopping store
Online shopping store 1. Research projects: A physical shop can only serves the people locally. An online shopping store can resolve the geometrical boundary faced by the physical shop. It has other advantages,
Shop by Manufacturer Custom Module for Magento
Shop by Manufacturer Custom Module for Magento TABLE OF CONTENTS Table of Contents Table Of Contents... 2 1. INTRODUCTION... 3 2. Overview...3 3. Requirements... 3 4. Features... 4 4.1 Features accessible
Western Kentucky University s Promotional Product Web Store. User Guide
Western Kentucky University s Promotional Product Web Store User Guide e0001df 07/01/2010 Guy Brown Promotional s Web Store User Guide This user guide was created to help make your web store experience
Create e-commerce website Opencart. Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo.
Create e-commerce website Opencart Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : [email protected] Create e-commerce website Opencart What is opencart? Opencart
HowTo. Planning table online
HowTo Project: Description: Planning table online Installation Version: 1.0 Date: 04.09.2008 Short description: With this document you will get information how to install the online planning table on your
Shopping Cart Add-On Help. for. Price Comparison Script. April 9, 2015
Shopping Cart Add-On Help for Price Comparison Script Last Updated On: April 9, 2015 What is Shopping Cart Add-On? With the shopping cart add-on, merchants on your price comparison website will be able
MySQL Manager. User Guide. July 2012
July 2012 MySQL Manager User Guide Welcome to AT&T Website Solutions SM We are focused on providing you the very best web hosting service including all the tools necessary to establish and maintain a successful
Web Hosting Control Panel Guide
Web Hosting Control Panel Guide 10/17/2014 CONTENTS Login URL 2 Domains List 3 Control Panel 4 Database Management 5 FTP Management 7 TelePacific s Web Hosting Control Panel is designed to enhance your
Reseller Panel Step-by-Step Guide
1. Legal notice setup. Alternative language setup. Enter legal notice as text. Enter legal notice as link 2. ResellerPanel design. Edit colors and layout. Edit themes and icons 3. Create a new customer.
MyanPay API Integration with Magento CMS
2014 MyanPay API Integration with Magento CMS MyanPay Myanmar Soft Gate Technology Co, Ltd. 1/1/2014 MyanPay API Integration with Magento CMS 1 MyanPay API Integration with Magento CMS MyanPay API Generating
equate Installation QUICK START GUIDE
equate Installation QUICK START GUIDE CONTENTS 1 Before You Begin 2 Server Installation 3 Server Configuration 3a Connecting to VirtueMart / Prestashop 4 Client Installation (Windows) 5 Client Installation
Welcome to Collage (Draft v0.1)
Welcome to Collage (Draft v0.1) Table of Contents Welcome to Collage (Draft v0.1)... 1 Table of Contents... 1 Overview... 2 What is Collage?... 3 Getting started... 4 Searching for Images in Collage...
SHOPPING APPLICATION FOR E-COMMERCE
ABSTRACT: SHOPPING APPLICATION FOR E-COMMERCE Rohini V, Ancy Merlyn D Souza, Sachin Giriyappanavar, Sharun Mathew Department of Computer Science, Christ University, Bengaluru E-commerce is an alternative
Expresso Quick Install
Expresso Quick Install 1. Considerations 2. Basic requirements to install 3. Install 4. Expresso set up 5. Registering users 6. Expresso first access 7. Uninstall 8. Reinstall 1. Considerations Before
E-Commerce Installation and Configuration Guide
E-Commerce Installation and Configuration Guide Rev: 2012-02-17 Sitecore E-Commerce Services 1.2 E-Commerce Installation and Configuration Guide A developer's guide to installing and configuring Sitecore
pset 7: C$50 Finance Zamyla Chan [email protected]
pset 7: C$50 Finance Zamyla Chan [email protected] Toolbox permissions HTML PHP SQL permissions use chmod in the Terminal to change permissions of files and folders chmod a+x folder folder executable by
Project Databases Report
Project Databases Report Pizzeria Ordering System Teachers : Assistant: Jos de Bruin Dr. Hamideh Afsarmanesh Simon Msanjila Students: Tyrone Vriesde [email protected] 0588067 Tony Cheong [email protected]
Active Directory Integration for Greentree
App Number: 010044 Active Directory Integration for Greentree Last Updated 14 th February 2013 Powered by: AppsForGreentree.com 2013 1 Table of Contents Features... 3 Options... 3 Important Notes... 3
Site Store Pro. INSTALLATION GUIDE WPCartPro Wordpress Plugin Version
Site Store Pro INSTALLATION GUIDE WPCartPro Wordpress Plugin Version WPCARTPRO INTRODUCTION 2 SYSTEM REQUIREMENTS 4 DOWNLOAD YOUR WPCARTPRO VERSION 5 EXTRACT THE FOLDERS FROM THE ZIP FILE TO A DIRECTORY
E-Commerce User Instructions
E-Commerce User Instructions Oxarc s E-Commerce system provides the following functions via the Internet: purchase any products that we sell. request special products that we don t normally stock. create
CSCI110 Exercise 4: Database - MySQL
CSCI110 Exercise 4: Database - MySQL The exercise This exercise is to be completed in the laboratory and your completed work is to be shown to the laboratory tutor. The work should be done in week-8 but
E-Commerce Installation and Configuration Guide
E-Commerce Installation and Configuration Guide Rev: 2011-05-19 Sitecore E-Commerce Fundamental Edition 1.1 E-Commerce Installation and Configuration Guide A developer's guide to installing and configuring
Frequently Asked Questions (FAQ)
Frequently Asked Questions (FAQ) (click header to jump to the section of your choice) HOW DO I REGISTER FOR AN ACCOUNT? HOW DO I CHANGE MY PASSWORD? WHY SHOULD I REGISTER FOR AN ACCOUNT? HOW CAN I SET
Trytond Magento Documentation
Trytond Magento Documentation Release 3.4.11.0 Openlabs Technologies & Consulting (P) Limited June 23, 2015 Contents 1 Introduction 3 2 Installation 5 2.1 Installation of Magento Core API extension...............................
Software Requirement Specification For Flea Market System
Software Requirement Specification For Flea Market System By Ilya Verlinsky, Alexander Sarkisyan, Ambartsum Keshishyan, Igor Gleyser, Andrey Ishuninov 1 INTRODUCTION 1.1 Purpose 1.1.1 Purpose of SRS document
Designing and Implementing an Online Bookstore Website
KEMI-TORNIO UNIVERSITY OF APPLIED SCIENCES TECHNOLOGY Cha Li Designing and Implementing an Online Bookstore Website The Bachelor s Thesis Information Technology programme Kemi 2011 Cha Li BACHELOR S THESIS
Magento Handbook. Client Name. [email protected] 0800 033 7074 1
Magento Handbook Client Name [email protected] 0800 033 7074 1 Content 1. What is Magento? 3 2. Logging in 4 Your Login Information 4 The Magento Dashboard 4 3. Understanding Products 5 Simple Products
KEGEL S PRODUCE ONLINE ORDERING USER GUIDE MARCH 2015 ONLINE ORDERING GUIDE FOR
KEGEL S PRODUCE ONLINE ORDERING USER GUIDE MARCH 2015 ONLINE ORDERING GUIDE FOR USERNAME PASSWORD To get to the main E-Commerce login page, follow the login instructions from the Kegel's Produce site OR
Installing buzztouch Self Hosted
Installing buzztouch Self Hosted This step-by-step document assumes you have downloaded the buzztouch self hosted software and operate your own website powered by Linux, Apache, MySQL and PHP (LAMP Stack).
shweclassifieds v 3.3 Php Classifieds Script (Joomla Extension) User Manual (Revision 2.0)
shweclassifieds v 3.3 Php Classifieds Script (Joomla Extension) User Manual (Revision 2.0) Contents Installation Procedure... 4 What is in the zip file?... 4 Installing from Extension Manager... 6 Updating
SYSTEM DEVELOPMENT AND IMPLEMENTATION
CHAPTER 6 SYSTEM DEVELOPMENT AND IMPLEMENTATION 6.0 Introduction This chapter discusses about the development and implementation process of EPUM web-based system. The process is based on the system design
Cloud Elements ecommerce Hub Provisioning Guide API Version 2.0 BETA
Cloud Elements ecommerce Hub Provisioning Guide API Version 2.0 BETA Page 1 Introduction The ecommerce Hub provides a uniform API to allow applications to use various endpoints such as Shopify. The following
GEPL Capital Mobile Trading App
GEPL Capital Mobile Trading App User Manual Version 2.2.0.0 Document Information DOCUMENT CONTROL INFORMATION AUTHOR GULZAR KHOPATKAR DOCUMENT MOBILE APPLICATIONS VERSION 2.2.0.0 www.geplcapital.com Page
Build it with Drupal 8
Build it with Drupal 8 Comprehensive guide for building common websites in Drupal 8. No programming knowledge required! Antonio Torres This book is for sale at http://leanpub.com/drupal-8-book This version
Installing CPV Lab Version 2.17
Installing CPV Lab Version 2.17 END-USER LICENSE AGREEMENT ( EULA ) FOR CPV LAB This End-User License Agreement ("EULA") pertains to the CPV Lab product (called Software" in this Agreement). Read the terms
IntelliPay Billpay Application Documentation
IntelliPay Billpay Application Documentation Contents Billpay Introduction First Time Payment (With username and password) First Time Payment (Without username and password) Returning Customer Introduction:
You will see several shopping options in the ordering screen. You may choose any shopping method to add items to your shopping cart.
www.officemaxsolutions.com Ordering Guide 1. Login at www.officemaxsolutions.com Enter your Username and Password. Then click on the login button 2. Create New Order To start your order, choose Create
nopcommerce User Guide
nopcommerce User Guide Open source ecommerce solution Version 1.90 Copyright Notice Information in this document, including URL and other Internet Web site references, is subject to change without notice.
AJ Shopping Cart. Administration Manual
AJ Shopping Cart Administration Manual AJ Square Consultancy Services (p) Ltd., The Lord's Garden, #1-12, Vilacheri Main Road, Vilacheri, Madurai-625 006.TN.INDIA, Ph:+91-452-2485553, 2485554. Fax : 2484600
TIMETABLE ADMINISTRATOR S MANUAL
2015 TIMETABLE ADMINISTRATOR S MANUAL Software Version 5.0 BY GEOFFPARTRIDGE.NET TABLE OF CONTENTS TOPIC PAGE 1) INTRODUCTION 1 2) TIMETABLE SPECIFICATIONS 1 3) SOFTWARE REQUIRED 1 a. Intranet Server (XAMPP
CAL Store Quick Reference Guide
CAL Store Quick Reference Guide CAL has partnered with a company that specializes in providing support services with the goal of enhancing online security and our order management and fulfillment services
NTT Web Hosting Service [User Manual]
User Version 0.11 August 22, 2014 NTT Web Hosting Service [User Manual] Presented By: OAM Linux A NTT Communications (Thailand) CO., LTD. Table of Contents NTT Web Hosting Service [User Manual] 1 General...
Tully-Wihr Online User Guide
Tully-Wihr Online User Guide Version 2.1 Revised 7/06/2011 Questions: [email protected] Contents Tully-Wihr s Web Page / Login...3 New User Registration...4 Shipping Specifications...5 Search Features...6-7
Web Work Module 11.6. User s Guide
Web Work Module 11.6 User s Guide COPYRIGHT Copyright 2000 2005 MainSaver Software. All rights reserved. No part of this document may be copied or distributed, transmitted, transcribed, stored in a retrieval
User Guide. From Getting Started... To Getting More From Your Store. Magento Community Revised, Expanded, and Updated for Magento Community v1.
User Guide From Getting Started... To Getting More From Your Store Magento Community Revised, Expanded, and Updated for Magento Community v1.7 Important Notice Magento reserves the right to make corrections,
POEMS Trading Platform (CFD)
POEMS Trading Platform (CFD) Home User Guide Content Page 1. General Information o 1.1 Introduction o 1.2 Benefit of POEMS Mobile o 1.3 System Overview o 1.4 Help Desk 2. Getting Started o 2.1 Login o
FireBLAST Email Marketing Solution v2
Installation Guide WELCOME to fireblast, one of the Industry s leading Email Marketing Software Solutions for your business. Whether you are creating a small email campaign, or you are looking to upgrade
HELP DESK MANUAL INSTALLATION GUIDE
Help Desk 6.5 Manual Installation Guide HELP DESK MANUAL INSTALLATION GUIDE Version 6.5 MS SQL (SQL Server), My SQL, and MS Access Help Desk 6.5 Page 1 Valid as of: 1/15/2008 Help Desk 6.5 Manual Installation
FOR PARALLELS / PLESK PANEL
WEB2CS INSTALLATION GUIDE FOR PARALLELS / PLESK PANEL HTTP://WWW.XANDMAIL.COM XandMail 32, rue de Cambrai 75019 PARIS - FRANCE Tel : +33 (0)1 40 388 700 - http://www.xandmail.com TABLE OF CONTENTS 1. INSTALLING
Getting Started with Dynamic Web Sites
PHP Tutorial 1 Getting Started with Dynamic Web Sites Setting Up Your Computer To follow this tutorial, you ll need to have PHP, MySQL and a Web server up and running on your computer. This will be your
Creating a generic user-password application profile
Chapter 4 Creating a generic user-password application profile Overview If you d like to add applications that aren t in our Samsung KNOX EMM App Catalog, you can create custom application profiles using
Jackson Systems E-commerce Guide
Accessing E-commerce To access the e-commerce feature, go to jacksonsystems.com and click on Contractor Login in the upper right hand corner. If you do not have a username and password, you can request
E-commerce Website Manual
E-commerce Version 2, July 2014 800 Viewfield Road Victoria, BC V9A 4V1 Local: (250) 384-0565 Toll Free: 1-800-735-3433 [email protected] [email protected] Monk Office s new e-commerce site is your personalized
USING MYWEBSQL FIGURE 1: FIRST AUTHENTICATION LAYER (ENTER YOUR REGULAR SIMMONS USERNAME AND PASSWORD)
USING MYWEBSQL MyWebSQL is a database web administration tool that will be used during LIS 458 & CS 333. This document will provide the basic steps for you to become familiar with the application. 1. To
USERS MANUAL FOR OWL A DOCUMENT REPOSITORY SYSTEM
USERS MANUAL FOR OWL A DOCUMENT REPOSITORY SYSTEM User Manual Table of Contents Introducing OWL...3 Starting to use Owl...4 The Logging in page...4 Using the browser...6 Folder structure...6 Title Bar...6
How To Use Webmail. Guiding you through the Universities online email
How To Use Webmail Guiding you through the Universities online email Table of Contents LOGGING ON...2 VIEWING MESSAGES...2 SENDING A MESSAGE...3 Using the University s Address Book...3 To send a message
CHARGE Anywhere Universal Shopping Cart
CHARGE Anywhere Universal Shopping Cart Version: v1.0.1 Prepared for: CHARGE Anywhere 4041B Hadley Rd South Plainfield, NJ 07080 Phone: + 1 (800)211-1256 Fax: + 1 (732) 417-4448 I. Introduction... 3 II.
SOA Software API Gateway Appliance 7.1.x Administration Guide
SOA Software API Gateway Appliance 7.1.x Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names,
GSPAY Merchant Manual
GSPAY Merchant Manual Version 1.6.2 Last Updated: 4 March 2013 All material contained herein is Copyright GSPAY LIMITED. Please report any errors or omissions in this documentation to the GSPAY support
Official Amazon Checkout Extension for Magento Commerce. Documentation
Official Amazon Checkout Extension for Magento Commerce Documentation 1. Introduction This extension provides official integration of your Magento store with Inline Checkout by Amazon service. Checkout
LABSHEET 1: creating a table, primary keys and data types
LABSHEET 1: creating a table, primary keys and data types Before you begin, you may want to take a look at the following links to remind yourself of the basics of MySQL and the SQL language. MySQL 5.7
User Guide and Tutorial Central Stores Online Ordering System. Central Stores Financial Services Western Washington University
User Guide and Tutorial Central Stores Online Ordering System Central Stores Financial Services Western Washington University TABLE OF CONTENTS 1. Introduction... Page 3 2. Finding and Logging into Central
91.527 - Human Computer Interaction Final Project Tutorial. Hardware Inventory Management System (HIMS) By M. Michael Nourai
91.527 - Human Computer Interaction Final Project Tutorial Hardware Inventory Management System (HIMS) By Table of Contents Introduction... 3 Running HIMS... 3 Successful Login to HIMS... 4 HIMS Main Screen...
Marketplace Plug-in User Guide
Marketplace Plug-in User Guide A guide to using Marketplace plug-in interface Last Updated: September 30, 2014 Version 1.0 2013-2004 Cybage. All rights reserved. The information contained in this document
Kittys School Management System
Management Module: Login Module: In this module site admin can be able to login by using their unique username and password. Add Section and Standard: Subject: Syllabus: Inbox: i. Admin can add the Standard
Managing your Joomla! 3 Content Management System (CMS) Website Websites For Small Business
2015 Managing your Joomla! 3 Content Management System (CMS) Website Websites For Small Business This manual will take you through all the areas that you are likely to use in order to maintain, update
Authentication Methods
Authentication Methods Overview In addition to the OU Campus-managed authentication system, OU Campus supports LDAP, CAS, and Shibboleth authentication methods. LDAP users can be configured through the
Avactis Shopping Cart Manual
Avactis Shopping Cart Manual 2 Avactis Shopping Cart Manual Table of Contents Chapter I 7 Welcome to Avactis 1.8.2 9 Chapter II Getting Started Guide Chapter III Avactis Shopping Cart Installation 13 Chapter
Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning
Livezilla How to Install on Shared Hosting By: Jon Manning This is an easy to follow tutorial on how to install Livezilla 3.2.0.2 live chat program on a linux shared hosting server using cpanel, linux
SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME
SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME This document is organized as follows: Chater I. Install ma_sahara_digital8 template Chapter II. Features and elements of the template Chapter III. List of extensions
WordPress Security Scan Configuration
WordPress Security Scan Configuration To configure the - WordPress Security Scan - plugin in your WordPress driven Blog, login to WordPress as administrator, by simply entering the url_of_your_website/wp-admin
Super Resellers // Getting Started Guide. Getting Started Guide. Super Resellers. AKJZNAzsqknsxxkjnsjx Getting Started Guide Page 1
Getting Started Guide Super Resellers Getting Started Guide Page 1 Getting Started Guide: Super Resellers Version 2.1 (1.6.2012) Copyright 2012 All rights reserved. Distribution of this work or derivative
DreamFactory on Microsoft SQL Azure
DreamFactory on Microsoft SQL Azure Account Setup and Installation Guide For general information about the Azure platform, go to http://www.microsoft.com/windowsazure/. For general information about the
Consagous Technologies Pvt Ltd, 2014
Consagous Technologies Pvt Ltd, 2014 B2C-B2B Website Development Plan Version 1.0 Revision History Date Version Description Author 16/Sep/2014 1.0 Initial draft Jay Shah Table of Contents Part -1DESIGN
Uni Sales Analysis CRM Extension for Sage Accpac ERP 5.5
SAGE ACCPAC OPTIONS Sage Accpac Options Uni Sales Analysis CRM Extension for Sage Accpac ERP 5.5 User Guide 2008 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and all Sage
Terminal Four. Content Management System. Moderator Access
Terminal Four Content Management System Moderator Access Terminal Four is a content management system that will easily allow users to manage their college web pages at anytime, anywhere. The system is
MortgageCEO In-Depth Walkthrough
MortgageCEO In-Depth Walkthrough Overview MortgageCEO is a CRM and marketing tool provided to you for FREE by corporate Cloud-based platform All LOs have a website they can use The URL is usually www.afncorp.com/yourname
CHEXpedite - Online Electronic Check (OEC) (Online Payment Option Internet Check) User s Guide and Technical Specifications
- ELECTRONIC PAYMENT SOLUTIONS CHEXpedite - Online Electronic Check (OEC) (Online Payment Option Internet Check) User s Guide and Technical Specifications Version 1.3 NBDS, Inc. 6707 Brentwood Stair Rd.
Gravity Forms: Creating a Form
Gravity Forms: Creating a Form 1. To create a Gravity Form, you must be logged in as an Administrator. This is accomplished by going to http://your_url/wp- login.php. 2. On the login screen, enter your
Vision Document Airline Reservation System
Vision Document Airline Reservation System Submitted in partial fulfillment of the requirements of the degree of Master of Software Engineering Kaavya Kuppa CIS 895 MSE Project Department of Computing
Product Name: ANZ egate Connect Version: 2.1.9 Document Type: Help doc Author: Milople Inc.
Product Name: ANZ egate Connect Version: 2.1.9 Document Type: Help doc Author: Milople Inc. https://www.milople.com/magento-extensions/anz-egate-connect.html Table of Content 1. Installation and Un-installation
OxyClassifieds Installation Handbook
OxyClassifieds Installation Handbook OxyClassifieds Team Email: [email protected] Web: http://www.oxyclassifieds.com OxyClassifieds Installation Handbook by OxyClassifieds Team Copyright 2006-2011
How To Shop In Yomart
Yo-Mart Training Manual Requestor/Shopper Login url: http://www.appleap.appstate.edu/yomart_home.html You may also access Yo Mart on the Appleap website by clicking on System Access and then Yo Mart Shopping.
Content Management System
Content Management System XT-CMS INSTALL GUIDE Requirements The cms runs on PHP so the host/server it is intended to be run on should ideally be linux based with PHP 4.3 or above. A fresh install requires
Criminal Justice Social Work Community of Practice Subscription, registration and login manual
Criminal Justice Social Work Community of Practice Subscription, registration and login manual Version: concept 08102014 Introduction Before you can access the Criminal Justice Social Work - Community
ConvincingMail.com Email Marketing Solution Manual. Contents
1 ConvincingMail.com Email Marketing Solution Manual Contents Overview 3 Welcome to ConvincingMail World 3 System Requirements 3 Server Requirements 3 Client Requirements 3 Edition differences 3 Which
We begin with a number of definitions, and follow through to the conclusion of the installation.
Owl-Hosted Server Version 0.9x HOW TO Set up Owl using cpanel Introduction Much of the documentation for the installation of Owl Intranet Knowledgebase assumes a knowledge of servers, and that the installation
Acclipse Document Manager
Acclipse Document Manager Administration Guide Edition 22.11.2010 Acclipse NZ Ltd Acclipse Pty Ltd PO Box 2869 PO Box 690 Level 3, 10 Oxford Tce Suite 15/40 Montclair Avenue Christchurch, New Zealand Glen
USER GUIDE - May 2010
USER GUIDE - May 2010 Login...2 Browse.................................................................. 3 By Product Type By Manufacturer Search....4 By Keyword Via Quick Find Via Quick Order Search Results
VIP Help Desk Web Application User Guide Version 3.0
1 VIP Help Desk Web Application User Guide Version 3.0 2 Table of Contents-... New Features of VIP Help Desk 3.0 New features of Admin panel New features of Operator panel New features of User panel How
System Administration and Log Management
CHAPTER 6 System Overview System Administration and Log Management Users must have sufficient access rights, or permission levels, to perform any operations on network elements (the devices, such as routers,
InstantSearch+ for Magento Extension
InstantSearch+ for Magento Extension Troubleshooting Guide- version 2.1.1 1. Sync status on the InstantSearch+ Dashboard Go to http://magento.instantsearchplus.com/login Login using the username/password
Interworks Cloud Platform & CloudPortal Integration
Interworks S.A Interworks Cloud Platform & CloudPortal Integration Getting Started Guide Published: March, 2014 Page 1 of 75 This document contains information proprietary to Interworks S.A. and its receipt
Recruitment Management System (RMS) User Manual
Recruitment Management System (RMS) User Manual Contents Chapter 1 What is Recruitment Management System (RMS)? 2 Chapter 2 Login/ Logout RMS Chapter 3 Post Jobs Chapter 4 Manage Jobs Chapter 5 Manage
