Calendar Schedule Instructions

Size: px
Start display at page:

Download "Calendar Schedule Instructions"

Transcription

1 Calendar Schedule Instructions The current version of MBA provides you with advanced scheduling capability. In the following example we are scheduling three tasks. The design task schedule as displayed in Illustration 1 below. Production and delivery can be viewed just by selecting them from the drop-down list (A). The program allows you to schedule using different units of measure for each task. We created a user-defined field (Illustration 3) in which to enter the expected design time. Then we configured the calendar to use the data in this new field for scheduling the design task. We used the calculated labor units for scheduling production, and we used the expected delivery cost to schedule deliveries. Illustration 1 Page 1 of 7

2 The program will automatically split a project over multiple days, when the units exceed the daily limit* that you set. In our hypothetical office we can not have two designers working on the same project at the same time, so we set the maximum hours available for design work on a given project at eight hours per day. An asterisk next to the job number indicates that the job is scheduled over multiple days. You can reschedule a project by dragging the corresponding line in the order list to a different day, but you cannot move just a portion of the project. With one exception the project must remain scheduled on consecutive days. The exception is when the next day has 0 capacity. The program will automatically carry over any remaining portion of a * Note: This is not the same as the total daily capacity. A job or a portion of a job can be scheduled on a day that has insufficient remaining capacity. When this occurs, the bar graph merely turns red. job to the next day that has capacity greater than 0 (up to a maximum of twenty days). You control what information is displayed in the job list at the top right of the calendar window. You can display different data for each task. In the example above we provide the user with information that will be helpful in scheduling the design task. In the delivery task setup you could provide the Production Done date in place of the To Production date. You can mark a job as completed by right clicking on the job in the job list and then selecting completed. Change the width of the columns too. The data that is displayed in the job list depends on settings in the database that we will explain later in this document. Illustration 2 Page 2 of 7

3 You can access more information about any project in the job list. Double click on a job to open its tracking tab. From there you can open the other tabs in the project window, and add or edit data. The best place to start, when setting up the calendar scheduler is found in the Setup Menu \ System Settings. The Scheduling Method will determine what unit of measure is stored, when trusses are imported. This value is stored in the schunits field in the Jobdata table. In this example the total labor units Illustration 3 will be calculated and then stored in the schunits field. Illustration 4 Page 3 of 7

4 The remaining setup is done directly in the calsched table. Click the Browse a Table button or select Browse in the Tools menu. Scroll to the calsched.dbf and double click to open the table. The default calsched table is empty. The calendar is programmed to use this table, when you create records that define your custom calendar. To begin you must first click the Edit button in the bottom right corner of the window. Then click the New button to setup the first task. Double-click on the word memo in the Fieldnames column. A window will open with Calsched.fieldnames in the title bar. (See Illustration 5). You will enter the fields to be used for scheduling a particular task in this window. We have opened the memo window in the first record (Delivery) at the top of Illustration 5, below. In it you can see the fields that we will use for the delivery task. These fields are the basic scheduling defaults except schunits, where we have substituted a user defined field delunits. The sample calendar (Illustration 1) is defined in the third record of the calsched table (Illustration 5). We have opened each memo window in this record to show how the design calendar was created. Notice that we used a different userdefined field for schedule units and for this task we also substitute the rdsgned date in place of the deldate. What follows is a description of each field in calsched.dbf and how it affects the calendar scheduler. Illustration 5 Page 4 of 7

5 1. Calsched.fieldnames must contain the following fields: jobref This data does not appear in the job list window. You can substitute a different value for some fields (see below), but not for this one. jobnumber This data appears in the left most column in the job list window. You can substitute data from a different field by using the syntax: tablename.fieldname as jobnumber. For example: jobdata.invnumber as jobnumber schunits This data appears in the second column of the job list and you can substitute data. In the examples above we substituted extrajob.delunits for scheduling deliveries and extrajob.dsgnhrs for scheduling the design task. You can also substitute a calculated value. For example: total_pieces( Order, jobdata.jobref, Roof ) as schunits the exclude field This data does not appear in the job list. The field to be used in the excldate column (See item 5 below) must also be included in the field names column. deldate This data does not appear in the job list. This is the default key field, and is used to determine on which day the job will appear in the calendar (See item 2 below). You can substitute a different field by using the syntax: tablename.fieldname as deldate. In the design task example we substituted the rdsgned field* to correspond with the keydate field for that record. jobtitle This data appears in the third column of the job list, and you can substitute data. Use the syntax: tablename.fieldname as jobtitle. For example: modelname as jobtitle. trantype This data does not appear in the job list. You can not substitute for this field. optional fields This data appears in the fourth and subsequent columns of the job list. It is the sole purpose for including them in the fieldnames column. To provide additional data in the job list use the following syntax: tablename.fieldname AS column1. This data will actually appear in the fourth column in the job list. Data from fields that are defined as numeric or date fields must be converted to a text string. For example to display the job price in the fifth column you would type: STR(jobdata.jobprice) as column 2. Use the DTOC() function to convert a date field. * The table name was omitted in the example. This is only allowed when the field is in the jobdata table. Page 5 of 7

