EnPROVE. Energy consumption prediction with building usage measurements for software-based decision support

Size: px
Start display at page:

Download "EnPROVE. Energy consumption prediction with building usage measurements for software-based decision support"

Transcription

1 FP7-ICT EnPROVE Energy consumption prediction with building usage measurements for software-based decision support Instrument: Thematic Priority: Small or medium-scale focused research project Theme 3 Information and Communication Technologies D5.3 INTEGRATION COMPONENTS Due date of deliverable: Actual submission date: Start date of project: Duration: 36 months Organisation name of lead contractor for this deliverable: GEM Dissemination level: PU Revision 1

2 Executive Summary This document presents deliverable D5.3 Integration components. This deliverable describes the implementation and integration efforts related to software components needed for the completion and integration of the BAU-WSN and EPDSS systems. The first section presents a general overview over the developed components and their relative contexts within the EnPROVE system. It introduces the two main systems of EnPROVE: the Energy Prediction and Decision Support System (EPDSS) and the Building Performance and Usage Auditing and Wireless Sensor Network (BAU-WSN) and the main actors involved in the EnPROVE process performance, namely the technical consultant, the auditing contractor and the investor. The functional components for the BAU-WSN are the wireless sensor network and the Building Performance & Usage Server. The functional components for the EPDSS are the Scenario Creation, Prediction Engine, Decision Support and Solution Specification all embedded in the Project Assistant Graphical User Interface that controls the workflow of the EPDSS. The second section describes the individual software components developed during the implementation and integration phases of the project that are not covered in any other of the previous deliverables, which are the dashboard (from the BAU-WSN) and the project assistant (from the EPDSS). As underlying technologies have already been described in previous deliverables (D5.2 Energy Saving Prediction and Decision Support Tool, D6.1 Integration Components) the emphasis lies in the description of the user workflow and graphical user interface presentation of yet undescribed features. The administrative functionality of the EPDSS project assistant and the BAU-WSN system dashboard like login, user and project management are covered as well as additional functionality to perform the needed steps of an application of EnPROVE process. Page 2 of 24

3 Abbreviations BAU D e.g. EC EPDSS etc. GUI i.e. ICT EnPROVE M MS RTD S&T STREP w.r.t. WP WSN Building Usage and Performance Auditing Deliverable exempli gratia = for example European Commission Energy prediction and decision support engine et cetera Graphical user interface id est = that is to say Information and Communications Technologies Energy consumption prediction with building usage measurements for software-based decision support Month Milestone Research and Technological Development Scientific & Technological Small or medium-scale focused research project With respect to Workpackage Wireless Sensor Network Page 3 of 24

4 Contents 1 Introduction BAU WSN internal component integration overview EPDSS internal component integration overview User workflow and related components System Dashboard Connection Administrator Interface Auditing contractor Interface End user Interface Alerts system Project Assistant Project Information Auditing Solution Specification Conclusion Page 4 of 24

5 1 Introduction The objective of EnPROVE is to help an owner or administrator of a building to find and evaluate useful and cost-efficient renovation scenarios and to support the decision process for scenario to be implemented. When the term assessment project is used it refers to the EnPROVE representation of a building renovation project and the EnPROVE processes involved. An assessment project is operated on by several actors that access the system for different purposes during different phases of its execution. There are three key actors that use the EnPROVE platform to process a project. The technical consultant who can be viewed as the assessment project manager, the auditing contractor who is in charge of the work related to the sensory building auditing on site and the investor who contracts the technical consultant regarding the renovation project. The EnPROVE platform consists of two major systems (see Figure 1): The Building Performance and Usage Auditing (BAU) includes a wireless sensor network (WSN) deployed in the building to be renovated, connected to local gateways that transmit data to the remote building performance and usage server, which processes this. The Energy Prediction and Decision Support System (EPDSS) responsible for interacting with the technical consultant to extrapolate the data collected from the building and predict energy consumption for several possible technical solutions, and enable the investor in selecting the best renovation scenario considering tangible (e.g. return on investment) and intangible (e.g. comfort level) criteria. Building on-site Raw Data Remote site Raw Data Wireless Sensor Network WSN DB WSN Gateway WSN Gateway Raw Data WSN DB Building Performance & Usage Server EnPROVE Platform EPDSS Server WSN DB Raw Data BAU DB Processed Data EPDSS DB Figure 1: EnPROVE platform overview. Page 5 of 24

6 The EnPROVE platform can communicate with some external systems (AutoCAD, Revit, Active3D) to import building information and export the renovation scenario selected for implementation. For the control flow communication between the EPDSS and these external systems (AutoCAD, Revit, Active3D), as well as the communication between the EPDSS and the BAU-WSN system there is a common Communication-Services interface that manages requests by the EPDSS system for building model data or auditing with the respective system. The server for these communication processes is the EPDSS system, while both the external and the BAU-WSN system clients poll for requests. For the extraction of auditing results from the BAU-WSN by the EPDSS, another server/client pairing is used. This time the server is located at the BAU-WSN side and the EPDSS client is requesting auditing data through a dedicated interface. These interfaces have already been described in previous deliverables (D6.1 BAU-WSN and EPDSS Integration Framework) along with the general integration of the two partial systems. 1.1 BAU WSN internal component integration overview The BAU-WSN represents one of the crucial parts in the EnPROVE platform, where it performs raw data collection, refines data representation, and provides building performance information in a form that can be used by the EPDSS server. BAU-WSN Figure 2: EnPROVE BAU-WSN Interaction. As shown in Figure 2, the interaction within BAU-WSN takes place between the WSN database, the Building Performance & Usage Server, and the BAU database. Page 6 of 24

7 1. Wireless sensor networks are deployed in the buildings to perform raw data measurements, which comprise luminance, temperature, presence, and lighting usage. The raw data collection, which is time-configurable, provides an initial representation of energy consumption profile in the building environment. As for this purpose, a WSN database is installed on each single local gateway for data aggregation. However, due to the size of the building and the scale of the auditing task, multiple gateways and WSN databases are required. To facilitate the process of building usage performance calculation, a single raw WSN database is built on the remote-site, which aggregates the raw data collection performed by each Wireless Sensor Network gateway. 2. A centralized raw data collection, which aggregates the overall data measurements collected in a building, is realised by the WSN database on the remote site. A Java program, which is integrated with each local WSN gateway, performs this data transaction. The WSN database, which resides on the remote-site, provides aggregated raw data collection as inputs required for the Building Performance & Usage Server. 3. In order to be able to predict the building usage performance, the EPDSS server requires minute-based auditing information, which cannot be provided by the WSN database on the remote-site. This is due to the reason that the timestamps are not minute-based during WSN raw data collection. Thus, the Building Performance Usage Server takes in raw data collection from WSN DB as inputs, and outputs the average results into the BAU database. 4. A further post processing component allows the data to be refined and averaged per zone in order to be ready to be analyzed by the EPDSS. This component is responsible for merging the sensors of same type present within the same zone and perform some sensor cross-correlation processing within the same minute for example to infer whether the zone is occupied, the light is ON or OFF. This process is realised by a Java program integrated with the Building Performance & Usage Server. 1.2 EPDSS internal component integration overview The internal structure of the EPDSS components is shown in Figure 3. Page 7 of 24

