Job Board - A Web Based Scheduler

Size: px
Start display at page:

Download "Job Board - A Web Based Scheduler"

Transcription

1 Job Board - A Web Based Scheduler Cameron Ario and Kasi Periyasamy Department of Computer Science University of Wisconsin-La Crosse La Crosse, WI {ario.came, kperiyasamy}@uwlax.edu Abstract Contractual jobs involve short term work performed one at a time without any long term binding between the workers and employers. For example, a substitute teacher may work for a day or two in a school district. Searching for such contractual jobs by the workers and finding such contractual workers by the employers is a daunting task. It is also preferable to store the information separately by both parties so that the next search will be somewhat easier. This paper describes the design and development of a web-based tool named Job Board which assists both contractual workers and potential employers to search for each other and match accurately the qualifications of the workers with those expected for the jobs posted. Job Board has been made as a generic product so that it can be used in any application domain. In addition, the user interface of Job Board is designed in such a way that it is easier to use in a variety of platforms including desktop and mobile devices.

2 1 Introduction Dental offices usually hire hygienists on contract basis, mostly on commission to a single job at a time, instead of hiring them as permanent employees. The main reason for this shift is to offer flexibility to hygienists as well as to dental offices. For example, a hygienist may be able to work for several offices and at her preferred time schedule. For the dental offices, it is also helpful to hire people depending on demand such as the number of patients coming to the office at any one time. This arrangement requires some sort of communication tools to keep track of work schedules for both parties - hygienists need to express their preferred work schedules and dental offices need to advertise when they need hygienists. Currently, a third party is taking care of this communication and establishes a working relationship between the two parties. However, most of the work on communication is done through papers, s and phone conversations. The third party also keeps track of assigned work done by the hygienists in order to process their payments. To make it easier, the third party approached the Computer Science Department at the University of Wisconsin-La Crosse for developing a software tool to assist their communication activities. This paper reports the design and development of the software tool which was originally intended to support the third party facilitating the communication. The authors of this software tool took the project one step further. After analyzing the requirements of the product which mainly involved keeping track of availability of hygienists and need for dental work, the authors identified that the same process can be applied to any other short-term jobs as well. For example, school boards may need substitute teachers and so advertise for the same. Substitute teachers may express their availabilities, and if a match is found between the two schedules, a substitute teacher may be hired. This idea motivated the authors to develop a generic software tool in which short term contractual workers such hygienists and school teachers can post their availabilities while employers can post their demand for contractual jobs. The tool can facilitate matching the qualifications of contractual employees with those advertised for the jobs by the employers. Thus, the authors came up with the name Job Board for this generic product. The design of Job Board includes a configuration mechanism by which the product can be instantiated with specific terms used in the chosen application domain. For example, if this product is going to be used by the dental offices and hygienists, the terms such as degree, licensure, certificate may be used in defining qualifications. With the advent of mobile technology, it is assumed that many users of Job Board, especially the potential employees, may use smart phones and mobile devices to access Job Board functionalities. Therefore, the authors of this paper have designed the user interface for Job Board to be sufficiently simple and suits both desktop and mobile applications. This design efforts by the authors relied heavily on using well-styled web pages that are compact and will look the same in all devices. Nevertheless to say that considerable design efforts were required in deciding each user interface component of Job Board. The rest of the paper is organized as follows: Section 2 explains the functional requirements performed by all the three types of users in the system. The corresponding func- 1

3 tionalities are also shown in use case diagrams for easy identification. Section 3 describes the architectural design of Job Board using UML class diagram. Some screen shots of the product are also included in this section showing how some important user interface design decisions were taken care of. The technology used in implementing Job Board is briefly discussed in section 4 which also includes some discussions on testing. The paper concludes in section 5. 2 Functional requirements The Job Board is mainly used by two groups of people - potential employees, called freelancers in this product, and potential employees, called businesses. There is also a third group called administrators who will be taking care of system initiation and configuration of the system and maintenance of user accounts. The functionalities of Job Board are thus described in various subsections addressing the tasks that can be performed by each group. 2.1 Functional requirements - registration by new users Each freelancer and business user of Job Board is required to register with the system before using it. There is a pre-built administrator account and hence administrators do not register. Creation of additional administrator accounts is beyond the scope of the current system and hence will not be discussed in this paper. Hence, hereafter, the term user will refer to a freelancer or a business contact person. During the registration process, a user will provide their preferred username, password and answers to three security questions. The user is given the freedom to write any three questions of their choice. This gives a flexibility to the users so that they could easily remember the questions and answers they entered. The three security questions created by the new user will be used every time the user logs in. In addition to the account information (username, password and security questions), a new user can optionally provide an address and/or a phone number as contact information. If provided, the contact information will be used to disseminate messages to the user from Job Board. Currently, a message will be sent to both and phone number. Since users of Job Board are expected to use mobile devices, sending messages to their address and/or phone number will be the easiest way to quickly communicate with the user. Even if a user does not provide additional contact information, by default, a message board will be created for the user internally so that the user, when the user logs in, he/she can view the messages sent to the user. The goal of Job Board is to ensure that a user will not miss any message. It is also possible for a user to change any part of the profile (name, address, address or phone number) at any time after login. Once logged in, a user will be able to change his/her password at any time. Passwords are encrypted as a standard security measure. A second level of security is provided by the three security questions initially selected by the user during registration. Every time a user 2

4 logs in, one of the three questions will randomly be selected and displayed. This process continues until either the user correctly answers to the currently displayed security question or there is no more question to select from the initial choices. At this time, the account will be locked (a third level of security) and hence the user will not have a choice to log in again until an administrator unlocks the account. Figure 1 shows the use case diagram 1 for login and registration activities by all types of users. Figure 1: Use Case Diagram for all users 2.2 Functional requirements for freelancers The following tasks can be performed by a freelancer: Create a set of qualifications. Format of qualifications are set by the administrator; this is discussed in detail in section Used the notation for UML Case Diagram as given in [3] 3