6 2. Calsched.keydate: The date in this field is used to determine on which day the job will appear in the calendar. The record which defines the delivery calendar would likely use the deldate field (scheduled delivery date) as the keydate. In the design task example we used the rdsgned field. Use only the field name in this column. The field used in this column must be included in the fieldnames column as deldate. 3. Calsched.displayby: This is the name of the task that will in appear in the dropdown list (See A in Illustration 1) 4. Calsched.lblcaption: This is the text that will appear above the job list that precedes the date. In illustration 1 it is the heading that reads Design Date and is followed by the date that is currently selected 11/19/01. Note: As in the example record 3 in illustration 4 there must be a hyphen at the end of this string, and it must be the only hyphen in this string. 5. Calsched.exclcap: This is the text that will appear for the exclude option. The exclude caption for the design task is set up in the third record of illustration 4, and the results appear in illustration Calsched.excldate: Any project that has a value in this field will be excluded, when the Exclude box is checked. The exclude box is found in the lower right corner of the calendar. In the examples above we used delivered for the delivery task and rchkd for the design task. 7. Calsched.byid: You control what field is updated, when the user marks a job as completed (See Illustration 2 above). The user s initials will be written to this field, and the completion date will automatically be written to the corresponding date field. For the design task (See Illustration 4) we chose to write the user s initials to the rchkdbyid field. The corresponding date field is rchkd. This is the logical completed field, because it is also used as the exclude field. 8. Calsched.colwidths: This field contains the column width settings. If you leave it blank the program will automatically fill in this data. Then use the interface (Illustration 2) to adjust the column widths as necessary. Page 6 of 7

7 9. Calsched.where: You can exclude jobs that do not have a date in the excldate field (section 6 above), but should not appear in the calendar for other reasons. In the delivery task record (See Illustration 4) we have filtered out any jobs that have the status Canceled or Void. 10. Calsched.maxforsplt: If you enter a number in this field, the program will spread the job over two or more days. Enter the maximum number of units for a job that you want to be scheduled per day. This is the only way that a job can be scheduled on more than one day. Improve the speed of your calendar The program has to filter all of the records in the jobdata table to determine which jobs to display on the calendar. A second query sorts these jobs so that they will appear on the day that matches the date in the field that you have chosen to be the keydate field. These date fields in the jobdata table are not index fields by default, so the queries that filter the jobs will take a while to run. This means every time you open the calendar or view a different task it will take up to several minutes depending on how many jobs are in your database. The calsched.keydate field contains the names of fields that are used to schedule each task. You should create new indexes for these fields in the extraind table. Match the syntax in Illustration 6. The tag can be. any name that you choose, but it must be unique. In this example we created indexes for deldate, rapprvd and rdsgned, and we tagged them keydel, keyprod and keydsgn respectively. Browse the jobdata table to view a list of the existing tags or index names. The Sort Order list box contains all of the existing index fields (tags) for that table. Be sure that your tags do not match any of the ones that you see in this list. Note: Too many additional index fields will adversely impact the speed of the MBA in general. It is recommended that you create no more than three new index fields. Finally, you must reindex the jobdata table. Illustration 6 Page 7 of 7

The LSUHSC N.O. Email Archive

The LSUHSC N.O. Email Archive The LSUHSC N.O. Email Archive Introduction The LSUHSC N.O. email archive permanently retains a copy of all email items sent and received by LSUHSC N.O. Academic email users. Email items will be accessible

More information

ACCOUNT RECEIVABLES TABLE OF CONTENTS

ACCOUNT RECEIVABLES TABLE OF CONTENTS ACCOUNT RECEIVABLES TABLE OF CONTENTS 1. SETUP CUSTOMER...2 2. CUSTOMER LISTING...6 3. CUSTOMER INVOICE...7 4. CUSTOMER INVOICE LISTING...12 5. ENTER CREDITS / REFUNDS...14 6. CUSTOMER CREDITS LISTING...20

More information

Appendix A How to create a data-sharing lab

Appendix A How to create a data-sharing lab Appendix A How to create a data-sharing lab Creating a lab involves completing five major steps: creating lists, then graphs, then the page for lab instructions, then adding forms to the lab instructions,

More information

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18 Basic Pivot Tables Pivot tables summarize data in a quick and easy way. In your job, you could use pivot tables to summarize actual expenses by fund type by object or total amounts. Make sure you do not

More information

Microsoft Access 2010 Overview of Basics

Microsoft Access 2010 Overview of Basics Opening Screen Access 2010 launches with a window allowing you to: create a new database from a template; create a new template from scratch; or open an existing database. Open existing Templates Create

More information

Scheduling/ Calendar Software Training Manual

Scheduling/ Calendar Software Training Manual In order to enter the Scheduling Software, click on Appointment button on the home page in Clinician Gateway. Once you click on the Appointment button an additional browser page called the Physician s

More information

Microsoft Access Rollup Procedure for Microsoft Office 2007. 2. Click on Blank Database and name it something appropriate.

