Online Document Delivery Service (ODDS):

Size: px
Start display at page:

Download "Online Document Delivery Service (ODDS):"

Transcription

1 Online Document Delivery Service (ODDS): An Open Source Software Initiative for DDS Management SOFTWARE MANUAL Prepared by Dr. B.Sutradhar, Librarian & Mr. M.Manivannan, Information Analyst Central Library Indian Institute of Technology Kharagpur Kharagpur , West Bengal, India

2 Table of Contents I. Introduction... 1 II. About the Manual... 1 III. Installation Manual... 2 Hardware Requirements... 2 Software Requirements: (LAMP/WAMP)... 2 Installation on server... 2 IV. Administrator s Manual... 5 Add Library/Institute... 6 Manage Libraries/Institutes... 6 System Options... 7 General Options:... 7 E mail Notifications:... 8 E mail Users:... 8 E mail Libraries/Institutes:... 9 Dashboard... 9 Request Administration Edit User Details Reports Detailed Report Summary Report V. User s Manual User Registration Registration Status VI. Limitations VII. Future Developments in the System VIII. Conclusion... 17

3 I. Introduction Document Delivery Service is one of the finest activities in any library and to fulfill the information needs of library users. DDS delivers soft copies of journal articles, conference proceedings, book chapters, and other materials, library users to request these items and have them delivered in digital format through . Now a days libraries are providing the DDS by manual, through , and some libraries having their own online process. So, an application software is needed to library managers and library users for DDS in the technology enhanced moment. In view of this, Central Library of IIT Kharagpur is designed and developed a general web application software for DDS as an open source software to fulfill the information needs of library mangers and library users. The name of the software is Online Document Delivery Service. Online Document Delivery Service software is a free and open source automation software and it is a web based application for management of documents (digital format) and its delivering. This web application can use in any kind of library. And, this is a semi auto process system. Therefore, Library users can register their required documents via online, which are available/not available in the local library. After process of the document request, the user will get a download link of the requested document in the registered from the ODDS administrator or status of the document request will be displayed in the system. The software is user friendly, easy installation, easy maintenance and it can be used for any kind of libraries. The system process is maximum automatic and it will generate and send automatically to the respective users and libraries/institutes. II. About the Manual This manual describes the functions for working with the Online Document Delivery Service. It is intend to help you to better understand the ODDS web application software and its functionalities and provide with support. This manual includes three parts I. Installation Manual II. Administrator s Manual III. User s Manual The installation part provides the steps to install and initial configuration of the software. The administrator s manual provides the steps to maintain, configure, and update the software data. In addition, The User s Manual provides the information necessary for the user to use and access the ODDS software. Central Library, IIT Kharagpur 1