5 Modify or update qualifications. Create work schedule. Currently, the work schedule is designed to include the times of availability for a week. However, if a user s schedule changes often (for example every week), the user may need to update the schedule regularly. Modify work schedule. Browse through available job descriptions. Apply for jobs. Withdraw from applied jobs. 2.3 Functional requirements for businesses A business represents a company or an organization. Current implementation of Job Board includes only one account for a company. This means that any authorized person in the company knowing the login credentials of the account can log in and use the services of Job Board. Later versions of Job Board may include additional accounts for the same company. The following functionalities can be invoked from a business account: Create a job posting. A job posting includes the title of the job, a short description of the job, the location, the date and time at which the job is expected to be performed, and finally the required and preferred qualifications for the job. The format of qualification for job descriptions will be the same as the qualifications entered by a freelancer so that it would be easier for Job Board to match two sets of qualifications. Modify a job posting. Some restrictions are applied while modifying a job posting. For example, the date and time slots for a job posting should not be allowed to be modified if someone has already been matched for this job. Delete a job posting. This functionality will be normally used when a freelancer is found for the job and he/she agreed to perform the job. Occasionally, this functionality will also be invoked when no freelancer could be found within a reasonable time period. Browse candidates. Similar to freelancers who can browse available job postings, a business user can look through the candidates who have applied for the job posted by the business. Accept a candidate. This happens when a freelancer, whose qualifications and schedule match with those included in a job posting, applies for the job and becoming a candidate. Job Board does not automatically select the candidates; instead, it would let both parties (freelancers and businesses) know about the matching results so that both parties agree on the contract. 4

6 2.4 Functionalities for administrator Current implementation of Job Board includes only one administrator. The main functionalities of an administrator include account maintenance and supporting activities, which are summarized below: Unlock a locked account. As stated earlier, when a user fails to log in after incorrectly answering to all security questions, the account will be locked automatically. An administrator then unlock an account and a message will be sent to the address and/or phone number of the user, if one or both of these are provided by the user at the time of registration. Otherwise, communicating this message is outside the scope of Job Board. Create new qualification. Generally, every job description includes a set of qualifications expected from the applicants. However, the format of a qualification description varies with respect to the nature of the job. For example, a simple qualification may be asking for number of years of work experience. This can be modeled as a textual question and a numeric answer. However, if the qualification is concerned about how well an applicant knows about a particular software tool, a question may be stated Describe your experience in using Microsoft Excel or an equivalent spreadsheet software. The answer for this question is not as simple as the previous one. Even if the answer is given in textual form, finding whether or not the applicant has the correct set of qualifications is not easy to deduce. In order to make it simpler and usable for a variety of applications, the authors have designed the format of qualification in a tabular format so that every qualification is modeled as a textual question, short answer format. If the answer is a long sentence or a paragraph, it should be broken down into several simple questions such that the answer to each one of these simple questions can be modeled as a numeric value, a boolean value or a text with one or two words. To illustrate, the question Describe your experience in using Microsoft Excel or an equivalent spreadsheet software can be broken down into several simple questions such as How many years of experience you have in using Microsoft Excel, Do you have experience in using other spreadsheet software similar to Microsoft Excel, Will you be able to use complex functions such as Macros in Microsoft Excel or the spreadsheet software you are familiar with, On a scale of 1 to 5, rate your familiarity with Microsoft Excel and so on. The design of the table structure for qualification is described in a later section in this paper. Prepare initial configuration of Job Board. This functionality will be used only once at the time of installing Job Board so that it may use some of the customized functionalities pertinent to installation. This may correspond to substituting appropriate terminology for freelancers (e.g., hygienists) and for businesses (e.g., dental offices). Currently, qualifications once created cannot be modified. They can be deleted and added with new contents. The reason for this decision is as follows: For a given qualification 5

7 Q, if a freelancer or a business has already used Q, their entries will be inconsistent with the modified Q. So, the authors decided not to allow modifications of any qualification. Instead, when a qualification structure is deleted, it automatically sends a message to those users who use them. It is the user s responsibility then to re-enter the new qualification. The separate functionalities of each type of user are described in the use case diagram in Figure 2. Figure 2: Use Case Diagram for functionalities performed by all three types of users 6

8 3 Design of Job Board This section includes two components - a UML class diagram 2 showing the design of Job Board and a brief description of the configuration file for initial set up. Figure 3 shows the UML class diagram for Job Board. For brevity, we do not describe all Figure 3: UML Class Diagram for Job Board details of this diagram. Instead, we highlight some of the design details that deserve special attention in the diagram. The Account class is specialized into three other classes corresponding to the three types of users in the system. The aggregation relationship between Freelancer and Freelancer Profile and the aggregation relationship between Business and Business Profile are both set as 2 Used the notation for class diagram as given in [3] 7

9 composite aggregation indicating the corresponding component (e.g. Business Profile) is part of only this aggregate (e.g., Business). However, the class Qualifications is connected with shared aggregation relationship with Job Posting and Freelancer. This shared relationship makes it easier to ensure that a freelancer has the subset of qualifications expected from the job posting. A Candidate is an independent object which is used by both Business and Freelancer classes and so it has an association with them. The database has been designed to mimic the same structure as shown in the class diagram so that there is an easy way to store into and retrieve objects from the database. The second part of design addresses how the product is made generic. As the class diagram shows, Job Board has been designed to make it as a generic product. The class Qualification includes four parameters describing the structure of a qualification suitable or any job. Further, the classes Freelancer and Business heavily rely on Qualification. Additional information pertinent to a particular domain such as School Board or Dental Services can be included in the profile classes represented by 11Freelancer Profile and Business Profile. Even though currently these classes only include basic contact information, they can be easily extended to add application specific details. Such additional details will not affect the matching of qualifications, an important part of any job hunting process (by a potential employee)or job selecting process (by a potential business). In order to facilitate such customization for particular application domains, the authors have included a configuration file maintained by the administrator. This file, once created and initiated at the time of installation, will provide domain specific details as and when needed. 3.1 User Interface Design Since Job Board is expected to be used through a variety of platforms including mobile devices such as smart phones, the user interface design was a critical component of the design phase. Due to space limitations, we do not include all different screen shots of the application, but include those that warrant special attention. Figure 4 shows how an administrator is able to add a new qualification. As mentioned earlier, the goal of Job Board is to make it simpler for entering and matching qualifications and hence the format of a qualification is designed to be simple to fit into a table structure. The types of answers for a qualification are restricted to numeric, Boolean and simple string (meaning one or two words). The textual format of the answer will be expanded in later versions when matching algorithms are fine-tuned. For example, if the textual form includes several words, then keywords (most important words in the application domain) need to be identified first and the ordering of these words in the textual format may also be considered. This makes matching algorithms more accurate in precisely finding a suitable candidate for a job posting. 8