8 GUI Client External System Plugin Client GUI Web Services Interface External Plugins Web Services Interface Project Assistant GUI Web Services Provider Auditing Web Services Interface (Communication control server + Auditing Results client) GUI Interface Decision EPDSS Server GUI Interface GUI Interface Prediction Scenario Creation GUI Interface Solution Specification Data Model Database Persistence Interface Auditing System (Communication control client + Auditing results server) Common EPDSS prototype database Projects Database Strategy, Solution, Product Database Configuration Database Figure 3: EPDSS components. The five modules depicted in Figure 3 are: Scenario Creation is used to define the existing baseline scenario and the possible renovation scenarios to be evaluated. Prediction Engine is invoked by scenario creation to predict the performance of each renovation scenario. Decision Support module guides the investor through the process of selecting the renovation scenario to be implemented. Solution Specification module documents the selected scenario. Project Assistant module supplies the administrative functionality to control the user workflow and external communication and the graphical user interface (GUI) to let the user specify the assessment project details. The functional modules Scenario Creation, Prediction Engine, Decision Support and Solution Specification along with the Project Assistant module all access a common java data model. Instead of three distinct databases for project instance data, system library and knowledgebase data and local system configuration data, the prototype implementation uses a common database to store the related data. The functional modules define interfaces to be used by the Project Assistant module to invoke their functionality from the GUI. The Project Assistant controls the overall user workflow and interfaces each GUI component with the corresponding EPDSS functionality it needs to access. The Project Assistant also includes the external interfaces. Page 8 of 24

9 2 User workflow and related components 2.1 System Dashboard The system online dashboard empowers the auditing contractor with a tool to install, configure and maintain a WSN in a building. The online feature allows the contractor to access the WSN state from anywhere and at anytime simply through an internet browser Connection Figure 4: BAU-WSN contractor login session. As shown in Figure 4, the contractor can access the private dashboard by inserting username and password in the login session. The dashboard provides a functionality to reset the password in case the user has inadvertently forgot it. Should this happen, by clicking on the given link the contractor will be prompted with a request to enter his/her address, as shown in Figure 5. The online BAU-WSN dashboard compares the address provided against the list of registered users and if the is registered, it will reset the password corresponding to that address. A notification with new credentials is then sent by . Figure 5: Reset password functionality. The dashboard provides three kind of users : Administrator: an administrator has super-user rights and can create new EnPROVE sites, add or modify user accounts as well as reassign contractors to different sites. He can also add or modify the different kind of devices available in the auditing contractor interface. Auditing Contractor: an auditing contractor is assigned to one or several sites and can Page 9 of 24

10 add, edit, remove gateways from them and manage the devices sending data to the gateway(s). He can also see with a two dimensions interface showing the WSN health deployed in the site. End User: an end user has access to the same interface as an auditing contractor except that he cannot add/update/remove any gateways, zones or devices. It is a read-only account Administrator Interface Once logged-in, the home page in Figure 6 is shown, which currently describes the dashboard and welcome note the user. The page provides links to download the user manual and other useful information of how to best use the dashboard. Figure 6: BAU-WSN contractor homepage. Figure 7 shows a typical list of active users as seen by an administrator. The right-hand site of the figures shows the functionalities to create a new contractor user, view, edit and retire individual contractors according to the business. Figure 7: BAU-WSN active contractors admin session screenshot. Page 10 of 24

11 The dashboard provides functionalities to search BAU-WSN users that are active on certain sites or retired. Figure 8 shows a search result list of retire BAU-WSN contractors with functionalities to view the details and activate/de-activate the contractor account. Figure 8: Retire BAU-WSN contractors admin screenshot. By clicking on the edit link, the administrator can change the details of the contractor, assign the user role, which are linked to the dashboard user privileges, set and password as shown in Figure 9. A similar online form is also presented by clicking on the New User link as shown in Figure 10. Figure 9: User right edit and details admin screenshot. Figure 10: Create new BAU-WSN contractor user admin screenshot. By clicking on Sites on the main tab, the user is prompted with the dashboard functionalities for managing the sites. Figure 11 shows a list of sites, which includes location details and functionalities to view, edit, assign and retire the sites. In order to initiate a new site in case of an audit request from the EPDSS side, there is a component that imports new zones from the EPDSS Page 11 of 24

12 to a newly created BAU-WSN data base. Figure 11: Active sites admin screenshot. The edit and view functionalities are shown in Figure 12, which includes also a description of the site, such as particular information useful for the BAU-WSN contractor (for example a site access details). There is also the possibility to import a map of the site, this one will be used in the auditing contractor interface. A similar online form is also presented by clicking on the New Site as shown in Figure 13. Figure 12: Edit/View Sites admin screenshot. Figure 13: Admin create a new site screenshot. Figure 14 shows a screenshot of the site assignation functionality which allows to link an user (auditing contractor or end user) to a site. The dashboard allows listing the active/assigned contractors to assist the administrator choosing between the available contractor resources to be Page 12 of 24

13 assigned to a site. By clicking on the button Apply, the site gets assigned to a specified contractor, who is then notified by of a new job. Figure 14: Admin site assignation screenshot. Once the site is created and assigned to a user (auditing contractor or end user), this one is able to connect to the dashboard and access either the auditing contractor interface or the end user interface. The following section describes the Auditing contractor Interface Auditing contractor Interface The functionalities of the dashboard are intended to assist the Auditing Contractor to dynamically setup, deploy and maintain a BAU-WSN in any given EnPROVE building. It also allows for certain unattended maintenance to be achieved which will help streamline sensor check-ups and postdeployment replacement if required. An auditing contractor menu example is shown on the Figure 15. Similarly to an administrator login, there is a welcome note (home page). All sites assigned to the current user are listed. Once a site is selected, a sub-menu appears allowing different action for the current site. Figure 15: Auditing contractor menu. By clicking on Site on the sub-menu, the auditing contractor is prompted with a description of the current site selected as shown in Figure 16. Page 13 of 24

