Prototype Report. CRCD Management System. Team 11

Size: px
Start display at page:

Download "Prototype Report. CRCD Management System. Team 11"

Transcription

1 Prototype Report CRCD Management System Team 11 Erik Frimodig - Project Manager Yazeeed Alabdulkarim - Operational Engineer Muzzammil Imam - System Architect Jason Loewy - Prototyper Fan Xu - Requirements Engineer Daniela Gergley - Integrated Independent Verification & Validation October 24th 2011

2 Version History Date Author Version Changes made Rationale 10/10/11 JL 1.0 Original template 10/18/11 JL 1.1 Changed navigation flow to better illustrate the future system Added second prototype of the inventory portion of the system Changed status of the prototype to reflect current status Initial draft for CRCD Management System. Initial prototyping of the system. Navigation flow did not correctly represent site map like flow Prototype of inventory portion of the system needed 10/24/11 JL 1.2 More clarification about what are product-employee transactions Added description regarding navigation flow. Updated navigation flow to add generate reports Updated Inventory system GUI prototypes to reflect navigation flow update Made updates/changes based on ARB feedback and evaluation ii

3 Table of Contents Table of Tables... 3 Table of Figures Introduction Purpose of the prototype report Status of the prototype Navigation Flow Prototype Time log to ADP Parser Inventory System... 3 iii

4 Table of Tables Table 1: Code block.txt to ADP Parser... 3 Table 2:.zip Of Prototype Documents... 4 Table 3: Inventory System Overview... 4

5 Table of Figures Figure 1: Navigation Flow of System... 2 Figure 2: While loop of Code block.txt to ADP Parser...3 Figure 3: Products List...5 Figure 4: Product Details...6 Figure 5: Inventory Management Systems Data Definitions...7 v

6

7 1. Introduction 1.1 Purpose of the prototype report This document is responsible for outlining the current version of the system throughout the various prototype iterations. This document supplies all necessary documents corresponding to the various elements used in developing the prototype of the future system. 1.2 Status of the prototype This is the second iteration of the prototype report. Currently we have developed a basic Biometric Handpunch output to ADP format parser that demonstrates the ability to create a system that converts from one to the other. We have learned the output data types and format of the data collected from the Biometric Handpunch system as well as gaining knowledge about the input format to the ADP system. Knowing those two data sets, and although we still need to research the physical ordering of the data output from the Biometric Handpunch system, we have created a mapping between the two systems. We have also developed a first draft GUI representation and function representation of the inventory system. The two prototypes give a solid understanding of both the GUI and functionality, which provides a rich understanding of the look, feel and flow of the system in development. 1

8 2. Navigation Flow The system itself is broken into two sub-systems. Upon logging into the system the user can select which sub-system they wish to continue on to, Inventory or Payroll. In the inventory system each user has the same view but is provided with different performable actions based on their user permission level. In the inventory system you have the inventory manager who has the ability to add/edit/delete the employee-product transactions, as well as generate reports based off of the transaction history. You also have the inventory admin who has the ability to add/edit/delete products and their corresponding quantity and description criteria from the inventory system. All those actions can be seen in Figure 3 and Figure 4. The payroll system has three permission level roles. The payroll manager who can edit/approve/view weekly time sheets, as well as generate reports based on historical and current timesheet data. Second you have the payroll admin who can also view the weekly time sheets but is the permission group responsible for physically submitting the weekly payroll information into the ADP system. Lastly is the timesheet admin permission group which will be a member of human resources that will have complete control over personal manipulation throughout the system. They will be responsible for deleting/adding/editing the information of a user in the system as well as assigning permission levels to users of the system. Figure 1: Navigation Flow of System 2