10 Figure 4: Administrator adding a new qualification The use of qualifications by a freelancer is shown in Figure 5. The table structure enables anyone to easily understand the set of qualifications of a freelancer. A similar tabular structure is used by the businesses when a new job posting is created. Entering work schedule by a freelancer is another important task in the matching process. Current implementation of Job Board allows a freelancer to include a preferred work schedule for a week. This means that the freelancer is responsible to update the work schedule every week so that it is up to date. Figure 6 shows the calendar structure using which a freelancer enters his/her preferred work hours. As seen in this figure, a freelancer can include any number of intervals in a given day. For example, the freelancer may want to say that he/she is available from 9:00 A.M. to 11:00 A.M. and then from 2:00 P.M. to 5:00 P.M. on Monday. This poses a challenge for the matching process to accurately match a candidate for a job posting because even if the candidate has the right set of qualifications, the required time schedule of the job posting must be included in the set of time slots posted by the freelancer. The authors have implemented the matching algorithm with this precision in mind. 3.2 The Matching Process In the current implementation of Job Board, the matching process is automatically invoked (1) when a freelancer enters his/her qualifications and preferred time schedule; and (2) when a business posts a new job. In either case, the addition of a new entry triggers the matching process so that all possible matches between the new entry (freelancer s profile or job posting) and existing entries (job postings or freelancers profiles) and a listing of matches is compiled. Job Board them individually sends messages to all parties involved. The messages will be sent through s and/or as text messages to the phone numbers, 9

11 Figure 5: Freelancer entering a qualification if either or phone or both of them are included in the profile. In any case, a message is added to the concerned parties accounts as well so that when they login, they should be able to see the message. 4 Implementation and Testing Job Board has been implemented as a.net product using the Microsoft Technology [4]. The authors used C# as the main programming language [1], as well as few functionalities developed in Javascript and JQuery to complete the logic and functionalities. To facilitate this, Job Board was created as a Web Form in Microsoft Visual Studio. This allows developers to create front-end pages with ASP.NET and HTML while each page has a back-end C# page that can dynamically add to the user s web page details specific to them. All data in Job Board is saved in Microsoft SQL Server [2]. All web pages communicate directly to the database and so there is seamless data flow between the database and front-end web pages. CSS style sheets [2] are used to make the front-end pages attractive but at the same time, easy to use. Unit testing has been performed to test every single functionality. So far there was no problem reported in integration testing as well. However, some additional functionalities are underway to enhance the services provided by Job Board. These will require additional efforts in integration testing. To ensure the generic nature of Job Board, the authors are working on getting test cases from at least three different application domains. This effort will also trigger testing of the configuration file. 10

12 Figure 6: Work schedule of a freelancer 5 Conclusion This paper describes the design and development of Job Board, a web-based software tool that assists freelances (or job hunters) to find matching jobs and businesses (employers) to find matching candidates for a given job. The purpose is to find short-term contractual jobs rather than permanent jobs. Initiated by a request to maintain work schedule by hygienists in dental offices, the authors found that the request can be made into a generic product and thus Job Board was developed. The current implementation of Job Board serves the most important purpose - matching potential candidates for short-term contractual jobs. The authors continue to work on enhancements of the product to include additional facilities such as tracking work hours, reporting payments and so on. References [1] Microsoft developer network. library/aa aspx. Accessed on Mar 17, [2] W3 schools. Accessed on Mar 17, [3] ERIKSSON, H.-E., PENKER, M., LYONS, B., AND FADO, D. UML 2 Toolkit. Wiley Publishing, Inc., [4] GUCKENHEIMER, S., AND PEREZ, J. J. Software Engineering with Microsoft Visual Studio Team System. Addison-Wesley Professional,

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

Frequently Asked Questions (FAQs)

Frequently Asked Questions (FAQs) Frequently Asked Questions (FAQs) ABOUT THE DISTRICT... 1 Q. What is the North Orange County Community College District (NOCCCD)?... 1 Q. What type of employment does the NOCCCD offer?... 1 Q. How do I

More information

ESRI WORKFLOW MANAGER (WMX) User Guide Rev 3

ESRI WORKFLOW MANAGER (WMX) User Guide Rev 3 ESRI WORKFLOW MANAGER (WMX) User Guide Rev 3 Abstract Acquisition of Land for the Diversion Program requires all communications with the land owner and related documents be easily accessible. The ESRI

More information

SMART er and Employee Self Service

SMART er and Employee Self Service SMART er and Employee Self Service Region V Spring Conference April 2014 Contents Logging into SMART er...3 SMART er Menu Items Defined...6 Announcements and District Forms...6 Pay and Personal Information...6

More information

Development Process and Analysis. LTOOD/OOAD - Verified Software Systems 1