14 Figure 16: Site description. By clicking on Site on the sub-menu, the auditing contractor is prompted with a list of the zones (previously created) describing the current site as shown in Figure 17. There is then the possibility to view, edit and remove every zones. Figure 17: Site zones. By clicking on Gateways on the sub-menu, the auditing contractor is prompted with a list of the gateways present on the current site as shown in Figure 18. There is then the possibility to view, edit, remove and add a gateway to the current site. Page 14 of 24

15 Figure 18: Site gateways. By clicking on Devices on the sub-menu, the auditing contractor is prompted with a list of the devices present on the current site as shown in Figure 19. There is then the possibility to view, edit, de-activate the device. There is also the possibility to re-assign a device to a new zone. To allow new sensors to be added in real-time, a new device linked to the gateway will dynamically appear at the top of the list waiting to get assigned to a zone by an auditing contractor. Figure 19: Site devices. By clicking on WSN Management, on the sub-menu, the auditing contractor is prompted with a map of the current site on which are displayed the devices as shown in Figure 20. On the map, the auditing contractor can drag and drop the devices on a particular site of the map and save their locations. Page 15 of 24

16 Figure 20: WSN Management map. By clicking on a device icon on the map, a pop-up menu appears listing the sensor(s) of the device and their last recorded value, as shown in Figure 21. Figure 21: WSN Management device details. Each device node may have several sensors attached such as temperature, light, presence. By clicking on a particular sensor on the pop-up menu, a graph appears to display the last hour of sensor readings of the sensor, as shown in Figure 22. This allows the auditing contractor to have an immediate feedback of the wellness of the BAU-WSN during the real-time deployment. Page 16 of 24

17 Figure 22: Sensor last hour records End user Interface The end-user interface allows the end user to view the BAU-WSN and its performance. The end user interface has the same look and feel and presents the same functionalities described in the previous section for the auditing contractor interface. However, in order to avoid accidental removal of data of misplacement of devices, the end-user interface is in read-only mode, i.e. the add, edit, remove, assign actions are disabled Alerts system A background service is constantly running within the dashboard in order to check the state of the devices. If a device is not sending data for an adjustable time defined critical, e.g. a few minutes, the device state changes to not reachable. The device state is shown on the Devices page of the auditing contractor or directly on the map on the WSN management page (the not reachable devices are bumping). In order to inform the auditing contractor of a possible malfunctioning of a device or sensor, an alert is also sent to each auditing contractor assigned to the site. The contractor can disable this option from the my account section of the dashboard. Figure 23 shows an example of an e- mail alert. Figure 23: alert example. Page 17 of 24

18 2.2 Project Assistant The Project Assistant provides the EPDSS system s administrative and structuring functionalities. Figure 24: Project assistant main screen and login. The main GUI application frame displays a status panel that shows the login in user, the current project and its status. Accessible from the status panel are the login, user data and project buttons which each invoking a dialog. The login dialog lets the user enter his user login name and password to log into the EPDSS system. Figure 25: User data dialog. The user data dialog enables the EPDSS administrator or technical consultant to define and add users or remove users from the system. Created users can then later be assigned to specific projects. Page 18 of 24

19 Figure 26: Project dialog. The projects dialog lets the user select one of the projects he is assigned to as the currently active project and lets the EPDSS technical consultant create projects or edit project basic parameters. The work panel below displays a list of action tabs that represent the main action steps during project processing. Depending on the status of the project and the role of the logged in user not all tabs might be active and available to the user Project Information The functionality gathering under this tab enables the technical consultant to further specify project details. Figure 27: Project users tab. In the Users tab, the technical consultant can assign users to the project. Page 19 of 24

20 Figure 28: Building model request tab. In the Bldg Model Request tab the technical consultant can request building model information from an external system (with installed EnPROVE plugin) and after delivery add the building model into the current project model. Figure 29: Zone definition tab. The Zone Definition tab lets the technical consultant and auditing consultant define or review a hierarchical zone partitioning of each storey in the building and assign basic parameters to the zones and related building elements (floors, walls, windows). Also for zones that are not to have any sensor deployment during auditing, suitable proxy zones can be defined, to function as placeholders for sensor data Auditing This tab is providing functionality related to the request for auditing data, coordination with the BAU-WSN system and final post-processing of the auditing results. Page 20 of 24

21 Figure 30: Audit request tab. The Audit Request tab lets the technical consultant specify and submit the request for the auditing process. Once the BAU-WSN system has signaled that the auditing has been successfully performed, the technical consultant can publish the results to the EPDSS system. Figure 31: Schedule definition tab. The Schedule Definition tab lets the technical consultant define usage schedules for the building and for specific zones. The extrapolation of the auditing results to a full year is controlled and performed in the Extrapolation tab. Page 21 of 24

22 2.2.3 Solution Specification The Solution Specification tab hosts the functionality to document a selected solution scenario by attaching pre-existing documents, generating and attaching tables and redlining the building model. The technical consultant will also see through generated tables and check the solution scenarios plausibility before publishing the documented solution. Figure 32: Redlining tab. The Redlining tabs 2D graphics panel lets the technical consultant add redlining information to the building model to help describe and visualize the chosen solution in an external system. Figure 33: Tables tab. Page 22 of 24

23 The Tables tab lets the technical consultant choose which tables that describe the solution scenario will be generated as separate documents and added to the solution documentation. Figure 34: Documents tab. The Documents tab shows and lets the technical consultant manage the external documents that are added to the solution documentation. Page 23 of 24

24 3 Conclusion The integration process of the EnPROVE system shows two relatively independent blocks of functionality. The EPDSS and the BAU-WSN system only interact by two lean interfaces. From the main integration components described in this document, only the communication components that support these interfaces build the overlap in software development between the EPDSS and the BAU-WSN. While the decoupling of the two development strands had its advantages regarding the EnPROVE development schedule, especially when looking at the coordination efforts of the EPDSS platform with its common data model, the differences of the two GUI implementations are immediately visible and signalize the different technologies used. Although this does not have impact on the functionality of the EnPROVE system, there might be the need for GUI harmonization when thinking about marketing a product. As already described in the previous deliverable, the 2D-modelling tool to define zones is now part of the EPDSS system instead of the BAU-WSN system dashboard. The BAU-WSN system supplies additional functionality to visualize sensor deployment. The next and final software implementation steps to be taken are to finalize the development of the external AutoCAD, Revit and Active3D plugins as will be documented in deliverable D6.2 AutoCAD and Revit Plug-ins, ACTIVE 3D Collaboration Platform Integration. The ongoing life testing of the EnPROVE prototype at the Clarity research centre test site on the University College of Dublin (UCD) campus are necessary to tune and validate the EnPROVE platform systems functionalities as well as guiding and documenting the EnPROVE process application. These results will be documented in deliverables D6.1 Guidelines for Deployment and Integration of EnPROVE and D6.3 Overall System Performance. While the tests at Clarity test site are focused on the lighting domain, a second test site at an office building in Warsaw will be used to cover a complete application regarding both the lighting and the HVAC domain. Page 24 of 24

