elton Group 3. Michael Spetås, Lars Brekke, Sondre Wiersdalen and Richard Wangsvik System Requirements & Design (SRD)

Size: px
Start display at page:

Download "elton Group 3. Michael Spetås, Lars Brekke, Sondre Wiersdalen and Richard Wangsvik System Requirements & Design (SRD)"

Transcription

1 - System Requirements & Design (SRD) 1

2 Glossary ASP.net Framework by Microsoft for creating web forms C# Programming language based on the.net framework Microsoft SQL GUI VS T-SQL UML CSS HTML Microsoft Structured Query Language Graphical User Interface Visual Studio Transact-SQL Unified Modelling Language Cascading Style Sheets HyperText Markup Language 2

3 Contents 1. Introduction System overview GUI graphical user interface User requirements Technical Requirements Functional requirements: The system as a whole Equipment requirements User rights Error reports History of reports GUI Database Non-functional requirements: Architecture Unified Modeling Language Use case Class diagram Sequence diagram

4 1. Introduction The expected readership for this document is the development team itself, customers, and stakeholders. A summary of potential changes made will be listed in the bottom of the document. The main purpose for this system is to be able to register and handle equipment errors. Whether it be industrial equipment, lab equipment, workshop equipment or any other type of equipment in any workplace. This system is not restricted to any business or use, but merely a helpful tool for whoever finds it useful. All businesses utilize equipment in their everyday process for different reasons. The core issue here is that eventually equipment tends to break or otherwise malfunction. Therefore, our system aims to facilitate this process by presenting an organized way to document and handle flawed equipment. 2. System overview The system is meant to categorize and handle the errors accordingly in a database, and notifies the person responsible depending on the category of the equipment. When users are reporting malfunctioning equipment, they must write the identification tag of the equipment, give a description that may help the repairman, and choose an urgency rating for the equipment to be fixed. A work list containing equipment in need of fixing (with reported errors) will be available for users with the necessary clearance. This is greatly beneficial for the repairman, seeing as he could prioritize, fix, set status, add information/solution, etc. The system will include statistics. It will be possible to review how many reports has been made for a specific equipment identification tag, different locations, etc. All information regarding a specific error or equipment ID/name will be stored within a database. This is mandatory as it will vastly improve the functionality of the software. Using a database will also allow for the user to view the history of specific equipment at their leisure. Being able to view all the reports for a specific component or equipment, series of an equipment or even whole categories can help decrease the 4

5 repair time as it might give a clue for what is wrong or where the fault lies. It will also reveal equipment with an unusual amount of errors. We have also considered the possibility that some users will require higher authorization than others. For instance, the people responsible for the different categories or sub groups of equipment will require higher clearance. On the other hand, a worker will not necessarily need to mark errors as fixed, or perhaps delete registered errors. Admins and repairmen will be able to add a solution. They should also be able to edit/set the urgency of the error. A flowchart showing the process of the software is described in Figure Flowchart describing the use of the software. Figure Flowchart describing the use of the software 5

6 2.1 GUI graphical user interface During the early brainstorm process, this draft was created of the GUI. See Figure 2-2 GUI Draft. Figure 2-2 GUI Draft 3. User requirements The customer requires a system which enables them to register equipment errors. The report will contain a field to fill out the equipment ID, a description and a severity rating. The system notifies the person responsible via , depending on the information filed in the report by the user. A task list is automatically filled out and sorted depending on selected sorting method. The repairmen can change the prioritization, status and add a solution for the equipment on the task list. After an item has been marked as fixed, it will get removed from the not fixed or in progress task list. The system will also contain a log history regarding the registered equipment. As more and more errors are solved, the system enables the repairmen to fix equipment more efficiently, as the error symptoms and solutions for specific equipment are listed. 6

7 The system should be easy to use by the users and the repairmen. The program should be somewhat aesthetically pleasing. Task lists should not be editable by normal users, as they are not responsible for repairing equipment. 4. Technical Requirements In this chapter, technical requirements for the equipment error system are discussed. These requirements are divided into two types. Functional and non-functional requirements. Both types are to be easily tested and are specific to how the system should function and operate. 4.1 Functional requirements: The functional requirements are specific requirements related to the system behaviour that is to be programmed or designed by the developers of this project. For the sake of making the list easy to read and manage when testing, the requirements are divided into groups related to the systems key features The system as a whole Requirements for the entire system or requirements not fitting any of the divided groups following is put here. Every user must log in to operate the system. Every user of the system will be able to report faulty equipment. The system must use a database to store data Equipment requirements For the system to run, the user and server system will require to run on certain software. The user is required to use certain software to access elton: Run a reasonably new version of the web browser such as Google Chrome 26+, Microsoft Edge 38+ or Mozilla Firefox 16+. Run an operating system such as Windows 7, Windows 8 or Windows 10. Other web browsers, operating systems, smart devices and tables might work, but are not exclusively tested for using this software system. 7