Development Process and Analysis. LTOOD/OOAD - Verified Software Systems 1 Development Process and Analysis LTOOD/OOAD - Verified Software Systems 1 Software Crisis Declared in the late 60 s Expressed by delays and failures of major software projects (unreached goals, unpredictable

More information

Using PMAMhcm for Policy Distribution, Testing and Recordkeeping.

Using PMAMhcm for Policy Distribution, Testing and Recordkeeping. Using PMAMhcm for Policy Distribution, Testing and Recordkeeping. PMAMhcm is a training tool that can be used in many different industries to train a diverse workforce and provide proof of receipt of that

More information

Testing Masters Technologies

Testing Masters Technologies 1. How will you receive the project requirements? A. The finalized SRS will be placed in a project repository; we will access it from there 2. What will you do with SRS? A. SRS stands for software requirement

More information

Consignee Guide. Version 1.8

Consignee Guide. Version 1.8 Consignee Guide Version 1.8 TABLE OF CONTENTS 1 Welcome to FlashConsign.com...6 2 Your Consignee Account...7 2.1 Creating a Consignee Account...7 3 Creating a Consignment Sale...10 3.1.1 Consignment Sale

More information

Ball State University HR-TMS Training Guide: FACULTY

Ball State University HR-TMS Training Guide: FACULTY PeopleAdmin Ball State University HR-TMS Training Guide: FACULTY Human Resource s Talent Management System Updated September 2017 Human Resource s Talent Management System (HR-TMS) and PeopleAdmin As we

More information

ACCEPTANCE TEST PLAN. Docket Course Scheduling. For. Version 1.0 February 5, 2013

ACCEPTANCE TEST PLAN. Docket Course Scheduling. For. Version 1.0 February 5, 2013 ACCEPTANCE TEST PLAN For Docket Course Scheduling Version 1.0 February 5, 2013 Developed by Robert Brown Nathal Fonseka Max Haley Michael Kovalichik Joseph Nelson Basil Nyachogo Raymond Selfridge Prepared

More information

OSS TENDER PORTAL MANAGEMENT SYSTEM (ASP.NET)

OSS TENDER PORTAL MANAGEMENT SYSTEM (ASP.NET) OSS TENDER PORTAL MANAGEMENT SYSTEM (ASP.NET) APPLICATION SPECIFICATIONS, FEATURES DESCRIPTIONS SCREEN SHOT ILLUSTRATION Version: ASP.NET (2) Updated: 3Q/2007, v-2 Reference: Middleware 0445/86 1. TECHNICAL

More information

HiringCenter : Creating a Constant Flow of High-Quality Candidates

HiringCenter : Creating a Constant Flow of High-Quality Candidates HiringCenter : Creating a Constant Flow of High-Quality Candidates Most small businesses struggle to source high-quality candidates when their business needs require them to hire employees. For hiring,

More information

HRIS Import Guide. Instructions on how to use Trakstar s HRIS Import Tool.

HRIS Import Guide. Instructions on how to use Trakstar s HRIS Import Tool. HRIS Import Guide Instructions on how to use Trakstar s HRIS Import Tool. Introduction Trakstar s HRIS Import feature allows administrators to import Trakstar data with a spreadsheet exported from another

More information

New BMS Reports and Features Guide Table of Contents

New BMS Reports and Features Guide Table of Contents New BMS Reports and Features Guide Table of Contents Introduction... 2 Key Features... 2 Roadmap to BMS Changes... 3 Estimate Affidavits... 3 Quick Reference: New Reports and Features... 4 New Administration

More information

FUNCTIONAL REQUIREMENTS FOR CONDUCTING ELECTRONIC PUBLIC PROCUREMENT UNDER THE EU FRAMEWORK VOLUME II

FUNCTIONAL REQUIREMENTS FOR CONDUCTING ELECTRONIC PUBLIC PROCUREMENT UNDER THE EU FRAMEWORK VOLUME II FUNCTIONAL REQUIREMENTS FOR CONDUCTING ELECTRONIC PUBLIC PROCUREMENT UNDER THE EU FRAMEWORK VOLUME II JANUARY 2005 Public eprocurement Disclaimer European Commission Produced by EUROPEAN DYNAMICS S.A.

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

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

QM-Documentation with roxtra Document Creation Document Editing Workflow Management Distribution and Approval...

QM-Documentation with roxtra Document Creation Document Editing Workflow Management Distribution and Approval... Product Highlights Contents QM-Documentation with roxtra... 3 Document Creation... 4 Document Editing... 5 Workflow Management... 6 Distribution and Approval... 7 Search & Find... 8 Version Control and

More information

Human Resources Applicants Handbook

Human Resources Applicants Handbook Human Resources Applicants Handbook 2017-18 1 P age Thank you for submitting your application to Texans Can Academies (TCA). Texans Can Academies is a progressive, dynamic school district immersed in a

More information

Mobile for Android User Guide

Mobile for Android User Guide Version 1.7 Copyright 2013, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and disclosure

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

Multifunctional Barcode Inventory System for Retailing. Are You Ready for It?

Multifunctional Barcode Inventory System for Retailing. Are You Ready for It? Multifunctional Barcode Inventory System for Retailing. Are You Ready for It? Ling Shi Cai, Leau Yu Beng, Charlie Albert Lasuin, Tan Soo Fun, Chin Pei Yee Abstract This paper explains the development of

More information

2) Create an account if she wants to order from us: 1

2) Create an account if she wants to order from us: 1 Homework 2 Solutions 1.264 Fall 2013 This is a sample solution; yours will vary based on your understanding of the business. The key point is that this is a narrative or discussion, so everyone gets a

More information

PeopleAdmin Training Guide

PeopleAdmin Training Guide University of Idaho PeopleAdmin Training Guide Student/Temporary Applicant Tracking Module Updated: July 2018 Table of Contents Introduction... 2 Login Information... 3 Home Page... 4 Module Type Definitions...

More information

Property Management System. Department of Computer Science & Information Technology. University of Sargodha. Version1.0

Property Management System. Department of Computer Science & Information Technology. University of Sargodha. Version1.0 Property Management System Date:March 9,2018 Department of Computer Science & Information Technology University of Sargodha Property Management System Version1.0 IT-HUB Sargodha. 1 Contents CHAPTER 1:

More information

MOBILIZING ORACLE APPLICATIONS ERP. An Approach for Building Scalable Mobility Solutions. A RapidValue Solutions Whitepaper

MOBILIZING ORACLE APPLICATIONS ERP. An Approach for Building Scalable Mobility Solutions. A RapidValue Solutions Whitepaper MOBILIZING ORACLE APPLICATIONS ERP An Approach for Building Scalable Mobility Solutions A RapidValue Solutions Whitepaper TABLE OF CONTENTS Executive Overview Typical Architecture for Mobilizing Oracle