Microsoft Access Rollup Procedure for Microsoft Office 2007. 2. Click on Blank Database and name it something appropriate. Microsoft Access Rollup Procedure for Microsoft Office 2007 Note: You will need tax form information in an existing Excel spreadsheet prior to beginning this tutorial. 1. Start Microsoft access 2007. 2.

More information

County Accounting Manual

County Accounting Manual Transfer Funds County Accounting Manual Contents: Before Creating Transfer Transfer from Checking to Existing Savings Transfer from Checking to New Savings Move Money Direct Bank Transfer Move Money Write

More information

Zoho CRM and Google Apps Synchronization

Zoho CRM and Google Apps Synchronization Zoho CRM and Google Apps Synchronization Table of Contents End User Integration Points 1. Contacts 2. Calendar 3. Email 4. Tasks 5. Docs 3 6 8 11 12 Domain-Wide Points of Integration 1. Authentication

More information

BID2WIN Workshop. Advanced Report Writing

BID2WIN Workshop. Advanced Report Writing BID2WIN Workshop Advanced Report Writing Please Note: Please feel free to take this workbook home with you! Electronic copies of all lab documentation are available for download at http://www.bid2win.com/userconf/2011/labs/

More information

Using Ad-Hoc Reporting

Using Ad-Hoc Reporting Using Ad-Hoc Reporting The purpose of this guide is to explain how the Ad-hoc reporting function can be used to produce Management Information from client and product data held in the Key. The guide will

More information

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide Open Crystal Reports From the Windows Start menu choose Programs and then Crystal Reports. Creating a Blank Report Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick

More information

Working with Access Tables A Continuation

Working with Access Tables A Continuation Working with Access Tables A Continuation This document provides basic techniques for working with tables in Microsoft Access by setting field properties, creating reference tables, sorting and filtering

More information

Houston Region Diesel Engine Database Minimum System Requirements Installation Instructions Quick Start Guide version 0.1

Houston Region Diesel Engine Database Minimum System Requirements Installation Instructions Quick Start Guide version 0.1 Houston Region Diesel Engine Database Minimum System Requirements Installation Instructions Quick Start Guide version 0.1 Recommended System Specifications 1 Hardware: Intel Pentium-4 Class CPU 512 MB

More information

Access I 2010. Tables, Queries, Forms, Reports. Lourdes Day, Technology Specialist, FDLRS Sunrise

Access I 2010. Tables, Queries, Forms, Reports. Lourdes Day, Technology Specialist, FDLRS Sunrise Access I 2010 Tables, Queries, Forms, Reports Lourdes Day, Technology Specialist, FDLRS Sunrise Objectives Participants will 1. create and edit a table 2. create queries with criteria 3. create and edit

More information

Welcome to MaxMobile. Introduction. System Requirements. MaxMobile 10.5 for Windows Mobile Pocket PC

Welcome to MaxMobile. Introduction. System Requirements. MaxMobile 10.5 for Windows Mobile Pocket PC MaxMobile 10.5 for Windows Mobile Pocket PC Welcome to MaxMobile Introduction MaxMobile 10.5 for Windows Mobile Pocket PC provides you with a way to take your customer information on the road. You can

More information

6. If you want to enter specific formats, click the Format Tab to auto format the information that is entered into the field.

6. If you want to enter specific formats, click the Format Tab to auto format the information that is entered into the field. Adobe Acrobat Professional X Part 3 - Creating Fillable Forms Preparing the Form Create the form in Word, including underlines, images and any other text you would like showing on the form. Convert the

More information

How to Edit an Email. Here are some of the things you can do to customize your email:

How to Edit an Email. Here are some of the things you can do to customize your email: How to Edit an Email Editing a new email created during the Create an Email wizard or editing an existing email in the Edit Email section of the Manage Emails tab is easy, using editing tools you re probably

More information

ProperSync 1.3 User Manual. Rev 1.2

ProperSync 1.3 User Manual. Rev 1.2 ProperSync 1.3 User Manual Rev 1.2 Contents Overview of ProperSync... 3 What is ProperSync... 3 What s new in ProperSync 1.3... 3 Getting Started... 4 Installing ProperSync... 4 Activating ProperSync...

More information

Colorado Medical Assistance Program Web Portal Dental Claims User Guide

Colorado Medical Assistance Program Web Portal Dental Claims User Guide Colorado Medical Assistance Program Web Portal Dental Claims User Guide The Dental Claim Lookup screen (Figure 1) is the main screen from which to manage Dental claims. It consists of different sections

More information

Document Revision Date: August 14, 2014. Create a New Data Protection Policy in the Symantec.cloud Management Portal

Document Revision Date: August 14, 2014. Create a New Data Protection Policy in the Symantec.cloud Management Portal Document Revision Date: August 14, 2014 Create a New Data Protection Policy in the Symantec.cloud Management Portal Create a New Data Protection Policy i Contents Configure Data Protection Settings in

More information

Knowledgebase Article