9 3. Prototype 3.1 Time log to ADP Parser The result of this prototype was to help alleviate the concern revolving around the risk associated with hand punch output compatibility to the ADP system. Based on the Biometric Handpunch output format specified in the user manual along with the known ADP output format the parser successfully converted a user generated time log input file into an ADP formatted output file. The one lingering problem with this prototype is while we know the output fields of the Handpunch system, we don t know there ordering. This is not much of a risk as an easy mitigation plan is to rearrange how the parser grabs for specific fields based on the true ordering of the Biometric Handpunch output. Thanks to this prototype and the research that went into developing it we now know that conversion from Handpunch data to ADP format is possible. Description Related Capbility Pre-condition Table 1: Code block.txt to ADP Parser The following is a block of code used in a.txt to ADP format parser. Ideally, the text files contents will be populated with data obtained from the hand punch into a single file. At the end of a bi-weekly pay period the populated text file will be uploaded to the parser and ADP output file generated. Integration between current ADP system / 291 Bi weekly time log text is available. When the manager uploads the bi weekly time log text file this code will run to parse into ADP format. Post condition This block of code the ADP output file is generated and displayed through the browser and stored on the server in the current directory. while ($strpos!== FALSE) { // Get the employee id $dashpos = strpos($filecontents, '-'); $empid = substr($filecontents, 0, $dashpos); $filecontents = substr($filecontents, $dashpos + 1, strlen($filecontents)); // Get the clock time $dashpos = strpos($filecontents, '-'); $clocktime = substr($filecontents, 0, $dashpos); $filecontents = substr($filecontents, $dashpos + 1, strlen($filecontents)); // Get the function - IN/OUT 3

10 Description Related Capbility Pre-condition Table 2:.zip of Prototype documents The following is a.zip file containing the standard text document used when modeling the prototype.txt to ADP parser, as well as including a ReadMe which contains a link to the working prototype and instructions. Integration between current ADP system / 291 The text file bw20timesheet.txt will have been generated by the Biometric hand punch system. Post condition After running the parser the file will be ready to be uploaded to the ADP system. The.zip file is located at Inventory System The inventory system will allow managers to insert/delete/edit employee-product transactions. Employee-product transactions are the relevant information surrounding the allocation of product resources to individual employees and the way that it was put to use. This will allow CRCD staff to keep track of their various products and their use localized to each individual employee. This prototype is a high level presentation of the view and structure of the system. Figure 4 is a representation of the detailed view revolving around a specific products employee-product transaction history. The employee field is the name of who took out the amount of that product and the specified date. The notes field is used to store any note worthy information regarding this specific employee-product transaction. Description Related Capbility Pre-condition Table 3: Inventory System Overview The following are screenshots from the inventory system aspect of the system. They illustrate the capabilities of the system. Inventory tracking Employees have documented their product transactions and provided Managers with that data. Post condition All product information will be up to date and available to anyone throughout the system. 4

11 Figure 3: Products List 5

12 Figure 4: Product Details 6

13 Figure 5 is a prototype of the table definitions of the inventory management system NDI that we plan to use for our inventory management system implementation. The inventory management system NDI comes standard with this schema and will need to be customized in regards to both table definitions and table attributes in order to fit the clients exact needs for both storing data and executing queries to generate reports. Figure 5: Inventory Management System Data Definitions 7

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) CRCD Management System Team 11 Muzzammil Imam Project Manager, Implementer Jason Loewy - Implementer Fan Xu Trainer, Tester, Implementer Adarsh Khare Trainer, Tester, Implementer

More information

Regression Test Package (RTP)

Regression Test Package (RTP) Regression Test Package (RTP) CRCD Management System Team 11 Muzzammil Imam - Project Manager/Implementer Jason Loewy Implementer Fan Xu - Implementer/Trainer/Tester Adarsh Khare- Implementer / Trainer/Tester

More information

TOTALPASS SMALL BUSINESS PREMIUM SOFTWARE UPDATE CHANGE LOG

TOTALPASS SMALL BUSINESS PREMIUM SOFTWARE UPDATE CHANGE LOG TOTALPASS SMALL BUSINESS PREMIUM SOFTWARE UPDATE CHANGE LOG TotalPass Small Business Premium Time Clock Updates Occasionally, Icon Time Systems releases new updates for your employee time clock. These

More information

Prototype Report Version 2.0. Prototype Report. Transportation Grant Fund. Team 14. Operational Concept Engineer

Prototype Report Version 2.0. Prototype Report. Transportation Grant Fund. Team 14. Operational Concept Engineer Prototype Report Transportation Grant Fund Team 14 Full Name Muruganantham Raju Kirill Khistyaev Karim Sacre Reza B Far Stephan Rice Zhanna Seitenova Ayman Khalil Primary Role Project Manager Software

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) LADOT Scanning Team 08 Name Primary Role Secondary Role Anirudh Govil Project Manager Life Cycle Planner Jeffrey Colvin Prototyper Systems and Software

More information

Prototype Report Version 3.0. Prototype Report. LADOT Scanning. Team 08. Name Primary Role Secondary Role

Prototype Report Version 3.0. Prototype Report. LADOT Scanning. Team 08. Name Primary Role Secondary Role Prototype Report LADOT Scanning Team 08 Name Primary Role Secondary Role Anirudh Govil Project Manager Life Cycle Planner Jeffrey Colvin Prototyper Systems and Software Architect Aditya Kumar Feasibility

More information

8/25/2010. ComCept.NET Time Clock functions will be updated as of Rob Gamble

8/25/2010. ComCept.NET Time Clock functions will be updated as of Rob Gamble Page 1 of 13 Rob Gamble Subject: FW: Time Clock Overview of changes ComCept.NET Time Clock functions will be updated as of 08-29-2010 Please click on the release notes tab for full information. New screen

More information

isolved Go v9.0 Employee User Guide

isolved Go v9.0 Employee User Guide Table of Contents ISOLVED GO INTRODUCTION... 2 DOWNLOADING ISOLVED GO FROM GOOGLE PLAY/APPLE STORE... 2 LOGGING INTO THE ISOLVED GO APPLICATION... 3 ISOLVED GO OVERVIEW... 4 ISOLVED HCM... 5 VIEW PAYSTUB...

More information

TIMEaccess Bi-Weekly Supervisors Training Guide Friday, February 01, 2013

TIMEaccess Bi-Weekly Supervisors Training Guide Friday, February 01, 2013 TIMEaccess Bi-Weekly Supervisors Friday, February 01, 2013 Notice 2013, Southern Methodist University. All Rights Reserved. Published 2013. The information contained in this document is proprietary to

More information

Prototype Report. Tour Conductor. Team 5