More information

Architecture Overview Nintex Live

Architecture Overview Nintex Live support@nintex.com www.nintex.com Table of Contents Architecture Overview - Nintex Live... 3 Nintex Live for SharePoint environments... 3 Nintex Live services for Nintex Workflow... 5 Nintex Live services

More information

Fairsail Collaboration Portal: Guide for Users

Fairsail Collaboration Portal: Guide for Users Fairsail Collaboration Portal: Guide for Users Version 11 FS-HCM-CP-UG-201504--R011.00 Fairsail 2015. All rights reserved. This document contains information proprietary to Fairsail and may not be reproduced,

More information

CxC Studio 151 Inventory System

CxC Studio 151 Inventory System CxC Studio 151 Inventory System Team 2 Richard Clark, Lindsay Haley, Jordan James, & Benjamin McCoy Phases 1 & 2 ISDS 4125 October 6, 2014 Page 1 Table of Contents Executive Summary... 3 Requirements Analysis...

More information

How to apply: Online application process step by step External Candidates

How to apply: Online application process step by step External Candidates How to apply: Online application process step by step External Candidates 2 Online application process step by step External Candidates Dear Applicant, With the following instructions we want to make it

More information

Attendance on Demand. Agenda

Attendance on Demand. Agenda 1 Attendance on Demand Supervisor Training Aiken County School District Aug 2017 1 Agenda Login to Attendance Enterprise Changing Password Locating Employee Calendar Dashboard Employee Messages Editing

More information

Parents Guide to School Board Advocacy in California and How to Use the ACLU s Model Board Policies and Resolutions

Parents Guide to School Board Advocacy in California and How to Use the ACLU s Model Board Policies and Resolutions How Do I Use the ACLU s Model to Make Changes in My School District?1 Board policies are rules that district school boards adopt to control the school district s actions and provide standards for students

More information

DEVELOPING AN INTERACTIVE STUDENT RECRUITMENT PORTAL FOR UNIVERSITY-INDUSTRY COOPERATION IN NIGERIA

DEVELOPING AN INTERACTIVE STUDENT RECRUITMENT PORTAL FOR UNIVERSITY-INDUSTRY COOPERATION IN NIGERIA DEVELOPING AN INTERACTIVE STUDENT RECRUITMENT PORTAL FOR UNIVERSITY-INDUSTRY COOPERATION IN NIGERIA Olufunke Oladipupo 1, Olawande Daramola 1, Ibukun Afolabi 1 1 Department of Computer Science and Information

More information

HIRING MANAGER USER S GUIDE

HIRING MANAGER USER S GUIDE HIRING MANAGER USER S GUIDE Monmouth University PeopleAdmin, Inc. 805 Las Cimas Parkway Suite 400 Austin, TX 78746 877-637-5800 GETTING STARTED For optimal functionality, please use Mozilla Firefox as

More information

Information-Centric Design of Context-Aware Systems Course Project. Parkbaan. Melika Abolhassani Milad Gholami

Information-Centric Design of Context-Aware Systems Course Project. Parkbaan. Melika Abolhassani Milad Gholami Information-Centric Design of Context-Aware Systems Course Project Parkbaan Mohammad Milad Gholami Rastegari Hossein Milad Gholami Esfandiari Melika Abolhassani Milad Gholami 1. Abstract When campus members

More information

Driven by a passion to develop our customers, SuperOffice has become one of Europes leading providers of CRM solutions.

Driven by a passion to develop our customers, SuperOffice has become one of Europes leading providers of CRM solutions. Caesar CRM CRM - your way Driven by a passion to develop our customers, SuperOffice has become one of Europes leading providers of CRM solutions. Do you want to increase your sales, customer loyalty and

More information

Step by Step Guide to

Step by Step Guide to 2010 National Competitive Recruitment Examinations (NCRE) Step by Step Guide to Applying for the 2010 NCRE Job Openings In the UN Careers Portal This guide offers step-by-step procedures on how to search

More information

How to Configure the Workflow Service and Design the Workflow Process Templates

How to Configure the Workflow Service and Design the Workflow Process Templates How - To Guide SAP Business One 9.0 Document Version: 1.1 2013-04-09 How to Configure the Workflow Service and Design the Workflow Process Templates Typographic Conventions Type Style Example Description

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

NetSuite OpenAir Mobile for iphone User Guide Version 2.2

NetSuite OpenAir Mobile for iphone User Guide Version 2.2 NetSuite OpenAir Mobile for iphone User Guide Version 2 General Notices Attributions NetSuite OpenAir includes functionality provided by HighCharts JS software, which is owned by and licensed through Highsoft

More information

University Human Resource Services TMS Talent Management Training Guide for STAFF

University Human Resource Services TMS Talent Management Training Guide for STAFF University Human Resource Services TMS Talent Management Training Guide for STAFF February 2019 University Human Resource Services Talent Management System (HR-TMS) and PeopleAdmin HR-TMS enhances the

More information

Product Summary of XLReporter with GE Intelligent Platforms SyTech, Inc.

Product Summary of XLReporter with GE Intelligent Platforms SyTech, Inc. Product Summary of XLReporter with GE Intelligent Platforms SyTech, Inc. Page 1 Contents Summary... 3 SYTECH is THE REPORT COMPANY... 3 Product Overview... 4 XLREPORTER EDITIONS... 4 DATA INTERFACES...

More information

e-invoicing on the e-prior Supplier Portal

e-invoicing on the e-prior Supplier Portal EUROPEAN COMMISSION DIRECTORATE-GENERAL INFORMATICS Information Systems Directorate e-invoicing on the e-prior Supplier Portal User Manual Version 1.42 Date: 29/02/2012 Author: European Commission, Directorate-

More information

factoryinsite Software Labor and Process Management Product Overview

factoryinsite Software Labor and Process Management Product Overview factoryinsite Software Labor and Process Management Product Overview FACTORY INSITE, INC., 246 S RIVER AVE SUITE 64, HOLLAND, MICHIGAN 49423 PHONE 800/400-2430 WEB SITE http://www.factoryinsite.com ELECTRONIC