Knowledgebase Article Company web site: Support email: Support telephone: +44 20 3287-7651 +1 646 233-1163 2 EMCO Network Inventory 5 provides a built in SQL Query builder that allows you to build more comprehensive

More information

2009 Braton Groupe sarl, All rights reserved.

2009 Braton Groupe sarl, All rights reserved. D A T A B A S E M A N A G E R U S E R M A N U A L The information in this manual is not binding and may be modified without prior notice. Supply of the software described in this manual is subject to a

More information

A database is a collection of data organised in a manner that allows access, retrieval, and use of that data.

A database is a collection of data organised in a manner that allows access, retrieval, and use of that data. Microsoft Access A database is a collection of data organised in a manner that allows access, retrieval, and use of that data. A Database Management System (DBMS) allows users to create a database; add,

More information

Microsoft Access Basics

Microsoft Access Basics Microsoft Access Basics 2006 ipic Development Group, LLC Authored by James D Ballotti Microsoft, Access, Excel, Word, and Office are registered trademarks of the Microsoft Corporation Version 1 - Revision

More information

2012 Teklynx Newco SAS, All rights reserved.

2012 Teklynx Newco SAS, All rights reserved. D A T A B A S E M A N A G E R DMAN-US- 01/01/12 The information in this manual is not binding and may be modified without prior notice. Supply of the software described in this manual is subject to a user

More information

Microsoft Office. Mail Merge in Microsoft Word

Microsoft Office. Mail Merge in Microsoft Word Microsoft Office Mail Merge in Microsoft Word TABLE OF CONTENTS Microsoft Office... 1 Mail Merge in Microsoft Word... 1 CREATE THE SMS DATAFILE FOR EXPORT... 3 Add A Label Row To The Excel File... 3 Backup

More information

Using an Access Database

Using an Access Database A Few Terms Using an Access Database These words are used often in Access so you will want to become familiar with them before using the program and this tutorial. A database is a collection of related

More information

PCLaw/PCLawPro Version 6.6x Training Tips and Tricks

PCLaw/PCLawPro Version 6.6x Training Tips and Tricks PCLaw/PCLawPro Version 6.6x Training Tips and Tricks PCLaw Tips and Tricks Matter Manager... 3 Memos... 4 Collection Memos... 4 Summary Tab... 5 Appointments Tab... 5 Calls Tab... 6 Notes Tab... 6 Ledger,

More information

Introduction to Microsoft Access 2010

Introduction to Microsoft Access 2010 Introduction to Microsoft Access 2010 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Welcome to the topic on Master Data and Documents.

Welcome to the topic on Master Data and Documents. Welcome to the topic on Master Data and Documents. In this topic, we will look at master data in SAP Business One. After this session you will be able to view a customer record to explain the concept of

More information

Welcome to MaxMobile. Introduction. System Requirements

Welcome to MaxMobile. Introduction. System Requirements MaxMobile 10.5 for Windows Mobile Smartphone Welcome to MaxMobile Introduction MaxMobile 10.5 for Windows Mobile Smartphone provides you with a way to take your customer information on the road. You can

More information

Getting Started with Crystal Reports Session Description:

Getting Started with Crystal Reports Session Description: Session Description: If you would like to create customized reports look no further. This session will introduce you to the tools needed to write basic reports using the Report Wizard and Blank Report

More information

Creating tables in Microsoft Access 2007

Creating tables in Microsoft Access 2007 Platform: Windows PC Ref no: USER 164 Date: 25 th October 2007 Version: 1 Authors: D.R.Sheward, C.L.Napier Creating tables in Microsoft Access 2007 The aim of this guide is to provide information on using

More information

Welcome to the SAP Business One on HANA release 9.1 delta training on creating advanced dashboards. An advanced dashboard is a type of supplementary

Welcome to the SAP Business One on HANA release 9.1 delta training on creating advanced dashboards. An advanced dashboard is a type of supplementary Welcome to the SAP Business One on HANA release 9.1 delta training on creating advanced dashboards. An advanced dashboard is a type of supplementary cockpit that is launched from the context menu of a

More information

ORACLE BUSINESS INTELLIGENCE WORKSHOP

ORACLE BUSINESS INTELLIGENCE WORKSHOP ORACLE BUSINESS INTELLIGENCE WORKSHOP Creating Interactive Dashboards and Using Oracle Business Intelligence Answers Purpose This tutorial shows you how to build, format, and customize Oracle Business

More information

Software Application Tutorial

Software Application Tutorial Software Application Tutorial Copyright 2005, Software Application Training Unit, West Chester University. No Portion of this document may be reproduced without the written permission of the authors. For

More information

EditAble CRM Grid. For Microsoft Dynamics CRM. How To Guide. Trial Configuration: Opportunity View EditAble CRM Grid Scenario

EditAble CRM Grid. For Microsoft Dynamics CRM. How To Guide. Trial Configuration: Opportunity View EditAble CRM Grid Scenario EditAble CRM Grid For Microsoft Dynamics CRM How To Guide Trial Configuration: Opportunity View EditAble CRM Grid Scenario Table of Contents Overview... 3 Opportunity View EditAble CRM Grid... 3 Scenario...