Prototype Report. Tour Conductor. Team 5 Prototype Report Tour Conductor Team 5 Team Members Ajay Kumar G C Manas Yadav Ankush H Prasad Aadithya B K Andrew Han Joseph Mouawad Roles Project Manager, Life Cycle Planner Feasibility Analyst, Prototyper/Builder

More information

isolved Time Employee Guide v February 2016

isolved Time Employee Guide v February 2016 isolved Time Employee Guide v4.0.04 February 2016 Table of Contents isolved Time Employee Guide SELF SERVICE PUNCHING... 2 TIME CARD... 3 TIME CARD REPORT, SCHEDULE AND PREVIEW CHECK... 4 PUNCH ENTRY...

More information

PlanWell 4.0 User Guide

PlanWell 4.0 User Guide PlanWell 4.0 User Guide Contents Finding Planwell and Logging On 2 Planwell Access Portals 2 Document Selection 3 Build a Set 4 Most Current Set 4 Custom Packages 4 Issue Tree 5 Standard Order Process

More information

Quick Reference Guide

Quick Reference Guide CUB Online online.cub.com.au Quick Reference Guide Creating a Template and Updating a Template 1 Who is this for? Anyone with permissions to Place Orders within the CUB Online Website. Purpose If you have

More information

Administrator Quick Guide

Administrator Quick Guide 1 Administrator Quick Guide Login Screen The first page employees will see when visiting their training site is the login screen. This is where employees must enter their username and password to access

More information

Guide for Researchers: Online Human Ethics Application Form

Guide for Researchers: Online Human Ethics Application Form Ethics & Integrity Research Office HUMAN RESEARCH ETHICS ONLINE APPLICATION October 2016/V1.03 Guide for Researchers: Online Human Ethics Application Form ENQUIRIES Senior Human Ethics Officer University

More information

Destiny. Understanding Roles and Assigning Permissions Webinar. Participant Guide

Destiny. Understanding Roles and Assigning Permissions Webinar. Participant Guide Destiny Understanding Roles and Assigning Permissions Webinar Participant Guide 12011A v11.5 Destiny Understanding Roles and Assigning Permissions Webinar Participant Guide Version 11.5 Participant Guide

More information

Getting Started Guide for HR Admins

Getting Started Guide for HR Admins Getting Started Guide for HR Admins Table of Contents: Table of Contents:... 2 What is included in the Getting Started Guide for HR Admins?... 4 Getting Started with SimplyMerit... 4 What is SimplyMerit?

More information

Welcome to ExACCT! Getting Started

Welcome to ExACCT! Getting Started Please Note: To navigate through the ExACCT User Guide easily, please use the Books or Thumbnails available in the navigation pane. To show these navigation links, click on the button Show/Hide Navigation

More information

Employee Login Guide. Employee Timekeeping: Line Entry, Recording & Submitting Time. USERNAME: Please enter your username in the below format.

Employee Login Guide. Employee Timekeeping: Line Entry, Recording & Submitting Time. USERNAME: Please enter your username in the below format. Employee Timekeeping: Line Entry, Recording & Submitting Time Employee Login Guide Use the below website to access the Deltek Costpoint system: https://missionessential cp.deltekenterprise.com/cpweb USERNAME:

More information

Build great products. Contour Enterprise Architect Connector Jama Software, Inc.

Build great products. Contour Enterprise Architect Connector Jama Software, Inc. Build great products. 2 Table of Contents Part I Welcome to Contour 3 Part II Enterprise Architect Connector 2.0 3 1 EA Connector... Install 3 2 Getting... Started 4 3 Define... Mapping Scheme 6 4 Import...

More information

High-Level Architecture v1

High-Level Architecture v1 High-Level Architecture v1 Access Control Configuration Admin Admin Interface Access Control Customer DB Configuration Web Interface Staff Mail System Interface Query and Data Analysis Requests DBMS Customers

More information

Creating an Intranet using Lotus Web Content Management. Part 2 Project Planning

Creating an Intranet using Lotus Web Content Management. Part 2 Project Planning Creating an Intranet using Lotus Web Content Management Introduction Part 2 Project Planning Many projects have failed due to poor project planning. The following article gives an overview of the typical

More information

Chapter 2 etimetrak Administration

Chapter 2 etimetrak Administration Chapter 2 etimetrak Administration This chapter provides the description of PDSA s etimetrak administration features and capabilities. etimetrak Administration Table of Contents Chapter 2... 2-1 etimetrak

More information

TimeKeeper Web User Manual

TimeKeeper Web User Manual ISIS Financial System Integrated Solutions and Information Systems TimeKeeper Web User Manual Education Management Systems, Inc. 4110 Shipyard Blvd, Wilmington, NC 28403 www.k12financials.com or (800)

More information

Quick Reference Guide - Assignment Costing

Quick Reference Guide - Assignment Costing Purpose The purpose of this document is to teach users how to update salaried employee base costing assignments throughout the fiscal year. Some things to note as you use this system: Only salaried, Group

More information

Training Guide Employee Self Service Candidate Gateway Apply