BI Portal User Guide

BI Portal User Guide Contents 1 Overview... 3 2 Accessing the BI Portal... 3 3 BI Portal Dashboard... 3 3.1 Adding a new widget... 4 3.2 Customizing an Existing Widget... 8 3.3 Additional Widget Operations... 9 4 Widget Gallery...

More information

Project Management Information System. User Guide for

Project Management Information System. User Guide for ICT - icliplse Technologies Inc. Project Management Information System for www.i-projectracker.com Contents 1. Introduction... 3 2. Application Modules... 4 3. Governance of the Application... 6 4. Application

More information

Agile Product Lifecycle Management

Agile Product Lifecycle Management Agile Product Lifecycle Management Agile Plug-in for Enterprise Manager User Guide v9.3.0.2 Part No. E17311-01 June 2010 Agile Plug-in for Enterprise Manager User Guide Oracle Copyright Copyright 1995,

More information

Dovico Planning & Timesheet v4 BEST PRACTICES

Dovico Planning & Timesheet v4 BEST PRACTICES Dovico Planning & Timesheet v4 Dovico Planning & Timesheet v4 Audience and Context This document is intended to help clients plan the configuration and use of Dovico Planning & Timesheet. It is to be used

More information

EMPLOYEE TRAINING MANAGER GETTING STARTED. January 2018

EMPLOYEE TRAINING MANAGER GETTING STARTED. January 2018 EMPLOYEE TRAINING MANAGER GETTING STARTED January 2018 Description This document describes how to get started using Employee Training Manager, a desktop software application that allows you to record and

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 12c Release 5 (12.1.0.5.0) E38529-08 April 2016 This document describes how to use the Infrastructure

More information

Agile Product Lifecycle Management

Agile Product Lifecycle Management Agile Product Lifecycle Management Agile Plug-in for Enterprise Manager User Guide Release 9.3.3 E39304-02 December 2013 Agile Plug-in for Enterprise Manager User Guide, Release 9.3.3 E39304-02 Copyright

More information

Hubcase for NetSuite Installation and Configuration Guide

Hubcase for NetSuite Installation and Configuration Guide Hubcase for NetSuite Installation and Configuration Guide 1. Overview... 2 2. Install Hubcase for NetSuite bundle / SuiteApp... 3 3. Setup and configure your Hubcase membership... 6 3.1. Sign up and activate

More information

ikonami Limited Margaret Street London W1W 8SQ by ikonami Ltd. All rights reserved. Version 4.5.2

ikonami Limited Margaret Street London W1W 8SQ by ikonami Ltd. All rights reserved. Version 4.5.2 Site Version 4.5.2 ikonami Limited. 52-53 Margaret Street London W1W 8SQ. Copyright @ 2011 by ikonami Ltd. All rights reserved. Version 4.5.2 No part of this publication may be reproduced, altered, or

More information

This guide which is primarily intended for administrators and supervisors includes the following sections:

This guide which is primarily intended for administrators and supervisors includes the following sections: Micro Focus Service Desk - Getting Started May 2017 The Micro Focus Service Desk Getting Started guide gives information about the basic steps that are required to quickly configure Micro Focus Service

More information

ReadySub for Administrators. Administrator User Guide Version 2.0. ReadySub

ReadySub for Administrators. Administrator User Guide Version 2.0. ReadySub ReadySub for Administrators Administrator User Guide Version 2.0 ReadySub Page 1 of 15 ReadySub ReadySub is a state of the art employee absence management and substitute placement system. Organization

More information

Office 365 Timesheet Add-In (User manual)

Office 365 Timesheet Add-In (User manual) Office 365 Timesheet Add-In (User manual) By For further information, visit us at www.ignatiuz.com For support, contact us at support@ignatiuz.com Version:- V 2.5.0.0 Created: November 2nd, 2018 1 Table

More information

itemp Anywhere Wireless Sensors and Cellular Gateway User s Guide

itemp Anywhere Wireless Sensors and Cellular Gateway User s Guide Error Reporting, Troubleshooting and Support For technical support and troubleshooting tips please contact GreenTech Support email: info@greentechheat.com or 855-484-2847. itemp Anywhere Wireless Sensors

More information

Table of Contents HOL CMP

Table of Contents HOL CMP Table of Contents Lab Overview - HOL-1834-CMP - vrealize Suite Lifecycle Manager... 2 Lab Guidance... 3 Module 1 - Introduction to vrealize Suite Lifecycle Manager (30 minutes)...10 Introduction... 11

More information

Onboarding User Guide. Onboarding Owner

Onboarding User Guide. Onboarding Owner Onboarding User Guide Onboarding Owner Contents Introduction... 2 Getting Started... 2 System Overview and Functionality... 3 Home page and navigation... 3 Resources... 4 Onboarding Process... 5 Step 1:

More information

Release Bulletin for emsigner Published: Sept 4th 2017

Release Bulletin for emsigner Published: Sept 4th 2017 Release Notes Release Bulletin for emsigner 2.0.0 Published: Sept 4th 2017 This document provides information about the new plans and pricing & features and enhancements to the emsigner product as part

More information

MyDHL USER GUIDE.

MyDHL USER GUIDE. PC-Based Custom Web-Based Built Vendor PC-Based Partner Web-Based Integrated 1 MyDHL USER GUIDE MyDHL helps you accomplish more in fewer steps, with quick and easy access to the full online suite of DHL

More information

PEOPLE OPERATIONS PLATFORM

PEOPLE OPERATIONS PLATFORM Rosters PEOPLE OPERATIONS PLATFORM Roster Process ROSTER PREP CREATE ROSTER & ADD SHIFTS ASSIGN/ OFFER SHIFTS APPROVE SHIFTS/ TIMESHEETS Employees accepted and available. Employment type, positions and

More information

Dispatcher Portal Application User Guide. Ver. 1.0

Dispatcher Portal Application User Guide. Ver. 1.0 Dispatcher Portal Application User Guide Ver. 1.0 Table of Contents What is WellRyde?... 4 What are the Benefits of WellRyde?... 4 Client and Membership Benefits... 4 Dispatcher Portal Training Overview...

More information

Comfort and Weather Analysis Tool

Comfort and Weather Analysis Tool User Guide Prepared by CARBSE, CEPT University 17 June 2013 Centre for Advanced Research in Building Science and Energy, CEPT University Kasturbhai Lalbhai Campus, University Road, Ahmedabad-380009, Gujarat,

More information

Referral Training Exercise 3: Review and Hiring Manager