8 The server system is also required to run on certain software: A Windows based server operating system such as Windows Server 2016, Windows Server 2012 R2 or Windows Server Microsoft Azure User rights The system is taking use of three user types: normal users, repairmen and admins. A list of requirements related to this is here: Users are divided in normal users, repairmen and admins. Normal users can report errors. Repairmen can report errors as well as view and edit all reports and tasks. Admins can report errors, view and edit all reports and tasks, and edit/add users. Users must follow a short guide that sent via by the system to activate their account and create password, this is to be sent after registration. There can only be one account associated with an at any given point in time Error reports Reported equipment errors are filed as a task in the database for repairmen to view and manage. Error reports are referred to as tasks in this subchapter. Here are the requirements related to this feature: Tasks should contain the equipment s ID, Location, the username of who reported the equipment, and a description with any information that may help the repairmen. The date and time for when the task was reported is also noted. Tasks will be viewable by repairmen and admins. Repairmen and admins can change the status of the task to not finished, in progress or solved. When a task is solved, repairmen can leave a note containing useful information for recycled use. 8

9 4.1.5 History of reports All reports are filed in the database, which is accessible to normal users, repairmen and admins. Here is a list of requirements related to this feature. Users can search for equipment in the database. Normal users can only view data and not edit past reports. The history feature should give the users the possibility to see the previous faults or errors about equipment if there are any GUI For this system, we will use separate web forms windows to solve the issues the requirements present. Having separate windows will allow for us to design our system the way it is intended to our specifications and the user requirements. It will also make the system more intuitive for the user and allow the developers to work on separate parts of the program during development. First and foremost, a home page is required. The home page will include a login section where the user enters their login information. This is a security measure to protect the system, the users and the data stored. It will make sure only people with proper clearance can log in and report issues. This login screen will also include a Forgot Password feature for resetting passwords of users. This will redirect the user to a reset password page. If the credentials check out, you will be logged into the system and introduced to the reporting section of the system. In case the user trying to log in is a first-time user, he/she will be required to go through an activation of the account as well as creating a password. Repairmen or admin will have access to more of the system which will be explained in the next paragraph. This window (report page) will contain radio buttons and textboxes for all the necessary information the user must enter. It will be designed in such a way that it is easy for the user to know how to report faulty equipment. In addition, it will only be possible to create reports about equipment which is already registered in the database, this reduces report time and makes it less repetitive to report equipment, 9

10 as a lot of the information is automatically filled out. The date of the report and the user responsible for reporting the task will be automatically saved in a database. Admins will be able to add equipment into the database system, along with some general information about the specific equipment in a separate web form. If the user who logs in is a repairman or admin, he/she will be greeted with a different page. This page will contain information and features otherwise unavailable to the normal user. These features will include tables and editing of the current tasks at hand. We have also considered the possibility that a supervisor or a repairman might need to report something themselves at times. This conundrum will be solved by adding a button or a feature on the website that they can click on to be sent to the reporting window of the system. There will be a window specifically made for viewing history of equipment errors. The idea here is that the user can browse the history of whatever equipment they re interested in knowing the history of, by searching for the equipment ID or other. This window will be made available by all users of the system. Admins will also be able to access a page that allows them to register users Database Functional requirements related to the database and what should be stored in the database. Functional requirements to the database: The database structure should eliminate redundant data Attributes which is used for searching in the history feature should have its own table. This prevents writing mistakes when registering equipment. The database will store: Equipment type, model name, manufacturer, equipment ID, where it is located and which department it belongs to. Users and passwords in the form of hash and salt. Equipment error reports, filed as tasks. - An equipment error report should contain an equipment ID and a comment that contains any information that could be helpful for the repairman. 10

11 - The responsible person in a department is to be notified every time a report is made, by . The should contain useful information. - Each report is to be filed as a task that administrators/repairmen can view. - All equipment errors along with the report information should be stored and categorized in a database, which is viewable from the application. The solution to the task should also be viewable in this page. - Only admins/repairmen should be able to delete and mark equipment errors as solved. - Users will be categorized as normal users, repairmen and admins. 4.2 Non-functional requirements: The non-functional requirements are requirements that are related to how the system operates. These requirements are also divided in the same manner the functional requirements are divided. User experience: The system should be easily learned. It should not take more than one hour for normal users and two hours for admins to know how to operate the system. With the use of login and protected user passwords the aim is to have a secure database and work platform. 11

12 5. Architecture The architecture of this software is sketched in a simple manner, please see Figure 5-1 Sketch of system architecture. The user will be able to register and view errors and data that is to be stored in an SQL Database. The application is to be built with ASP.NET which is a framework for developing web applications using VS/C#. Figure 5-1 Sketch of system architecture 12

13 The software architecture is based on the thin architecture and uses three tiers. By using the thin architecture, the most demanding processing is done by the server. This makes using the software more lightweight and flexible, it also makes it simpler from a code and design perspective, as the client does not directly access the processing. This should also make it possible to access the program using several different operation systems and web browsers. The three tiers are separated into the following: Presentation tier. Logic tier. Data tier. Presentation tier is what the user accesses using a web browser. This tier is coded in HTML with visual styling from CSS. The logic tier is where most of the processing happens, this tier is server side and coded in C# ASP.NET. The data tier is mainly where data is stored, but it also contains some logic. This tier is hosted server side in SQL and coded in T-SQL. A visual presentation of the software architecture can be seen in Chapter 5. Architecture. 13