Training Guide Employee Self Service Candidate Gateway Apply Employee Self Service Candidate Gateway Page i ESS - Candidate Gateway - Candidate Gateway enables internal applicants (employees) to: Submit job applications and resumes without applying to a specific

More information

PDS Detailed User Guide

PDS Detailed User Guide PDS Detailed User Guide The Planwell PDS login page can be accessed from a link provided on your Reprographer s website. Enter in the username and password created for your account. The PDS homepage will

More information

JobX helps schools automate the job posting, hiring, and reporting process for students, employers, and administrators.

JobX helps schools automate the job posting, hiring, and reporting process for students, employers, and administrators. Employee Training + = A Total Solution JobX helps schools automate the job posting, hiring, and reporting process for students, employers, and administrators. TimesheetX helps schools automate the time

More information

Monash University Policy Management. User Guide

Monash University Policy Management. User Guide Monash University Policy Management User Guide 1 Table of Contents 1. GENERAL NAVIGATION... 4 1.1. Logging In to Compliance 360 - Single Sign On... 4 1.2. Help... 4 1.2.1. The University Policy Bank...

More information

The DATA-MAXX PCMAXX data collection system manages data collection in remote and stationary environments.

The DATA-MAXX PCMAXX data collection system manages data collection in remote and stationary environments. Welcome to the DATA-MAXX family of customers. With this manual and our available technical staff, you will learn how to fully implement your DATA-MAXX PCMAXX system. If you need additional technical support

More information

Iteration Plan (IP) Leamos. Team number 7. Name Address Primary Role Secondary Role

Iteration Plan (IP) Leamos. Team number 7. Name  Address Primary Role Secondary Role Iteration Plan (IP) Leamos Team number 7 Name Email Address Primary Role Secondary Role Monty Shah montysha@usc.edu Project Manager Life Cycle Planner David Wiggins dgwiggin@usc.edu IIV&V Off-campus Shaper

More information

ONLINE TIMESHEET INSTRUCTIONS. Online Services through My Direct Care

ONLINE TIMESHEET INSTRUCTIONS. Online Services through My Direct Care Online Services through My Direct Care www.mydirectcare.com Employers and Employees associated with Consumer Direct Care Network (CDCN) have access to online services available through a secure website

More information

DYNAMICS 365 BUSINESS PROCESS VISUALIZATION USING VISIO

DYNAMICS 365 BUSINESS PROCESS VISUALIZATION USING VISIO MICROSOFT LABS JANUARY 10, 2019 DYNAMICS 365 BUSINESS PROCESS VISUALIZATION USING VISIO A Solution to create a Microsoft VISIO template by consuming the configured entity values from the CRM entity record.

More information

User Guide for Middleware Synel SY715x

User Guide for Middleware Synel SY715x User Guide for Middleware Synel SY715x Introduction The Middleware has two distinct purposes. First, it facilitates communication between our servers and hardware devices. This allows In and Out punches

More information

In 2012, KnowledgeLake Professional Services successfully completed Phase I of a multi phase ECM engagement with

In 2012, KnowledgeLake Professional Services successfully completed Phase I of a multi phase ECM engagement with Synopsis In 2012, KnowledgeLake Professional Services successfully completed Phase I of a multi phase ECM engagement with the New Jersey Civil Service Commission (NJ CSC). The objective was to implement

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) SWIM MEET SIGNUP Team 03 Member Name Role Email Archan Dutta Project Manager, Life Cycle Planner archandu@usc.edu Deepanshu Suneja Software Architect, Developer suneja@usc.edu

More information

Prototype Report. Farm Worker Safety Application. Team 09

Prototype Report. Farm Worker Safety Application. Team 09 Prototype Report Farm Worker Safety Application Team 09 S.No. TEAM MEMBERS ROLES 1. Shobhit Agarwal Project Manager Life Cycle Planner System Architect 2. Akshay Aggarwal System Architect Prototype Developer

More information

CBRN Data Import/Export Tool (CDIET) Presented by: Darius Munshi

CBRN Data Import/Export Tool (CDIET) Presented by: Darius Munshi CBRN Data Import/Export Tool (CDIET) Presented by: Darius Munshi 1 Cubic Company Proprietary 2 Presentation Outline Introduction to CDIET Benefits provided to user Scope Statement Timeline for development

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Transportation Grant Fund Database Team #14 Team Members Kirill Khistyaev Karim Sacre Darren Liu Stephan Rice Zhanna Seitenova Ayman Khalil Roles (Primary)

More information

Magento Survey Extension User Guide

Magento Survey Extension User Guide Magento Survey Extension User Guide Page 1 Table of Contents To Access Plugin, Activate API Key... 3 Create Questions... 5 Manage Survey... 6 Assign Question to Survey... 7 Reveal Survey In Three Ways...

More information

FDD Process #1: Develop an Overall Model

FDD Process #1: Develop an Overall Model FDD Process #1: Develop an Overall Model A initial project-wide activity with domain and development members under the guidance of an experienced object modeller in the role of Chief Architect. A high-level

More information

Prototype Report (PRO) Version 2.1. Prototype Report. PicShare. Team 02. Team Members