Referral Training Exercise 3: Review and Hiring Manager Referral Training Exercise 3: Review and Hiring Manager Now that you have completed the online portion of training for Referral, it is time to log into the Stage environment of USA Staffing to practice

More information

PIMS User Guide USER GUIDE. Polaris Interview Management System. Page 1

PIMS User Guide USER GUIDE. Polaris Interview Management System. Page 1 USER GUIDE Polaris Interview Management System Page 1 September 2017 Additional PIMS Resources Job Aid: Competency Identification Worksheet Job Aid: Legal Considerations When Interviewing Video: How to

More information

Welcome to the course on the initial configuration process of the Intercompany Integration solution.

Welcome to the course on the initial configuration process of the Intercompany Integration solution. Welcome to the course on the initial configuration process of the Intercompany Integration solution. In this course, you will see how to: Follow the process of initializing the branch, head office and

More information

FACE TM Library User Guide

FACE TM Library User Guide FACE TM Library User Guide The purpose of the FACE TM Library is to enable the exchange of information between Software Suppliers, Verification Authorities, and the FACE Certification Authority and to

More information

A BPTrends Report. March

A BPTrends Report. March A BPTrends Report March 2010 www.bptrends.com Interneer Intellect Version: 6.5 Interneer Inc. 5901 Green Valley Circle, Ste 170, Culver City CA 90230 Tel: 310-348-9665 Fax: 866-622-7122 Web: www.interneer.com

More information

2 Introduction to BI Launch Pad

2 Introduction to BI Launch Pad 2 Introduction to BI Launch Pad This session introduces SAP BusinessObjects BI Launch Pad by describing how to log into the environment, navigating around, and managing areas where you save your work.

More information

We have attempted to make this manual as easy to read and navigate as possible. To that end, a few basic conventions will be used throughout.

We have attempted to make this manual as easy to read and navigate as possible. To that end, a few basic conventions will be used throughout. Curriculog University Curriculog University User Manual - Users Welcome to the Curriculog University User Manual! The manual has been broken down into sections for each module within Curriculog. Within

More information

Recruiting User Guide Hiring Managers

Recruiting User Guide Hiring Managers Recruiting User Guide Hiring Managers Contents Introduction... 2 Getting Started... 2 System Overview and Functionality... 3 Home page and navigation... 3 Resources... 4 Recruiting Process... 5 Step 1:

More information

Deltek Touch Time & Expense for GovCon 1.2. User Guide

Deltek Touch Time & Expense for GovCon 1.2. User Guide Deltek Touch Time & Expense for GovCon 1.2 User Guide May 19, 2014 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors

More information

Contents OVERVIEW... 3

Contents OVERVIEW... 3 Contents OVERVIEW... 3 Feature Summary... 3 CONFIGURATION... 4 System Requirements... 4 ConnectWise Manage Configuration... 4 Configuration of Manage Login... 4 Configuration of GL Accounts... 5 Configuration

More information

Sage 100. Sage Payroll Services Getting Started Guide

Sage 100. Sage Payroll Services Getting Started Guide Sage 100 Sage Payroll Services Getting Started Guide This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service

More information

PeopleMatter New Team Member Hiring Process Quick Reference Guide

PeopleMatter New Team Member Hiring Process Quick Reference Guide PeopleMatter New Team Member Hiring Process Quick Reference Guide PeopleMatter Support Monday Friday, 8:30am 11:30pm Eastern Time 877-354-2266 or Email: support@peoplematter.com Date: 11062013 The following

More information

Domestic Vendor Training Guide

Domestic Vendor Training Guide 2014 Domestic Vendor Training Guide Copyright 2013, PetEdge Inc. TABLE OF CONTENTS (click on any of the topics below to jump to that section) INTRODUCTION TO EZSUPPLIER & XCARRIER... 2 I. Getting Started...

More information

Tools for S-BPM To Go

Tools for S-BPM To Go Tools for S-BPM 13 13.1 To Go A. Fleischmann et al., Subject-Oriented Business Process Management, DOI 10.1007/978-3-642-32392-8_13, # The Author(s) 2012 241 242 13 Tools for S-BPM In the following sections,

More information

Pepperi Plugin for SAP Business One

Pepperi Plugin for SAP Business One Pepperi Plugin for SAP Business One April. 2015 Ver 1.1 Contents 1 Introduction...4 1.1 System Requirements... 4 1.2 Glossary... 4 2 System Architecture...5 3 Overview...6 3.1 Installation and Setup...

More information

This topic focuses on how to prepare a customer for support, and how to use the SAP support processes to solve your customer s problems.

This topic focuses on how to prepare a customer for support, and how to use the SAP support processes to solve your customer s problems. This topic focuses on how to prepare a customer for support, and how to use the SAP support processes to solve your customer s problems. 1 On completion of this topic, you will be able to: Explain the

More information

SAP Live Access General User Guide

SAP Live Access General User Guide 1. Before You Start SAP Live Access General User Guide July 2017 2. Get to Know SAP Live Access 3. Manage Your Training System 4. Support 1. Before You Start 2. Get to Know SAP Live Access 3. Manage Your

More information

Super Schlumberger Scheduler

Super Schlumberger Scheduler Software Requirements Specification for Super Schlumberger Scheduler Page 1 Software Requirements Specification for Super Schlumberger Scheduler Version 0.2 Prepared by Design Team A Rice University COMP410/539

More information

On-Demand Solution Planning Guide

On-Demand Solution Planning Guide On-Demand Solution Planning Guide Powering On-Demand Solutions www.growthclick.com hello@growthclick.com Copyright 2019 GrowthClick Inc. All Rights Reserved. 1 3 Steps to Planning an On-Demand Solution

More information

CETRA s Resource Portal Translation. Plunet Business Manager

CETRA s Resource Portal Translation. Plunet Business Manager CETRA s Resource Portal Translation Plunet Business Manager v2 CETRA s Resource Portal Plunet The intention of this guide is to provide general information about CETRA s resource portal (Plunet) as well

More information

Toolkit user guide. All content ACTS version 1.0

Toolkit user guide. All content ACTS version 1.0 Toolkit user guide All content ACTS 2018 version 10 About Green Impact is an international program hosted in Australia by ACTS (Australian Campuses Towards Sustainability) This guide has been developed

More information

END-USER GUIDE. The Procure-to-Pay Process

END-USER GUIDE. The Procure-to-Pay Process END-USER GUIDE The Procure-to-Pay Process Version 1.1 June 30, 2016 Contents 1 The E-Procurement Process... 2 2 Creating Requests... 4 2.1 Shopping Catalogs... 4 2.2 Shop Off-Catalog... 7 2.3 Shopping

More information

Reduce the time & labor to process and archive documents. Reduce document cycle times. Create audit trails of document handling activities