4 III. Installation Manual Hardware Requirements Web Server with standard configurations. Software Requirements: (LAMP/WAMP) For Server: Apache web server 2.4 ( MySQL Server 5.5+ ( PHP 5.4+ compiled with PDO MySQL Support ( For Client: Recommend a current version of Firefox, Chrome, or Internet Explorer 8. Installation on server 1. Download the ODDS zip file and unzip it into a folder in your web server documents directory. /var/www/ (web server directory of linux or unix os) C:\wamp\www\ (web server directory of windows os) 2. Create a MySQL database/username/password. Example: Database name : docdelivery (or as you like) Username : root (or assigned by your administrator) Password : as created 3. Rename the file sys.config.sample.php exist in the folder includes, i.e., includes/sys.config.sample.php to includes/sys.config.php and set your database connection credentials there. 4. The sys.config.php file may be existed. Just you can change the database connection credentials like DB_NAME, DB_HOST, DB_USER, DB_PASSWORD. These are in the following lines Note: Database name in the MySQL server and DB_NAME in the sys.config.php file should be same. 5. To able to connect with database, you must change the following constant values, DB_NAME : MySQL database name created by you DB_HOST : Web server host name or default host name (localhost) DB_USER : Username of the database access DB_PASSWORD : Password of the database access Central Library, IIT Kharagpur 2

5 6. After successful completion of the database connection settings, Open your web browser and go to name>/install/index.php For example, or The web page looks like Central Library, IIT Kharagpur 3

6 7. The browser will show the following basic system options, fill and complete the form a. Library name : The site name will be displayed as header of every web pages. b. Online Document Delivery Service (address): The system generate web uri address automatically. If you want to change the uri address, the system files should be copied in proper destinations. c. Full name: Administrator s full name d. E mail address: Administrator s address e. Login username: Enter your preferred username as you like. It will be used when you login as administrator. f. Password: Enter your preferred password. g. Confirm Password: Reenter the same password. 8. After complete the form fill, click the Install button. 9. Wait for the installation confirm message. The confirm message should be Congratulations! Everything is up and running. 10. Congratulations! Online Document Delivery Service software is now installed on your server. 11. You may login with your new username and password. Central Library, IIT Kharagpur 4

7 IV. Administrator s Manual After successful completion of the software installation, then you have to add some libraries/institutes into the system. Follow the given below steps to add a library/institute. 1. Open your web browser and go to name>/login.php. For example, 2. Enter your administrator user credentials in the appropriate boxes. You already have created username/password in the basic option settings, when software installation. Then click Continue, you will get system Dashboard web page. Initially this page will be blank and the message will be No document request is newly registered. 3. After successful login, you will get web page like this Central Library, IIT Kharagpur 5

8 Add Library/Institute Now, you have to add some institutes or libraries into the system to send document request, the documents are requested by user and which are not available in your library. Follow the given below steps to add an institute/library. 1. Go to the menu Library and then click the submenu Add New Library. You will get the page like this Note: In this data form, the star (*) marked inputs are mandatory. 2. After complete the inputs of library/institute details and then click Add Library, now the new library/institute will be created. 3. You can create multiple numbers of libraries/institutes in the same method. But, you cannot create with same id for various libraries/institutes of id to send Request. Manage Libraries/Institutes You can modify/change the library/institute name, ids, contact person name, active status and other details time to time in this page. 1. Go to the menu Library and then click the submenu Manage Libraries. The web page will be listing all the libraries/institutes. 2. Library/Institute name, id, and contact person can be searched. Enter search words or part of the search words in the text box and then click Search button, the required libraries/institutes will be listed. Central Library, IIT Kharagpur 6

9 3. If you want to list libraries/institutes by active enabled, select Active from the option box and then click Filter button. Follow the same procedure to list the active disabled libraries/ institutes. 4. If you want to deactivate the library/ institute, put a tick mark (to be marked in check box) in the corresponding library/ institute from the list, then select the Deactivate from the option of Selected libraries actions available in top right of the web page and then click Proceed button. Now, all selected libraries/ institutes will be deactivated and display Inactive in the Status column of the library/ institute list. Follow the same procedure to activate the libraries/ institutes. System Options Go to Options menu, then click on the System Options, you will get the given below web page. This is an auto filling option form, when the system installation the values/texts were already updated. In this system options, there are four tab options and they are 1. General Options 2. Notifications 3. Users 4. Libraries/ Institutes General Options: a. Library name: can be changed. Central Library, IIT Kharagpur 7

10 b. System URI: This option is to be changed only if you are moving the system to another place. Changes here can cause ODDS to stop working. c. Maximum number of document requests to libraries/ institutes: can define maximum number of document requests per . You can increase or decrease this option. By default, this option is five. d. Auto Process on Requests: If this option is checked and the libraries/ institutes upload the document requested by administrator, then automatic send an with a download link against the document requested by user. e. User s id Domain Names: can enter the user s id domain names. Users can register their request only from the entered domain names and this will restrict document request registration from other id domain. You can enter different id domain names and it is to be separated by a comma. E mail Notifications: A. From Information a. Name: It may be an administrator name or system name. b. E mail Address: A valid id and the will be sent from this id. c. Copy To: One copy of will be sent to these ids. You can enter multiple ids and it is to be separated by a comma. B. Mailer Here you can select which mail system will be used when sending the notifications. If you have a valid e mail account, SMTP is the recommended option. The mailer options are SMTP and Gmail. SMTP & Gmail Shared Options: You need to include your username (usually your address) and password if you have selected either SMTP or Gmail as your mailer. SMTP Options: If you selected SMTP as your mailer, please complete these options. a. Host (Example: IP address or Host Uri) b. Post (Basic: 25) c. Authentication (Default: none) E mail Users: Here you set up the header and footer of every send to users, or use the default one available in the system. Here you can use html tags here. Do not forget to also include and close accordingly the basic structural html tags. Use custom header/footer is for future development. Central Library, IIT Kharagpur 8

11 E mail Libraries/Institutes: Here you set up the header and footer of every send to libraries/ institutes, or use the default one available in the system. Here you can use html tags here. Do not forget to also include and close accordingly the basic structural html tags.. Use custom header/footer is for future development. Dashboard 1. Go to the menu Dashboard. The web page will be listing all the document requests and its transaction statuses. Initially the web page will be blak, i.e., after the system installation the page looks like 2. The list contains the following request date, document title, source title, statuses of the transactions and actions to be taken. 3. User s id can be searched. If you want to see/list a particular user s requests enter id of the user in the text box and then click Search button; document requests of the required user will be listed. 4. After received the document requests from users, the dashboard will listed all requested documents list and the dashboard looks like. Central Library, IIT Kharagpur 9

12 Request Administration Send Document Request to Libraries/Institutes 1. If the document requested by user is not available in your library, then you can send a request for the document to other libraries/institutes or libraries through from this dashboard. Put a tick mark (to be marked in check box) in the corresponding documents from the list, and then click the Send Document Requests to other Libraries/Institutes button. Now, you will be moved to Document Request Send to Other Institutes/Libraries page. Note: Maximum five document requests can select to send request. You can decrease or increase the number of requests in the System Options settings. Send Document Request to Libraries/Institutes Page 1. In this web page, first list is the document requested by users and the second list is libraries/ institutes for request sending. The document request sending page looks like the following Central Library, IIT Kharagpur 10

13 2. Put a tick mark (to be marked in check box) in the corresponding library/ institute name from the list, and then click the Send Request button. A separate BCC copy of will be sent to all selected libraries/ institutes. If you want to select all libraries/ institutes from the list, put a tick mark (to be marked in check box) in header row of the list. It will select all libraries/ institutes automatic, and then click the Send Request. 3. Finally, you will get the confirm message Document request has been sent successfully. 4. To see status of the sent request, click the Status button in the column Request Sent of Dashboard list. Central Library, IIT Kharagpur 11

14 5. To reply, status update, document upload, and other transactions on the user s request, click the Process button in the column Actions of Dashboard list. 1. The web page showing the requested document s details, registered user s details and the transaction process details, if already updated. 2. Update Options consists the approved/not approved, status, document upload, sending to user, and remarks, if any. 3. The logged in administrator can approve/not approve the document request for any reason. The reasons may be the following 1. requested document may not be available, 2. the registered user may not be authenticated, 3. requested document may be a large size, and 4. other valid reasons. 4. The Request Status updating in the Update Options may select from the options list or manually typing in the status input box. 5. To upload the requested document, if available, then click the Choose File button from Select document file to upload. The selected document file will be copied into the folder documents with the name of transaction identification number followed by uploaded file name, when you click Update Process button. 6. If Update with send option is checked, an with a download link will be sent to the user and then the transaction process will be updated, when you click Update Process button. Central Library, IIT Kharagpur 12

15 7. Any remarks about this request or update process can be entered in the Remarks input box. 8. Click the Update Process, this transaction process will be updated in database then you will be returned to Dashboard. Note: In this web page, right side panel is showing User Details and Document Details. If there is any modification on user details, click the Edit User button. You will be moved into the page Edit Registered User Details (See in the next section). Edit User Details Here, you can modify/change the registered users roll number, name, id, and other personal details entered by the user. The details of user are showing last registration of the document request. After changes the user details, click the Save User, the modified/changed data will be updated in the database. The web page like this Reports The system will generate two types of reports 1. Detailed Report 2. Summary Report Central Library, IIT Kharagpur 13

16 Detailed Report Initially this report is showing the transaction details between two dates, starting date of the current month and current date. If you want to see the transaction details of different dates, change from date and to date in the date selection. In addition, you can change the transaction types from option, and then click the Go button; you will get the selected report. The detailed report will be like this Summary Report Initially this report is showing the transaction details between dates, starting date of the current month and current date with total number of requested, processed, request send, sent, and downloaded. The report is initially listing requested details. If you want to list the transaction details of different dates, change from date and to date in the date selection. In addition, click on the numbers, which are web page link; you will get the selected report. The summary report will be like this Central Library, IIT Kharagpur 14

17 V. User s Manual User Registration The User Registration page of the system is 1. The User Registration page is registration for document request. 2. There is two different data you have to input to register a document request a. Document Details: bibliographic information of the document and the document s source title b. Personal Details: like roll number/code, name, id and these are mandatory to input; remaining personal details inputs are essential for further communication. 3. After complete the registration filling, and then click the Submit button. You will get the confirmation message like Your request has been registered successfully. Now your document request registration process is completed. Note: No need to re enter the personal details of users. If, they have already registered. Enter the id and then click Click Here button in the personal details area. The form automatically will get the information from last registration of the id. Central Library, IIT Kharagpur 15

18 Registration Status In this page, the registered users they can check their registration status of requested documents. To get the page, go to menu Registration Status. The Registration Status page is like this 1. Enter the user id in the search input box; and then click the Search button, the page will be listing all the registration details and its status of the registered id. VI. Limitations The registration of the document request is open to all. However, administrator can restrict the registration from user s id domain names. System cannot send requested document files through . Only it can send down load link of document files. Users only can download the document files from his/her with the down load link. configurations setup only on smtp and Gmail. Reports are only on screen as web pages. VII. Future Developments in the System Possibilities of developments in the software in future Central Library, IIT Kharagpur 16

19 VIII. configuration setup in PHPMailer, yahoo.com, and other mailing system. System will provide facility to download the document from the Registration Status page. User login based authentication. So, users must have registered /signed to access the web pages or the system. Collaboration with other Libraries/Institutes. System will be multilingual access. Access through mobile. Conclusion Through the manual, believed that the participants would be able to use this web application software in his/her library/institute, which is enabling the participants as a information service provider through web and internet and which will enable them to minimize the user and administrator time; and to maximize the information service providing. Central Library, IIT Kharagpur 17

Online CD Library (OCDL):

Online CD Library (OCDL): Online CD Library (OCDL): An Open Source Software Initiative for CD Content Management SOFTWARE MANUAL Prepared by Mr. M.Manivannan Information Analyst Central Library Indian Institute of Technology Kharagpur

More information

Administrator Manual. Last Updated: 15 March 2012 Manual Version:

Administrator Manual. Last Updated: 15 March 2012 Manual Version: Administrator Manual Last Updated: 15 March 2012 Manual Version: 1.6 http://www.happyfox.com Copyright Information Under the copyright laws, this manual may not be copied, in whole or in part. Your rights

More information

Administrator Manual. Last Updated: 15 March 2012 Manual Version:

Administrator Manual. Last Updated: 15 March 2012 Manual Version: Administrator Manual Last Updated: 15 March 2012 Manual Version: 1.6 http://www.helpdeskpilot.com Copyright Information Under the copyright laws, this manual may not be copied, in whole or in part. Your

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. WordPress

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. WordPress About the Tutorial WordPress is an open source Content Management System (CMS), which allows the users to build dynamic websites and blog. WordPress is the most popular blogging system on the web and allows

More information

Mobile Login Extension User Manual

Mobile Login Extension User Manual Extension User Manual Magento provides secured and convenient login to Magento stores through mobile number along with OTP. Table of Content 1. Extension Installation Guide 2. API Configuration 3. General

More information

ishipdocs User Guide

ishipdocs User Guide ishipdocs User Guide 11/8/2016 Disclaimer This guide has been validated and reviewed for accuracy. The instructions and descriptions it contains are accurate for ishipdocs. However, succeeding versions

More information

Amcor Supplier Portal. Supplier Manual

Amcor Supplier Portal. Supplier Manual Amcor Supplier Portal Supplier Manual Content This document describes the Supplier Portal and how to navigate. Content of this document Registration process Login Main page / Dashboard Modules Projects

More information

Acceptance Test Plan and Cases (ATPC)

Acceptance Test Plan and Cases (ATPC) Acceptance Test Plan and Cases (ATPC) LEMA Pilot School Integrated Scheduling Team Number 12 Name Primary Role Secondary Role David Wiggins Project Manager Developer Aakash Shah Prototyper Developer Kushalpreet

More information

JSN Dona Portfolio User's Guide

JSN Dona Portfolio User's Guide JSN Dona Portfolio User's Guide Getting Started Template Package Installation 1. Download the template installation package Log in JoomlaShine Customer Area to download the template package that you have

More information

Table of Contents. Navigate the Management Menu. 911 Management Page

Table of Contents. Navigate the Management Menu. 911 Management Page ucontrol Managing 911 Information Important note regarding 911 service: VoIP 911 service has certain limitations relative to Enhanced 911 service that is available on most traditional telephone service.

More information

HOTDOCS DOCUMENT SERVICES

HOTDOCS DOCUMENT SERVICES HotDocs Document Services ~ February 2012 Page 1 HOTDOCS DOCUMENT SERVICES Getting Started in the Cloud AT A GLANCE Sign up for HotDocs Document Services Receive contract order confirmation email Install

More information

Automated Installation Guide for CentOS (PHP 7.x)

Automated Installation Guide for CentOS (PHP 7.x) Automated Installation Guide for CentOS (PHP 7.x) *Note: This script will not work on shared hosting, only works on CentOS dedicated server only. Prerequisites: Hardware: RAM: minimum 2 GB Processor: Core2duo

More information

Quick Start Guide #1 Getting Started & Basic Setup WishList Products

Quick Start Guide #1 Getting Started & Basic Setup WishList Products 1 Table of Contents A. Pre-Setup... 4 1) Secure a domain name:...4 2) Secure a hosting account:...4 3) Setup DNS accordingly:...4 B. Installation... 4 1) Download/Install WordPress to recently secured

More information

GRS Enterprise Synchronization Tool

GRS Enterprise Synchronization Tool GRS Enterprise Synchronization Tool Last Revised: Thursday, April 05, 2018 Page i TABLE OF CONTENTS Anchor End User Guide... Error! Bookmark not defined. Last Revised: Monday, March 12, 2018... 1 Table

More information

Ricoh Managed File Transfer (MFT) User Guide

Ricoh Managed File Transfer (MFT) User Guide Ricoh Managed File Transfer (MFT) User Guide -- TABLE OF CONTENTS 1 ACCESSING THE SITE... 3 1.1. WHAT IS RICOH MFT... 3 1.2. SUPPORTED BROWSERS... 3 1.3. LOG IN... 3 1.4. NAVIGATION... 4 1.5. FORGOTTEN

More information

Application Instructions for Global UGRAD Portal Step-by-Step

Application Instructions for Global UGRAD Portal Step-by-Step Application Instructions for Global UGRAD 2018-2019 Portal Step-by-Step I. REGISTERING FOR THE PROGRAM Google Chrome and Mozilla Firefox work best when completing the UGRAD application. We do NOT recommend

More information

Modern Requirements4TFS 2018 Update 1 Release Notes

Modern Requirements4TFS 2018 Update 1 Release Notes Modern Requirements4TFS 2018 Update 1 Release Notes Modern Requirements 6/22/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 3 GENERAL... 4 1. FEATURES...

More information

ÓPTIMO User Quick Guide

ÓPTIMO User Quick Guide ÓPTIMO User Quick Guide Overview 01 Getting Started Access Website Forgot Password Login / Logout 02 Filing of Receipts File Receipt Modify Filed Receipt Submit Receipt 03 Summary Search Filed Receipts

More information

Plunet Business Manager. Freelancer Login Manual

Plunet Business Manager. Freelancer Login Manual Plunet Business Manager Freelancer Login Manual Introduction This brief manual is aimed to help all Service Providers who work with Plunet Business Manager over the Freelancer Login. Business Manager helps

More information

E-Requisition Order (E-RO PDP) v1.0

E-Requisition Order (E-RO PDP) v1.0 E-Requisition Order (E-RO PDP) v1.0 User Manual Rev. A Information Technology Department Revision Sheet Release Date Author Revision Description No. Rev. A 22/11/2013 Chuah Chong Hee Creation of E Requisition

More information

Sync User Guide. Powered by Axient Anchor

Sync User Guide. Powered by Axient Anchor Sync Powered by Axient Anchor TABLE OF CONTENTS End... Error! Bookmark not defined. Last Revised: Wednesday, October 10, 2018... Error! Bookmark not defined. Table of Contents... 2 Getting Started... 7

More information

Uploading a Submission

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

More information

Installing Vovici EFM Community Version 2.20 on Windows 2003 Server. September For support, contact Vovici Technical Support.

Installing Vovici EFM Community Version 2.20 on Windows 2003 Server. September For support, contact Vovici Technical Support. Installing Vovici EFM Community Version 2.20 on Windows 2003 Server September 2007 For support, contact Vovici Technical Support. Please contact Vovici Technical Support if you believe any of the information

More information

The e-cargo Matchmaker

The e-cargo Matchmaker The e-cargo Matchmaker USER GUIDE AUTHOR Anca DOLOCAN VERSION 0.7 June 2012 e-cargo Matchmaker - User Guide 1/36 TABLE OF CONTENTS 1. INTRODUCTION... 3 1.1. About the e-cargo Matchmaker... 3 1.2. Document

More information

USER MANUAL LEICA GEOSYSTEMS / HEXAGON SUPPLIER PORTAL

USER MANUAL LEICA GEOSYSTEMS / HEXAGON SUPPLIER PORTAL USER MANUAL LEICA GEOSYSTEMS / HEXAGON SUPPLIER PORTAL Leica Geosystems AG Heinrich-Wild-Strasse CH-9435 Heerbrugg Switzerland Hotline: +41 71 727 4343 Phone +41 71 727 31 31 www.leica-geosystems.com 0

More information

Importing Existing Data into LastPass

Importing Existing Data into LastPass Importing Existing Data into LastPass Once you have installed LastPass, you may need to impocort your existing password entries and secure data from another LastPass account or from another password manager

More information

Mendeley: A Reference Management Tools

Mendeley: A Reference Management Tools Mendeley: A Reference Management Tools OSSLM-2016 WORKSHOP MANUAL Prepared by Dr. Samir Kumar Jalal, Deputy Librarian National Workshop on Open Source Software for Library Management (OSSLM 2016) June

More information

NIELSEN API PORTAL USER REGISTRATION GUIDE

NIELSEN API PORTAL USER REGISTRATION GUIDE NIELSEN API PORTAL USER REGISTRATION GUIDE 1 INTRODUCTION In order to access the Nielsen API Portal services, there are three steps that need to be followed sequentially by the user: 1. User Registration

More information

Associate User Manual. vatmate is a trading division of ivat Limited

Associate User Manual. vatmate is a trading division of ivat Limited Associate User Manual vatmate is a trading division of ivat Limited Change History Version Date Changed by Description 1.0 12-May-2017 Gareth M. Davies Base lined 1.1 05-Sep-2017 Tim Myerson Updated images

More information

SpaceShuttle User guide v3

SpaceShuttle User guide v3 SpaceShuttle User guide v3 1.Get Started with SpaceShuttle p2 1.1 For Windows p2 How to download and install Aspera Connect p2 1.2 For Mac p4 How to download and install Aspera Connect p4 2. Accessing

More information

INTRODUCTION FEATURES OVERVIEW. a) Applicant Registration

INTRODUCTION FEATURES OVERVIEW. a) Applicant Registration INTRODUCTION The main objective of Grant Management System is to help Spices Board to distribute subsidy payments to about 300000 farmers distributed all over India through its network of offices. The

More information

Title: Tech Training Certificate: Ace of Initiative Program. Presented By Rajmahendran P Business analyst & IT Manger

Title: Tech Training Certificate: Ace of Initiative Program. Presented By Rajmahendran P Business analyst & IT Manger Title: Tech Training Certificate: Ace of Initiative Program Presented By Rajmahendran P Business analyst & IT Manger Why PHP important? Within 4 to 6 year Every Business will have Website Every Shop Will

More information

USER GUIDE. EBMS SECURE MailGate

USER GUIDE. EBMS SECURE  MailGate USER GUIDE EBMS SECURE EMAIL MailGate USER REGISTRATION When a secure email is sent to a new user, Secure Mailbox generates a notification and sends it to their email account. The notification contains

More information

USER GUIDES OWNCLOUD WEB USER GUIDE. INTRODUCTION: This guide provides details on how to use owncloud via the web.

USER GUIDES OWNCLOUD WEB USER GUIDE. INTRODUCTION: This guide provides details on how to use owncloud via the web. USER GUIDES OWNCLOUD WEB USER GUIDE INTRODUCTION: This guide provides details on how to use owncloud via the web. SYSTEM REQUIREMENTS: Most web browsers WHAT YOU MAY NEED & OTHER CONSIDERATIONS: An Internet

More information

Get Qualified User Manual

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

More information

Mobile Login extension User Manual

Mobile Login extension User Manual extension User Manual Magento 2 allows your customers convenience and security of login through mobile number and OTP. Table of Content 1. Extension Installation Guide 2. Configuration 3. API Settings

More information

Building Block Installation - Admins

Building Block Installation - Admins Building Block Installation - Admins Overview To use your Blackboard Server with Panopto, you first need to install the Panopto Building Block on your Blackboard server. You then need to add Blackboard

More information

LEGAL METROLOGY ORGANISATION

LEGAL METROLOGY ORGANISATION GOVERNMENT OF MAHARASTHRA LEGAL METROLOGY ORGANISATION USER MANUAL - LICENSE RENEWAL The On-line module of Vaidhmapan Application will help the user 1. To obtain his/her New Manufacturer / Dealer / Repairer

More information

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

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

More information

A Guide for Customer Accounts

A Guide for Customer Accounts A Guide for Customer Accounts Introduction This document contains set up and configuration guides for ODDS Customer Accounts. This manual helps to assist customers with the setup of their ODDS account,

More information

Fulfillment User Guide FULFILLMENT

Fulfillment User Guide FULFILLMENT Fulfillment User Guide FULFILLMENT TABLE OF CONTENTS I. System Requirements II. Logging In III. Launchpad a. Home b. Profile c. Settings IV. Dashboard Tab a. Actionable Insights b. Open Orders V. Transactions

More information

ARRIS MEMBERSHIP REGISTRATION GUIDE

ARRIS MEMBERSHIP REGISTRATION GUIDE ARRIS MEMBERSHIP REGISTRATION GUIDE August 25, 2017 Version 1.9 Table of Contents ARRIS Applications and Membership... 3 Membership Registration... 4 Requesting Access to ARRIS Applications... 7 Forgotten

More information

Installing SurveySolutions/EFM 2.10 on Windows 2003 Server

Installing SurveySolutions/EFM 2.10 on Windows 2003 Server Installing SurveySolutions/EFM 2.10 on Windows 2003 Server November 2006 Perseus Development Corporation 50 Braintree Hill Office Park, Suite 308 Braintree, MA 02184 Tel (781) 848-8100 Fax (781) 848-1978

More information

1) TABLE OF CONTENTS 2) WELCOME. Version 3.4. You can obtain support from our web site:

1) TABLE OF CONTENTS 2) WELCOME. Version 3.4. You can obtain support from our web site: Copyright 2009 Digiweb Ltd. Version 3.4 You can obtain support from our web site: http://www.digiappz.com http://www.digiappz.com/contact.asp 1) TABLE OF CONTENTS 1) Table of Contents 2) Welcome 3) Features

More information

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

SIMICART USER GUIDE SERIES. SimiCart Install SimiConnector

SIMICART USER GUIDE SERIES. SimiCart Install SimiConnector SIMICART USER GUIDE SERIES Install SimiConnector TABLE OF CONTENTS I. INSTALL SIMICONNECTOR 3 II. CHECK CONNECTOR AFTER INSTALL 12 I. INSTALL SIMICONNECTOR 1) Download SimiConnector: https://github.com/simicart/simicart-magento2.x

More information

econcern Online User s Manual

econcern Online User s Manual econcern Online User s Manual Published by Inc. 20 M.L. Quezon Street, City Subdivision, San Pablo City, Philippines Phone (+6349) 562. 4309 Fax (+6349) 562.0009 Copyright CARD MRI 2011 Information by

More information

E-Requisition Order (E-RO UG) v1.0

E-Requisition Order (E-RO UG) v1.0 E-Requisition Order (E-RO UG) v1.0 User Manual Rev. B Information Technology Department Revision Sheet Release Date Author Revision Description No. Rev. A 22/11/2013 Chuah Chong Hee Creation of E-Requisition