Prototype Report (PRO) Version 2.1. Prototype Report. PicShare. Team 02. Team Members Prototype Report PicShare Team 02 Team Members Sultan Alsarra Adil cem Albayrak Julapat Julnual Charles Reitz Mohammad Almunea Aref Shafaeibejestan Andrea Brown Travis Weaver 12/7/2015 Version History

More information

Getting Around. Welcome Quest. My Fundraising Tools

Getting Around. Welcome Quest. My Fundraising Tools As a registered participant of this event, you have a variety of tools at your fingertips to help you reach your goals! Your fundraising center will be the hub for managing your involvement and fundraising

More information

Use the table below to learn about the various user roles currently available in the Educator Dashboard. User Role For Who?

Use the table below to learn about the various user roles currently available in the Educator Dashboard. User Role For Who? How to Create Educator Accounts in Partner Districts Educators with a Site Admin or District Admin user role in the Educator Dashboard on CaliforniaColleges.edu have the ability to create accounts for

More information

LMC Promotions Gatekeeper Users Guide 2015

LMC Promotions Gatekeeper Users Guide 2015 Overview: LMC conducts a number of organized buying events throughout the year. Some of these events are associated with live meetings while others are purely online buying opportunities. In each case,

More information

PlanWell Enterprise. User Manual

PlanWell Enterprise. User Manual PlanWell Enterprise User Manual 1 Table of Contents Finding PlanWell and Logging On... 4 Public Projects... 5 Guest Access... 5 Login to your Account... 6 Populating Shopping Cart... 6 Most Current Set...

More information

USER QUICK LOOK FOR FACULTY & STAFF

USER QUICK LOOK FOR FACULTY & STAFF TABLE OF CONTENTS ACCESSING ONTRACK... 2 PROFILE INFORMATION... 3 INSTITUTIONAL PROFILE... 3 APPOINTMENT PREFERENCES:... 3 EMAIL NOTIFICATIONS... 3 UPDATE YOUR PROFILE... 4 INSTITUTIONAL PROFILE... 4 APPOINTMENT

More information

Respondent Help Guide

Respondent Help Guide Respondent Help Guide https://nqphnetender.openwindowscontracts.com Welcome to the Northern Queensland Primary Health Network etendering Portal. Using NQPHN s etendering Portal is free for all users. There

More information

Chapter. Storeroom Module. Table of Contents

Chapter. Storeroom Module. Table of Contents Chapter 16 Module The module is used to record and track inventory and storeroom information. This Chapter describes how to use the Web Work module. Table of Contents 16.1 OVERVIEW OF THE STOREROOM MODULE...

More information

Integrated Assessment Record (IAR)

Integrated Assessment Record (IAR) Community Care Information Management (CCIM) Integrated Assessment Record (IAR) Project Integrated Assessment Record (IAR) RAI-MDS 2.0 Implementation Validation Guide For Vendors Document Version 2.3 November

More information

Publication Date: 9/13/16

Publication Date: 9/13/16 Publication Date: 9/13/16 TABLE OF CONTENTS Page Employee Training PowerPoint Presentation.. 1 How To Job Aids (Also available on County Website): How to Log on and sign off 38 How to navigate MY TIMECARD...

More information

Purpose: Use this document to Update a Letter Template and Add Merge Fields to a letter template.

Purpose: Use this document to Update a Letter Template and Add Merge Fields to a letter template. Updating a Letter Template and Using Merge Fields Purpose: Use this document to Update a Letter Template and Add Merge Fields to a letter template. Audience: PeopleSoft Communication Builders 1. Create

More information

Prototype Report. Farm Worker Safety Application. Team 09. Life Cycle Planner Developer. Developer. Quality Focal Point. Developer.

Prototype Report. Farm Worker Safety Application. Team 09. Life Cycle Planner Developer. Developer. Quality Focal Point. Developer. Prototype Report Farm Worker Safety Application Team 09 TEAM MEMBER NAME Juan Andrade Theerapat Chawannakul Fereshteh Khorzani Vahagen Sinanian Basir Navab Basir Navab David Tasky ROLES Project Manager

More information

1) Go to the web site, torrancepayroll.com, from either your work or home computer.

1) Go to the web site, torrancepayroll.com, from either your work or home computer. EMPLOYEE PUNCH TIME INTRUCTIONS 1) Go to the web site, torrancepayroll.com, from either your work or home computer. 2) Click the Enter link. 3) Select the icon Paid Time Off. 4) Click the link to EDTC

More information

Build great products. Contour 3.1 Enterprise Architect Guide Jama Software, Inc.

Build great products. Contour 3.1 Enterprise Architect Guide Jama Software, Inc. Build great products. 2 Table of Contents Part I Welcome to Contour 3 Part II Enterprise Architect Connector 3.1 3 1 EA Connector... Install 4 2 Getting... Started 5 3 Define... Mapping Scheme 6 4 Import...

More information

Employee Instructions

Employee Instructions Employee Instructions Web Address: http://has.regionv.k12.mn.us:8080/app/webclock/#/employeelogon/tcp70241 Basic Clock in/out Employee # NEW EMPLOYEES after 7/1/2018 Last 4 of SS# CURRENT EMPLOYEES - use

More information

ProcessWorld User Guide. (October 2017)