Reduce the time & labor to process and archive documents. Reduce document cycle times. Create audit trails of document handling activities NashuaDocs NashuaDocs works for you: Reduce costs Reduce the time & labor to process and archive documents Minimise shipping costs Enhance productivity Reduce document cycle times Improve accuracy Ensure

More information

INPEX CONTRACT MANAGEMENT SYSTEM

INPEX CONTRACT MANAGEMENT SYSTEM INPEX CONTRACT MANAGEMENT SYSTEM Contractors Manual - Prequalification Document No.: PROCON-00256 Document no.: PROCON-00256 Page 1 1 RECEIVING & VIEWING A PREQUALIFICATION INVITATION... 4 2 LOGGING INTO

More information

PRACTICE USER GUIDE. For Practice Performance Registry. Rachel Bryan Updated

PRACTICE USER GUIDE. For Practice Performance Registry. Rachel Bryan Updated PRACTICE USER GUIDE For Practice Performance Registry Rachel Bryan Rachel.bryan@dartnet.info Updated 01-21-2014 0 P a g e Practice User Guide Welcome, Practice User. This Guide will help you login and

More information

Deltek Touch for Maconomy. Touch 2.2 User Guide

Deltek Touch for Maconomy. Touch 2.2 User Guide Deltek Touch for Maconomy Touch 2.2 User Guide July 2017 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors may

More information

Log In. 1. Navigate to 2. Input Company Name, Username, and Password. Click Sign In on the top right of the screen.

Log In. 1. Navigate to  2. Input Company Name, Username, and Password. Click Sign In on the top right of the screen. Employee Guide Log In 1. Navigate to www.trakstar.com Click Sign In on the top right of the screen. 2. Input Company Name, Username, and Password. Passwords are case sensitive. FORGOT YOUR PASSWORD? Click

More information

Defining Project Security Profiles in P6 EPPM... 40

Defining Project Security Profiles in P6 EPPM... 40 P6 EPPM Application Administration Guide Version 18 September 2018 Contents About the P6 EPPM Application Administration Guide... 7 Managing Personally Identifiable Information in P6 EPPM... 7 About Consent

More information

Efficiently Integrate Enterprise Applications with Salesforce.com using Oracle SOA Suite 11g

Efficiently Integrate Enterprise Applications with Salesforce.com using Oracle SOA Suite 11g Efficiently Integrate Enterprise Applications with Salesforce.com using Oracle SOA Suite 11g Cloud Integration Bristlecone, Inc. 488 Ellis Street, Mountain View, CA 94043 Phone: 1-650-386-4000 Fax: 1-650-961-2451

More information

ARMSTRONG ATLANTIC STATE UNIVERSITY

ARMSTRONG ATLANTIC STATE UNIVERSITY PEOPLEADMIN USER GUIDE 1 TABLE OF CONTENTS OVERVIEW... 4 What is PeopleAdmin?... 4 Initial Set-up of user Accounts... 4 GETTING STARTED... 5 Logging In... 5 NAVIGATING THE HOMEPAGE... 7 1. Platforms...

More information

Sage ERP Accpac Online 5.6

Sage ERP Accpac Online 5.6 Sage ERP Accpac Online 5.6 Integration Resource Guide for Sage ERP Accpac And Sage CRM (Updated: December 1, 2010) Thank you for choosing Sage ERP Accpac Online. This Resource Guide will provide important

More information

SAP Learning Hub, User Adoption Edition Features, Functions, set-up and enablement

SAP Learning Hub, User Adoption Edition Features, Functions, set-up and enablement SAP Learning Hub, User Adoption Edition Features, Functions, set-up and enablement SAP Education April, 2015 Public Content Core Functionality Key facts and links Administrator and Team Lead Functionality

More information

NHS Property Services. How to register & book rooms online. NHS Property Services Room Bookings

NHS Property Services. How to register & book rooms online. NHS Property Services Room Bookings NHS Property Services How to register & book rooms online October 2017 How to book rooms with NHS Property Services These simple instructions show you how to: 1. Login to the system 2. Confirm existing

More information

BP(A S) Taleo Performance User Guide

BP(A S) Taleo Performance User Guide BP(A S) Taleo Performance User Guide January 2008 Confidential Information It shall be agreed by the recipient of the document (hereafter referred to as "the other party") that confidential information

More information

TRUST. Technology Reporting Using Structured Templates for the FCH JU. User Manual for data providers. Version 1.00

TRUST. Technology Reporting Using Structured Templates for the FCH JU. User Manual for data providers. Version 1.00 TRUST Technology Reporting Using Structured Templates for the FCH JU User Manual for data providers Version 1.00 Table of contents TRUST ----------------------------------------------------------------------------------------------------------------------------

More information

How MacroView Enables ECM Solutions on SharePoint & Office 365

How MacroView Enables ECM Solutions on SharePoint & Office 365 Document Management You are looking to create an Enterprise Content Management solution for your organization. The budget is tight and of course you want user adoption to be high. You are also well aware

More information

ServicePRO + PartsPRO User Guide

ServicePRO + PartsPRO User Guide ServicePRO + PartsPRO User Guide ServicePRO Version 2.0 PartsPRO Version 1.0 Page 1 of 82 1 WHAT IS SERVICEPRO + PARTSPRO?... 4 1.1 What is ServicePRO?... 4 1.2 What are the benefits of using ServicePRO?...

More information

What's New in ARCHIBUS V.20.2

What's New in ARCHIBUS V.20.2 What's New in ARCHIBUS V.20.2 ARCHIBUS V.20.2 includes enhancements throughout the product. The Web Central platform adds support for WebKit-compatible browsers, Safari and Google, to support mobile Wi-FI

More information

Office of Human Resources. PittSource Navigation Guide

Office of Human Resources. PittSource Navigation Guide Office of Human Resources PittSource Navigation Guide a Table of Contents Login Information... 1 Introduction & Home Page... 2 Module Type Definitions... 2 User Group Definitions... 2 Position Management

More information

Optus Business Corporate Usage Alerts

Optus Business Corporate Usage Alerts Page 1 P a g e 1 Optus Business Corporate Usage Alerts Customer Admin Portal Administrator Guide February 2016 Version 1.2 Page 2 P a g e 2 Contents Contents... 2 Preface... 4 How This Guide Is Organised...

More information

Version No: 3.0, Build No: 3. Portal Release Notes V3B3

Version No: 3.0, Build No: 3. Portal Release Notes V3B3 Version No: 3.0, Build No: 3 Portal Release Notes V3B3 Table of Contents Important Note: The current version of V3B3 is supported with Compatibility View Settings OFF for IE (Internet Explorer) browsers....

More information

Supplier Guide for Plex Online. Supplier Web Access, Review Releases, Submit ASN & Label Printing