More information

FAME FAQ (Client) v1.0. Table of Contents

FAME FAQ (Client) v1.0. Table of Contents Table of Contents I. LOGIN / PASSWORD / SECURITY QUESTIONS... 2 1. When is FAME 3.0 access given to clients?... 2 2. How can I login in to FAME 3.0 after I have received the FAME 3.0 Login ID and Password

More information

Joomla 3.X Global Settings Part III Server Settings

Joomla 3.X Global Settings Part III Server Settings Joomla 3.X Global Settings Part III Server Settings Diagram 1 Path to Temp Folder: This is a text box adjacent to this prompt which holds the path to Joomla s temp folder on the web server. This is the

More information

Welcome to Tam Tickets.

Welcome to Tam Tickets. Welcome to Tam Tickets. Tam Tickets is a full featured, yet easy to use help-desk system. It is great for users and businesses who wish to keep track of and manage support requests online. You can create

More information

3.3 Creating New Task...8

3.3 Creating New Task...8 Table of Contents 1.INTRODUCTION.2 2. LOGGING INTO THE APPLICATION.3 2.1 Login Process 3 3.NAVIGATING THE DASHBOARD..4 3.1 Creating a New Contact.5 3.2Creating a New Company...7 3.3 Creating New Task...8

More information

Somerville College WordPress user manual. 7th October 2015