14 Figure 5-2 Software architecture 14

15 6. Unified Modeling Language This chapter contains documents and diagrams describing the software modeling. The purpose of UML is to plan and visualize the software design in advance, before programming. By using this approach, the developer will spend less time wondering how something works, or how to organize the code. This enables the developer to spend more time on effective development by programming more. 6.1 Use case The use case shows a high overview of the users relation to the different components in the software system. In this way, use cases create a better understanding of the system for all parts involved. Simple and repetitive actions such as redirections to other pages have been left out of these. As the web application is divided into several pages that serve specific purposes, we ve made use case diagrams for the following pages: Login page Tasks page Report page Equipment registration page User registration page The use case diagrams can be seen below in the same order. 15

16 Figure 6-1 Use case, login page Figure Tasks Page 16

17 Figure Report Page Figure Equipment registration 17

18 6.2 Class diagram The class diagram shows the classes used in the system, the methods they contain, the variables, properties, and the association between the classes. This helps visualizing how the system is divided and makes it easier to separate tasks and sub tasks within the software development process. See class diagram, Figure 6-5 Class diagram. Figure 6-5 Class diagram Most of the actions the software does are involving the database in some way. Therefore, all the classes are associated with the class SQLHandler. SQLHandler is a general-purpose class for communicating with the database, so most of the classes use an object of this class. Both the Task and Equipment class are to extract individual tasks/equipment and add tasks/equipment to the database. 18

19 6.3 Sequence diagram The sequence diagram shows what order different objects interact with another. This helps the software developers see an order based overview of how the systems sub tasks should work. Based on this overview the software developers will easier know how to proceed during the development process. Please see the sequence diagrams in the figures below. Figure 6-6 Sequence diagram, login page 19

20 Figure 6-7 Sequence diagram, tasks page Figure 6-8 Sequence diagram, report page 20

21 Figure 6-9 Sequence diagram, Equipment Registration 21

Design and Implementation of File Sharing Server

Design and Implementation of File Sharing Server Design and Implementation of File Sharing Server Firas Abdullah Thweny Al-Saedi #1, Zaianb Dheya a Al-Taweel *2 # 1,2 Computer Engineering Department, Al-Nahrain University, Baghdad, Iraq Abstract this

More information

SharePoint User Manual

SharePoint User Manual SharePoint User Manual Developed By The CCAP SharePoint Team Revision: 10/2009 TABLE OF CONTENTS SECTION 1... 5 ABOUT SHAREPOINT... 5 1. WHAT IS MICROSOFT OFFICE SHAREPOINT SERVER (MOSS OR SHAREPOINT)?...

More information

Empathy Parent Manual

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

More information

Nextsense Support System

Nextsense Support System Nextsense Support System Customer manual Author Nextsense Partizanski odredi 62, Skopje Macedonia www.nextsense.com Table of Contents Introduction... 3 Accessing the system... 4 Logging in... 4 I forgot

More information

ATMS ACTION TRACKING MANAGEMENT SYSTEM. Quick Start Guide. The ATMS dev team

ATMS ACTION TRACKING MANAGEMENT SYSTEM. Quick Start Guide. The ATMS dev team ATMS ACTION TRACKING MANAGEMENT SYSTEM Quick Start Guide The ATMS dev team Contents What is ATMS?... 2 How does ATMS work?... 2 I get it, now where can I find more info?... 2 What s next?... 2 Welcome

More information

User Guide Requester. Welcome to CORA - the main tool for requesting SW Keys from the Ericsson Region License Centers

User Guide Requester. Welcome to CORA - the main tool for requesting SW Keys from the Ericsson Region License Centers User Guide Requester Welcome to CORA - the main tool for requesting SW Keys from the Ericsson Region License Centers INdex Login Login Reset Password Create Request Customer Creation Confirmation View

More information

205CDE: Developing the Modern Web. Assignment 1: Designing a Website. Scenario: D Bookshop

205CDE: Developing the Modern Web. Assignment 1: Designing a Website. Scenario: D Bookshop 205CDE: Developing the Modern Web Assignment 1: Designing a Website Scenario: D Bookshop Introduction I decided to make a second hand bookshop website. There are some reasons why I made this choice. Mainly

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 Mohammed Feroz Governors State University

More information

Table of Contents. 1. Introduction 1. 1 Overview Business Context Glossary...3

Table of Contents. 1. Introduction 1. 1 Overview Business Context Glossary...3 Table of Contents 1. Introduction 1. 1 Overview......2 1. 2 Business Context.. 2 1. 3 Glossary...3 2. General Description 2. 1 Product/System Functions..4 2. 2 User Characteristics and Objectives 4 2.

More information

Administrative Training Mura CMS Version 5.6

Administrative Training Mura CMS Version 5.6 Administrative Training Mura CMS Version 5.6 Published: March 9, 2012 Table of Contents Mura CMS Overview! 6 Dashboard!... 6 Site Manager!... 6 Drafts!... 6 Components!... 6 Categories!... 6 Content Collections:

More information

Transfer Payment Common Registration System. Access Transfer Payment Common Registration System (TPCR)

Transfer Payment Common Registration System. Access Transfer Payment Common Registration System (TPCR) Transfer Payment Common Registration System Access Transfer Payment Common Registration System (TPCR) Version Date: November 2017 Table of Contents Table of Contents Introduction... 1 Overview... 1 Purpose

More information

Online Recruitment Application Process

Online Recruitment Application Process Online Recruitment Application Process The Online Recruitment Application process consists of following steps: Step 1: The applicant is required to enter all basic information such as Name, Date of Birth,

More information

What s New in Enterprise Jeff Simpson Sr. Systems Engineer

What s New in Enterprise Jeff Simpson Sr. Systems Engineer What s New in Enterprise 7.1.3 Jeff Simpson Sr. Systems Engineer SAS Enterprise Guide 7.13 The new DATA Step Debugger is a tool that enables you to find logic errors in a DATA step program. With the DATA

More information

Web Programming and Design. MPT Junior Cycle Tutor: Tamara Demonstrators: Aaron, Marion, Hugh

Web Programming and Design. MPT Junior Cycle Tutor: Tamara Demonstrators: Aaron, Marion, Hugh Web Programming and Design MPT Junior Cycle Tutor: Tamara Demonstrators: Aaron, Marion, Hugh Plan for the next 5 weeks: Introduction to HTML tags Recap on HTML and creating our template file Introduction

More information

Client-side Development using HTML, Javascript and CSS

Client-side Development using HTML, Javascript and CSS Lab 1 Client-side Development using HTML, Javascript and CSS Authors: Sahand Sdjadee Alexander Kazen Gustav Bylund Per Jonsson Tobias Jansson Spring 2015 TDDD97 Web Programming http://www.ida.liu.se/~tddd97/

More information

GMO Register User Guide

GMO Register User Guide GMO Register User Guide A. Rana and F. Foscarini Institute for Health and Consumer Protection 2007 EUR 22697 EN The mission of the Institute for Health and Consumer Protection is to provide scientific

More information

DOCUMENTUM D2. User Guide

DOCUMENTUM D2. User Guide DOCUMENTUM D2 User Guide Contents 1. Groups... 6 2. Introduction to D2... 7 Access D2... 7 Recommended browsers... 7 Login... 7 First-time login... 7 Installing the Content Transfer Extension... 8 Logout...

More information

If you have any questions about this service please call our Patient Portal Hotline at (574)

If you have any questions about this service please call our Patient Portal Hotline at (574) Dear valued patient of Allied Physicians of Michiana, We re excited to announce that we have expanded the services provided by our practice and are now providing our patients with access to an online patient

More information

Poet Image Description Tool: Step-by-step Guide

Poet Image Description Tool: Step-by-step Guide Poet Image Description Tool: Step-by-step Guide Introduction This guide is designed to help you use the Poet image description tool to add image descriptions to DAISY books. The tool assumes you have access

More information

Getting Help...71 Getting help with ScreenSteps...72

Getting Help...71 Getting help with ScreenSteps...72 GETTING STARTED Table of Contents Onboarding Guides... 3 Evaluating ScreenSteps--Welcome... 4 Evaluating ScreenSteps--Part 1: Create 3 Manuals... 6 Evaluating ScreenSteps--Part 2: Customize Your Knowledge

More information

Themis An Automated Online Programming Contest System

Themis An Automated Online Programming Contest System Themis An Automated Online Programming Contest System Software Requirement Specification SRS version 1.0.1 Aravindan V (CS03B002) Ravi Shankar K (CS03B018) Sriram Kalyanaraman (CS03B024) Karthekeyan C

More information

edev Technologies integreat4tfs 2016 Update 2 Release Notes

edev Technologies integreat4tfs 2016 Update 2 Release Notes edev Technologies integreat4tfs 2016 Update 2 Release Notes edev Technologies 8/3/2016 Table of Contents 1. INTRODUCTION... 2 2. SYSTEM REQUIREMENTS... 2 3. APPLICATION SETUP... 2 GENERAL... 3 1. FEATURES...

More information

CONTROL Installation and Basic-configuration Guide Contents

CONTROL Installation and Basic-configuration Guide Contents CONTROL Installation and Basic-configuration Guide Contents Installation and Basic-configuration Guide... 1 1. Overview... 2 2. Intro... 3 3. CONTROL installation steps:... 3 3.1 CONTROL installation requirements...

More information

inty CASCADE Management Portal Self Service Ticketing Guide (Trusted Advisor)

inty CASCADE Management Portal Self Service Ticketing Guide (Trusted Advisor) inty CASCADE Management Portal Self Service Ticketing Guide (Trusted Advisor) Contents 1. Overview... 2 2. Accessing the Portal... 2 3. Logging In... 2 4. Forgotten Your Password?... 3 5. Creating a New

More information

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.1.0

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.1.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 SuiteCRM Plug-in Installation... 2 Joomla Manual Plug-in installation... 3 Plug-in