ProcessWorld User Guide. (October 2017) ProcessWorld User Guide (October 2017) Table of Contents 1. INTRODUCTION... 2 2. REGISTRATION... 2 3. PASSWORDS... 3 4. REQUESTING ACCESS TO APPLICATIONS... 3 5. THE PROCESSWORLD MENU... 4 5.1 MY DETAILS...

More information

COMMUNITIES USER MANUAL. Satori Team

COMMUNITIES USER MANUAL. Satori Team COMMUNITIES USER MANUAL Satori Team Table of Contents Communities... 2 1. Introduction... 4 2. Roles and privileges.... 5 3. Process flow.... 6 4. Description... 8 a) Community page.... 9 b) Creating community

More information

Ethical Review Manager. Applicant User Guide

Ethical Review Manager. Applicant User Guide Ethical Review Manager Applicant User Guide Last Updated: June 2017 Introduction The Ethical Review Manager (ERM) System has been designed to enable applications for ethical approval to conduct research

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) United Direct Marketing Team 9 Fall Semester Chun-Ling Chen Project manager/ Prototyper Chun-Pei Su Lifecycle Planner Shao-yen Cheng System Architect Yuan-Chang Chang Feasibility

More information

Human Resources 9.0 Time and Labor: Printing the Reported Time Report. Quick Reference Guide

Human Resources 9.0 Time and Labor: Printing the Reported Time Report. Quick Reference Guide Time and Labor: Printing the Reported Time Report Last Modified: 2/27/18 REVISION CONTROL Document Title: Author: File Reference: Time and Labor Printing the Reported Time Report CSUB HR HR90 TL Printing

More information

Velos ecompliance. Researcher User Manual

Velos ecompliance. Researcher User Manual Velos ecompliance Researcher User Manual Table of Contents Disclaimer... 4 ecompliance Overview... 5 Contacts... 6 Administrator... 6 Super Users... 6 IT/Technical Support... 6 Quick Help... 7 Getting

More information

SedonaOffice Users Conference. San Francisco, CA January 21 24, Sedona . Presented by: Jim Mayes Carolyn Johnson

SedonaOffice Users Conference. San Francisco, CA January 21 24, Sedona . Presented by: Jim Mayes Carolyn Johnson SedonaOffice Users Conference San Francisco, CA January 21 24, 2018 SedonaEmail Presented by: Jim Mayes Carolyn Johnson This Page Intentionally Left Blank Page 2 of 50 Table of Contents Overview... 4 What

More information

MyHVP Web Application User Guide

MyHVP Web Application User Guide MyHVP Web Application User Guide Table of Contents General Information page 2 System Access Logging in and out page 3 Welcome page 4 Take the Profile Selecting a user page 5 Entering a profile page 7 Editing

More information

New BoundTree.com User Guide Fall Version 6

New BoundTree.com User Guide Fall Version 6 New BoundTree.com User Guide Fall 2016 Version 6 Table of Contents Overview Navigating the Home Page Creating an Account Logging into an Existing Account Forgot Your Password? Reviewing Your Account Editing

More information

PARiM User Manual. A detailed overview of how to get most out of our workforce software. FOR MORE HELP VISIT SUPPORT.PARIM.CO

PARiM User Manual. A detailed overview of how to get most out of our workforce software. FOR MORE HELP VISIT SUPPORT.PARIM.CO PARiM User Manual A detailed overview of how to get most out of our workforce software. FOR MORE HELP VISIT SUPPORT.PARIM.CO WWW.PARIM.CO Table of Contents 3 Introducing PARiM 4 Setting up the company

More information

HealthRoster v QRG - Employee Online

HealthRoster v QRG - Employee Online HealthRoster v10.6.3 QRG - Employee Online A Logging In to Employee Online 1 Enter your User Name and Password and click on Login 2 The first time you login, you will be prompted to change your password

More information

Risk Priority Index - Introductory User Guide

Risk Priority Index - Introductory User Guide Risk Priority Index - Introductory User Guide Getting Guidance or Help... 2 Accessing the Risk Priority Index (RPI) - Fire Risk Assessment Database... 3 Secure Login... 4 Navigation... 5 Using Filters...

More information

Digication eportfolio Student s Guide (Last update: 8/2017)

Digication eportfolio Student s Guide (Last update: 8/2017) Digication eportfolio Student s Guide (Last update: 8/2017) 2 Table of Contents Introduction... 1 Creating Your eportfolio... 3 Editing Your eportfolio... 4 Area 1: Top Menu Bar... 6 Area 2: The Main Tabs...

More information

Good Shepherd Microfinance Provider Portal

Good Shepherd Microfinance Provider Portal Good Shepherd Microfinance Provider Portal Portal Registration Instructions Contents Introduction... 2 Step 1 Sign up for a Microsoft account (formerly Windows Live ID)... 2 Create Microsoft account registration

More information

GolfNow Central. Marketing User Guide. February 2018

GolfNow Central. Marketing User Guide. February 2018 Marketing User Guide 2018 1 Table of Contents Course management Player Rules Booking Engine settings Connecting to your Social Media accounts How to send and schedule a one-time campaign How to send and

More information

Dreamweaver Domain 6: Evaluating and Maintaining a Site by Using Dreamweaver CS5