Somerville College WordPress user manual. 7th October 2015 Somerville College WordPress user manual 7th October 05 0 INDEX YOUR SITE IMAGES FORMS THE MENU 4 4 5 0 YOUR SITE The Content Management System The Somerville website has been built using the WordPress

More information

WWPass External Authentication Solution for IBM Security Access Manager 8.0

WWPass External Authentication Solution for IBM Security Access Manager 8.0 WWPass External Authentication Solution for IBM Security Access Manager 8.0 Setup guide Enhance your IBM Security Access Manager for Web with the WWPass hardware authentication IBM Security Access Manager

More information

Anchor User Guide. Presented by: Last Revised: August 07, 2017

Anchor User Guide. Presented by: Last Revised: August 07, 2017 Anchor User Guide Presented by: Last Revised: August 07, 2017 TABLE OF CONTENTS GETTING STARTED... 1 How to Log In to the Web Portal... 1 How to Manage Account Settings... 2 How to Configure Two-Step Authentication...

More information

Quick Start Manual for Mechanical TA

Quick Start Manual for Mechanical TA Quick Start Manual for Mechanical TA Chris Thornton cwthornt@cs.ubc.ca August 18, 2013 Contents 1 Quick Install 1 2 Creating Courses 2 3 User Management 2 4 Assignment Management 3 4.1 Peer Review Assignment