More information

Workshop Scheduler Admin Manual

Workshop Scheduler Admin Manual Workshop Scheduler Admin Manual This application and the documentation were developed by the Center for Academic Excelence group of Appalachian State University. Copyright 2016. All rights reserved. rev

More information

New Password Reset for Dental Connect Provider

New Password Reset for Dental Connect Provider New Password Reset for Dental Connect Provider 1 INDEX Access Dental Connect for Providers:... 3 1. Username verification:... 4 1.1 user name not provided:... 5 1.2 Invalid user name:... 6 1.3 Invalid

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

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

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.0

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 SuiteCRM Plug-in Installation... 2 Drupal Manual Plug-in installation... 4 Plug-in

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) The Los Angeles Community Garden Inventory and Locator Team 13 Ardalan Yousefi Cole Cecil Jeff Tonkovich Shi-Xuan Zeng Project Manager Integrated Independent

More information

Online Hostel Management System

Online Hostel Management System Online Hostel Management System Jayant Yadav #1, Vipin Maurya *2, Mudit Ojha #3 #1 Student, Computer Science and Engineering, Poornima Group of Institutions, India 2 Student, Computer Science and Engineering,

More information

Prolaborate User Guides: Administrator Guide

Prolaborate User Guides: Administrator Guide Prolaborate User Guides: Administrator Guide Document Version: 0.6 Date 09 Feb 2017 Author: Ian Mitchell, Prolaborate Sales & Support, ian@prolaborate.com Release Notes: This is a draft of the Prolaborate

More information