Dreamweaver Domain 6: Evaluating and Maintaining a Site by Using Dreamweaver CS5 Dreamweaver Domain 6: Evaluating and Maintaining a Site by Using Dreamweaver CS5 Adobe Creative Suite 5 ACA Certification Preparation: Featuring Dreamweaver, Flash, and Photoshop 1 Objectives Conduct technical

More information

A guide to setting up and using your NOW: Pensions Trust bureau microsite. Bureau user guide v2 PM /5

A guide to setting up and using your NOW: Pensions Trust bureau microsite. Bureau user guide v2 PM /5 A guide to setting up and using your NOW: Pensions Trust bureau microsite Bureau user guide v2 PM00050.0815/5 0 Bureau Site Management initial set up and data maintenance Contents: Step 1 Logging in for

More information

ABOUT IAS CONNECT... 2 CONTRACT LOOKUP... 5 CLAIMS... 8 CANCELLATIONS ELECTRONIC PROCESSING... 14

ABOUT IAS CONNECT... 2 CONTRACT LOOKUP... 5 CLAIMS... 8 CANCELLATIONS ELECTRONIC PROCESSING... 14 TABLE OF CONTENTS ABOUT IAS CONNECT... 2 ACCESSING IAS CONNECT... 2 FUNCTIONALITY IN IAS CONNECT... 2 NAVIGATING IAS CONNECT... 3 GETTING ADDITIONAL HELP... 3 CONTRACT LOOKUP... 5 LOOKING UP A CONTRACT...

More information

Search Application User Guide

Search Application User Guide SiteExecutive Version 2013 EP1 Search Application User Guide Revised January 2014 Contact: Systems Alliance, Inc. Executive Plaza III 11350 McCormick Road, Suite 1203 Hunt Valley, MD 21031 Phone: 410.584.0595

More information

AutomationDirect.com Order Import Feature

AutomationDirect.com Order Import Feature AutomationDirect.com Order Import Feature This document describes the requirements to upload a CSV or XML format order file from your system into our AutomationDirect.com E-commerce system to create an

More information

Chapter 4 Users, Roles and Permissions

Chapter 4 Users, Roles and Permissions Chapter 4 Users, Roles and Permissions This chapter provides the description of PDSA s etimetrak users, roles and permissions. Users, Roles and Permissions Table of Contents Chapter 4... 4-1 Users, Roles

More information

ConsumerTesting.com Online Applications Supplier Help Document

ConsumerTesting.com Online Applications Supplier Help Document ConsumerTesting.com Online Applications Supplier Help Document Online Application Help Page! of! 1 17 Online Application for Testing Help Document BEFORE STARTING... 3 ACCESSING THE ONLINE APPLICATION...

More information

Requisitioner Training Manual

Requisitioner Training Manual Requisitioner Training Manual Larry McWilliams Procurement Department lmcwilli@kent.edu Revised December 2018 0 Introduction The purpose of this training guide is to familiarize the user with FlashCart,

More information

Welcome to ComputerEase 10.0

Welcome to ComputerEase 10.0 Welcome to ComputerEase 10.0 This manual is designed to walk you through basic functions by ComputerEase Software, Inc. This manual will be a useful tool as you explore ComputerEase. If you have upgraded

More information

Oracle Project Time and Expense User s Guide. RELEASE 11 October 1998

Oracle Project Time and Expense User s Guide. RELEASE 11 October 1998 Oracle Project Time and Expense User s Guide RELEASE 11 October 1998 Copyright 1998, Oracle Corporation. All rights reserved. Part number A66749 01. Contributers: Neeraj Garg, Constance Kim, Chris Panero,

More information

NIFA Scoring System User s Manual

NIFA Scoring System User s Manual NIFA Scoring System User s Manual Need Help? Email scoringsystemhelp@nifa.aero Page 2 Table of Contents Introduction & Overview... 6 Access & Login... 7 Access... 7 Logging In... 7 Contest Scoring Module

More information

Assimilate - Knowledge & Content Management documents is a nightmare

Assimilate - Knowledge & Content Management documents is a nightmare Assimilate - Knowledge & Content Management documents is a nightmare Managing documents, content and information is a real challenge for most businesses. Knowing what knowledge exists, where it is located,

More information

Creating an Archive of your WC Google Account

Creating an Archive of your WC Google Account Creating an Archive of your WC Google Account All Seniors should archive or migrate any information or data that they wish to keep from their Google Apps for Education Account prior to July. All accounts

More information

evoclock+ - AsureForce Mobile V3.0 Reference Guide AsureForce Mobile Version 3.0 Reference Guide AsureForce Mobile 1 P a g e

evoclock+ - AsureForce Mobile V3.0 Reference Guide AsureForce Mobile Version 3.0 Reference Guide AsureForce Mobile 1 P a g e AsureForce Mobile Version 3.0 Reference Guide AsureForce Mobile 1 P a g e Table of Contents Quick Reference... 2 AsureForce Mobile... 3 Getting Started... 3 AsureForce Mobile App Setup... 3 AsureForce

More information

1. About AP Invoice Wizard