More information

Installing Vovici EFM Community Version 2.20 on Windows 2003 Server. September For support, contact Vovici Technical Support.

Installing Vovici EFM Community Version 2.20 on Windows 2003 Server. September For support, contact Vovici Technical Support. Installing Vovici EFM Community Version 2.20 on Windows 2003 Server September 2007 For support, contact Vovici Technical Support. Please contact Vovici Technical Support if you believe any of the information

More information

End User Manual. December 2014 V1.0

End User Manual. December 2014 V1.0 End User Manual December 2014 V1.0 Contents Getting Started... 4 How to Log into the Web Portal... 5 How to Manage Account Settings... 6 The Web Portal... 8 How to Upload Files in the Web Portal... 9 How

More information

DISCRETIONARY GRANT ONLINE SYSTEM

DISCRETIONARY GRANT ONLINE SYSTEM DISCRETIONARY GRANT ONLINE SYSTEM User Manual Client: Project Name: Author: CATHSSETA training manual Discretionary Grant Training Manual Phemelo Mothusi 31 October 2016 TABLE OF CONTENTS 1 INTRODUCTION...

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Joomla

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Joomla About the Tutorial Joomla is an open source Content Management System (CMS), which is used to build websites and online applications. It is free and extendable which is separated into frontend templates

More information

ISS INDIA Active Directory Self Password Management Solution ISS Facility Services India PVT.LTD.

ISS INDIA Active Directory Self Password Management Solution ISS Facility Services India PVT.LTD. ISS INDIA Active Directory Self Password Management Solution ISS Facility Services India PVT.LTD. Page 1 of 14 Contents 1. OVERVIEW... 3 2. USER REGISTRATION PROCESS... 3 STEP 1: USER LOGIN... 3 STEP 2:

More information

Setting up Outlook Express to access your boxes

Setting up Outlook Express to access your  boxes Setting up Outlook Express to access your email boxes Basically there are 2 stages to this process the third only necessary if you use BT Internet as your Internet Service Provider (ISP) 1) Setting up