Gradecam (Access through

Gradecam (Access through Gradecam (Access through Mastery Connect) At a Glance... Teacher prints DIY scantron type sheets After assessment, simply hold up scantron to device camera - and it will be automatically graded! Up to

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 Mirza Nadeem Baig Governors State University

More information

Portal/Extranet User Guide for Clients

Portal/Extranet User Guide for Clients Portal/Extranet User Guide for Clients Welcome to the ichannel Portal/Extranet. This guide will walk you through logging into your personalized, secure portal/extranet site. It will also show you how to

More information

Requirements Specification

Requirements Specification Requirements Specification Smart Scheduling Requested by: Dr. Robert Yoder Associate Professor of Computer Science Computer Science Department Head Siena College Tom Mottola Jason Czajkowski Brian Maxwell

More information

MeetMe Planner Design description. Version 2.2

MeetMe Planner Design description. Version 2.2 Design description Version 2.2 Revision History Date Version Description Author 2015-07-11 1.0 First version Danijel Sokač Francesco Giarola 2015-14-11 1.1 Mockups update and new use case handling Danijel

More information

Introduction to Web Concepts & Technologies

Introduction to Web Concepts & Technologies Introduction to Web Concepts & Technologies What to Expect This is an introduction to a very broad topic This should give you a sense of what you will learn in this course Try to figure out what you want

More information

USER MANUAL. SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 2.0

USER MANUAL. SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 2.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 SuiteCRM Plug-in Installation... 2 Joomla Manual Plug-in installation... 3 Plug-in

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

Sales Management Portal

Sales Management Portal Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Fall 2016 Sales Management Portal Sai Shireesha Kacharla Governors State University

More information

User Manual. Online E-commerce Music Store Version 1.0

User Manual. Online E-commerce Music Store Version 1.0 User Manual Online E-commerce Music Store Version 1.0 Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering Reshma Sawant CIS 895 MSE Project Kansas State University

More information

Introduction to the Azure Portal

Introduction to the Azure Portal Page 1 of 17 Introduction to the Azure Portal The new Azure portal is an all-in-one, work-anywhere experience. Now you can manage App Service Apps, databases and Visual Studio Team Services projects in

More information

Comm 244 Week 3. Navigation. Navigation. Websites need a formalized system of links to allow users to navigate the site

Comm 244 Week 3. Navigation. Navigation. Websites need a formalized system of links to allow users to navigate the site Comm 244 Week 3 Navigation Navigation Websites need a formalized system of links to allow users to navigate the site Navigation Many larger websites have multiple forms of navigation For example, look

More information

Checklist for Testing of Web Application

Checklist for Testing of Web Application Checklist for Testing of Web Application Web Testing in simple terms is checking your web application for potential bugs before its made live or before code is moved into the production environment. During

More information

CREATING A WEBSITE USING CSS. Mrs. Procopio CTEC6 MYP1

CREATING A WEBSITE USING CSS. Mrs. Procopio CTEC6 MYP1 CREATING A WEBSITE USING CSS Mrs. Procopio CTEC6 MYP1 HTML VS. CSS HTML Hypertext Markup Language CSS Cascading Style Sheet HTML VS. CSS HTML is used to define the structure and content of a webpage. CSS

More information

Connect-2-Everything SAML SSO (client documentation)

Connect-2-Everything SAML SSO (client documentation) Connect-2-Everything SAML SSO (client documentation) Table of Contents Summary Overview Refined tags Summary The Connect-2-Everything landing page by Refined Data allows Adobe Connect account holders to

More information

User Manual Appointment System

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

More information

DG Competition. User Guide. etrustexchange

DG Competition. User Guide. etrustexchange DG Competition User Guide etrustexchange Date: 06/02/2019 Doc. Version: 1.7 Commission européenne, B-1049 Bruxelles / Europese Commissie, B-1049 Brussel - Belgium. Telephone: (32-2) 299 11 11. Office:

More information

User Manual D. H. R. Holten, C. F. van Antwerpen

User Manual D. H. R. Holten, C. F. van Antwerpen Go to http://www.designandscience.org/hci/ to get access to HCI Glossary HCI Glossary User Manual D. H. R. Holten, C. F. van Antwerpen 0. Table of Contents 1. Graphical User Interface Overview... 3 1.

More information

VINEPILOT. Project Design Specification. v2.0 - The Savvy-gnon Team

VINEPILOT. Project Design Specification. v2.0 - The Savvy-gnon Team VINEPILOT Project Design Specification v2.0 - The Savvy-gnon Team Amy Chen hsuanchen@umail.ucsb.edu Iris Eleni Moridis iriselenimoridis@gmail.com Richard Waltman rtwaltman@umail.ucsb.edu Chien Wang chienkaiwang0827@gmail.com

More information

What is XHTML? XHTML is the language used to create and organize a web page:

What is XHTML? XHTML is the language used to create and organize a web page: XHTML Basics What is XHTML? XHTML is the language used to create and organize a web page: XHTML is newer than, but built upon, the original HTML (HyperText Markup Language) platform. XHTML has stricter

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

COPYRIGHTED MATERIAL. Contents. Chapter 1: Introducing Microsoft Expression Web 1. Chapter 2: Building a Web Page 21. Acknowledgments Introduction

COPYRIGHTED MATERIAL. Contents. Chapter 1: Introducing Microsoft Expression Web 1. Chapter 2: Building a Web Page 21. Acknowledgments Introduction Acknowledgments Introduction Chapter 1: Introducing Microsoft Expression Web 1 Familiarizing Yourself with the Interface 2 The Menu Bar 5 The Development Window 7 The Development Area 8 The Tabbed File

More information

2019 Softball BC Registrars How to Guide

2019 Softball BC Registrars How to Guide P a g e 1 2019 Softball BC Registrars How to Guide This guide is for association/team registrars who are registering teams for the upcoming season. Registration Link: https://registration.sportsavvy.com/sbc/index.php?option=com_sportsavvy&controller=eforms&task=l

More information

HTML5 Responsive Notify 2 DMXzone

HTML5 Responsive Notify 2 DMXzone Table of contents Table of contents... 1 About HTML5 Responsive Notify 2... 2 Features in Detail... 3 The Basics: Insert HTML5 Responsive Notify 2 on your Page... 10 Advanced: Retrieve your Notifications

More information

Registering / Logging In to the POTA Statistics System. Go to stats.parksontheair.com. From this screen, click Login/Logout in the Navigation Menu

Registering / Logging In to the POTA Statistics System. Go to stats.parksontheair.com. From this screen, click Login/Logout in the Navigation Menu Registering / Logging In to the POTA Statistics System Registering for an account in the POTA system is a fairly straight-forward process, but we wanted to create this basic guide to cover some potential

More information

User Guide. 3CX Recording Manager Standard. Version

User Guide. 3CX Recording Manager Standard. Version User Guide 3CX Recording Manager Standard Version 15.5.109 "Copyright VoIPTools, LLC 2011-2018" Information in this document is subject to change without notice. No part of this document may be reproduced

More information

International Etruscan Sigla Project Software Requirements Specification

International Etruscan Sigla Project Software Requirements Specification International Etruscan Sigla Project Software Requirements Specification I. Introduction A. Purpose The purpose of this Software Requirements Specification document is to clearly define the system under

More information

SJ Provider Directory Contents

SJ Provider Directory Contents SJ Provider Directory Contents SJ Provider Directory... 1 Accessing the Directory... 2 Apple Devices... 2 Android Devices... 2 Other Devices or Desktop Computers... 2 Browsers... 2 Requesting a New Account...

More information

CCQ Release Notes [ v ] Update March 16, 2018

CCQ Release Notes [ v ] Update March 16, 2018 CCQ Release Notes [ v.2018.03 ] Update March 16, 2018 Origo 03/2018 [ Update ] March 16, 2018 The following is a brief report on the main changes we ve made to the CCQ system since the last update. These

More information

reaches back to the user over port 80. See figure 1.1 for a visual representation of the state approach.

reaches back to the user over port 80. See figure 1.1 for a visual representation of the state approach. Team 4 CMSC 495 February 4 2017 Design Software Design Components The broad overview of the Hygieia system allows users to interface with the program through a third party browsers like Internet Explorer,

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

Middle East Technical University. Department of Computer Engineering

Middle East Technical University. Department of Computer Engineering Middle East Technical University Department of Computer Engineering TurkHITs Software Requirements Specifications v1.1 Group fourbytes Safa Öz - 1679463 Mert Bahadır - 1745785 Özge Çevik - 1679414 Sema

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) The Los Angeles Community Garden Inventory and Locator Team 13 Ardalan Yousefi Cole Cecil Jeff Tonkovich Shi-Xuan Zeng Project Manager Integrated Independent

More information

Getting Started. What is the genuine URL for RHB Now Internet Banking? The genuine URL is Username and Password

Getting Started. What is the genuine URL for RHB Now Internet Banking? The genuine URL is   Username and Password Getting Started What is the genuine URL for RHB Now Internet Banking? The genuine URL is https://rhbnow.rhbgroup.com/kh Username and Password What should I do if I've forgotten my Username? Please access

More information

SAML-Based SSO Solution

SAML-Based SSO Solution About SAML SSO Solution, page 1 SAML-Based SSO Features, page 2 Basic Elements of a SAML SSO Solution, page 2 SAML SSO Web Browsers, page 3 Cisco Unified Communications Applications that Support SAML SSO,

More information

Office 365 Business and Office 365 Pro Plus Deployment Guide V 1.0

Office 365 Business and Office 365 Pro Plus Deployment Guide V 1.0 Office 365 Business and Office 365 Pro Plus Deployment Guide Table of Contents 1. Provisioning Office 365... 1 1.1 Operating system requirements... 1 1.2 Browser requirements Administration Centre and

More information

Internet light troubleshooting

Internet light troubleshooting Introduction The internet light will be green, when a successful virtual path connection has been established from the exchange (DSLAM) to the internet. If this operation fails, the Huawei range of routers

More information

Requirements Specification

Requirements Specification Redesign of the Software Engineering Site (R.O.S.E.S.) Requested by: Dr. Timoth Lederman Professor Department of Computer Science Siena College Delivered By: Prepared By: Kurt Greiner Daniel Rotondo Ryan

More information

Diploma in Web Development Part I

Diploma in Web Development Part I Diploma in Web Development Part I Lesson 1 The Web Development Full Stack Presented by: Julian Quirke Web Development Educator Lesson 1 About us Course Agenda Member Area & Community Course Engagement

More information

Wholesale Lockbox User Guide

Wholesale Lockbox User Guide Wholesale Lockbox User Guide August 2017 Copyright 2017 City National Bank City National Bank Member FDIC For Client Use Only Table of Contents Introduction... 3 Getting Started... 4 System Requirements...

More information

CROSS-CONNECTION ASSEMBLY MANAGEMENT SYSTEM (CCAMS) External User Manual Version 1.1

CROSS-CONNECTION ASSEMBLY MANAGEMENT SYSTEM (CCAMS) External User Manual Version 1.1 CROSS-CONNECTION ASSEMBLY MANAGEMENT SYSTEM (CCAMS) External User Manual Version 1.1 Prepared by MWH February 2014 Revised by AECOM/WRE July 2015 Contents CONTENTS CHAPTER 1, INTRODUCTION... 1 1.1 ABOUT

More information

Fair Entry Registration Instructions

Fair Entry Registration Instructions Fair Entry Registration Instructions Google Chrome or Mozilla Firefox are the recommended browsers. Register all entries for each exhibitor in the FAMILY before proceeding to the PAYMENT section. Be sure

More information

We aren t getting enough orders on our Web site, storms the CEO.

We aren t getting enough orders on our Web site, storms the CEO. In This Chapter Introducing how Ajax works Chapter 1 Ajax 101 Seeing Ajax at work in live searches, chat, shopping carts, and more We aren t getting enough orders on our Web site, storms the CEO. People

More information

User Manual. Swim Meet Signup. Team 03

User Manual. Swim Meet Signup. Team 03 User Manual Swim Meet Signup Team 03 Version History Date Author Version Changes made Rationale 12/02/2017 AD 1.0 Draft version of UM is formed. Initial information and guidelines added. To satisfy the

More information

2 Document Manager Lite v5.2 User Guide

2 Document Manager Lite v5.2 User Guide This document was produced by Voloper Creations Inc. 2000 2009 Voloper Creations Inc. All Rights Reserved Brands or product names are trademarks or registered trademarks of their respective holders. The

More information

Common monitoring and information system Reporting in IMIS system

Common monitoring and information system Reporting in IMIS system Common monitoring and information system Reporting in IMIS system 24.04.2018, 26.04.2018 Dr. Adrienn Futó Eszter Németh imisoffice@szpi.hu Content IMIS team Login to the IMIS 2014-2020 Beneficiary report

More information

Accessing the Vault. Parent article: Altium Vault Technology. Mod. ifi. Adm. Sep 13,

Accessing the Vault. Parent article: Altium Vault Technology. Mod. ifi. Adm. Sep 13, Frozen Content Mod ifi ed by Adm in on Sep 13, 201 7 Parent article: Altium Vault Technology This page contains information regarding browser-based access to the legacy Altium Vault Server. For browser-based

More information

Login Page. A link is provided on this page allowing new users to register.

Login Page. A link is provided on this page allowing new users to register. Login Page A link is provided on this page allowing new users to register. Returning Users can simply enter their Username and Password to enter the site. If you are a returning user and have forgotten

More information

1 Introduction. 2 Web Architecture

1 Introduction. 2 Web Architecture 1 Introduction This document serves two purposes. The first section provides a high level overview of how the different pieces of technology in web applications relate to each other, and how they relate

More information

TUTORIAL FOR NOTETAKERS

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

More information

CS Exam 1 Review Suggestions - Spring 2017

CS Exam 1 Review Suggestions - Spring 2017 CS 328 - Exam 1 Review Suggestions p. 1 CS 328 - Exam 1 Review Suggestions - Spring 2017 last modified: 2017-02-16 You are responsible for material covered in class sessions and homeworks; but, here's

More information

Michigan State University

Michigan State University Michigan State University Team Meijer Mobile Customer Satisfaction Application Project Plan Spring 2014 Meijer Staff: Jim Becher Chris Laske Michigan State University Capstone Members: Noor Hanan Ahmad

More information

:

: CS200 Assignment 5 HTML and CSS Due Monday February 11th 2019, 11:59 pm Readings and Resources On the web: http://validator.w3.org/ : a site that will check a web page for faulty HTML tags http://jigsaw.w3.org/css-validator/

More information

Chapter 3 How to use HTML5 and CSS3 with ASP.NET applications

Chapter 3 How to use HTML5 and CSS3 with ASP.NET applications Chapter 3 How to use HTML5 and CSS3 with ASP.NET applications Murach's ASP.NET 4.5/C#, C3 2013, Mike Murach & Associates, Inc. Slide 1 IntelliSense as an HTML element is entered in Source view IntelliSense

More information

Web Site Documentation Eugene School District 4J

Web Site Documentation Eugene School District 4J Eugene School District 4J Using this Documentation Revision 1.3 1. Instruction step-by-step. The left column contains the simple how-to steps. Over here on the right is the color commentary offered to

More information

The Ethic Management System (EMS) User guide

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

More information

DESIGN TIME PRO. RGSR Software Inc. Design Time Pro Support Guide

DESIGN TIME PRO. RGSR Software Inc. Design Time Pro Support Guide DESIGN TIME PRO RGSR Software Inc. Design Time Pro Support Guide RGSR SOFTWARE INC. Design Time Pro Support Guide RGSR Software Inc. Table of Contents Setting Up The Database.1 Create Your Database....1

More information

USER S MANUAL. Attendance Tracking System. ISDS 4125 Group 5. December, Attendance Tracking i User s Manual

USER S MANUAL. Attendance Tracking System. ISDS 4125 Group 5. December, Attendance Tracking i User s Manual USER S MANUAL Attendance Tracking System ISDS 4125 Group 5 December, 2005 Attendance Tracking i User s Manual USER'S MANUAL TABLE OF CONTENTS Page # 1.0 GENERAL INFORMATION...3 1.1 System Overview...4

More information

P a g e 0. CIDRZ Website Manual.

P a g e 0. CIDRZ Website Manual. P a g e 0 2015 CIDRZ Website Manual http://cidrz.org/ Manual Contents 1. Overview... 2 Getting Started... 2 The Frontend... 2 The Backend... 2 2.0 Managing the website... 4 Adding & editing pages... 4

More information

AMEC SCM USER MANUAL AMEC SCM USER MANUAL FOR SUPPLIER. 1 P a g e

AMEC SCM USER MANUAL AMEC SCM USER MANUAL FOR SUPPLIER. 1 P a g e AMEC SCM USER MANUAL FOR SUPPLIER 1 P a g e 1. What is AMEC SCM? AMEC SCM is an application for manage a purchase order and claim slip document of Mitsubishi elevator Asia, co. ltd (AMEC). AMEC will issue

More information

Navigation. Websites need a formalized system of links to allow users to navigate the site

Navigation. Websites need a formalized system of links to allow users to navigate the site Comm 244 Week 3 Navigation Navigation Websites need a formalized system of links to allow users to navigate the site Navigation Many larger websites have multiple forms of navigation For example, look

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) REAL ESTATE INVESTMENT AND REVIEW TOOL TEAM 02 Venkata Sravanti Malapaka (Project Manager / Software Architect) Yuxuan Chen (Prototyper / Developer/Trainer)

More information

Creating Better Forms; an article for developers 2010

Creating Better Forms; an article for developers 2010 By Simon Miller - 20 th May 2010 www.wiliam.com.au Creating a form on a website is not a difficult thing to do with modern frameworks. Ensuring that the form is designed and functions correctly under all

More information

Affinity Provider Portal Training Manual

Affinity Provider Portal Training Manual Training Manual Login This page enables a user to either login and/or register if he/she is not already a regstered user (ie. Providers and Staff users). The following are the functionalities which can

More information

Forms iq Designer Training

Forms iq Designer Training Forms iq Designer Training Copyright 2008 Feith Systems and Software, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted, stored in a retrieval system, or translated into

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

HOSTED CONTACT CENTRE

HOSTED CONTACT CENTRE ---------------------------------------------------------------------------- ------- --------- HOSTED CONTACT CENTRE AGENT CONSOLE GUIDE Version 9.4 Revision 1.0 Confidentiality and Proprietary Statement

More information