More information

UC Davis Time Reporting System (TRS) User Guide for Department Time Administrators (DTAs)

UC Davis Time Reporting System (TRS) User Guide for Department Time Administrators (DTAs) UC Davis Time Reporting System (TRS) User Guide for Department Time Administrators (DTAs) Last Revised: 11/30/16 1 Table of Contents Welcome to TRS!... 3 Four Roles in the TRS... 3 Becoming a DTA... 4

More information

Example1: Courseware System Description

Example1: Courseware System Description Use Case Examples Example1: Courseware System Description The organization offers courses. Each course is made up of a set of topics. Tutors in the organization are assigned courses to teach according

More information

Work-hour Registration Project

Work-hour Registration Project Work-hour Registration Project Name: Zizhen Chen SMU ID: 37366827 Email:dragonz@live.cn 1. Visions for the Work-hour Registration System 1.1 Business goals a. A system can record the work hours of all

More information

Tractor Hiring Application for Farmers

Tractor Hiring Application for Farmers Tractor Hiring Application for Farmers Krunal Bagaitkar 1, Khoshant Lande 2, Anklesha Welekar 3, Aman Yadav 4, Anshul Tambe 5, Amruta Chopade 6 1,2,3,4,5Department of Information Technology, S.B Jain Institute

More information

Search and Screen Committee Process

Search and Screen Committee Process Search and Screen Committee Process University of Wisconsin Oshkosh Revision History Date January 24, 2017 Revision Creation of training manual 1 Introduction The Office of Human Resources has implemented

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

Requirements Specification

Requirements Specification Ambulance Dispatch System Submitted to: Dr. Chung Submitted by: Chris Rohleder, Jamie Smith, and Jeff Dix Date Submitted: February 14, 2006 TABLE OF CONTENTS 1.0 INTRODUCTION...1 1.1 PURPOSE...1 1.2 SCOPE...1

More information

ENTERPRISE CONTENT MANAGEMENT

ENTERPRISE CONTENT MANAGEMENT ENTERPRISE CONTENT MANAGEMENT For Small-to-Midsize Businesses Instantly access, automatically capture, and workflow process documents, emails, content and data DocRecord, an all-inclusive ECM, enables

More information

Employer Self Service Portal. Employer Self-Service Handbook

Employer Self Service Portal. Employer Self-Service Handbook Employer Self Service Portal Employer Self-Service Handbook March 17, 2017 APERS Employer Self-Service Handbook Table of Contents Overview How to Use This Manual 7 ESS Roles and Tasks 8 Accessing COMPASS

More information

User Guide. Introduction. What s in this guide

User Guide. Introduction. What s in this guide User Guide TimeForce Advanced Scheduling is the affordable employee scheduling system that lets you schedule your employees via the Internet. It also gives your employees the ability to view and print

More information

In this topic, we will cover the Solution Packager tool that enables partners and Software Solution Providers to create pre-packaged solutions for

In this topic, we will cover the Solution Packager tool that enables partners and Software Solution Providers to create pre-packaged solutions for In this topic, we will cover the Solution Packager tool that enables partners and Software Solution Providers to create pre-packaged solutions for distribution to other partners. 1 This topic covers the

More information

IBM Business Process Manager Version 8 Release 5. Hiring Tutorial IBM

IBM Business Process Manager Version 8 Release 5. Hiring Tutorial IBM IBM Business Process Manager Version 8 Release 5 Hiring Tutorial IBM Note Before using this information and the product it supports, read the information in Notices on page 95. This edition applies to

More information

DCI Policies and Procedures Guide Corey Axelrod LAST REVISION: APRIL 15,

DCI Policies and Procedures Guide Corey Axelrod LAST REVISION: APRIL 15, DCI Policies and Procedures Guide Corey Axelrod LAST REVISION: APRIL 15, 2013 www.deafcomm.net WELCOME TO DEAF COMMUNICATION BY INNOVATION (DCI)! This booklet is intended as a reference guide for freelance

More information

SMARTeR and Employee Self Service

SMARTeR and Employee Self Service SMARTeR and Employee Self Service Logging into SMARTeR For new employees, the user ID is the employee ID as it is in SMART HR and the Password is the 4 digit District number plus the last 4 digits of the

More information

Attendance Enterprise

Attendance Enterprise Attendance Enterprise Supervisor Training July 22, 2013 Agenda Login to Attendance Enterprise Updating Your Account Information Locating Employee Calendar Dashboard Employee Messages Editing Time Cards

More information

Taleo Enterprise Fluid Recruiting User Guide Release 17.2

Taleo Enterprise Fluid Recruiting User Guide Release 17.2 Oracle Taleo Enterprise Release 17.2 Taleo Enterprise Part Number: E92669-01 Copyright 2017, Oracle and/or its affiliates. All rights reserved Authors: Taleo Information Development Team This software

More information

MAY 2017 CASE STUDY

MAY 2017 CASE STUDY MAY 2017 CASE STUDY WWW.FUTURE-PROCESSING.COM 1 KMD www.kmd.dk CONTENTS 1. ABOUT THE CLIENT 2 2. OUR ROLE 2 3. EFFECTS OF OUR COOPERATION 3 4. BUSINESS PROBLEM THAT WE SOLVED 4 ABOUT THE CLIENT KMD is

More information

Communicate and Collaborate with Visual Studio Team System 2008

Communicate and Collaborate with Visual Studio Team System 2008 Communicate and Collaborate with Visual Studio Team System 2008 White Paper May 2008 For the latest information, please see www.microsoft.com/teamsystem This is a preliminary document and may be changed

More information

Your business always on. 1. Booking Management

Your business always on. 1. Booking Management Your business always on 1. Booking Management 1 CONTENTS CONTENTS... 2 1. INTRODUCTION... 3 About this Document... 3 Overview... 3 Payment & Account Cancellation... 5 2. BOOKINGS... 6 Login & Logout...

More information