More information

QuickBooks 2009 Student Guide Working with Bank Accounts

QuickBooks 2009 Student Guide Working with Bank Accounts QuickBooks 2009 Student Guide Working with Bank Accounts Lesson 4: Working with Bank Accounts 1 Lesson Objectives To learn how to work with registers for QuickBooks bank accounts To demonstrate how to

More information

VALUE LINE INVESTMENT SURVEY ONLINE USER S GUIDE VALUE LINE INVESTMENT SURVEY ONLINE. User s Guide

VALUE LINE INVESTMENT SURVEY ONLINE USER S GUIDE VALUE LINE INVESTMENT SURVEY ONLINE. User s Guide VALUE LINE INVESTMENT SURVEY ONLINE User s Guide Welcome to Value Line Investment Survey Online. This user guide will show you everything you need to know to access and utilize the wealth of information

More information

MicroStrategy Quick Guide: Running the PI Report ITU Data Mart Support Group Go to reporting.gmu.edu and click on Login to Microstrategy

MicroStrategy Quick Guide: Running the PI Report ITU Data Mart Support Group Go to reporting.gmu.edu and click on Login to Microstrategy MicroStrategy Quick Guide: Running the PI Report ITU Data Mart Support Group Go to reporting.gmu.edu and click on Login to Microstrategy ACTION Enter User name and Password. Keep default selection of LDAP

More information

The first thing to do is choose if you are creating a mail merge for printing or an e-mail merge for distribution over e-mail.

The first thing to do is choose if you are creating a mail merge for printing or an e-mail merge for distribution over e-mail. Create a mail or e-mail merge Use mail or e-mail merge when you want to create a large number of documents that are mostly identical but include some unique information. For example, you can use mail merge

More information

EMPLOYEE TRAINING MANAGER USER MANUAL

EMPLOYEE TRAINING MANAGER USER MANUAL EMPLOYEE TRAINING MANAGER USER MANUAL Smart Company Software This document describes how to use Employee Training Manager, a desktop software application that allows you to track your employees or personnel

More information

Intellect Platform - Tables and Templates Basic Document Management System - A101

Intellect Platform - Tables and Templates Basic Document Management System - A101 Intellect Platform - Tables and Templates Basic Document Management System - A101 Interneer, Inc. 4/12/2010 Created by Erika Keresztyen 2 Tables and Templates - A101 - Basic Document Management System

More information

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES MICROSOFT OFFICE 2007 MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES Exploring Access Creating and Working with Tables Finding and Filtering Data Working with Queries and Recordsets Working with Forms Working

More information

History Explorer. View and Export Logged Print Job Information WHITE PAPER

History Explorer. View and Export Logged Print Job Information WHITE PAPER History Explorer View and Export Logged Print Job Information WHITE PAPER Contents Overview 3 Logging Information to the System Database 4 Logging Print Job Information from BarTender Designer 4 Logging

More information

All V7 registers support barcode printing, except the Sharp 410/420 1A ROM and that limitation is based upon the register.

All V7 registers support barcode printing, except the Sharp 410/420 1A ROM and that limitation is based upon the register. Tools Section Barcode Printing These are basic instructions for Version 7 Polling barcode printing. Users will need to have a PLU/UPC file containing either UPC-A, UPC-E, EAN 13 or EAN 8 numbers, label

More information

Applicant Tracking System Job Aids. Prepared by:

Applicant Tracking System Job Aids. Prepared by: Applicant Tracking System Job Aids Prepared by: Contents System Navigation and My Setup Information for Users... 1 Creating Requisitions... 4 Duplicating Requisitions... 6 Requesting an Approval... 7 Viewing

More information

How to Import Data into Microsoft Access

How to Import Data into Microsoft Access How to Import Data into Microsoft Access This tutorial demonstrates how to import an Excel file into an Access database. You can also follow these same steps to import other data tables into Access, such

More information

Overview... 2 How to Add New Documents... 3 Adding a Note / SMS or Phone Message... 3 Adding a New Letter... 4. How to Create Letter Templates...

Overview... 2 How to Add New Documents... 3 Adding a Note / SMS or Phone Message... 3 Adding a New Letter... 4. How to Create Letter Templates... THE DOCUMENT MANAGER Chapter 14 THE DOCUMENT MANAGER CONTENTS Overview... 2 How to Add New Documents... 3 Adding a Note / SMS or Phone Message... 3 Adding a New Letter... 4 How to Create Letter Templates...

More information

Check out our website!

Check out our website! Check out our website! www.nvcc.edu/woodbr idge/computer-lab Contact Us Location: Open Computer Lab Seefeldt Building #336 NOVA Woodbridge Campus Hussna Azamy (OCL Supervisor) Phone: 703-878-5714 E-mail:

More information

PCLaw Data Import Module

PCLaw Data Import Module Contents PCLaw Data Import Module About the Data Import Module Before You Begin Starting the Data Import Module Importing Clients and Matters Importing Contacts Importing Calendar and Telephone Events