More information

JSN Dona 2 Portfolio Configuration Manual

JSN Dona 2 Portfolio Configuration Manual JSN Dona 2 Portfolio Configuration Manual Getting Started The Sun Framework is automatically installed when you install JSN Shine or any JSN Template Gen.2 templates. In case manual installation is needed,

More information

EDMtruePLM True Product Lifecycle Management User s Guide for Version 2.2

EDMtruePLM True Product Lifecycle Management User s Guide for Version 2.2 EDMtruePLM True Product Lifecycle Management User s Guide for Version 2.2 Proprietary notice Information in this publication is subject to change without notice. No part of this publication may be distributed

More information

Create and Manage Partner Portals

Create and Manage Partner Portals Create and Manage Partner Portals Salesforce, Summer 18 @salesforcedocs Last updated: June 20, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

Publish Joomla! Article

Publish Joomla! Article Enterprise Architect User Guide Series Publish Joomla! Article Author: Sparx Systems Date: 10/05/2018 Version: 1.0 CREATED WITH Table of Contents Publish Joomla! Article 3 Install Joomla! Locally 4 Set

More information

SharePoint General Instructions

SharePoint General Instructions SharePoint General Instructions Table of Content What is GC Drive?... 2 Access GC Drive... 2 Navigate GC Drive... 2 View and Edit My Profile... 3 OneDrive for Business... 3 What is OneDrive for Business...

More information

Publish Joomla! Article

Publish Joomla! Article Enterprise Architect User Guide Series Publish Joomla! Article Sparx Systems Enterprise Architect supports publishing an entire model, or part of the model, in a local Joomla! Repository as Articles (HTML

More information

GOQUO AGENT PORTAL USER GUIDE

GOQUO AGENT PORTAL USER GUIDE 1 GOQUO AGENT PORTAL USER GUIDE 2 1. General Overview This document is designed for the purpose of providing users (Agents as well as Admin user) with all main steps in the whole process, as well as detailed

More information

P3 USER GUIDE FOR MARKET ACTORS RESIDENTIAL & HARD TO REACH STANDARD OFFER PROGRAMS

P3 USER GUIDE FOR MARKET ACTORS RESIDENTIAL & HARD TO REACH STANDARD OFFER PROGRAMS P3 USER GUIDE FOR MARKET ACTORS RESIDENTIAL & HARD TO REACH STANDARD OFFER PROGRAMS Updated March 2016 Contents INTRODUCTION... 3 P3 REGISTRATION PROCESS... 4 P3 MARKET ACTOR PROFILE... 6 Create New Market

More information

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.1

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.1 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 Dynamics CRM Plug-in Installation... 2 Plug-in Configuration... 5 Dynamics CRM Configuration

More information

VMware AirWatch Google Sync Integration Guide Securing Your Infrastructure

VMware AirWatch Google Sync Integration Guide Securing Your  Infrastructure VMware AirWatch Google Sync Integration Guide Securing Your Email Infrastructure AirWatch v9.2 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

PG&E strongly encourages Participants to register with Power Advocate well before Offers are due.

PG&E strongly encourages Participants to register with Power Advocate well before Offers are due. PG&E strongly encourages Participants to register with Power Advocate well before Offers are due. Registration: All Offer submittal information pertaining to this RFO will be hosted on the Power Advocate

More information

CUSTOMER CONTROL PANEL... 2 DASHBOARD... 3 HOSTING &

CUSTOMER CONTROL PANEL... 2 DASHBOARD... 3 HOSTING & Table of Contents CUSTOMER CONTROL PANEL... 2 LOGGING IN... 2 RESET YOUR PASSWORD... 2 DASHBOARD... 3 HOSTING & EMAIL... 4 WEB FORWARDING... 4 WEBSITE... 5 Usage... 5 Subdomains... 5 SSH Access... 6 File

More information

Light Account Process Step by step Guide

Light Account Process Step by step Guide Light Account Process Step by step Guide DISCLAIMER: This training material is created by UTC Climate, Controls & Security to help its suppliers register for Light Accounts and navigate the dashboard.

More information

if (WP_DEBUG) E_ALL 'on'; }

if (WP_DEBUG) E_ALL 'on'; } BAVC WordPress Resources http://codex.wordpress.org/ Lab Resources MAMP Git Aptana Studio 3 Firefox with Firebug Outline I. WordPress installation (Installing_WordPress) A. Requirements 1. PHP >= version

More information

UNDP etendering: User Guide for Bidders. January 2018

UNDP etendering: User Guide for Bidders. January 2018 UNDP etendering: User Guide for Bidders January 2018 Quick References to the Guide The UNDP etendering Guide for Bidders is a manual for individuals or companies who wish to participate in a UNDP tender

More information

USER S MANUAL. of Proposal Management System Scheme for Promotion of Academic Research Collaboration (SPARC)

USER S MANUAL. of Proposal Management System Scheme for Promotion of Academic Research Collaboration (SPARC) USER S MANUAL of Proposal Management System Scheme for Promotion of Academic Research Collaboration (SPARC) SPARC Team, IIT Kharagpur October 2018 TABLE OF CONTENTS Page # 1. ABOUT THE SCHEME... 1-1 2.

More information

Vendor Portal Frequently Asked Questions

Vendor Portal Frequently Asked Questions Vendor Portal Frequently Asked Questions What website should I use for the Finance and Data Management Portals?... 2 What is the DPI Vendor Shipment Portal?... 2 Who should I contact for questions about

More information

SOA Software API Gateway Appliance 6.3 Administration Guide

SOA Software API Gateway Appliance 6.3 Administration Guide SOA Software API Gateway Appliance 6.3 Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names, logos,