PMS is an integrated Clinic Management solution that helps local SMEs on:

PMS is an integrated Clinic Management solution that helps local SMEs on: PMS is an integrated Clinic Management solution that helps local SMEs on: Productivity Enhancements Cost-Saving Initiative Document Management and Tablet Access Inventory and Queue Managements Centralization

More information

See What's Coming in Oracle Service Cloud. Release Content Document

See What's Coming in Oracle Service Cloud. Release Content Document See What's Coming in Oracle Service Cloud Release Content Document November 2015 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE SERVICE CLOUD NOVEMBER RELEASE OVERVIEW... 4 WEB CUSTOMER SERVICE... 5 Oracle

More information

YOUR GUIDE TO USING THE ASTUTE PAYROLL PORTAL FOR TEMPORARY EMPLOYEES & CONTRACTORS AUSTRALIA

YOUR GUIDE TO USING THE ASTUTE PAYROLL PORTAL FOR TEMPORARY EMPLOYEES & CONTRACTORS AUSTRALIA YOUR GUIDE TO USING THE ASTUTE PAYROLL PORTAL FOR TEMPORARY EMPLOYEES & CONTRACTORS AUSTRALIA CONTENTS Overview Getting Started Your Dashboard Your Profile Timesheets Expenses News & Documents Resetting

More information

Frontline Education s Absence Management Solution Reference Guide for Administrators Table of Contents

Frontline Education s Absence Management Solution Reference Guide for Administrators Table of Contents Frontline Education s Absence Management Solution Reference Guide for Administrators Table of Contents Internet Feature Section A: Section B: Section C: Section D: Section E: Section F: Section G: Section

More information

Employer Self Service Portal. Employer Self-Service Handbook AASIS Employer Users Version

Employer Self Service Portal. Employer Self-Service Handbook AASIS Employer Users Version Employer Self Service Portal Employer Self-Service Handbook AASIS Employer Users Version June 2017 Blank Page Contents OVERVIEW... 5 How to Use This Manual...7 ESS Roles and Tasks...8 Accessing COMPASS

More information

Table of Contents. Field Experience

Table of Contents. Field Experience Table of Contents Introduction 3 Resources Available on the Conference Visitors Pass 3 Overview 4 Core Functionality 4 Enhanced Features 4 Module Vocabulary 5 Basic Definitions 5 User Roles 5 FEM Administrator

More information

THE AODA: UNLOCKING. Landlords Obligations Under The Accessibility For Ontarians With Disabilities Act. A ToolKit For Landlords In Ontario

THE AODA: UNLOCKING. Landlords Obligations Under The Accessibility For Ontarians With Disabilities Act. A ToolKit For Landlords In Ontario UNLOCKING THE AODA: Landlords Obligations Under The Accessibility For Ontarians With Disabilities Act A ToolKit For Landlords In Ontario An EnAbling Change Partnership project with the Government of Ontario

More information

ConnectWise-Sage 50 Accounts User Guide

ConnectWise-Sage 50 Accounts User Guide ConnectWiseSupport@mobiusworks.com www.mobiusworks.com ConnectWise-Sage 50 Accounts Version 3.0.0.7 September 11, 2015 Table of Contents Table of Contents... 2 INSTALLATION AND CONFIGURATION... 4 Introduction...

More information

POSS: A Web-Based Photo Online Service System for Thailand

POSS: A Web-Based Photo Online Service System for Thailand POSS: A Web-Based Photo Online Service System for Thailand Chakkrit Snae and Michael Brueckner Department of Computer Science and Information Technology Faculty of Science Naresuan University Phitsanulok

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

ANNEX A.1 TECHNICAL SPECIFICATIONS. (amended) OPEN CALL FOR TENDERS F-SE-15-T01. Provision of Web Development Services

ANNEX A.1 TECHNICAL SPECIFICATIONS. (amended) OPEN CALL FOR TENDERS F-SE-15-T01. Provision of Web Development Services ANNEX A.1 TECHNICAL SPECIFICATIONS (amended) OPEN CALL FOR TENDERS F-SE-15-T01 Provision of 1 Contents 1 Background information... 3 2 Scope of required services... 3 3 Definition of Lots... 3 4 Description

More information

ITracker v1.0 Timesheet User Guide. itracker Timesheet User Guide

ITracker v1.0 Timesheet User Guide. itracker Timesheet User Guide itracker Timesheet User Guide Support IndusTrack provides support for the customer in the form of blogs, forums, wikis and groups. This feature forms a community portal for users and developers to discuss

More information

NetSuite OpenAir/NetSuite Connector Guide April

NetSuite OpenAir/NetSuite Connector Guide April NetSuite OpenAir/NetSuite Connector Guide April 16 2016 General Notices Attributions NetSuite OpenAir includes functionality provided by HighCharts JS software, which is owned by and licensed through Highsoft

More information

The hiring official will click on the hyperlink and be directed to a page that looks like the screen shot below:

The hiring official will click on the hyperlink and be directed to a page that looks like the screen shot below: Hiring Official Instructions These are the instructions for the hiring official and the actions required by the hiring official to review applications, indicate those interviewed, and record selection

More information

Online Movie Ticket booking System

Online Movie Ticket booking System Online Movie Ticket booking System Nur-E-Sava Tazin Student Id: 012163015 A Project In The Department Of Computer Science and Engineering Presented in Partial Fulfillment of the Requirements For the Degree

More information

TDT4250 Modelling of information Systems Autumn Meta-modeling. John Krogstie IDI, NTNU and SINTEF

TDT4250 Modelling of information Systems Autumn Meta-modeling. John Krogstie IDI, NTNU and SINTEF Meta-modeling John Krogstie IDI, NTNU and SINTEF Meta.ppt 1 Overview of this week Why meta-modeling? Central concepts Domain-specific modeling using MetaEdit A19 Kelly and Pohjonen: "Domain-Specific Modeling

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

Information Technology Audit & Cyber Security

Information Technology Audit & Cyber Security Information Technology Audit & Cyber Security Use Cases Systems & Infrastructure Lifecycle Management OBJECTIVES Understand the process used to identify business processes and use cases. Understand the