More information

Automated Dispatch System Query Tool

Automated Dispatch System Query Tool Automated Dispatch System Query Tool User Guide Version 1.0 December 16, 2007 Revision History Date Vers ion 07/26/2007 0.1 Initial draft Description 12/16/2007 1.0 Initial Released Version Table of Contents

More information

Microsoft Project 2007 Level 2: Working with Resources and Managing a Project

Microsoft Project 2007 Level 2: Working with Resources and Managing a Project Microsoft Project 2007 Level 2: Working with Resources and Managing a Project By Robin Peers Robin Peers, 2008 ABOUT THIS CLASS In Microsoft Project 2007 Level 1: Creating Project Tasks, the focus was

More information

From the Start Page click on Create New Client. Alternatively, you can click on New Client within the Browse window on the left hand side

From the Start Page click on Create New Client. Alternatively, you can click on New Client within the Browse window on the left hand side Lead Management The purpose of this User Guide is to provide users with guidance on how to create and manage leads. The guide has been split into a number of sections for ease of reference: Creating a

More information

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS Last Edited: 2012-07-09 1 Access to Outlook contacts area... 4 Manage Outlook contacts view... 5 Change the view of Contacts area... 5 Business Cards view... 6

More information

Module A2 Item Activities, Gantt Chart and Utilization Sheet. A2.1 Project item activities A2.2 Gantt chart A2.3 Utilization sheet

Module A2 Item Activities, Gantt Chart and Utilization Sheet. A2.1 Project item activities A2.2 Gantt chart A2.3 Utilization sheet Module A2 Item Activities, Gantt Chart and Utilization Sheet A2.1 Project item activities A2.2 Gantt chart A2.3 Utilization sheet 1 Assistance PSA: Advanced Functionalities Welcome to the Advanced Functionalities

More information

Baylor Secure Messaging. For Non-Baylor Users

Baylor Secure Messaging. For Non-Baylor Users Baylor Secure Messaging For Non-Baylor Users TABLE OF CONTENTS SECTION ONE: GETTING STARTED...4 Receiving a Secure Message for the First Time...4 Password Configuration...5 Logging into Baylor Secure Messaging...7

More information

At the top of the page there are links and sub-links which allow you to perform tasks or view information in different display options.

At the top of the page there are links and sub-links which allow you to perform tasks or view information in different display options. APPOINTMENTS TAB P r a c t i c e M a t e M a n u a l 38 OVERVIEW The Appointments Tab is used to set up appointments, reschedule or edit existing appointment information, check patients in and out, and

More information

MICROSOFT ACCESS 2007 BOOK 2

MICROSOFT ACCESS 2007 BOOK 2 MICROSOFT ACCESS 2007 BOOK 2 4.1 INTRODUCTION TO ACCESS FIRST ENCOUNTER WITH ACCESS 2007 P 205 Access is activated by means of Start, Programs, Microsoft Access or clicking on the icon. The window opened

More information

SonicWALL GMS Custom Reports

SonicWALL GMS Custom Reports SonicWALL GMS Custom Reports Document Scope This document describes how to configure and use the SonicWALL GMS 6.0 Custom Reports feature. This document contains the following sections: Feature Overview

More information

UF Health SharePoint 2010 Document Libraries

UF Health SharePoint 2010 Document Libraries UF Health SharePoint 2010 Document Libraries Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Last Updated 2/7/2014 SharePoint 2010 Document Libraries 1.5 Hours 1.0 Shared Network

More information

Sections and fields/table can be used in many different documents, so similar documents can share entire sections or fields/tables.

Sections and fields/table can be used in many different documents, so similar documents can share entire sections or fields/tables. 9.11 Customized Documents While Practice Perfect is preloaded with several Evaluation, Re-Evaluation and Discharge Reports, the ability exists for users to completely customize their own documents while

More information

Business Online Banking ACH Reference Guide

Business Online Banking ACH Reference Guide Business Online Banking ACH Reference Guide Creating an ACH Batch Select ACH Payments on the left-hand side of the screen. On the Database List screen, locate the Database to be processed, and place a

More information

Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro

Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro, to your M: drive. To do the second part of the prelab, you will need to have available a database from that folder. Creating a new

More information

Results CRM 2012 User Manual

Results CRM 2012 User Manual Results CRM 2012 User Manual A Guide to Using Results CRM Standard, Results CRM Plus, & Results CRM Business Suite Table of Contents Installation Instructions... 1 Single User & Evaluation Installation

More information

Instructions for Creating an Outlook E-mail Distribution List from an Excel File

Instructions for Creating an Outlook E-mail Distribution List from an Excel File Instructions for Creating an Outlook E-mail Distribution List from an Excel File 1.0 Importing Excel Data to an Outlook Distribution List 1.1 Create an Outlook Personal Folders File (.pst) Notes: 1) If

More information

SAS BI Dashboard 4.3. User's Guide. SAS Documentation

SAS BI Dashboard 4.3. User's Guide. SAS Documentation SAS BI Dashboard 4.3 User's Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2010. SAS BI Dashboard 4.3: User s Guide. Cary, NC: SAS Institute