1. About AP Invoice Wizard 1. About AP Invoice Wizard Welcome to AP Invoice Wizard. We have developed this tool in response to demand from Oracle Payables users for a user friendly and robust spreadsheet tool to load AP Invoices

More information

Moving Materials from Blackboard to Moodle

Moving Materials from Blackboard to Moodle Moving Materials from Blackboard to Moodle Blackboard and Moodle organize course material somewhat differently and the conversion process can be a little messy (but worth it). Because of this, we ve gathered

More information

SOEN287: Web Programming

SOEN287: Web Programming Concordia University Department of Computer Science and Software Engineering SOEN287: Web Programming Summer 2016 Programming assignment #1 Deadline: Friday, July, 22, 2016 @ 23:55 Late submission: Type

More information

Once file and folders are added to your Module Content area you will need to link to them using the Item tool.

Once file and folders are added to your Module Content area you will need to link to them using the Item tool. VITAL how to guides elearning Unit Last updated: 01.10.2010 Course Files tool Overview Course Files tool enables you to: Quickly copy large numbers of files into a VITAL module. Files can be dragged and

More information

MyFloridaMarketPlace (MFMP) Information Technology Staff Augmentation Services State Term Contract equote Training

MyFloridaMarketPlace (MFMP) Information Technology Staff Augmentation Services State Term Contract equote Training MyFloridaMarketPlace (MFMP) Information Technology Staff Augmentation Services State Term Contract equote Training 1 Agenda Overview and Benefits of equotes Creating an equote Vendor View Managing equotes

More information

Integrity Cloud Connector

Integrity Cloud Connector Integrity Cloud Connector User Guide For Microsoft Dynamics GP Version 2013, 2015 or 2016 P a g e 1 23 Copyright Manual copyright 2016 Integrity Data. All rights reserved. Limitation of Liability The content

More information

CMS Shado 9. Quick Start Guide

CMS Shado 9. Quick Start Guide CMS Shado 9 Quick Start Guide 1 Logging In 3 Shado Central Interface 4 Sections, Pages and Containers 7 Sections 7 Pages 7 Containers 7 The Site Tree 8 Edit Content on a Page 9 Editing Container Content

More information

Payroll Made Easy: Developing a Web Based System for Student Employee Payroll

Payroll Made Easy: Developing a Web Based System for Student Employee Payroll Payroll Made Easy: Developing a Web Based System for Student Employee Payroll William S. Thieke, Ph.D. Le Moyne College 1419 Salt Springs Rd. Syracuse, NY 13214 315-445-4599 thiekews@mail.lemoyne.edu ABSTRACT

More information

User Guide for REP User

User Guide for REP User User Guide for REP User Home Page This document will cover the features and functions of the TNMP Historical Usage Request / LOA site. The features on this site include the following: User Guide provides

More information

3D SAFETY FREQUENTLY ASKED QUESTIONS - FAQS

3D SAFETY FREQUENTLY ASKED QUESTIONS - FAQS 3D SAFETY FREQUENTLY ASKED QUESTIONS - FAQS 3D Safety PO Box 650 Botany NSW 1455 T: 1300 663 195 F: 1300 663 495 www.3dsafety.com.au FREQUENTLY ASKED QUESTIONS (FAQS) The answers are based on a Windows

More information

BBC Pitch. Production Company Guide

BBC Pitch. Production Company Guide BBC Pitch Production Company Guide Contents 1. Introduction... 2 2. Registration of your company... 2 3. Logging in... 5 4. Dashboard... 6 Create a new proposal... 7 Getting started... 8 Idea... 10 Adding

More information

Training Outline ARCHIBUS/FM Web Central For Informal Projects

Training Outline ARCHIBUS/FM Web Central For Informal Projects Training Outline ARCHIBUS/FM Web For Prepared For: The University of North Carolina Charlotte Prepared By: AOS-USA, Inc. Process Description The present document describe, in general ways, some process

More information

Go to the ADMINISTRATION tab >Systems box> E-Pro(E-Vouchers, PReqs/Receiving)

Go to the ADMINISTRATION tab >Systems box> E-Pro(E-Vouchers, PReqs/Receiving) Receiving Guide This guide demonstrates the process of receiving goods for the Receiver on requisition orders to an outside vendor. The receiver should be someone other than the initiator to ensure proper

More information

Prototype Report. Frenzy. Team 01

Prototype Report. Frenzy. Team 01 Prototype Report Frenzy Team 01 Arpan Badeka -Prototyper, UML Modeler Ankur Palav-Software Architect, Prototyper Ashwin Hariharan-Software Architect, Prototyper Jheel Somaiya-Project Manager, Lifecycle

More information

Feasibility Evidence Description (FED) COSMIC SYSTEM. Team 02. Sam Lehardi Project Manager/ Life Cycle Planner/ Trainer

Feasibility Evidence Description (FED) COSMIC SYSTEM. Team 02. Sam Lehardi Project Manager/ Life Cycle Planner/ Trainer Feasibility Evidence Description (FED) COSMIC SYSTEM Team 02 Sam Lehardi Project Manager/ Life Cycle Planner/ Trainer Mishaal Aleem Prototyper/ Trainer / Implementer Rachel Inouye Operational Concept Engineer/

More information