More information

Online application process step by step. Invented for life

Online application process step by step. Invented for life Online application process step by step Invented for life 2 Online application process step by step 08.2010 Dear Applicant, With the following instructions we want to make it easier for you to apply for

More information

PeopleTracker: Submitting a Hiring Requisition for an Hourly Position

PeopleTracker: Submitting a Hiring Requisition for an Hourly Position PeopleTracker: Submitting a Hiring Requisition for an Hourly Position PeopleTracker is located in the Staff or Faculty tab in the eweber portal (www.weber.edu) 1 Table of Contents November 16, 2015 What

More information

My Compass Frequently Asked Questions

My Compass Frequently Asked Questions My Compass Frequently Asked Questions The following is a list of Frequently Asked Questions (FAQs) and concerns that may arise when using My Compass, along with suggested solutions. We will add to this

More information

Kronos Timesheet & Workforce Management Guide for Employees

Kronos Timesheet & Workforce Management Guide for Employees Kronos Timesheet & Workforce Management Guide for Employees Version 1.0 05/27/2015 Table of Contents I. Introduction..1 II. Getting Started 2 Logging On Changing Your Password Common Icons and Screen Functions

More information

Off-Campus Employer Guide to JobX

Off-Campus Employer Guide to JobX Off-Campus Employer Guide to JobX Last Updated July 31, 2017 Page 1 of 13 TABLE OF CONTENTS TABLE OF CONTENTS... 2 Getting Started... 3 New User Request a Login to JobX... 3 Returning User Login to JobX...

More information

OroTimesheet User Guide

OroTimesheet User Guide OroTimesheet User Guide www.orotimesheet.com Copyright 1996-2018 OroLogic Inc. Revision 8.57.0 Table des matières I Contents Contents...I OroTimesheet User Guide...1 Presentation...1 Starting off on the

More information

Attendance Enterprise Manager Self Service

Attendance Enterprise Manager Self Service Attendance Enterprise Manager Self Service Attendance Enterprise Manager Self Service A Companion Document to Attendance Enterprise 1.6 2011, InfoTronics, Inc. All Rights Reserved. InfoTronics, Attendance,

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

DHL IMPORT EXPRESS ONLINE USER GUIDE FOR IMPORTERS WE COORDINATE EFFECTIVE COMMUNICATION BETWEEN YOUR SHIPPERS AND YOU FOR YOU. dhl-usa.

DHL IMPORT EXPRESS ONLINE USER GUIDE FOR IMPORTERS WE COORDINATE EFFECTIVE COMMUNICATION BETWEEN YOUR SHIPPERS AND YOU FOR YOU. dhl-usa. DHL IMPORT EXPRESS ONLINE USER GUIDE FOR IMPORTERS WE COORDINATE EFFECTIVE COMMUNICATION BETWEEN YOUR SHIPPERS AND YOU FOR YOU. dhl-usa.com/ieo CONTENTS Importer Manage Your Imports 3 Helpful Guide Information

More information

it s project management integrated. intuitive. intelligent

it s project management integrated. intuitive. intelligent ipm it s project management integrated. intuitive. intelligent IPM, by Enabling IP, is a next generation project management suite that provides a scalable solution with all the functionality needed to

More information

What is Fieldglass? Fieldglass is the application used to track your time and expenses on assignments.

What is Fieldglass? Fieldglass is the application used to track your time and expenses on assignments. What is Fieldglass? Fieldglass is the application used to track your time and expenses on assignments. This quick reference guide will explain how to: Register your Fieldglass Account Log in to Fieldglass

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

Introduction to Hyperion Financial Reporting

Introduction to Hyperion Financial Reporting Introduction to Hyperion Financial Reporting Created By : Rupam Majumdar Reviewed : Amit Sharma Contact Point : bisp.consulting@gmail.com Financial Management Task Financial Management tasks follow a typical

More information

ORLANDO, FLORIDA - FEBRUARY 26 to MARCH 1, 2018 ORANGE COUNTY CONVENTION CENTER (OCCC) Employment Bureau (EB) Employer Instructions

ORLANDO, FLORIDA - FEBRUARY 26 to MARCH 1, 2018 ORANGE COUNTY CONVENTION CENTER (OCCC) Employment Bureau (EB) Employer Instructions ORLANDO, FLORIDA - FEBRUARY 26 to MARCH 1, 2018 ORANGE COUNTY CONVENTION CENTER (OCCC) Employment Bureau (EB) Employer Instructions EB GENERAL OVERVIEW Register Your Position Attend Pittcon Search Available

More information

It will also enable you to manage the expectations of your clients or management, as they will know exactly what to expect.

It will also enable you to manage the expectations of your clients or management, as they will know exactly what to expect. Functional Specification / Requirement Document (FSD / FRD) The Functional Specification Document (FSD) in software development is a formal document that describes the functions of the software/system

More information

New Hires Training Exercise 3: Accessing USA Staffing Onboard as the New Hire

New Hires Training Exercise 3: Accessing USA Staffing Onboard as the New Hire New Hires Training Exercise 3: Accessing USA Staffing Onboard as the New Hire Now that you have completed the online portion of training for New Hires, it is time to log into the Stage environment of USA

More information

Managing Workflow using People Inc.

Managing Workflow using People Inc. Managing Workflow using People Inc. Introduction A significant number of administrative processes require that information is passed between employees or groups of employees and that this flow of information

More information

Online Interactive IT Training Programmes for Staff Course Outline

Online Interactive IT Training Programmes for Staff Course Outline 1. Access 2002: Level 1 Online Interactive IT Training Programmes for Staff Course Outline Access 2002: Level 1 familiarizes students with the basics of Access 2002. Students will learn how to create and

More information

Ball State University HR-TMS Training Guide: Staff

Ball State University HR-TMS Training Guide: Staff PeopleAdmin Ball State University HR-TMS Training Guide: Staff Human Resource s Talent Management System March 16, 2017 Human Resource s Talent Management System (HR-TMS) and PeopleAdmin As we embrace

More information