More information

6 Managing Bank Accounts

6 Managing Bank Accounts 6 Managing Bank Accounts The Bank Account Screen allows you to add and maintain information for WinCruise bank accounts, including bank contact and account information, General Ledger accounts, checks,

More information

Crystal Reports Payroll Exercise

Crystal Reports Payroll Exercise Crystal Reports Payroll Exercise Objective This document provides step-by-step instructions on how to build a basic report on Crystal Reports XI on the MUNIS System supported by MAISD. The exercise will

More information

1. After clicking the Bill Pay tab, select the account from the drop-down list.

1. After clicking the Bill Pay tab, select the account from the drop-down list. Adding an Account 1. After clicking the Bill Pay tab, select the account from the drop-down list. 2. Review fee information (if applicable). 3. Select the starting digit for the Bill Pay check number.

More information

Learning Services IT Guide. Access 2013

Learning Services IT Guide. Access 2013 Learning Services IT Guide Access 2013 Microsoft Access is a programme which allows you to store a lot of information easily in the form of a database. For example you could create a database which stored

More information

E--Mail Archive Mail Ar User G u d ide

E--Mail Archive Mail Ar User G u d ide SCRIPT LOGIC E-Mail Archive User Guide E-MAIL ARCHIVE County E-mail is a public record. Alexander County is now Archiving all inbound and outbound e-mail. This has become necessary to comply with existing

More information

Creating and Using Links and Bookmarks in PDF Documents

Creating and Using Links and Bookmarks in PDF Documents Creating and Using Links and Bookmarks in PDF Documents After making a document into a PDF, there may be times when you will need to make links or bookmarks within that PDF to aid navigation through the

More information

How to Create User-Defined Fields and Tables

How to Create User-Defined Fields and Tables SAP Business One How-To Guide PUBLIC How to Create User-Defined Fields and Tables Applicable Release: SAP Business One 8.8 All Countries English July 2009 Table of Contents Creating User-Defined Fields

More information

Basics FLEETMATE. Getting Started The Main Window Filtering Data Using Your Mouse Windows and Buttons

Basics FLEETMATE. Getting Started The Main Window Filtering Data Using Your Mouse Windows and Buttons Basics Getting Started The Main Window Filtering Data Using Your Mouse Windows and Buttons Copyright SCB Consulting, LLC. All rights reserved. www.fleetmate.com Getting Started Welcome to FLEETMATE, Windows

More information

OSHA Injury Recordkeeping USER GUIDE

OSHA Injury Recordkeeping USER GUIDE USER GUIDE TOPIC PAGE Tool Bar 2 Tools Help OSHA Form 300 2 Log OSHA Form 300A 4 Summary OSHA Form 301 5 Incident Report OSHA-BLS Survey 6 Bureau of Labor Statistics Survey OSHA Injury Recordkeeping Guidelines

More information

Enterprise Reporting Advanced Web Intelligence Training. Enterprise Reporting Services

Enterprise Reporting Advanced Web Intelligence Training. Enterprise Reporting Services Enterprise Reporting Advanced Web Intelligence Training Enterprise Reporting Services Table of Contents Chapter Page 1 Overview 4 2 Web Intelligence Access 8 3 BI Launch Pad Navigation 12 4 Nested Query

More information

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

More information

IRA Pivot Table Review and Using Analyze to Modify Reports. For help, email Financial.Reports@dartmouth.edu

IRA Pivot Table Review and Using Analyze to Modify Reports. For help, email Financial.Reports@dartmouth.edu IRA Pivot Table Review and Using Analyze to Modify Reports 1 What is a Pivot Table? A pivot table takes rows of detailed data (such as the lines in a downloadable table) and summarizes them at a higher

More information

RCG Onyx Plus Quickstart. Quickstart Guide. www.rcgonyx.com

RCG Onyx Plus Quickstart. Quickstart Guide. www.rcgonyx.com RCG Onyx Plus Quickstart Quickstart Guide www.rcgonyx.com www.rcgonyx.com RCGOnyxInfo@RCGdirect.com Step #1 System Requirements Step #2 Installation Instructions Step #3 Platform Overview Additional Resources

More information

Business e-cash Manager Plus Commercial Loan

Business e-cash Manager Plus Commercial Loan Business e-cash Manager Plus Commercial Loan Welcome to the Business e-cash Manager Plus Commercial Loan Overview WebEx training. 1 Table of Contents i. Welcome Page ii. Prior Day Balance iii. Invoice

More information

ADP Workforce Now V3.0

ADP Workforce Now V3.0 ADP Workforce Now V3.0 Manual What s New Checks in and Custom ADP Reporting Grids V12 Instructor Handout Manual Guide V10171180230WFN3 V09171280269ADPR12 2011 2012 ADP, Inc. ADP s Trademarks The ADP Logo

More information

Optomate Training Compendium Appointment Book Page 2