Supplier Guide for Plex Online. Supplier Web Access, Review Releases, Submit ASN & Label Printing Supplier Guide for Plex Online Supplier Web Access, Review Releases, Submit ASN & Label Printing July 2017 Supplier Web Access Access to PLEX A Supplier must have a User ID and Password to access PLEX

More information

Fast Track SA 2.0 Drive Thru Timing System. Document: USR-FTSA, Rev. A Effective Date: September 6, 2017

Fast Track SA 2.0 Drive Thru Timing System. Document: USR-FTSA, Rev. A Effective Date: September 6, 2017 ENGAGE INFLUENCE OPTIMIZE User Guide Fast Track SA 2.0 Drive Thru Timing System Effective Date: September 6, 2017 Fast Track SA 2.0 User Guide Page 2 of 33 Table of Contents 1 INTRODUCTION... 4 2 FAST

More information

Galaxy Knowledge Management System

Galaxy Knowledge Management System Galaxy Knowledge Management System Fact Sheet From UTS Software GALAXY FACT SHEET 2 What does Galaxy do? The Galaxy Knowledge Management System provides a practical method for meeting the challenges of

More information

Oracle Risk Management Cloud. Release 13 (updates 18A 18C) What s New

Oracle Risk Management Cloud. Release 13 (updates 18A 18C) What s New Oracle Risk Management Cloud Release 13 (updates 18A 18C) What s New TABLE OF CONTENTS DOCUMENT HISTORY 4 UPDATE 18C 4 Revision History 4 Overview 4 Feature Summary 5 Risk Management 8 Common 8 Monitor

More information

BMC Control-M Workload Change Manager

BMC Control-M Workload Change Manager EVALUATION GUIDE BMC Control-M Workload Change Manager BMC Software Inc. March 13, 2014 Table of Contents Introducing BMC Control-M Workload Change Manager 2 Let s get started 3 Creating requests 4 Creating

More information

Tivoli Workload Scheduler

Tivoli Workload Scheduler Tivoli Workload Scheduler Dynamic Workload Console Version 9 Release 2 Quick Reference for Typical Scenarios Table of Contents Introduction... 4 Intended audience... 4 Scope of this publication... 4 User

More information

Getting Started Guide

Getting Started Guide Getting Started Guide OAS Freight v 3.2 Welcome Thank you for selecting OAS Freight. This guide is designed to help you become familiar with the OAS Freight software. This guide is not designed to be a

More information

SEC302 Umoja Security GRC Analysis. Umoja Security GRC Analysis Version 8 1

SEC302 Umoja Security GRC Analysis. Umoja Security GRC Analysis Version 8 1 SEC302 Umoja Security GRC Analysis Umoja Security GRC Analysis Version 8 Last Copyright Modified: United 16-August-13 Nations 1 Agenda Course Introduction Module 1: User Access Risk Analysis Overview Module

More information

SUBMITTING TIMESHEETS AND EXPENSES

SUBMITTING TIMESHEETS AND EXPENSES SUBMITTING TIMESHEETS AND EXPENSES CANDIDATE GUIDE Quick links: 01. Logging in to Track >> 02. Navigating Track >> 03. Submitting timesheets >> 04. Submitting expenses >> 05. FAQs >> 06. Contact/help/feedback

More information

SAP Sustainability Performance Management v1.0 (Part 3)

SAP Sustainability Performance Management v1.0 (Part 3) SAP Sustainability Performance Management v1.0 (Part 3) Applies to: This article applies to SAP BusinessObjects Sustainability Performance Management (SuPM) version 1.0. For more information, visit the

More information

SPORTS FACILITY AUDITOR (SFA) - FOOTBALL AUDITOR GUIDE

SPORTS FACILITY AUDITOR (SFA) - FOOTBALL AUDITOR GUIDE SPORTS FACILITY AUDITOR (SFA) - FOOTBALL AUDITOR GUIDE 1 CONTENTS Section Page 1. Access 3 2. Main Menu 4 3. Community Facility Audits - Checklists 5-7 4. Community Facility Audits Site Name and Location

More information

Table of Contents. 2 P a g e

Table of Contents. 2 P a g e Skilldex Training Manual October 2012 Table of Contents Introduction to Skilldex... 3 Skilldex Access... 4 Sections of Skilldex... 5 Current Program... 6 Toolbox... 7 Employers... 8 New Employer... 9 All

More information

Multi Vendor Marketplace

Multi Vendor Marketplace Multi Vendor Marketplace webkul.com/blog/magento2-multi-vendor-marketplace/ December 24, 2015 Multi Vendor Marketplace Extension converts your Magento Store into a complete online marketplace shop. Using

More information

E-Time Reporting Guide for Supervisors

E-Time Reporting Guide for Supervisors E-Time Reporting Guide for Supervisors CONTENTS Click on topic below to go directly to that page. LOG INTO THE ORACLE BUSINESS APPLICATIONS 1.1 How to Access, Log In and Navigate ACCESS TIMECARDS FOR RESPONSE

More information

SSL ClearView Reporter Data Sheet

SSL ClearView Reporter Data Sheet SSL ClearView Reporter Data Sheet Written expressly for the Juniper Networks SSL VPN, the SSL ClearView Reporter application takes log data from one or more SSL VPN devices and generates feature-rich reports

More information

Call Management Version 6.6 User Guide

Call Management Version 6.6 User Guide Call Management Version 6.6 User Guide Overview Call Management is purpose built software for all PBXs. It provides a complete communications management suite for all users of the system. Users are able

More information

Taleo Enterprise. Taleo Compensation Manager Guide

Taleo Enterprise. Taleo Compensation Manager Guide Taleo Enterprise Taleo Compensation Feature Pack 12B August 31, 2012 Confidential Information and Notices Confidential Information The recipient of this document (hereafter referred to as "the recipient")

More information

Company Profile User Guide

Company Profile User Guide Company Profile User Guide Introduction ICN Gateway is Australia s largest business networking platform. In an increasingly competitive market, ICN Gateway gives you access to a sophisticated business

More information

IBM. Buyer Guide. IBM Emptoris Sourcing SaaS

IBM. Buyer Guide. IBM Emptoris Sourcing SaaS IBM Emptoris Sourcing IBM Buyer Guide 10.1.2 SaaS IBM Emptoris Sourcing IBM Buyer Guide 10.1.2 SaaS ii IBM Emptoris Sourcing: Buyer Guide Copyright Note: Before using this information and the product

More information

Reference Guide for Employees: Halogen eappraisal

Reference Guide for Employees: Halogen eappraisal Reference Guide for Employees: Halogen eappraisal Purpose of the Evaluation Process: eappraisal was designed for managers to evaluate employee performance and achievement for the past year, as well as

