MakersInstitute Open edx Extension

Size: px
Start display at page:

Download "MakersInstitute Open edx Extension"

Transcription

1 Software Requirements Specification for MakersInstitute Open edx Extension Version 0.1 Prepared by Nurul Arif Setiawan Makers Institute July 31, 2015

2 Table of Contents Introduction Purpose Document Conventions Intended Audience and Reading Suggestions Product Scope References Overall Description Product Perspective Product Functions User Classes and Characteristics Operating Environment Design and Implementation Constraints User Documentation Assumptions and Dependencies External Interface Requirements User Interfaces Hardware Interfaces Software Interfaces Communications Interfaces System Features [Open edx] Checkout with Veritrans as credit card processor [Open edx] Checkout with bank debit using Veritrans [Open edx] Checkout with manual bank transfer [Open edx] Redeem voucher [Open edx] Helpdesk SSO [Open edx] Purchase history [Admin Dashboard] Admin sign in [Admin Dashboard] Admin menus and ACL (Access Control List) [Admin Dashboard] Admin user management [Admin Dashboard] Makers Institute Statistics dashboard [Admin Dashboard] Manage users [Admin Dashboard] Manage staffs [Admin Dashboard] Manage courses [Admin Dashboard] Manage payment [Admin Dashboard] Manage voucher [Admin Dashboard] Audit trail [Admin Dashboard] Update admin profile Other Nonfunctional Requirements Performance Requirements Safety Requirements Security Requirements Software Quality Attributes

3 Business Rules Other Requirements

4 Revision History Name Date Reason For Changes Version Nurul Arif Setiawan August 9, 2015 Initial version 0.1

5 1. Introduction 1.1 Purpose Makers Institute is a online courses provider aim to provide a selective, intensive and highest quality of computer science education both online and in the classroom. Our platform will be based on Open edx ( ) which power edx ( ) and many others online learning course. Makers Institute would like to customize and extend Open edx platform for Indonesia market. This document will specify functional and nonfunctional requirements for Open edx extension. 1.2 Document Conventions 1.3 Intended Audience and Reading Suggestions This document is intended for developers, project managers, testers, and documentation writers. 1.4 Product Scope Makers Institute is a online courses provider aim to provide a selective, intensive and highest quality of computer science education both online and in the classroom. 1.5 References

6 2. Overall Description 2.1 Product Perspective Below is latest Open edx architecture Makers Institute Open edx extension is shown below

7 Open edx extension that are part of this documents are: 1. More payment options 2. Admin dashboard 3. Open edx as SAML provider for Happyfox SSO (Single Sign on) Makers Institute website is based on Open edx. The extension should use the same underlying technology as Open edx and follow Open edx convention and standard. This include the User Interface and User Experience. 2.2 Product Functions This section outlined high level detail of Open edx extension for Makers Institute. details of each functions will be given in Section 4 (System Features) More payment options Currently Open edx support Credit Card via cybersource ( ) and Paypal ( ). We will add another method of payments:

8 1. Use Veritrans ( as Credit card processor. 2. Use Veritrans to process payment using Bank Debit from major banks in Indonesia (Bank Mandiri, Bank BCA and Bank BRI). 3. Manual bank transfer. This is where customer transfer money to a provided bank account number and then ask Helpdesk to verify the transfer. If verified, helpdesk will enable the course for them. We will use third party helpdesk service Happyfox ( We will add redeem voucher feature to allow customer which have discount voucher to use it. The voucher might reduce price by percent or by nominal value. voucher will be used for promotional purpose Admin dashboard Open edx provide admin site from Django framework. However it is intended for super admin users. We need admin dashboard with more limited functionality (for Helpdesk) or more visual (with charts) for management. The admin dashboard will be a separate application from Open edx but have access to Open edx databases. Some admin dashboard functions: 1. Manage admin users CRUD, list and detail. 2. Summary dashboard: Total course, total user, total paid user, average online user, total hour of video, total hours of course, total issued certificates and other data (TBD To be defined). 3. See users data CRUD, list and detail, courses attended, payment history, certificates issued. 4. See staff data CRUD, list and detail, courses created. 5. See courses data CRUD, list and detail, attendees, paid attendees. 6. See payment data CRUD, list and detail, user, course, status. 7. voucher CRUD, list and detail. 8. Admin dashboard audit trail user, sign in/sign out, IP, location, update data, time Happyfox SSO User should be able to use the same Open edx account to use Happyfox system. 2.3 User Classes and Characteristics Users of Makers Institute: User Site visitor Characteristics Visitor (not logged in) who access Makers Institute open edx

9 Course Student Course Staff Helpdesk Marketing Admin Management Also referred as user or customer in this document. Makers Institute staff who create course Provide customer service support. Log in to Admin Dashboard. Makers Institute marketing staff. Log in to Admin Dashboard. Makers Institute site admin. Log in to Admin Dashboard. Makers Institute management. Log in to Admin Dashboard. 2.4 Operating Environment Follow Open edx standard. Server will run on Linux while the website should run on all latest major browsers 2.5 Design and Implementation Constraints The extension specified in this document should use the same underlying technology as Open edx. Some of the notes are: 1. Admin dashboard should be built with Django, and use the same database as Open edx LMS and CMS. 2. Features that adding features to current open source Open edx should adhere to Open edx standard. This is including code conventions, app layers (model, controller and UI). Open edx use Backbone in UI layer, so it must be used. 3. Open edx theme can be customized. This standard should be followed and new applied theme should also update any web pages added as part of extension. 4. Use English as main language and follow internationalization standard used in Open edx. All text displayed in UI should be translatable. 5. Use configuration convention as in Open edx. 6. Use deployment convention as in Open edx. Open edx use Ansible and the extension should follow that standard. For example, additional configuration options should be available in the Ansible playbook and Admin dashboard deployment should also use Ansible. 7. Open edx use Celery workers. When applicable, the extension also should use the same approach. 2.6 User Documentation Expected documentation as part of thie requirements are: 1. Finding and notes on Open edx (code, deployment, etc)

10 2. How to extend Open edx (Intended for developers) a. How to add more payment options (New credit card processor, update checkout page, add manual bank transfer payment flow) b. How to deploy admin dashboard with Ansible 3. Admin dashboard software design documents 2.7 Assumptions and Dependencies Third party services that we will use: 1. Veritrans ( ) as credit card processor 2. Happyfox ( ) as helpdesk The systems might inherit assumptions and dependencies from Open edx. 3. External Interface Requirements 3.1 User Interfaces Following Open edx standard For additional payment methods and redeem vouchers, the checkout UI is shown below:

11 For admin dashboard, we will use commercial theme available from Themeforest ( ). Which theme to use is TBD. 3.2 Hardware Interfaces Following Open edx standard 3.3 Software Interfaces Following Open edx standard 3.4 Communications Interfaces Following Open edx standard 4. System Features This section will explain in detail extension features. There are two system specified on this section: 1. Extension to Open edx core is marked with [Open edx] 2. New admin dashboard is marked as [Admin Dashboard] Note that Some of the functions described in the detailed sequence below should be readily available in Open edx source or will be added as third party service. For example: purchase flow with credit card is already exists and helpdesk will use third party service (Happyfox). 4.1 [Open edx] Checkout with Veritrans as credit card processor Description and Priority Currently, Open edx support CyberSource and Paypal as credit card processor. For Indonesia market we want to use Indonesian credit card processor, Veritrans. The checkout flow will be same as existing processor: customer is redirected to processor payment page where they enter their credit card information Stimulus/Response Sequence Customer select a paid course or free course but choose for paid certificate Customer select to checkout with credit card Customer redirected to Veritrans page to enter their credit card information and proceed with purchase Veritrans will redirect to Open edx site with success or error status

12 Customer redirected to success or error page based on purchase status from Veritrans Customer will get should the purchase success with receipt attachment In case of paid course, customer is redirected to the course page, displaying that he/she has access to the course In case of paid certificate, customer is redirected to the course page, displaying that he/she has paid for certificate Functional Requirements EDX 1.1: Replace Cybersource with Veritrans as credit card processor 4.2 [Open edx] Checkout with bank debit using Veritrans Description and Priority Bank debit also popular payment method in Indonesia. By using Veritrans service, the flow will be similar to credit card processing (Customers is redirected to Veritrans page to process payment) Stimulus/Response Sequence Customer select a paid course or free course but choose for paid certificate Customer select to checkout with bank debit Customer redirected to Veritrans page to continue with bank debit processing Veritrans will redirect to Open edx site with success or error status Customer redirected to success or error page based on purchase status from Veritrans Customer will get should the purchase success with receipt attachment In case of paid course, customer is redirected to the course page, displaying that he/she has access to the course In case of paid certificate, customer is redirected to the course page, displaying that he/she has paid for certificate Functional Requirements EDX 2.1: Customer can pay courses or verified certificate using Veritrans as bank debit processor. EDX 2.2: Bank debit should support three major banks in Indonesia (Bank Mandiri, Bank BCA and Bank BRI). 4.3 [Open edx] Checkout with manual bank transfer Description and Priority Customer should be able to transfer money to specified bank account number (either directly to bank, using ATM, online banking or other methods), then request for verification by contacting Helpdesk. Helpdesk will check if money is received then update customer purchase status using Admin Dashboard.

13 4.3.2 Stimulus/Response Sequence Customer select a paid course or free course but choose for paid certificate Customer select to checkout with manual transfer Customer redirected to a page contains list of bank account for transfer. This page also contains invoice which customer can download a pdf version Customer make payment by transfer to specified bank account. How the transfer made is up to the customer Customer can check his payment status from payment menu Customer can ask for payment confirmation to Helpdesk using a form or directly chat with Helpdesk officer Helpdesk verify user data, check that transfer is received and then update customer purchase status Customer get notification via of his purchase status verified and system update his payment status Functional Requirements EDX 3.1: Customers can get information of specified bank account for manual transfer. EDX 3.2: Customer can see the purchase invoice and can download it in pdf format EDX 3.3: Customer can see his payment status. EDX 3.4: Customer can request for payment verification using a form. This form will be sent to Helpdesk. Use Happyfox API to create ticket. EDX 3.5: Helpdesk can see and update Customer data using Admin Dashboard. EDX 3.6: Helpdesk can see and update Payment data using Admin Dashboard. EDX 3.7: Admin can update bank account using admin site Mockups TODO: Add payment verification request form mockup

14 4.4 [Open edx] Redeem voucher Description and Priority Before proceed with checkout on paid course or verified certificate, user can redeem a voucher that will discount the final price if still valid. Voucher might discount by percent (discount %20) or by nominal value (discount IDR ) Stimulus/Response Sequence Customer select a paid course or free course but choose for paid certificate Customer then redeem a voucher using redeem voucher button Customer enter voucher code then submit Server will check if voucher still valid or not. Failed reason might be its already used or has expired If success, price will be discounted Functional Requirements EDX 4.1: Customer can redeem a voucher before checkout EDX 4.2: Voucher might discount by percent (discount %20) or by nominal value (discount IDR ) Mockups

15

16 4.5 [Open edx] Helpdesk SSO Description and Priority We use third party service for helpdesk: Happyfox. Customer should be able to sign in to Happyfox support using his/her Open edx (SSO Single Sign On) account to see his ticket status. Integration is using SAML. Prority: High Stimulus/Response Sequence User want to create a ticket or chat to helpdesk for support User can create a ticket using help button available on the Makers Institute pages When user sign in to Makers Institute Open edx, it will automatically signed him in to Happyfox. So when user want to create a ticket using widget or chat to helpdesk, user information is readily available User can see his ticket status on Makers Institute Happyfox site If user access Happyfox site but not signed in to Makers Institute Open edx, he/she can sign in using Open edx account Functional Requirements EDX 5.1: Open edx can act as SAML provider for Happyfox. EDX 5.2: When user sign in to Makers Institute Open edx, it will automatically signed him in to Happyfox using his Makers Institute Open edx account. EDX 5.3: When user create a ticket or chat, user information is readily available for helpdesk since it use the same Open edx account. EDX 5.4: User can sign in to Happyfox site using Open edx account.

17 4.6 [Open edx] Purchase history Description and Priority User can see his purchase history: Which courses, amount, date, success/failure/pending status, payment method, purchase invoice and others data (TBD) Stimulus/Response Sequence User want to see his purchase history User go to purchase menu then see his purchase history list User can check purchase details and download invoice in pdf format Functional Requirements EDX 6.1: User can get his purchase history list. EDX 6.2: User can check purchase details and download invoice in pdf format Mockups TODO: Purchase history mockups 4.7 [Admin Dashboard] Admin sign in Description and Priority Admin user can sign in to admin dashboard. Admin user also can reset password Stimulus/Response Sequence Admin go to admin dashboard site Admin then sign in or reset password if he forget Functional Requirements AD 7.1: Admin dashboard sign in using name or and password. AD 7.2: Admin dashboard forget password Mockups

18 4.8 [Admin Dashboard] Admin menus and ACL (Access Control List) Description and Priority There are several menus available on Admin dashboard and there are several user types. How user can access each menu is TBD Stimulus/Response Sequence When a user sign in to Admin dashboard, he can see menus that are allowed for him to access Functional Requirements AD 8.1: Admin dashboard ACL TODO: Admin dashboard ACL table 4.9 [Admin Dashboard] Admin user management Description and Priority CRUD for admin dashboard user. Set admin privilege. Admin user field: user name, full name, , password, role, create time, updated time, profile picture Stimulus/Response Sequence Show admin list Create new admin, edit and update admin data, delete existing admin Functional Requirements AD 9.1: Admin user CRUD Mockups TODO: Admin user management mockups 4.10 [Admin Dashboard] Makers Institute Statistics dashboard Description and Priority Show statistical summary of Makers Institute. Shows data that might be relevant for management purposes (see potential market, estimate growth, etc). Some data is shown as summary: Total course, total user, total paid user, total revenue, average online user, total hour of video, total hours of course, total issued certificates and other data (TBD) Some data is shown as chart: User growth (showing both monthly and cumulative), Paid user growth, revenue growth, user percentage (gender, education, location ), and other data (TBD) Some data is shown as total or current running month Stimulus/Response Sequence Show statistics in number (total and this month) and growth chart.

19 Functional Requirements AD 10.1: Show summary of statistics in current month and total: Total course, total user, total paid user, total revenue, average online user, total hour of video, total hours of course, total issued certificates and other data (TBD) AD 10.2: Show data in chart: User growth (showing both monthly and cumulative), Paid user growth, revenue growth, user percentage (gender, education, location ), and other data (TBD) TODO: More detailed and defined what statistical data is shown in Admin dashboard Mockups TODO: Statistics dashboard mockups 4.11 [Admin Dashboard] Manage users Description and Priority Provide CRUD function for Open edx users. Show user related data: Course attended, purchase list, certificate issued, activity profile Stimulus/Response Sequence Show user list Create new user, edit and update user data, delete existing user Show user related data Functional Requirements AD 11.1: Open edx user CRUD AD 11.2: Only allow update on some fields for Helpdesk (not allow create or delete) AD 11.3: Show user related data: Course attended, purchase list, certificate issued, activity profile Mockups TODO: Manage users mockups 4.12 [Admin Dashboard] Manage staffs Description and Priority Provide CRUD function for Open edx staff. Show staff related data: Course created (linked to course details) Stimulus/Response Sequence Show staff list Create new staff, edit and update staff data, delete existing staff Show staff related data Functional Requirements AD 12.1: Open edx staff CRUD AD 12.2: Show created course by staff (linked to course details. See section 4.13) Mockups

20 TODO: Manage staffs mockups 4.13 [Admin Dashboard] Manage courses Description and Priority Provide CRUD function for Open edx staff. Show course related data: Attendees, purchase, contents Stimulus/Response Sequence Show courses list Create new courses, edit and update courses data, delete existing courses Show course related data Functional Requirements AD 13.1: Open edx courses CRUD AD 13.2: Show course related data: Attendees, purchase, contents Mockups TODO: Manage courses mockups 4.14 [Admin Dashboard] Manage payment Description and Priority Provide CRUD function for payment made for purchase courses or verified certificates. Provide link to relevant entities: user who made payment, course to pay Stimulus/Response Sequence Show payment list Create new payment, edit and update courses data, delete existing payment Show link to relevant entities: user who made payment, course to pay Functional Requirements AD 14.1: Open edx payment CRUD AD 14.2: Provide link to relevant entities: user who made payment, course to pay Mockups TODO: Manage payment mockups 4.15 [Admin Dashboard] Manage voucher Description and Priority Provide CRUD function for Voucher. Voucher might be: valid only for a course, valid only for specific time span, valid only for single use or multiple use Stimulus/Response Sequence

21 Show voucher list Create new voucher, edit and update voucher data, delete existing voucher Functional Requirements AD 15.1: Voucher CRUD AD 15.2: Support for several voucher valid scenario: valid only for a course or multiple course or all courses, valid only for specific time span or indefinitely, valid only for single use or multiple use Mockups TODO: Manage voucher mockups 4.16 [Admin Dashboard] Audit trail Description and Priority Access log. Record any changes to any data from admin dashboard users Stimulus/Response Sequence Show access and change log Functional Requirements AD 16.1: Audit trail for Admin dashboard usage Mockups TODO: Audit trail mockups 4.17 [Admin Dashboard] Update admin profile Description and Priority Admin user can update username, full name, password profile picture Stimulus/Response Sequence Admin go to admin profile page Admin update username, full name, password profile picture Functional Requirements AD 17.1: Admin user can update username, full name, password profile picture Mockups TODO: Update admin profile mockups 5. Other Nonfunctional Requirements 5.1 Performance Requirements For extension that added to Open edx code, following Open edx standard. For admin dashboard, loading time should be fast. Minimize database query time to load the data before rendering. Use cache when necessary to fasten up loading time.

22 5.2 Safety Requirements Following Open edx standard. 5.3 Security Requirements For extension that added to Open edx code, following Open edx standard. 5.4 Software Quality Attributes Following Open edx standard. 5.5 Business Rules For extension that added to Open edx code, following Open edx standard. 6. Other Requirements Appendix A: Glossary Appendix B: Analysis Models Appendix C: To Be Determined List

Software Requirements Specification. For. Attendance Tracking System, Release 1.0. Version 1.0

Software Requirements Specification. For. Attendance Tracking System, Release 1.0. Version 1.0 Software Requirements Specification For Attendance Tracking System, Release 1.0 Version 1.0 Prepared by Lee Bell, Graham Kennedy, Jonathan Loudin, Roger Seagle February 9, 2003 Table of Contents Table

More information

Colorado Ski Racing Management System

Colorado Ski Racing Management System Software Requirements Specification For Colorado Ski Racing Management System In satisfaction of the course requirements in SYST3020 and SYST3510 Prepared by Hirokazu Inoue University of Colorado at Boulder

More information

Resident Experience. ResidentPay - Resident Experience 1

Resident Experience. ResidentPay - Resident Experience 1 Resident Experience To pay rent online, you need to first enroll in ResidentPortal. You can navigate to the ResidentPortal from the property s website. The link to ResidentPortal is most commonly displayed

More information

Cloudfinder for Office 365 User Guide. November 2013

Cloudfinder for Office 365 User Guide. November 2013 1 Contents Getting started with Cloudfinder for Office 365 1... 3 Sign up New Cloudfinder user... 3 Sign up Existing Cloudfinder user... 4 Setting the Admin Impersonation... 4 Initial backup... 7 Inside

More information

This manual will illustrate how to integrate your WordPress Blog or website with the Docebo Learning Management System.

This manual will illustrate how to integrate your WordPress Blog or website with the Docebo Learning Management System. This manual will illustrate how to integrate your WordPress Blog or website with the Docebo Learning Management System. Direct Log in: The Docebo LMS offers a login box that can be added to you WordPress

More information

For a full comparison of Magento Enterprise and Magento Community, visit http://www.magentocommerce.com/product/compare. Magento Feature List

For a full comparison of Magento Enterprise and Magento Community, visit http://www.magentocommerce.com/product/compare. Magento Feature List Magento is a feature-rich, professional Open Source ecommerce platform solution that offers merchants complete flexibility and control over the user experience, content, and functionality of their online

More information

Startup guide for Zimonitor

Startup guide for Zimonitor Page 1 of 5 Startup guide for Zimonitor This is a short introduction to get you started using Zimonitor. Start by logging in to your version of Zimonitor using the URL and username + password sent to you.

More information

Dropbox for Business. Secure file sharing, collaboration and cloud storage. G-Cloud Service Description

Dropbox for Business. Secure file sharing, collaboration and cloud storage. G-Cloud Service Description Dropbox for Business Secure file sharing, collaboration and cloud storage G-Cloud Service Description Table of contents Introduction to Dropbox for Business 3 Security 7 Infrastructure 7 Getting Started

More information

Administering Cisco ISE

Administering Cisco ISE CHAPTER 8 This chapter describes the administrative activities for the Cisco Identity Services Engine (ISE) and how to perform them. The following topics are covered: Logging In, page 8-1 System Time and

More information

MyanPay API Integration with Magento CMS

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

More information

Active Directory Self-Service FAQ

Active Directory Self-Service FAQ Active Directory Self-Service FAQ General Information: info@cionsystems.com Online Support: support@cionsystems.com CionSystems Inc. Mailing Address: 16625 Redmond Way, Ste M106 Redmond, WA. 98052 http://www.cionsystems.com

More information

GUIDELINE FOR PME 35 ONLINE BOOKING SYSTEM

GUIDELINE FOR PME 35 ONLINE BOOKING SYSTEM GUIDELINE FOR PME 35 ONLINE BOOKING SYSTEM INDEX VERIFICATION OF REGISTRATION... 2 ACCOMMODATION RESERVATION... 6 TRANSFER RESERVATION... 9 PRE POST TOUR RESERVATIONS... 12 GUIDELINE FOR PAYMENTS... 15

More information

Single Sign On. SSO & ID Management for Web and Mobile Applications

Single Sign On. SSO & ID Management for Web and Mobile Applications Single Sign On and ID Management Single Sign On SSO & ID Management for Web and Mobile Applications Presenter: Manish Harsh Program Manager for Developer Marketing Platforms of NVIDIA (Visual Computing

More information

Kaltura On-Prem Evaluation Package - Getting Started

Kaltura On-Prem Evaluation Package - Getting Started Kaltura On-Prem Evaluation Package - Getting Started Thank you for your interest in the Kaltura On-Prem Online Video Platform (OVP). Before you get started with your Kaltura On-Prem evaluation, a Kaltura

More information

http://www.trendmicro.com/download

http://www.trendmicro.com/download Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Virtzone Cloud Control User Guide

Virtzone Cloud Control User Guide Virtzone Cloud Control User Guide August 2013 Table of Contents 1. What is Virtzone Cloud Control?... 3 2. What this document covers... 3 This document covers the basic steps required to log on to and

More information

Connect 9.2 Notes + Documentation August 2010 1

Connect 9.2 Notes + Documentation August 2010 1 Connect 9.2 Notes + Documentation August 2010 1 Introduction Connect 9.2 offers a number of great tools to reduce the time necessary to manage a large community of users, including improved methods to

More information

efiletexas.gov Court Administrator User Guide

efiletexas.gov Court Administrator User Guide efiletexas.gov Court Administrator User Guide EFS-TX-200-3191 v.4 February 2014 Copyright and Confidentiality Copyright 2014 Tyler Technologies, Inc. All rights reserved. All documentation, source programs,

More information

For a full comparison of Magento Enterprise and Magento Community, visit http://www.magentocommerce.com/product/compare. Magento Feature List

For a full comparison of Magento Enterprise and Magento Community, visit http://www.magentocommerce.com/product/compare. Magento Feature List Magento is a feature-rich, professional Open Source ecommerce platform solution that offers merchants complete flexibility and control over the user experience, content, and functionality of their online

More information

Site Management Abandoned Shopping Cart Report Best Viewed Products Report Control multiple websites and stores from one

Site Management Abandoned Shopping Cart Report Best Viewed Products Report Control multiple websites and stores from one Site Management Abandoned Shopping Cart Report Best Viewed Products Report Control multiple websites and stores from one Best Purchased Products Report Administration Panel with ability to share as much

More information

Kentico CMS 7.0 E-commerce Guide

Kentico CMS 7.0 E-commerce Guide Kentico CMS 7.0 E-commerce Guide 2 Kentico CMS 7.0 E-commerce Guide Table of Contents Introduction 8... 8 About this guide... 8 E-commerce features Getting started 11... 11 Overview... 11 Installing the

More information

Recruitment Management System (RMS) User Manual

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

More information

Google Analytics Playbook. Version 0.92

Google Analytics Playbook. Version 0.92 Version 0.92 2014 CrownPeak Technology, Inc. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopy, recording,

More information

support@desky.io Desky Helpdesk Software: Agent Interface Quick Start Guide

support@desky.io Desky Helpdesk Software: Agent Interface Quick Start Guide support@desky.io Desky Helpdesk Software: Agent Interface Quick Start Guide The Desky helpdesk platform is designed to make it easy to handle problems and questions from your users. Your helpdesk ties

More information

ecommerce LMS Administrator s Manual

ecommerce LMS Administrator s Manual ecommerce LMS Administrator s Manual Table of Contents Introduction... 1 Logging in to the System... 2 Welcome Screen... 3 Modifying Your Personal Profile... 3 Changing Your Password... 7 Modifying Your

More information

Cofred Automated Payments Interface (API) Guide

Cofred Automated Payments Interface (API) Guide Cofred Automated Payments Interface (API) Guide For use by Cofred Merchants. This guide describes how to connect to the Automated Payments Interface (API) www.cofred.com Version 1.0 Copyright 2015. Cofred.

More information

Account Activation. Guide

Account Activation. Guide Account Activation Guide Table of Contents Introduction... 3 Activating Your Account... 3 Activation Step 1: Identity Verification... 3 Activation Step 2: User Information... 5 Verify Account Information...

More information

Single Sign On: Volunteer Connection Support Tree for Administrators Release 2.0

Single Sign On: Volunteer Connection Support Tree for Administrators Release 2.0 Single Sign On: Volunteer Connection Support Tree for Administrators Release 2.0 Updated 2/24/2016 Page 1 Single Sign On Volunteer Connection Support Tree for Administrators Purpose General Information

More information

NTT Web Hosting Service [User Manual]

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

More information

Plugin Integration Guide

Plugin Integration Guide Plugin Integration Guide Revision History Version Date Changed By Comments/Reason 1.0 16/09/14 NZB Created 1.01 01/10/ This document describes the implementation requirements for the mobicred Magento Plugin,

More information

Reseller Panel Step-by-Step Guide

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.

More information

Setup Guide for PrestaShop and BlueSnap

Setup Guide for PrestaShop and BlueSnap Setup Guide for PrestaShop and BlueSnap This manual is meant to show you how to connect your PrestaShop store with your newly created BlueSnap account. It will show step-by-step instructions. For any further

More information

PrintRover Cloud. Administrator Manual

PrintRover Cloud. Administrator Manual PrintRover Cloud Administrator Manual Copyright Disclaimer Trademarks and patents Intended use Copyright 2013, Thinxtream Technologies Pte. Ltd. All rights reserved. This document may not be copied in

More information

Protect, License and Sell Xojo Apps

Protect, License and Sell Xojo Apps Protect, License and Sell Xojo Apps To build great software with Xojo, you focus on user needs, design, code and the testing process. To build a profitable business, your focus expands to protection and

More information

Roars. Sudaworld. M+1.408.622.9642 Esales.usa@ roarsinc.com W www.roarsinc.com. Roars Technologies Pvt. Ltd. Escalon, Sunnyvale, California, USA 94085

Roars. Sudaworld. M+1.408.622.9642 Esales.usa@ roarsinc.com W www.roarsinc.com. Roars Technologies Pvt. Ltd. Escalon, Sunnyvale, California, USA 94085 Technologies Pvt. Ltd. Sudaworld Technologies Pvt. Ltd. REQUIREMENT OVERVIEW The project is to build a dynamic CMS responsive website, The Client is looking for a video and articles based blogging website

More information

Contents PAYMENTS...1 PAYMENT TABLES...67

Contents PAYMENTS...1 PAYMENT TABLES...67 Payments Guide 062212 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying, recording,

More information

Setting Up a CyberSource Web Payment Account

Setting Up a CyberSource Web Payment Account Setting Up a CyberSource Web Payment Account Contents Setting Up a CyberSource Web Payment Account... 1 Introduction... 1 Setting Up a CyberSource Account... 2 Get Username and Password... 2 Log in to

More information

MY HELPDESK - END-USER CONSOLE...

MY HELPDESK - END-USER CONSOLE... Helpdesk User Guide Page 1 Helpdesk User Guide Table of Contents 1 INTRODUCTION... 3 1.1. OBJECTIVES... 3 1.2. END-USER CONSOLE... 3 1.3. SUMMARY OF RESPONSIBILITY... 3 1.4. HELPDESK INCIDENT LIFE CYCLE...

More information

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

System Administration Training

System Administration Training Table of Contents 1 Components: Web Server Components: SQL Server 3 Components: File System 4 Components: Other Components 5 Server Configuration: Pre-Requisites 6 Server Configuration: Running the Installer

More information

Getting Started With SAM Director SAM Director User Guide

Getting Started With SAM Director SAM Director User Guide Getting Started With SAM Director SAM Director User Guide Copyright 2014 License Dashboard Limited. License Dashboard Limited is a trading subsidiary of the Blenheim Group. License Dashboard Limited -

More information

Technology Services Overview Python/Django

Technology Services Overview Python/Django Technology Services Overview Python/Django IN THIS PRESENTATION ABOUT TARAMS TECHNOLOGIES PYTHON/DJANGO SERVICES OVERVIEW CUSTOM WEB DEVELOPMENT SERVICES SCALING & OPTIMIZATION SERVICES PORTING LEGACY

More information

Lepide Active Directory Self Service. Configuration Guide. Follow the simple steps given in this document to start working with

Lepide Active Directory Self Service. Configuration Guide. Follow the simple steps given in this document to start working with Lepide Active Directory Self Service Configuration Guide 2014 Follow the simple steps given in this document to start working with Lepide Active Directory Self Service Table of Contents 1. Introduction...3

More information

EMC Data Protection Search

EMC Data Protection Search EMC Data Protection Search Version 1.0 Security Configuration Guide 302-001-611 REV 01 Copyright 2014-2015 EMC Corporation. All rights reserved. Published in USA. Published April 20, 2015 EMC believes

More information

User Guide. Version R91. English

User Guide. Version R91. English AuthAnvil User Guide Version R91 English August 25, 2015 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated from

More information

User Management Tool 1.5

User Management Tool 1.5 User Management Tool 1.5 2014-12-08 23:32:23 UTC 2014 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Contents User Management Tool 1.5... 3 ShareFile User Management

More information

Software Requirement Specification for Web Based Integrated Development Environment. DEVCLOUD Web Based Integrated Development Environment.

Software Requirement Specification for Web Based Integrated Development Environment. DEVCLOUD Web Based Integrated Development Environment. Software Requirement Specification for Web Based Integrated Development Environment DEVCLOUD Web Based Integrated Development Environment TinTin Alican Güçlükol Anıl Paçacı Meriç Taze Serbay Arslanhan

More information

ManageEngine ADSelfService Plus. Evaluator s Guide

ManageEngine ADSelfService Plus. Evaluator s Guide ManageEngine ADSelfService Plus Evaluator s Guide Table of Contents Document Summary:...3 ADSelfService Plus Overview:...3 Core Features & Benefits:...4 ADSelfService Plus Architecture:...5 Admin Portal:...

More information

How to Register for ICAO Events using the new registration system. A step by step guide provided by ICT

How to Register for ICAO Events using the new registration system. A step by step guide provided by ICT How to Register for ICAO Events using the new registration system A step by step guide provided by ICT This guide intends to give you a step by step demonstration on how to register for any ICAO event

More information

Software Requirements Specification. Web Library Management System

Software Requirements Specification. Web Library Management System Software Requirements Specification For Web Library Management System Version x.xx Prepared by Proposed to Software Requirements Specification for WLMS Page

More information

Software Requirements Specification. Task Management System. for. Prepared by. Version 1.0. Group Name: Pink and Purple. Date:

Software Requirements Specification. Task Management System. for. Prepared by. Version 1.0. Group Name: Pink and Purple. Date: Software Requirements Specification for Task Management System Version 1.0 Prepared by Group Name: Pink and Purple Kathrynn Gonzalez 11387240 kathrynn.gonzalez@gmail.com Tina Roper 11380457 troper17@comcast.net

More information

ADMINISTRATOR GUIDE VERSION

ADMINISTRATOR GUIDE VERSION ADMINISTRATOR GUIDE VERSION 4.0 2014 Copyright 2008 2014. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means electronic or mechanical, for any purpose

More information

Adyen Merchant Manual. Version 1.10 Adyen B.V.

Adyen Merchant Manual. Version 1.10 Adyen B.V. Adyen Merchant Manual Version 1.10 Adyen B.V. Introduction3 Table of Contents Introduction... 3 Audience...3 Changelog...3 1 Payment Life-cycle in the Adyen System... 4 What Happens to a Payment After

More information

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning

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

More information

Administering Jive Mobile Apps

Administering Jive Mobile Apps Administering Jive Mobile Apps Contents 2 Contents Administering Jive Mobile Apps...3 Configuring Jive for Android and ios... 3 Native Apps and Push Notifications...4 Custom App Wrapping for ios... 5 Native

More information

ClicktoFax Service Usage Manual

ClicktoFax Service Usage Manual ClicktoFax Service Usage Manual 1. Log in to Fax Service 2. Configure your account 3. Send a fax 4. Receive a fax/search for Faxes/View Faxes 5. Logout 6. Additional Support 1. Log into fax service: a.

More information

HELPDESK SYSTEM (HDS) USER MANUAL

HELPDESK SYSTEM (HDS) USER MANUAL HELPDESK SYSTEM (HDS) USER MANUAL Release No.: 2.0 prepared by OMESTI Berhad. TABLE OF CONTENTS 1.0 HOW TO ACCESS THE HELPDESK SYSTEM (HDS)... 1 2.0 HOW TO REGISTER NEW USER... 2 3.0 HOW TO RECOVER PASSWORD...

More information

Interworks. Interworks Cloud Platform Installation Guide

Interworks. Interworks Cloud Platform Installation Guide Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,

More information

CYCLOPE let s talk productivity

CYCLOPE let s talk productivity Cyclope 6 Installation Guide CYCLOPE let s talk productivity Cyclope Employee Surveillance Solution is provided by Cyclope Series 2003-2014 1 P age Table of Contents 1. Cyclope Employee Surveillance Solution

More information

Welcome (slide 1) Welcome to the Florida Department of Education Single Sign-On tutorial for federated user login and navigation.

Welcome (slide 1) Welcome to the Florida Department of Education Single Sign-On tutorial for federated user login and navigation. LOGIN AND NAVIGATION FOR FEDERATED USERS Welcome (slide 1) Welcome to the Florida Department of Education Single Sign-On tutorial for federated user login and navigation. These tutorials are designed to

More information

AD Self Password Reset Installation and configuration

AD Self Password Reset Installation and configuration AD Self Password Reset Installation and configuration AD Self Password Reset Installation 1 Manual v1.4 Table of Contents TABLE OF CONTENTS 2 SUMMARY 3 INSTALLATION 4 REMOVAL 6 AD SELF PASSWORD RESET CONFIGURATION

More information

Administering Jive for Outlook

Administering Jive for Outlook Administering Jive for Outlook TOC 2 Contents Administering Jive for Outlook...3 System Requirements...3 Installing the Plugin... 3 Installing the Plugin... 3 Client Installation... 4 Resetting the Binaries...4

More information

Bahamas Tax Information Exchange Portal Documentation

Bahamas Tax Information Exchange Portal Documentation Bahamas Tax Information Exchange Portal Documentation This sub section of the Portal Documentation covers the following Topics: Portal Overview Portal Login Account Status Reportable Account File Processing

More information

OLIVIA123 FOR ADMINISTRATORS. User Guide

OLIVIA123 FOR ADMINISTRATORS. User Guide OLIVIA123 FOR ADMINISTRATORS User Guide August 2014 OLIVIA123 for Administrators Contents OLIVIA123 Basic Functions... 1 Registration... 1 New Users... 1 Login... 1 Update Details... 1 Change Password...

More information

Getting Started with Swipe Checkout

Getting Started with Swipe Checkout Getting Started with Swipe Checkout What s Inside Hi! So you re all signed up as a Swipe Checkout merchant and the way you sell online is going to be easier than ever before. In this guide we are going

More information

Corporate Bill Analyzer

Corporate Bill Analyzer Corporate Bill Analyzer Product Description V 3.1 Contents Contents Introduction Platform Overview Core features Bill/Invoice presentment Corporate hierarchy support Billing Account hierarchy support Call

More information

User s Guide Microsoft Social Engagement 2015 Update 1

User s Guide Microsoft Social Engagement 2015 Update 1 User s Guide Microsoft Social Engagement 2015 Update 1 Version 2.0 1 This document is provided "as-is". Information and views expressed in this document, including URL and other Internet Web site references,

More information

Safewhere*Identify 3.4. Release Notes

Safewhere*Identify 3.4. Release Notes Safewhere*Identify 3.4 Release Notes Safewhere*identify is a new kind of user identification and administration service providing for externalized and seamless authentication and authorization across organizations.

More information

1. GENERAL INFORMATION... 3 1.1. 3 1.2. 3 2. PROCESS AND WORKSPACE OVERVIEW... 4 2.1. 4 2.2. 5 2.2.1. 5 2.2.2. 6 2.2.3. 7 2.2.4. 9 2.2.5.

1. GENERAL INFORMATION... 3 1.1. 3 1.2. 3 2. PROCESS AND WORKSPACE OVERVIEW... 4 2.1. 4 2.2. 5 2.2.1. 5 2.2.2. 6 2.2.3. 7 2.2.4. 9 2.2.5. TABLE OF CONTENTS 1. GENERAL INFORMATION... 3 1.1. System overview... 3 1.2. The purpose of the user guide... 3 2. PROCESS AND WORKSPACE OVERVIEW... 4 2.1. Authorization... 4 2.2. Workspace overview...

More information

Description: The courses will have course details, enroll now link.(refer section: 1)

Description: The courses will have course details, enroll now link.(refer section: 1) Website Theme: Visitors will be able to visit the online profile of the institute. Visitors will be able to view the available courses. Check Fee and apply online by paying the specified fee. Admin will

More information

Quick Reference Guide PAYMENT GATEWAY (Virtual Terminal)

Quick Reference Guide PAYMENT GATEWAY (Virtual Terminal) PAYMENT GATEWAY (Virtual Terminal) Document Version 131227 Copyright 2013 epaymentamerica, Inc. All Rights Reserved Logging in to the Virtual Terminal 1. Open your internet browser; We strongly recommend

More information

PULSE Dashboard Administrator Guide (Updated 2/19/15)

PULSE Dashboard Administrator Guide (Updated 2/19/15) PULSE Dashboard Administrator Guide (Updated 2/19/15) All functions described in this document may be performed from a workstation on the network with the exception of Updating the Pulse Dashboard Software

More information

Elastix Server VoIP Intercom Setup Guide

Elastix Server VoIP Intercom Setup Guide The IP Endpoint Company Elastix Server VoIP Intercom Setup Guide CyberData Corporation 2555 Garden Road Monterey, CA 93940 T:831-373-2601 F: 831-373-4193 www.cyberdata.net 2 1.0 Setup Diagram Figure 1

More information

vrealize Operations Manager Customization and Administration Guide

vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.0.1 This document supports the version of each product listed and supports all subsequent versions until

More information

Streamlining Purchases with Website Payment Preferences

Streamlining Purchases with Website Payment Preferences You can speed up your customers purchases with three Profile settings: Account Optional Auto Return Automatic calculation of shipping and handling cost and taxes These settings are part of the Website

More information

What s New in SaaS Commissions

What s New in SaaS Commissions What s New in SaaS Commissions CallidusCloud is excited to introduce the latest release of SaaS Commissions. This release focuses on new levels of usability and visualization for the sales organization

More information

Genius SIS. Document number: 2009102001 Version: 3.0 Release Genius Date: 08/11/2011 SIS Overview

Genius SIS. Document number: 2009102001 Version: 3.0 Release Genius Date: 08/11/2011 SIS Overview Genius SIS Overview Document number: 2009102001 Version: 3.0 Release Genius Date: 08/11/2011 SIS Overview DISCLAIMER This Overview document, as well as the software described in it, is furnished under

More information

DOSarrest Security Services (DSS) Version 4.0

DOSarrest Security Services (DSS) Version 4.0 DOSarrest Security Services (DSS) Version 4.0 DOSarrest DSS User Guide The DSS is the main customer portal where customers can view and manipulate traffic statistics from a wide variety of variables that

More information

Site Store Pro. INSTALLATION GUIDE WPCartPro Wordpress Plugin Version

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

More information

TECHNICAL SPECIFICATION for renewing the Content Management System, CMS for the web page web www.cec.md

TECHNICAL SPECIFICATION for renewing the Content Management System, CMS for the web page web www.cec.md TECHNICAL SPECIFICATION for renewing the Content Management System, CMS for the web page web www.cec.md 1 Content 1. Introduction... 3 2. Task... 3 3. General considerations... 3 4. Business model... 5

More information

Online Banking User Guide

Online Banking User Guide Online Banking User Guide Page 1 of 14 Set Up and Access to Online Banking How do I set up Online Banking? To enroll in Online Banking, complete the following: 1. Go to https://www.cobnks.com. 2. Under

More information

ANZ Secure Gateway Virtual Terminal QUICK REFERENCE GUIDE NOVEMBER 2015

ANZ Secure Gateway Virtual Terminal QUICK REFERENCE GUIDE NOVEMBER 2015 ANZ Secure Gateway Virtual Terminal QUICK REFERENCE GUIDE NOVEMBER 2015 2 Contents Welcome 3 1. Getting Started 4 1.1 Virtual Terminal Activation 4 2. Configuring the Virtual Terminal 7 2.1 General Settings

More information

Guide to Training Teachers on the Co-op Dashboard

Guide to Training Teachers on the Co-op Dashboard Guide to Training Teachers on the Co-op Dashboard https://www.hourrepublic.com Hour Republic is a tool used by (i) students to track co-op hours, activities, skills and more, and (ii) teachers to monitor

More information

NMS300 Network Management System

NMS300 Network Management System NMS300 Network Management System User Manual June 2013 202-11289-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for purchasing this NETGEAR product. After installing your device, locate

More information

Evoq Content : Enterprise Powerful, Easy to Use and Extensible Content Management System

Evoq Content : Enterprise Powerful, Easy to Use and Extensible Content Management System SUMMARY Easy-to-use Content Management System (CMS) that includes drag and drop user interfaces, version control, auto-save and rollback Powerful yet simple features, including content management, workflow

More information

CoderDojo Community Platform Requirements Specification

CoderDojo Community Platform Requirements Specification CoderDojo Community Platform Platform encompassing all web services for the CoderDojo Community Requirements Specification Date : 10th December 2014 Authors: Laura Ivers Eugene McDonough Version: 3 Status:

More information

Technology in the Classroom Kidblog kidblog.org

Technology in the Classroom Kidblog kidblog.org Technology in the Classroom Kidblog kidblog.org Kidblog provides a secure classroom blogging community, where teachers have complete control over individual student blogs. Students do not need an email

More information

Portal Administration. Administrator Guide

Portal Administration. Administrator Guide Portal Administration Administrator Guide Portal Administration Guide Documentation version: 1.0 Legal Notice Legal Notice Copyright 2013 Symantec Corporation. All rights reserved. Symantec, the Symantec

More information

Authorize.net for WordPress

Authorize.net for WordPress Authorize.net for WordPress Authorize.net for WordPress 1 Install and Upgrade 1.1 1.2 Install The Plugin 5 Upgrading the plugin 8 2 General Settings 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 2.10 2.11 Connecting

More information

AWEBDESK LIVE CHAT SOFTWARE

AWEBDESK LIVE CHAT SOFTWARE AWEBDESK LIVE CHAT SOFTWARE Version 6.1.0 AwebDesk Softwares Operator Guide Edition 1.0 November 2012 1 P a g e TABLE OF CONTENTS LOGIN TO OPERATOR AREA....... 3 Go online...4 Skins 5 Sound Alerts....5

More information

Administration Guide. WatchDox Server. Version 4.8.0

Administration Guide. WatchDox Server. Version 4.8.0 Administration Guide WatchDox Server Version 4.8.0 Published: 2015-11-01 SWD-20151101091846278 Contents Introduction... 7 Getting started... 11 Signing in to WatchDox... 11 Signing in with username and

More information

How to pull content from the PMP into Core Publisher

How to pull content from the PMP into Core Publisher How to pull content from the PMP into Core Publisher Below you will find step-by-step instructions on how to set up pulling or retrieving content from the Public Media Platform, or PMP, and publish it

More information

Installation Guide for Pulse on Windows Server 2012

Installation Guide for Pulse on Windows Server 2012 MadCap Software Installation Guide for Pulse on Windows Server 2012 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

Cypress Connexion HELP Guide www.cypressconnexion.com

Cypress Connexion HELP Guide www.cypressconnexion.com Welcome to Cypress Connexion your one-stop-shop for accessing and managing your Cypress Communications account online, at your convenience. The following guide will provide you with helpful information

More information

Intranet Website Solution Based on Microsoft SharePoint Server Foundation 2010

Intranet Website Solution Based on Microsoft SharePoint Server Foundation 2010 December 14, 2012 Authors: Wilmer Entena 128809 Supervisor: Henrik Kronborg Pedersen VIA University College, Horsens Denmark ICT Engineering Department Table of Contents List of Figures and Tables... 3

More information

VNC Zimlets. Version 1.0 Berlin, 06. August 2014

VNC Zimlets. Version 1.0 Berlin, 06. August 2014 VNC Zimlets Version 1.0 Berlin, 06. August 2014 VNC Virtual Network Consult AG, 2014 Table of Content Zimlets... 3 Functional Zimlets... 4 VNC PDF Zimlet... 4 VNC History Zimlet... 5 VNC Click-2-Dial Zimlet...

More information

Cart66 Lite Overview! 3. Managing Products! 3. Digital Products! 4. Digital Products Folder! 4. Product Variations! 4. Custom Fields! 5. Promotions!

Cart66 Lite Overview! 3. Managing Products! 3. Digital Products! 4. Digital Products Folder! 4. Product Variations! 4. Custom Fields! 5. Promotions! Cart66 Lite 1.0 Cart66 Lite Overview! 3 Managing Products! 3 Digital Products! 4 Digital Products Folder! 4 Product Variations! 4 Custom Fields! 5 Promotions! 6 Shipping! 6 Shipping Methods And Default

More information

Installation, Configuration and Administration Guide

Installation, Configuration and Administration Guide Installation, Configuration and Administration Guide ehd10.0.1 everything HelpDesk Installation, Configuration and Administration Guide GroupLink Corporation 2013 GroupLink Corporation. All rights reserved

More information

Reference Guide TEAM. Pogoplug Team. Reference Guide. 2012 Cloud Engines Inc., All Rights Reserved.

Reference Guide TEAM. Pogoplug Team. Reference Guide. 2012 Cloud Engines Inc., All Rights Reserved. Reference Guide Pogoplug Team Reference Guide Table of Contents Table of Contents 1. What s Included 2. Getting Started 3. Customizing the Pogoplug Interface a. Custom UI b. Custom Domain Name c. Custom

More information

Software Requirements Specification for POS_Connect Page 1. Software Requirements Specification. for. POS_Connect. Version 1.0

Software Requirements Specification for POS_Connect Page 1. Software Requirements Specification. for. POS_Connect. Version 1.0 Page 1 Software Requirements Specification for POS_Connect Version 1.0 1/9/2013 Page 2 Table of Contents Table of Contents Revision History 1. Introduction 1.1 Purpose 1.2 Document Conventions 1.3 Intended

More information