Optomate Training Compendium Appointment Book Page 2 2. Appointment Book The Optomate Premier Series Appointment Book has been developed based on the Microsoft Outlook calendar. It offers a quick and easy method for finding and entering new appointments,

More information

Web Intelligence User Guide

Web Intelligence User Guide Web Intelligence User Guide Office of Financial Management - Enterprise Reporting Services 4/11/2011 Table of Contents Chapter 1 - Overview... 1 Purpose... 1 Chapter 2 Logon Procedure... 3 Web Intelligence

More information

Tabs3, PracticeMaster, and the pinwheel symbol ( trademarks of Software Technology, Inc. Portions copyright Microsoft Corporation

Tabs3, PracticeMaster, and the pinwheel symbol ( trademarks of Software Technology, Inc. Portions copyright Microsoft Corporation Tabs3 Trust Accounting Software Reseller/User Tutorial Version 16 for November 2011 Sample Data Copyright 1983-2013 Software Technology, Inc. 1621 Cushman Drive Lincoln, NE 68512 (402) 423-1440 http://www.tabs3.com

More information

X1 Professional Client

X1 Professional Client X1 Professional Client What Will X1 Do For Me? X1 instantly locates any word in any email message, attachment, file or Outlook contact on your PC. Most search applications require you to type a search,

More information

Microsoft Outlook 2010

Microsoft Outlook 2010 Microsoft Outlook 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Contents Microsoft Office Interface... 4 File Ribbon Tab... 5 Microsoft Office Quick Access Toolbar... 6 Appearance

More information

MS Word 2007. Microsoft Outlook 2010 Mailbox Maintenance

MS Word 2007. Microsoft Outlook 2010 Mailbox Maintenance MS Word 2007 Microsoft Outlook 2010 Mailbox Maintenance INTRODUCTION... 1 Understanding the MS Outlook Mailbox... 1 BASIC MAILBOX MAINTENANCE... 1 Mailbox Cleanup... 1 Check Your Mailbox Size... 1 AutoDelete

More information

Objectives. Understand databases Create a database Create a table in Datasheet view Create a table in Design view

Objectives. Understand databases Create a database Create a table in Datasheet view Create a table in Design view Creating a Database Objectives Understand databases Create a database Create a table in Datasheet view Create a table in Design view 2 Objectives Modify a table and set properties Enter data in a table

More information

INTERCALL ONLINE Administrator Invoices User Guide

INTERCALL ONLINE Administrator Invoices User Guide INTERCALL ONLINE Administrator Invoices User Guide Access your invoices online, set up new billing accounts and view or edit existing billing accounts. With InterCall Online, also monitor and analyze your

More information

Kuali Requisition Training

Kuali Requisition Training Kuali Requisition Training From the Kuali Main Menu, click Requisition to start the process of creating a requisition. This Guide covers the tabs that are needed to create a requisition. When creating

More information

Training Guide. Managing Your Staff in Employee Manager

Training Guide. Managing Your Staff in Employee Manager Training Guide Managing Your Staff in Employee Manager Managing Your Staff in Employee Manager Copyright 2014 TABLE OF CONTENTS Unit 1: Creating Default Shifts or Positions 4 Adding a Position 4 Establishing

More information

Payco, Inc. Evolution and Employee Portal. Payco Services, Inc.., 2013. 1 Home

Payco, Inc. Evolution and Employee Portal. Payco Services, Inc.., 2013. 1 Home Payco, Inc. Evolution and Employee Portal Payco Services, Inc.., 2013 1 Table of Contents Payco Services, Inc.., 2013 Table of Contents Installing Evolution... 4 Commonly Used Buttons... 5 Employee Information...

More information

Gateway2Travel Manual

Gateway2Travel Manual Gateway2Travel Manual Hotels Transfers www.gateway.be 1 Content GENERAL 3 1. USE 4 1.1 ACCESS... 4 1.2 START SCREEN... 4 1.3 INDIVIDUAL SETTINGS (PER PC)... 4 2. HOTELS 5 2.1 SELECTION SCREEN... 5 2.2

More information

Using Excel As A Database

Using Excel As A Database Using Excel As A Database Access is a great database application, but let s face it sometimes it s just a bit complicated! There are a lot of times when it would be nice to have some of the capabilities

More information

C-more Remote Access, Data Log, FTP File Transfer, and Email Tutorial

C-more Remote Access, Data Log, FTP File Transfer, and Email Tutorial C-more Remote Access, Data Log, FTP File Transfer, and Email Tutorial P a g e 2 Introduction: This script will walk you through the basic process of setting up the remote access, data logging, FTP file

More information

Excel Database Management Microsoft Excel 2003

Excel Database Management Microsoft Excel 2003 Excel Database Management Microsoft Reference Guide University Technology Services Computer Training Copyright Notice Copyright 2003 EBook Publishing. All rights reserved. No part of this publication may

More information

Online Scheduling Instructions

Online Scheduling Instructions Online Scheduling Instructions 1. First, you will need to create a user account. Go to: https://emsweb.ad.siu.edu/virtualems/ a. Click on My Account, then scroll down to create an account. b. Fill out

More information