More information

SAFE Resources. SAFE User Guide

SAFE Resources. SAFE User Guide SAFE User Guide SAFE (Secure Access For Everyone) is a well-coordinated, usable, federated identity and access management system that supports trusted collaboration and sharing of compute and data resources

More information

MEANINGFUL SELECTIONS REFERENCE GUIDE. Funeral Home Admin Module March 2016

MEANINGFUL SELECTIONS REFERENCE GUIDE. Funeral Home Admin Module March 2016 MEANINGFUL SELECTIONS REFERENCE GUIDE Funeral Home Admin Module March 2016 Copyright 2014-2016 Batesville Services Inc. Updated 3/2016 MEANINGFUL SELECTIONS REFERENCE GUIDE Funeral Home Admin Module Getting

More information

Online Payment Requests

Online Payment Requests Table of Contents Requesting a Payment... 2 Additional Features... 5 Modifying a Saved or Denied Request... 6 Payment Request Notifications and Approvals... 7 Stopping a Payment Request... 8 Approving

More information

ACCOUNTANT AND AUDITOR GUIDE

ACCOUNTANT AND AUDITOR GUIDE ACCOUNTANT AND AUDITOR GUIDE November 2017 CONTENTS Basic Setup Accepting the invite Setting your profile Accountant's View Working with Bills Working with Purchase Orders Auditor's View Using default

More information

DATABASICS Time User s Guide v3.1

DATABASICS Time User s Guide v3.1 DATABASICS Time User s Guide v3.1 A Guide to CALIBRE s Time Reporting Website July 2016 CALIBRE 6354 Walker Lane, Suite 300 Alexandria VA 22310 1 Table of Contents Before You Get Started... 3 Accessing

More information

White Paper. Non Functional Requirements of Government SaaS. - Ramkumar R S

White Paper. Non Functional Requirements of Government SaaS. - Ramkumar R S White Paper Non Functional Requirements of Government SaaS - Ramkumar R S Contents Abstract Summary..4 Context 4 Government SaaS.4 Functional Vs Non Functional Requirements (NFRs)..4 Why NFRs are more

More information

Off-Campus Work-Study Employer JobX Training Guide

Off-Campus Work-Study Employer JobX Training Guide Off-Campus Work-Study Employer JobX Training Guide Student Employment Services Training Topics: 1. Introduction 2. Login 3. Add a job 4. Edit a job 5. Review on-line applications 6. Send Hiring Correspondence

More information

Reference Guide for Managers: Halogen eappraisal

Reference Guide for Managers: Halogen eappraisal Reference Guide for Managers: Halogen eappraisal Purpose of the Evaluation Process: eappraisal was designed for managers to evaluate employee performance and achievement for the past year, as well as to

More information

HP Adoption Readiness Tool (ART)

HP Adoption Readiness Tool (ART) Course outline HP Adoption Readiness Tool (ART) HP PPM 9.1 HP DEMAND, DEPLOYMENT, RESOURCE, AND TIME MANAGEMENT 9.1 HP s Adoption Readiness Tool (ART) provides initial and ongoing enablement to your users

More information

Logging-in Accessing Opis Responsive Screen View

Logging-in Accessing Opis Responsive Screen View USER GUIDE 1 Table of Contents Logging-in Accessing Opis Responsive Screen View Creating a Shortcut on Your Tablet or Smartphone Creating Your Profile Step 1: User Agreement Step 2: The Welcome Page Step

More information

Administrator Guide. Advanced HR 2.0

Administrator Guide. Advanced HR 2.0 Administrator Guide Advanced HR 2.0 Copyright 2018 by Asure Software. All rights reserved. Printed in USA. The contents of this guide and the software described are copyrighted. No part of this guide or

More information

Purpose: To document a product and it s functionality for educating users. Page 1 of 34

Purpose: To document a product and it s functionality for educating users. Page 1 of 34 Purpose: To document a product and it s functionality for educating users. Page 1 of 34 ONEVIEW Welcome to the user guide for help and information about the ONEView application. This will provide information

More information

CONSUMER PORTAL QUICKSTART GUIDE: HSA

CONSUMER PORTAL QUICKSTART GUIDE: HSA CONSUMER PORTAL QUICKSTART GUIDE: HSA Welcome to your MEDSURETY Benefit Accounts Consumer Portal. This one-stop portal gives you 24/7 access to view information and manage your Health Savings Account.

More information

Copyright...4. Overview of the User Security Configuration Process Managing User Accounts... 8

Copyright...4. Overview of the User Security Configuration Process Managing User Accounts... 8 Contents 2 Contents Copyright...4 Overview of the User Security Configuration Process... 5 Managing User Accounts... 8 User Accounts in Acumatica ERP...8 To Create a Local User Account... 10 To Add a User

More information

APPROVERS GUIDE TO THE ASTUTE PAYROLL PORTAL: AUSTRALIA and NEW ZEALAND

APPROVERS GUIDE TO THE ASTUTE PAYROLL PORTAL: AUSTRALIA and NEW ZEALAND APPROVERS GUIDE TO THE ASTUTE PAYROLL PORTAL: AUSTRALIA and NEW ZEALAND CONTENTS Overview Your Profile Getting Started Approving Timesheets / Expenses By Email By Logging in Automated Reminders Generating

More information

CCC Wallboard Manager User Manual

CCC Wallboard Manager User Manual CCC Wallboard Manager User Manual 40DHB0002USBF Issue 2 (17/07/2001) Contents Contents Introduction... 3 General... 3 Wallboard Manager... 4 Wallboard Server... 6 Starting the Wallboard Server... 6 Administering

More information

FAQ. Revised:

FAQ. Revised: FAQ FacultyJobs@UGA Revised: 6-27-16 All questions about the FacultyJobs@UGA system may be directed to facultyjobs@uga.edu. Questions about EOO guidelines can still be directed to the Equal Opportunity

More information

How to activate and submit your CDP climate change and/or CDP water and CDP supply chain questionnaires A step-by-step guide

How to activate and submit your CDP climate change and/or CDP water and CDP supply chain questionnaires A step-by-step guide How to activate and submit your CDP climate change and/or CDP water and CDP supply chain questionnaires A step-by-step guide CDP respond@cdp.net +44 (0)20 3818 3900 www.cdp.net 1 Version Nr. Revision Date

More information

HYPERION SYSTEM 9 PLANNING

HYPERION SYSTEM 9 PLANNING HYPERION SYSTEM 9 PLANNING RELEASE 4.1, 4.1.1, AND 9.2 NEW FEATURES This document describes the new features included in Hyperion System 9 Planning Release 4.1, 4.1.1, and 9.2. This release expands functionality

More information