More information

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 1.0

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 1.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 Dynamics CRM Plug-in Installation... 2 WordPress Manual Plug-in installation... 5 Plug-in

More information

User Manual for Request for Proposal PMKVY

User Manual for Request for Proposal PMKVY User Manual for Request for Proposal PMKVY (Pradhan Mantri Kaushal Vikas Yojana) Powered by Hard Shell Technologies (P) Ltd. 1 Table of Contents 1. Home Page... 3 1.1. Dashboard... 3 2. Training Partner

More information

USER MANUAL FOR STUDENT REGISTRATION

USER MANUAL FOR STUDENT REGISTRATION THE WEST BENGAL UNIVERSITY OF HEALTH SCIENCES USER MANUAL FOR STUDENT REGISTRATION Version 1.0 Jan-2018 Page 1 of 22 Contents 1. Introduction... 3 2. Steps for Online Registration Process... 3 Check Eligibility

More information

Digitized Engineering Notebook

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

More information

RunClick Webinar and Video Conferencing Software. User Manual

RunClick Webinar and Video Conferencing Software. User Manual RunClick Webinar and Video Conferencing Software User Manual Visit RunClick.com for more details 1 Page Table of Contents Installation and Activation of RunClick Part 1: WordPress Fresh Installation Process

More information

Knowledge Base. Release Notes Version 2.0

Knowledge Base. Release Notes Version 2.0 Knowledge Base Release Notes Version 2.0 Application Data Structure Name Type Purpose KB_Users Table Primary table for registered users KB_Articles Table Primary table for articles KB_Comments Table Primary

More information

2016. All rights reserved. ecconnect V.11 User Guide

2016. All rights reserved. ecconnect V.11 User Guide 2016. All rights reserved. ecconnect V.11 User Guide Copyright and trademarks ecconnect User Guide Copyright and trademarks The information in this document is subject to change without notice. This document

More information

Custom Registration Field For Magento2

Custom Registration Field For Magento2 Custom Registration Field For Magento2 webkul.com/blog/custom-registration-field-for-magento2/ On - February 4, 2016 Custom Registration Field for Magento2 will allow the admin to create custom fields

More information

Quick-Start Tutorial. Airavata Reference Gateway

Quick-Start Tutorial. Airavata Reference Gateway Quick-Start Tutorial Airavata Reference Gateway Test/Demo Environment Details Tutorial I - Gateway User Account Create Account Login to Account Password Recovery Tutorial II - Using Projects Create Project

More information

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.2

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.2 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 Dynamics CRM Plug-in Installation... 2 Plug-in Configuration... 5 Dynamics CRM Configuration

More information

Filelocker-Yale s Secure File Transfer Service

Filelocker-Yale s Secure File Transfer Service If you need to transfer large files, or large quantities of files, which would normally exceed the email attachment limit of 20MB, Yale s Filelocker transfer service can help. It is safe and secure for

More information

Import Data Connection from an SAP Universe

Import Data Connection from an SAP Universe Import Data Connection from an SAP Universe SAP Analytics Cloud allows you to connect to SAP Universe and import your data. NOTE: It is recommended that the SAP Cloud Platform Cloud Connector (SAP CP CC)

More information

JITs Portal. User Manual

JITs Portal. User Manual JITs Portal User Manual November 2017 JITs Portal 1 Table of Contents Chapter 1 Introduction... 2 1.1 What is the JITs Portal?...3 1.2 User Guide structure...4 Chapter 2 Working with the JITs Portal...

More information

Installing and Updating Templates

Installing and Updating Templates Installing and Updating Templates OrthoView customers have unlimited access to the entire template library, but initial installations do not include templates. The templates required must be downloaded,

More information

Individual (Submit by appointment) User Guide for QA i-portal

Individual (Submit by appointment) User Guide for QA i-portal Individual (Submit by appointment) User Guide for QA i-portal Version 1.0 Examples shown in this User Guide are for demonstration purpose only. They might not reflect the actual information published on

More information

Arizona Talking Book Library. BARD Submittal Process

Arizona Talking Book Library. BARD Submittal Process Arizona Talking Book Library BARD Submittal Process Maria Pina, Brian Blackwell & Mary Alyce Grube 1-30-2018 Contents Introduction... 1 Compress the Files... 1 Upload into BARD... 2 Verify Upload is Correct...

More information

Install Vovici Version 4 Guide Vovici v4. January 2009

Install Vovici Version 4 Guide Vovici v4. January 2009 Install Vovici Version 4 Guide Vovici v4 January 2009 For installation support, please contact our Vovici installation experts at installefmc@vovici.com. If phone support is requested an installation expert

More information

Grapevine web hosting user manual. 12 August 2005

Grapevine web hosting user manual. 12 August 2005 Grapevine web hosting user manual 12 August 2005 Grapevine web hosting user manual 2 Contents Contents... 2 Introduction... 4 System features... 4 How it looks... 5 Main navigation... 5 Reports... 6 Web

More information

Installing Perseus SurveySolutions/EFM 1.4 for Windows 2000 (Microsoft Internet Information Services and Oracle Server) January 2006

Installing Perseus SurveySolutions/EFM 1.4 for Windows 2000 (Microsoft Internet Information Services and Oracle Server) January 2006 Installing Perseus SurveySolutions/EFM 1.4 for Windows 2000 (Microsoft Internet Information Services and Oracle Server) January 2006 For support, contact Perseus Technical Support at (781) 848-8100, ext.

More information

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution User Guide Kronodoc 3.0 Intelligent methods for process improvement and project execution 2003 Kronodoc Oy 2 Table of Contents 1 User Guide 5 2 Information Structure in Kronodoc 6 3 Entering and Exiting

More information