The access form can be downloaded from the internet, Just follow the routing instructions.

Size: px
Start display at page:

Download "The access form can be downloaded from the internet, Just follow the routing instructions."

Transcription

1 1 -- General Information 1.1 Introduction 1.2 Uses and Limitations 1.3 Access Procedures 1.4 Help Resources 1.5 Refresh Schedule 2 -- Table Information 2.1 Table Structure 2.2 Individual Table Descriptions 2.3 Table Joins 2.4 Key Fields 2.5 Views 3 -- Column/Field Information 3.1 Introduction 3.2 Column/Field Definitions 3.3 Column/Field Cross Reference 4 -- Appendix 4.1 Indexes 4.2 Additional Documentation 1 -- General Information.1 Introduction DWRA contains billing data for items ordered through Research Animal Resources. Information in this subject area includes descriptions of items ordered, unit price, total cost and account number..2 Uses and Limitations All tables in the Data Warehouse environment, including those from the Research Animal Resources (DWRA) tables, are intended primarily for institutional planning and projections, and ad hoc reporting purposes. As such they are intended to complement existing production reports. The primary benefit of having data in such an environment is that customers have direct access to the data using state of the art software technology, with the capability to design and run their own reports as the need arises, with minimal cost and effort. 1.3 Access Procedures Research Animal Resources will authorize access to the DWRA data to customers upon receipt of the access request and non-disclosure form. Contact the Helpdesk at or Todd Goerke at (612) for more information. The access form can be downloaded from the internet, Just follow the routing instructions.

2 1.4 Help Resources Because a problem may be due to several factors, it is important to have a variety of resources to turn to in seeking a solution. The chart below lists the available resource units and the kinds of questions each one can handle. In some cases expertise overlaps, so a given answer could be obtained from more than one place. RESOURCE CONTACT TOPICS PHONE Todd Goerke (612) Table access, Table content, Data element definitions, Refresh information (RAR) SQL questions, Performance questions, Important news and updates about table loads and availability To Subscribe: IDEA Listserv (IDEA-L) IDEA Data Warehouse customers have an electronic forum for information sharing about IDEA, the data, the migration, table loads, query and reporting tools, tips, tricks, etc. If you would like to join the IDEA-L Listserv, please follow the steps below. TO SUBSCRIBE To subscribe to the IDEA-L listserv: Data Warehouse Listserv 1)Send an to LISTSERV@umn.edu 2)Leave the subject line blank. 3)Add the following text on the 1st line: SUBSCRIBE IDEA-L your full name Example: SUBSCRIBE IDEA-L John Doe TO SEND IDEA-L Listserv Mail Once you are a member, you may send mail to the listserv using this address: IDEA-L@umn.edu TO UNSUBSCRIBE To unsubscribe to the IDEA-L listserv: 1)Send an to LISTSERV@umn.edu 2)Leave the subject line blank. 3)Add the following text on the 1st line: SIGNOFF IDEA-L Example: SIGNOFF IDEA-L Database access, Refresh information, Client/Server environment, Oracle questions, SQL (612) Help Desk Questions, Response time problems, IDEA Web Page questions, Log in questions/problems, Microcomputer software questions, Network questions (1-HELP).5 Refresh Schedule

3 The table in DWRA is loaded directly from the source twice a month, on the 10th and 25th. Note: The tables can be updated daily for changes Table Information 2.1 Table Structure The Data Warehouse at the University of Minnesota uses a relational database management system (Oracle). In relational data base systems, data are organized into tables of rows and columns. The tables are like files; they contain data with a common "theme". The rows of a table are like records within the file. Each column is like a data field, and represents an element that is common across the rows (records) of a table. 2.2 Individual Table Descriptions DWRA_ITEM This table contains detailed billing data for items ordered through Research Animal Resources. Information in the table includes descriptions of items ordered, unit price, total cost and account number. September 17, 2001, is the data start date for this table. New records are appended twice a month. # COLUMN NAME COLUMN_DESCR TYPE/SIZE TABLE SOURCE COLUMN SOURCE 1 protocol_number Protocol Number C(16) static file wf-bill-stock-id 2 item_description Item Description C(60) static file wf-bill-descr + wf-bill-descr2 3 quantity_shipped Quantity Shipped N(5.0) static file wf-bill-fill-qty 4 unit Unit C(6) static file wf-bill-unit-meas 5 unit_cost Unit Cost N(9.2) static file wf-bill-unit-price 6 ext_amt Extended Amount N(9.2) static file wp_bill_amount 7 trans_cd Transaction Code C(2) static file hardcoded 8 trans_no Transaction Number C(11) static file wf-bill-document-id 9 cust_nbr Customer Number C(6) static file wf-bill-cust 10 area Area C(3) static file wf-bill-area 11 org Organization C(4) static file wf-bill-org 12 suborg Sub org C(2) static file wf-bill-suborg 13 obj Object C(4) static file wf-bill-obj 14 subobj Sub Object C(2) static file wf-bill-subobj 15 order_nbr Order Number C(8) static file wf-bill-ordr-nbr 16 order_date Order Date D(7) static file wf-bill-order-date 17 billing_date Billing Date D(7) static file wf-bill-document-date 18 lcdate Load/Correction Date C(11) calculated calculated 19 acctg_pd Accounting Period C(2) dwfs_tran acctg_pd

4 20 fisc_yr Fiscal Year C(4) dwfs_tran fisc_yr 21 unq_key Unique Key N(22) system assigned system assigned.3 Table Joins First Table Linking Field Linking Field Second Table trans_cd trans_cd dwfs_tran trans_no trans_no dwfs_tran trans_cd trans_cd dwfs_tran_hist trans_no trans_no dwfs_tran_hist 2.4 Key Fields Table Name DWRA_ITEM Key Fields 2.5 Views There are no views Column/Field Information 3.1 Introduction This section describes the specific data elements or fields in the DWRA tables. Section 3.2 is a dictionary listing of all the elements (columns or fields) in alphabetic order. Included are full and short column names, column definitions, type, size, and some code definitions. It is intended to help users select and interpret DWRA data. Section 3.3 is a cross reference associating column names with the tables in which they occur. 3.2 Column/Field Definitions ACCTG_PD Accounting PeriodC2 The period to which accounting transactions apply. Values include: 01 = July 02 = August 03 = September 04 = October 05 = November 06 = December 07 = January 08 = February 09 = March 10 = April 11 = May 12 = June 13> = Closing Periods AREA AreaC3

5 DWFS/DWRA/DWUS: An area denotes the lowest unit of fiscal responsibility. It identifies a particular unit or department within a College or school. Generally, each department or unit has just one Area code. DWPY: An area denotes the lowest unit of fiscal responsibility. It identifies a particular unit or department within a college or school. Generally, each department or unit has just one area code. Setup table: ps_area_tbl (not a PS table, this is a DW created table) To see examples of area for your department, run this query: SELECT fisc_yr, area, area_name30, area_class, area_cls_name30 FROM ps_area_tbl WHERE fisc_yr = '2003' AND area='xxx' Replace the XXX with your area. The ps_area_tbl currently contains fiscal years 1993 to DWSP:Each Area code corresponds to a department or unit. ps_dwsp_room A four character CUFS ID. Area indicates the occupant (department) of all or a portion of the room at the Area level of the CUFS hierarchy. To see a list of areas for space data, run this query: SELECT area, area_name FROM ps_dwsp_cufs ORDER BY area BILLING_DATE Date the data was loaded into the table. CUST_NBR Billing DateD7 Customer NumberC5 Identification number assigned to the customer by University Stores. EXT_AMT Extended AmountN11.2 The total amount for a commodity line, calculated as quantity multiplied by unit cost. FISC_YR Fiscal YearC4 The four character fiscal year, which is any 12-month period for which institution monitors its annual accountability. At the University, this period is July 1? June 30. DWFS and DWRA: A year of business activity. At the University, the fiscal year begins July 1 and ends on June 30. Fiscal years are associated with all general ledger accounting and budget transactions. In many cases, the accounting and budget fiscal years are the same (see bud_fy), except for the size of the field and this data element is the accounting fiscal year. ps_dwy_dist: The fiscal year tied to the cufs_acct_cd. ps_dwpy_vac_sick: The fiscal year tied to the vacation sick record. ITEM_DESCRIPTION Description of the item purchased. LCDATE Item DescriptionC30 Load/Correction DateC11 : The date that the table was loaded from ADM (first and 16th of the month, indicated by lxx/xx/20xx), or loaded from the temp table with corrections from Research Animal Resources (daily, indicated by cxx/xx/20xx). dwus_item: The date that the table was loaded from ADM (first and 16th of the month, indicated by lxx/xx/20xx), or loaded from the temp table with corrections from University Stores (daily, indicated by cxx/xx/20xx). OBJ ObjectC4 An object code identifies the type of expenditure. Object codes are four characters long. For example, there are separate object codes for academic salaries, general operating supplies, and equipment. ORDER_DATE Order DateD7

6 : Date the order was placed with Research Animal Resources. dwus_item: Date the order was placed with University Stores. ORDER_NBR Order NumberC8 Number assigned to the order by University Stores. ORG OrganizationC4 DWFS/DWRA/DWUS: The lowest level of budgetary responsibility and accountability within an area. An organization, when combined with its fund and area, can be thought of as a pool of resources for which an individual or group or program is responsible. An org is not unique until combined with an area. PROTOCOL_NUMBER Protocol NumberC16 QUANTITY_SHIPPED The number of items shipped. SUBOBJ Quantity ShippedN5 Sub ObjectC2 A more detailed description of an expenditure. A sub-object with its related object is required on every accounting transaction. SUBORG Sub orgc2 User defined divisions within an organization. TRANS_CD Transaction CodeC2 The code which identifies the transaction. For example, EB = Expense Budget, PV = Payment Voucher. NOTE: Only the first two letters of a 3-letter transaction code will appear on the table. ie. PVA will appear as PV, POT will appear as PO. TRANS_NO Transaction NumberC11 DWFS: The number assigned to a document. The first three characters should identify the area originating the document. DWPY: This is the CUFS transaction number. The transactions are all journal vouchers. DWRA: The number assigned to a document. The first three characters will usually be 'RAR' indicating the transaction went through Research Animal Resources. DWUS: The number assigned to a document. The first three characters will usually be 'STR' indicating the transaction went through the University Stores. UNIT UnitC4 The user defined code for abbreviating a standard unit of measure. UNIT_COST Unit CostN9.3 The unit cost of the goods purchased, from the purchase order document. UNQ_KEY Unique KeyN A sequentially assigned number that makes each row in this table unique. 3.3 Column/Field Cross Reference Column Name acctg_pd area billing_date cust_nbr ext_amt fisc_yr item_description lcdate obj order_date Table Name

7 order_nbr org protocol_number quantity_shipped subobj suborg trans_cd trans_no unit unit_cost unq_key -- Appendix.1 Indexes Table Name Index Column Name DWRA_ITEM DWRA_ITEM_BX7 FISC_YR DWRA_ITEM DWRA_ITEM_X1 TRANS_CD DWRA_ITEM DWRA_ITEM_X2 TRANS_NO DWRA_ITEM DWRA_ITEM_X3 AREA DWRA_ITEM DWRA_ITEM_X4 ORG DWRA_ITEM DWRA_ITEM_X5 OBJ DWRA_ITEM DWRA_ITEM_X6 SUBOBJ.2 Additional Documentation Data Warehouse Home Page: OIT Data Security: OIT Policies, Standards, and Guidelines: Training Services Home Page:

Managing Encumbrances 9_2

Managing Encumbrances 9_2 Version Date: April 2016 COPYRIGHT & TRADEMARKS Copyright 1998, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other

More information

FINANCE MANAGER. Accounting Manual Finance Manager.

FINANCE MANAGER. Accounting Manual Finance Manager. FINANCE MANAGER Accounting Manual 2010 Finance Manager Accounting Setup - Table of Contents Start Page... 1 Setup Which Files Should Be Completed First?... S-1 Items... S-2 Item Categories... S-7 Unit

More information

Analysis/Intelligence: Data Model - Configuration

Analysis/Intelligence: Data Model - Configuration Analysis/Intelligence: Data Model - Configuration User Guide Table of Contents Data Model - Configuration... 1 Section 1: Folder Expense Types & Categories, Payment Types... 1 Expense Types & Categories,

More information

Special Education Room and Board Reimbursement Claim User Guide

Special Education Room and Board Reimbursement Claim User Guide Special Education Room and Board Reimbursement Claim User Guide OVERVIEW The Special Education Room and Board Reimbursement Claim system accessed through the Illinois State Board of Education s (ISBE)

More information

These materials may not be reproduced in whole or in part without the express written permission of The University of Akron.

These materials may not be reproduced in whole or in part without the express written permission of The University of Akron. Table of Contents Chapter 1 : Overview...1-1 Chapter 2 : Definitions...2-1 ChartFields...2-1 Accounting and Budget Periods...2-3 Budgetary Control...2-3 Chapter 3 : Sign In and Sign Out...3-1 Sign In to

More information

Peoplesoft Financial Reports and the data warehouse

Peoplesoft Financial Reports and the data warehouse Peoplesoft Financial Reports and the data warehouse A Training Guide http://go.tufts.edu/finportal Finance Division Updated June 2015 -1- Tips to Remember! If typing deptids in lieu of selecting from

More information

Table of Contents. OTC End-of-Month Local Revenue Disbursements Balt City DC

Table of Contents. OTC End-of-Month Local Revenue Disbursements Balt City DC Table of Contents PROCESSING LOCAL REVENUE DISBURSEMENTS... 2 STEP 1: Verify Data... 2 STEP 2: Create Local Revenue Bills... 3 STEP 3: Run the Billing Interface... 5 STEP 4: Run Disbursement Reports...

More information

Introduction to Advantage

Introduction to Advantage Introduction to Advantage Distributed by Financial Services Arizona State University May 2006 Contents Getting Started on Advantage... 1 Introduction to the Custom Desktop... 3 The Business Functions Window...4

More information

Computer Grade 5. Unit: 1, 2 & 3 Total Periods 38 Lab 10 Months: April and May

Computer Grade 5. Unit: 1, 2 & 3 Total Periods 38 Lab 10 Months: April and May Computer Grade 5 1 st Term Unit: 1, 2 & 3 Total Periods 38 Lab 10 Months: April and May Summer Vacation: June, July and August 1 st & 2 nd week Day 1 Day 2 Day 3 Day 4 Day 5 Day 6 First term (April) Week

More information

Banner Gateway Billing

Banner Gateway Billing Gateway Banner Gateway Billing The Banner Finance Transaction Gateway System (Gateway) allows departments to submit files and spreadsheets of accounting transactions to Banner Finance for posting. Please

More information

BillQuick 2011 Update Log

BillQuick 2011 Update Log BillQuick 2011 Update Log List of Items addressed in release 12.0.68 August 27, 2012 1. In Expense Log screen, View By Project mode, the Project drop-down would allow us to enter project Ids that were

More information

These materials may not be reproduced in whole or in part without the express written permission of The University of Akron.

These materials may not be reproduced in whole or in part without the express written permission of The University of Akron. Table of Contents Chapter 1 : Course Objectives...1-1 Chapter 2 : PeopleSoft Financials at...2-1 Database Terms...2-1 PeopleSoft Modules...2-2 Obtaining Security to Access PeopleSoft Financials Records...2-3

More information

Salary and Planning Distribution (SPD) Ad-Hoc Reporting Tool

Salary and Planning Distribution (SPD) Ad-Hoc Reporting Tool Salary and Planning Distribution (SPD) Ad-Hoc Reporting Tool Georgia Institute of Technology HRMS Systems Training Getting Started Navigation: Go to the GA Tech Home Page (WWW.GATECH.EDU) Click on Faculty

More information

DESK REFERENCE. Decision Support Only User Gaining DSOnly access and the basics of using Decision Support. Purpose

DESK REFERENCE. Decision Support Only User Gaining DSOnly access and the basics of using Decision Support. Purpose DESK REFERENCE Decision Support Only User Gaining DSOnly access and the basics of using Decision Support. A Decision Purpose Support (DS) provides the ability to grant limited access to faculty and staff

More information

Financial Data Warehouse Training Guide. From the SCS homepage (www.scs.nevada.edu), click on Financial Data Warehouse.

Financial Data Warehouse Training Guide. From the SCS homepage (www.scs.nevada.edu), click on Financial Data Warehouse. From the SCS homepage (www.scs.nevada.edu), click on Financial Data Warehouse. Last Updated: 5/06/2014 Page 1 of 36 On the Sign-On page, enter your Advantage mainframe user ID in the User Name field. Enter

More information

Web-based Illinois Nutrition System (WINS) Claim Instruction Manual. Illinois State Board of Education Funding & Disbursement Services

Web-based Illinois Nutrition System (WINS) Claim Instruction Manual. Illinois State Board of Education Funding & Disbursement Services Web-based Illinois Nutrition System (WINS) Claim Instruction Manual Illinois State Board of Education Funding & Disbursement Services October 2012 Introduction Applications and claims for the school based

More information

WINGS Express Finance Step-by-Step Guide to Viewing Docs

WINGS Express Finance Step-by-Step Guide to Viewing Docs WINGS Express Finance Step-by-Step Guide to Viewing Docs The View Document screen allows you to view documents and see their approval history. The View Documents page is accessible from the View Document

More information

NOTE: You may see an Adjusting Period 998. It is not used in Local Council Systems. Fiscal Software User s Guide, BSA

NOTE: You may see an Adjusting Period 998. It is not used in Local Council Systems. Fiscal Software User s Guide, BSA Section 5 General Ledger This Section Includes: 5.1 Accounting Periods 5.2 Ledgers 5.3 Open and Closed Periods 5.3.1 Processing a Period Close or Opening a Period 5.4 Creating Journals 5.4.1 General Journals

More information

Example. Section: PS 709 Examples of Calculations of Reduced Hours of Work Last Revised: February 2017 Last Reviewed: February 2017 Next Review:

Example. Section: PS 709 Examples of Calculations of Reduced Hours of Work Last Revised: February 2017 Last Reviewed: February 2017 Next Review: Following are three examples of calculations for MCP employees (undefined hours of work) and three examples for MCP office employees. Examples use the data from the table below. For your calculations use

More information

Sage General Ledger User's Guide. May 2017

Sage General Ledger User's Guide. May 2017 Sage 300 2018 General Ledger User's Guide May 2017 This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service

More information

Michigan Tech University Banner Finance Self-Service User Guide. Revised 1/11/17

Michigan Tech University Banner Finance Self-Service User Guide. Revised 1/11/17 Michigan Tech University Banner Finance Self-Service User Guide Revised 1/11/17 TABLE OF CONTENTS Chart Terminology... 3 MTU Fiscal Year... 3 Web Resource Banner and Reporting... 3 Reports Listing your

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Site Access Where do I go to access the online store? Access to the official PartyLite Business Supplies website is offered in two ways. First, Consultants can access the storefront

More information

Introduction to WISDM/WISER

Introduction to WISDM/WISER Accounting Services 1 Introduction to WISDM/WISER Last Updated: December, 2014 Objective 2 WISDM/WISER Features Shared Financial Systems Overview Basic Accounting Terminology Used at UW System Navigation

More information

User Documentation for School Activity Funds Accounting

User Documentation for School Activity Funds Accounting User Documentation for School Activity Funds Accounting By: Applied Business Services, Inc. 800 S. Frederick Avenue, Suite 101 Gaithersburg, MD 20877 1-800-451-7447 ext. 130 www.appliedbusinessservices.com

More information

CSE 115. Introduction to Computer Science I

CSE 115. Introduction to Computer Science I CSE 115 Introduction to Computer Science I Road map Review Exercises from last time Reading csv files exercise File reading A b i t o f t e x t \n o n s e v e r a l l i n e s \n A text file is a sequence

More information

Marketing Opportunities

Marketing Opportunities Email Marketing Opportunities Write the important dates and special events for your organization in the spaces below. You can use these entries to plan out your email marketing for the year. January February

More information

LEGISLATIVE BUDGET BOARD. ABEST/USAS Reconciliation Reporting

LEGISLATIVE BUDGET BOARD. ABEST/USAS Reconciliation Reporting LEGISLATIVE BUDGET BOARD ABEST/USAS Reconciliation Reporting Instructions for State Agencies and Institutions LEGISLATIVE BUDGET BOARD JANUARY 2017 Table of Contents Document Conventions... 2 Getting Started...

More information

Highline Excel 2016 Class 09: Date Functions

Highline Excel 2016 Class 09: Date Functions Highline Excel 2016 Class 09: Date Functions Table of Contents Date Functions... 2 Examples of EOMONTH, EDATE and DATE functions:... 2 Fiscal Year... 3 Example of Data Set with Date Helper Columns, including

More information

hereby recognizes that Timotej Verbovsek has successfully completed the web course 3D Analysis of Surfaces and Features Using ArcGIS 10

hereby recognizes that Timotej Verbovsek has successfully completed the web course 3D Analysis of Surfaces and Features Using ArcGIS 10 3D Analysis of Surfaces and Features Using ArcGIS 10 Completed on September 5, 2012 3D Visualization Techniques Using ArcGIS 10 Completed on November 19, 2011 Basics of Map Projections (for ArcGIS 10)

More information

1. From the Tyler Menu, go to Financials>Purchasing>Purchase Order Processing> Requisitions (i.e. click on requisitions)

1. From the Tyler Menu, go to Financials>Purchasing>Purchase Order Processing> Requisitions (i.e. click on requisitions) TO REQUEST A PURCHASE ORDER 1. From the Tyler Menu, go to Financials>Purchasing>Purchase Order Processing> Requisitions (i.e. click on requisitions) 2. The following screen will appear. Click New. The

More information

Interim Report Technical Support for Integrated Library Systems Comparison of Open Source and Proprietary Software

Interim Report Technical Support for Integrated Library Systems Comparison of Open Source and Proprietary Software Interim Report Technical Support for Integrated Library Systems Comparison of Open Source and Proprietary Software Vandana Singh Assistant Professor, School of Information Science, University of Tennessee,

More information

Use the orange/blue FRS Tip sheet to find commonly asked questions, login/logoff procedures, screen numbers for commonly used screens and lots more!

Use the orange/blue FRS Tip sheet to find commonly asked questions, login/logoff procedures, screen numbers for commonly used screens and lots more! FRS Tips When logging out of FRS, make sure you type in SO at the Screen: prompt. If you just click on the X in the upper right corner you are not breaking your connection to the mainframe. If you do not

More information

PeopleSoft (9.1): Journals and Internal Funds Transfer (IFT)

PeopleSoft (9.1): Journals and Internal Funds Transfer (IFT) Financial Services Training Guide PeopleSoft (9.1): Journals and Internal Funds Transfer (IFT) Page 1 Table of Contents 1 Journals: an overview... 3 1.1. What is a journal?... 3 1.2. Journal types/sources...

More information

Key-School Budget User Meeting October 26, 2018 Daleville, IN Presented by : Joy Watson

Key-School Budget User Meeting October 26, 2018 Daleville, IN Presented by : Joy Watson Key-School Budget User Meeting October 26, 2018 Daleville, IN Presented by : Joy Watson Keystone Software Systems Inc 9401 Innovation Drive, Suite 400 P O Box 669 Daleville IN 47334-0669 Key School Budget

More information

e-forms for Submitters

e-forms for Submitters e-forms for Submitters ARTS & SCIENCES FINANCE CENTER FEBRUARY 2015 Version 1.4 2 Topics e-forms Overview Submission Options Rollout Plan Notifications Access & System Requirements e-form Status Process

More information

FINANCE SELF-SERVICE

FINANCE SELF-SERVICE FINANCE SELF-SERVICE Banner Finance Self-Service Confidential Business Information This documentation is proprietary information of SunGard SCT and New Mexico State University (NMSU) and is not to be copied,

More information

9.2 Financials Delta Session. February 2017 General Ledger - Accounts Receivable - Billing

9.2 Financials Delta Session. February 2017 General Ledger - Accounts Receivable - Billing 9.2 Financials Delta Session February 2017 General Ledger - Accounts Receivable - Billing Agenda O Introduction O Timeline O New Functionality O WorkCenters O General Ledger O Accounts Receivable O Billing

More information

SSIS Software Specification. Chart of Accounts

SSIS Software Specification. Chart of Accounts SSIS Software Specification Chart of Accounts Prepared By: Jayson Carrigan Project Manager: Kate Stolpman Last Updated: June 17, 2008 Change Sheet Revision Description Date Original Reviewed by Product

More information

Scheduled Base Rental Revenue 919, , , ,027 1,013,613 1,038,875 1,064,831 1,091, ,637 1,099,323 1,132,302 1,166,272

Scheduled Base Rental Revenue 919, , , ,027 1,013,613 1,038,875 1,064,831 1,091, ,637 1,099,323 1,132,302 1,166,272 Time : 10:30 am Page : 1 Schedule Of Prospective Cash Flow In Inflated Dollars for the Fiscal Year Beginning 9/1/2010 Potential Gross Revenue Base Rental Revenue $919,148 $941,812 $965,099 $989,027 $1,013,613

More information

OSR Reporting Series. OSR Payments Report

OSR Reporting Series. OSR Payments Report OSR Reporting Series OSR Payments Report Webinar logistics and materials Scheduled for 60 minutes The audio is one-way. Use the chat window to type your questions. We will answer questions at the end This

More information

1. Access the Journal Entry Form via University Forms and Documents.

1. Access the Journal Entry Form via University Forms and Documents. Creating and Submitting a Journal Entry Purpose: Journal Entries may be completed to make corrections to posted expenses to include payroll, p-card, expense reports, purchase requisitions, and local funding

More information

Workshops. 1. SIGMM Workshop on Social Media. 2. ACM Workshop on Multimedia and Security

Workshops. 1. SIGMM Workshop on Social Media. 2. ACM Workshop on Multimedia and Security 1. SIGMM Workshop on Social Media SIGMM Workshop on Social Media is a workshop in conjunction with ACM Multimedia 2009. With the growing of user-centric multimedia applications in the recent years, this

More information

Client Services Procedure Manual

Client Services Procedure Manual Procedure: 85.00 Subject: Administration and Promotion of the Health and Safety Learning Series The Health and Safety Learning Series is a program designed and delivered by staff at WorkplaceNL to increase

More information

COPYRIGHT & TRADEMARKS

COPYRIGHT & TRADEMARKS COPYRIGHT & TRADEMARKS Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks

More information

Published: December 15, 2016 Revised: December 15, 2016

Published: December 15, 2016 Revised: December 15, 2016 Market Participant Guide: SPP 2017 Congestion Hedging Published: December 15, 2016 Revised: December 15, 2016 Revision History Chart Version Revised By Description of Modifications Revision Date 1.0 Congestion

More information

VTC FY19 CO-OP GOOGLE QUALIFICATIONS PARAMETERS & REIMBURSEMENT DOCUMENTATION HOW-TO

VTC FY19 CO-OP GOOGLE QUALIFICATIONS PARAMETERS & REIMBURSEMENT DOCUMENTATION HOW-TO VTC FY19 CO-OP GOOGLE QUALIFICATIONS PARAMETERS & REIMBURSEMENT DOCUMENTATION HOW-TO 1 TABLE OF CONTENTS 01 CO-OP QUALIFICATIONS 02 REQUIRED DOCUMENTATION 03 REPORTING HOW-TO 04 REIMBURSEMENT PROCESS 2

More information

Expense: Ledgers. Setup Guide. Last Revised: June Applies to these SAP Concur solutions:

Expense: Ledgers. Setup Guide. Last Revised: June Applies to these SAP Concur solutions: Expense: Ledgers Setup Guide Applies to these SAP Concur solutions: Expense Professional/Premium edition Standard edition Travel Professional/Premium edition Standard edition Invoice Professional/Premium

More information

Orientation to. the Data Warehouse. IT Orientation April 3, 2013

Orientation to. the Data Warehouse. IT Orientation April 3, 2013 Orientation to. the Data Warehouse What is Data Administration? The Office of Data Administration manages data as a valuable University asset so members of the Penn community have the information they

More information

Published: December 15, 2017 Revised: December 15, 2017

Published: December 15, 2017 Revised: December 15, 2017 Market Participant Guide: SPP 2018 Congestion Hedging Published: December 15, 2017 Revised: December 15, 2017 Revision History Chart Version Revised By Description of Modifications Revision Date 1.0 Congestion

More information

Lesson 1: Creating a Worksheet and a Chart Microsoft Excel 2016 IN THIS CHAPTER, YOU WILL LEARN HOW TO

Lesson 1: Creating a Worksheet and a Chart Microsoft Excel 2016 IN THIS CHAPTER, YOU WILL LEARN HOW TO Lesson 1: Creating a Worksheet and a Chart Microsoft Excel 2016 IN THIS CHAPTER, YOU WILL LEARN HOW TO Describe the Excel worksheet Enter text and numbers Use the Sum button to sum a range of cells Enter

More information

eproviderplus IEPPLUS 4.3 Rebranding Removed "PLUS 360" and "a PLUS 360 Application" text from the IEPPLUS 4.3 page header banner.

eproviderplus IEPPLUS 4.3 Rebranding Removed PLUS 360 and a PLUS 360 Application text from the IEPPLUS 4.3 page header banner. Agency Release Notes eproviderplus PowerSchool Best Practices - Many IEPPLUS updates bring Form (e.g. IEP) changes to our Users - some major, some minor. To be sure that your District maintains a proper

More information

Bank Reconciliation Release 2015

Bank Reconciliation Release 2015 Bank Reconciliation Release 2015 Disclaimer This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references, may change without notice.

More information

Banner Procurement Training

Banner Procurement Training Banner Procurement Training Requisitions Self Service 7.1 Finance Module Release Date: January 1, 2007 1 Table of Contents Special Notes on Self Service Requisitions..3 Entering a Requisition..4 Adding

More information

CHAPTER 7 HOW TO FIND YOUR ACCOUNT NUMBERS, AND WHAT THE NUMBERS MEAN

CHAPTER 7 HOW TO FIND YOUR ACCOUNT NUMBERS, AND WHAT THE NUMBERS MEAN CHAPTER 7 HOW TO FIND YOUR ACCOUNT NUMBERS, AND WHAT THE NUMBERS MEAN Enter ACBL (GL Account Balance Inquiry) in the mnemonic box and click Go or hit . ACBL is the screen you use to look up on-line

More information

SCO Audit Tales. Chapter I. California State University, Sacramento

SCO Audit Tales. Chapter I. California State University, Sacramento SCO Audit Tales Chapter I California State University, Sacramento Agenda Timeline as 1 st Campus Preparation Defining Parameters Audit Team Areas of SCO Interest Areas of Campus Concern Current Status

More information

These instructions allow you to create a payment or credit memo for a Vendor (payee) with one invoice or credit memo, using Document Level Accounting.

These instructions allow you to create a payment or credit memo for a Vendor (payee) with one invoice or credit memo, using Document Level Accounting. These instructions allow you to create a payment or credit memo for a Vendor (payee) with one invoice or credit memo, using Document Level Accounting. Document Level accounting can be used when the FOAPAL(s)

More information

MS PowerPoint Module 2

MS PowerPoint Module 2 MS PowerPoint Module 2 Revised 1/1/17 Table of Contents Table of Contents... 2 Topics... 3 Exercises... 3 Objectives... 3 Clip Art... 4 New Slide... 6 Exercise 2A - Add ClipArt to a Slide... 10 5. Do not

More information

SCO Audit Tales. Chapter II Sonoma State University

SCO Audit Tales. Chapter II Sonoma State University SCO Audit Tales Chapter II Sonoma State University Agenda Why?? Timeline Scope Preparation Defining Parameters Audit Team Areas of SCO Interest Areas of Campus Concern Current Status Lessons Learned Why??

More information

WISDM. User s Manual. Contacts: General Ledger Access/Password/New Accounts or )

WISDM. User s Manual. Contacts: General Ledger Access/Password/New Accounts or ) WISDM User s Manual Contacts: General Ledger Access/Password/New Accounts (generalledger@uwplatt.edu or 342 1346) Bobbie Post Reports/Queries/Transactions (postbo@uwplatt.edu or 342 1346) https://wisdm2.doit.wisc.edu/wisdm2

More information

Freedom of Information Act 2000 reference number RFI

Freedom of Information Act 2000 reference number RFI P. Norris By email to: xxxxxxxxxxxxxxxxxxxxxx@xxxxxxxxxxxxxx.xxm 02 November 2011 Dear P. Norris Freedom of Information Act 2000 reference number RFI20111218 Thank you for your request under the Freedom

More information

COMPUTER TRAINING CENTER

COMPUTER TRAINING CENTER Excel 2007 Introduction to Spreadsheets COMPUTER TRAINING CENTER 1515 SW 10 th Avenue Topeka KS 66604-1374 785.580.4606 class@tscpl.org www.tscpl.org Excel 2007 Introduction 1 Office button Quick Access

More information

The TxEIS How To Guide Series. TxEIS Finance. How to: SET UP FINANCE. Developed by the TEXAS COMPUTER COOPERATIVE

The TxEIS How To Guide Series. TxEIS Finance. How to: SET UP FINANCE. Developed by the TEXAS COMPUTER COOPERATIVE The TxEIS How To Guide Series TxEIS Finance How to: SET UP FINANCE Developed by the TEXAS COMPUTER COOPERATIVE Copyright 2015 by Texas Computer Cooperative All rights reserved 1314 Hines Avenue San Antonio,

More information

KFS Training Manual Purchasing Basics

KFS Training Manual Purchasing Basics KFS Training Manual Purchasing Basics Table of Contents University of Maryland Objectives... v Resources... v Kuali Financial Systems... 1 Creating a Requisition... 1 Exercise One: Create a Requisition...

More information

BERMUDA REGULATORY AUTHORITY (NUMBERING PORTABILITY) GENERAL DETERMINATION 2014 BR 8 / 2014

BERMUDA REGULATORY AUTHORITY (NUMBERING PORTABILITY) GENERAL DETERMINATION 2014 BR 8 / 2014 QUO FA T A F U E R N T BERMUDA REGULATORY AUTHORITY (NUMBERING PORTABILITY) GENERAL BR 8 / 2014 The Regulatory Authority, in exercise of the power conferred by section 62 of the Regulatory Authority Act

More information

SCT BANNER SYSTEM. In order to log into the system you will need a MSU Banner ID, User password and access to the Internet.

SCT BANNER SYSTEM. In order to log into the system you will need a MSU Banner ID, User password and access to the Internet. SCT BANNER SYSTEM BANNER INTRODUCTION: Banner is a suite of products that is replacing what we know as the SCT Plus system. These products access a common database so that information can be shared across

More information

The TxEIS How To Guide Series. Business. How to: CLOSE END OF FISCAL YEAR. Developed by the TEXAS COMPUTER COOPERATIVE

The TxEIS How To Guide Series. Business. How to: CLOSE END OF FISCAL YEAR. Developed by the TEXAS COMPUTER COOPERATIVE The TxEIS How To Guide Series Business How to: CLOSE END OF FISCAL YEAR Developed by the TEXAS COMPUTER COOPERATIVE Copyright 2016 by Texas Computer Cooperative All rights reserved 1314 Hines Avenue San

More information

FLAC- PEPFLAC. A guide for the extraction of assignments from SIAASGN to Self-Service Banner (SSB) FLAC on SeaNet

FLAC- PEPFLAC. A guide for the extraction of assignments from SIAASGN to Self-Service Banner (SSB) FLAC on SeaNet FLAC- PEPFLAC A guide for the extraction of assignments from SIAASGN to Self-Service Banner (SSB) FLAC on SeaNet These are general FLAC instructions for all of UNCW. Your unit s instruction may differ

More information

Family Tree Maker Articles

Family Tree Maker Articles Family Tree Maker Articles Year Month Title 1998 March First Column, Tips 1998 April Merging 1998 May Sources 1998 June Scrapbooks 1998 July Shortcuts and the INI File 1998 August Family Tree Maker, Version

More information

UNIVERSITY CONTROLLER OFFICE STANDARD OPERATING PROCEDURES

UNIVERSITY CONTROLLER OFFICE STANDARD OPERATING PROCEDURES UNIVERSITY CONTROLLER OFFICE STANDARD OPERATING PROCEDURES ACCOUNTING FOR EDUCATIONAL OPPORTUNITY FUND March 15, 2019 Table of Contents 1. Overview of Educational Opportunity Fund 2. Purpose of EOF Procedure

More information

KFS Training Manual KFS Chart of Accounts

KFS Training Manual KFS Chart of Accounts KFS Training Manual KFS Chart of Accounts Table of Contents University of Maryland Objectives... 1 Resources... 1 Kuali Financial Systems... 3 Chart of Accounts... 3 Searching for Accounts... 3 Exercise

More information

American Antiquarian Society. Manuscript Collections. Tileston and Hollingsworth, Papers, Oversize mss. boxes "T"

American Antiquarian Society. Manuscript Collections. Tileston and Hollingsworth, Papers, Oversize mss. boxes T American Antiquarian Society Manuscript Collections NAME OF COLLECTION: Tileston and Hollingsworth, Papers, 1755-1963 LOCATION: Stacks Oversize mss. boxes "T" SIZE OF COLLECTION: 18 manuscript boxes; 4

More information

Module Two: Clip Art and Tables

Module Two: Clip Art and Tables Module Two: Clip Art and Tables Graphic elements are added to the slides to support the information you are sharing and they also make the presentation more interesting for the audience. In this module

More information

Student Activity Fund Year End FY18 Close SchoolBooks Process PREPARATION

Student Activity Fund Year End FY18 Close SchoolBooks Process PREPARATION Below are the process steps for closing out FY1718 in SchoolBooks. The process will prompt you to verify the SAF accounts and that all entries are finished in their processing (i.e. nothing is left pending

More information

COLLEGE STATION INDEPENDENT SCHOOL DISTRICT

COLLEGE STATION INDEPENDENT SCHOOL DISTRICT Follow the steps below to save an efinance icon as a favorite Once the selected window is open Click the star with the + symbol Another window will open called Add to Favorites The Name can be changed

More information

PCGENESIS PAYROLL SYSTEM OPERATIONS GUIDE

PCGENESIS PAYROLL SYSTEM OPERATIONS GUIDE PCGENESIS PAYROLL SYSTEM OPERATIONS GUIDE 1/12/2018 Section I: Special Functions [Topic 3: Tax Tables/Withholding/Control Information Processing, V2.34] Revision History Date Version Description Author

More information

Viewing Financials STATE Training Guide v9.0

Viewing Financials STATE Training Guide v9.0 Viewing Financials STATE Training Guide v9.0 Last Revised: 03/15/11 Anabel Escamilla, Budget Office Ext. 73134 REVISION CONTROL Document Title: Author: File Reference: R:\CFS Consolidated Financial System\Training\CMS\USERGuide_Training

More information

Checkout Western Marketplace

Checkout Western Marketplace Checkout Western Marketplace Checkout Screen Layout 1 2 1. Icon area Icon availability will change depending upon the status of the order. Archive - Places order in Archives (recommend do not use) Trash

More information

Contents GENERAL OVERVIEW 3. User Profile and Permissions... 3 Regional Manager... 3 Manager... 3 User... 4 Security... 4

Contents GENERAL OVERVIEW 3. User Profile and Permissions... 3 Regional Manager... 3 Manager... 3 User... 4 Security... 4 SYNERGY USER GUIDE Contents GENERAL OVERVIEW 3 User Profile and Permissions... 3 Regional Manager... 3 Manager... 3 User... 4 Security... 4 Budgets... 4 Spending Limits... 5 PO Hold Review... 5 Regional

More information

/Internet Random Moment Sampling. STATE OF ALASKA Department of Health and Social Services Division of Public Assistance

/Internet Random Moment Sampling. STATE OF ALASKA Department of Health and Social Services Division of Public Assistance E-mail/Internet Random Moment Sampling STATE OF ALASKA Department of Health and Social Services Division of Public Assistance RMS Training Objectives Goal: Upon completion of this training session, participants

More information

Training Manual for ProTrav Upper Level Administrative Users

Training Manual for ProTrav Upper Level Administrative Users University of Northern Iowa Training Manual for ProTrav Upper Level Administrative Users Office of Business Operations 103 Gilchrist 319-273-2162 Direct any questions to protrav@uni.edu Updated February

More information

REPORTS 4 YOU for VTIGER CRM 6.x

REPORTS 4 YOU for VTIGER CRM 6.x REPORTS 4 YOU for VTIGER CRM 6.x Introduction Reports 4 You is the most powerful runtime and design environment for your custom reports integrated into vtiger CRM Open Source. Main Features: Easy installation

More information

Modifications to Mail Processing Equipment (MPE) License Agreements and supporting documents

Modifications to Mail Processing Equipment (MPE) License Agreements and supporting documents Modifications to Mail Processing Equipment (MPE) License Agreements and supporting documents January 21, 2018 MPE Developer; Distributor; and Data User Licenses Updated Exhibit A: License Fee Schedule

More information

DEALER ORDER FORM Mon. Fri. 8:30 AM 5:30 PM ET, Fax: West Market Street, Ste. 200, Greensboro, NC 27403

DEALER ORDER FORM Mon. Fri. 8:30 AM 5:30 PM ET, Fax: West Market Street, Ste. 200, Greensboro, NC 27403 DEALER ORDER FORM 800.832.2909 Mon. Fri. 8:30 AM 5:30 PM ET, Fax: 888.881.7572 3515 West Market Street, Ste. 200, Greensboro, NC 27403 Order Date Customer No. Contact Person PO No. Phone ( ) Email I understand

More information

Baldwin-Wallace College. 6 th Annual High School Programming Contest. Do not open until instructed

Baldwin-Wallace College. 6 th Annual High School Programming Contest. Do not open until instructed Baldwin-Wallace College 6 th Annual High School Programming Contest Do not open until instructed 2009 High School Programming Contest Merging Shapes A lot of graphical applications render overlapping shapes

More information

B.2 Measures of Central Tendency and Dispersion

B.2 Measures of Central Tendency and Dispersion Appendix B. Measures of Central Tendency and Dispersion B B. Measures of Central Tendency and Dispersion What you should learn Find and interpret the mean, median, and mode of a set of data. Determine

More information

RACHEL RAMJATTAN, CFRE. Stewarding Giving Day Donors How to Convert First Time Donors to Loyal Friends

RACHEL RAMJATTAN, CFRE. Stewarding Giving Day Donors How to Convert First Time Donors to Loyal Friends RACHEL RAMJATTAN, CFRE Stewarding Giving Day Donors How to Convert First Time Donors to Loyal Friends What We Will Cover Today Retention & Stewardship Matters Creating an Awesome Donor Experience Continue

More information

Figure 1: Summary Status of Actions Recommended in June 2016 Committee Report. Status of Actions Recommended # of Actions Recommended

Figure 1: Summary Status of Actions Recommended in June 2016 Committee Report. Status of Actions Recommended # of Actions Recommended Chapter 3 Section 3.05 Metrolinx Regional Transportation Planning Standing Committee on Public Accounts Follow-Up on Section 4.08, 2014 Annual Report In November 2015, the Standing Committee on Public

More information

Multi-part functionality in PINES

Multi-part functionality in PINES Monographic parts in PINES In order to allow holds on specific volumes in Evergreen, PINES will implement Monographic parts functionality for print titles. This functionality links volumes in a multi-volume

More information

Application Configurator - Summary of Changes. V June No changes

Application Configurator - Summary of Changes. V June No changes Application Configurator - Summary of Changes V14.8.1 June 2018 V14.8 June 2018 - ID 11696: Install - modified to only prompt to uninstall prior version when prior version is less than V14 - ID 14890:

More information

Introduction to INFOASSIST Training Course Manual

Introduction to INFOASSIST Training Course Manual Introduction to INFOASSIST Training Course Manual TABLE OF CONTENTS 1) Training Goal and Objectives 2) A. What is InfoAssist? B. Guided walkthrough example 3) A. Utilizing a Standard Report B. How do you

More information

IMPORTANT: PLEASE READ INSTRUCTIONS FIRST Deadline: January 31st (Annually)

IMPORTANT: PLEASE READ INSTRUCTIONS FIRST Deadline: January 31st (Annually) Annual Lifeline Eligible Telecommunications Carrier Certification Form All carriers must complete all or portions of all sections Form must be submitted to USAC and filed with the Federal Communications

More information

Schools and Libraries (E-rate) Program FCC Form 472 (BEAR) User Guide

Schools and Libraries (E-rate) Program FCC Form 472 (BEAR) User Guide Schools and Libraries (E-rate) Program FCC Form 472 (BEAR) User Guide 1 Universal Service Administrative Company FCC Form 472 (BEAR) User Guide TABLE OF CONTENTS Contents Filing FCC Form 472... 4 Billed

More information

APS 2019 Rate Card. Physiological Genomics. Journal of Applied Physiology. Rates. Online Rates. Premium Print Positions.

APS 2019 Rate Card. Physiological Genomics. Journal of Applied Physiology.  Rates. Online Rates. Premium Print Positions. APS 2019 Rate Card (Rates effective as of 01/01/19 - subject to change at any time) Physiological Genomics 121,644 Banner $356 $321 $285 $250 Number of Subscribers: 767 Estimated emails sent per month:

More information

WSU Departmental Monthly Account Reconciliation Guide October 2017

WSU Departmental Monthly Account Reconciliation Guide October 2017 WSU Departmental Monthly Account Reconciliation Guide October 2017 All departments are responsible for reconciling or verifying all transactions posted to each one of their account indexes each month.

More information

User Manual. EFR Summary Reports. Electronic Financial Reports (EFR) The University of Iowa. Accounting & Financial Reporting

User Manual. EFR Summary Reports. Electronic Financial Reports (EFR) The University of Iowa. Accounting & Financial Reporting User Manual Electronic Financial Reports (EFR) EFR Summary Reports The University of Iowa Accounting & Financial Reporting 6/9/2017 Section 1: General Information How can EFR Summary Reports be useful

More information

INSTRUCTIONS for PLANNING RECOMMENDATIONS in TracDat Program Level

INSTRUCTIONS for PLANNING RECOMMENDATIONS in TracDat Program Level INSTRUCTIONS for PLANNING RECOMMENDATIONS in TracDat Program Level Table of Contents Introduction to TracDat... 2 Background... 2 Logging into TracDat... 2 Definitions... 2 Recommendations... 3 TracDat

More information

e-forms for Submitters

e-forms for Submitters e-forms for Submitters ARTS & SCIENCES FINANCE CENTER FEBRUARY 2015 Version 1.5 2 Topics e-forms Overview Notifications Rollout Plan e-form Status Access & System Requirements Providing Approval Process

More information

High Visibility Enforcement TN Grants Tip Sheets

High Visibility Enforcement TN Grants Tip Sheets High Visibility Enforcement TN Grants Tip Sheets Tennessee Highway Safety Office Updated October 26, 2017 High Visibility Enforcement Grant Tip Sheets 1 Table of Contents Claim without Expenses (Zero Quarter

More information

numbers by multi-digit whole numbers by using strategies based on place value, the properties of operations and the relationship between

numbers by multi-digit whole numbers by using strategies based on place value, the properties of operations and the relationship between Enrichment Math Grade 5 Mrs. Kathy Pisano August- September Topic Resources Unit 1: Whole Number Computation and Application Skills Assessment Common Core Standards Content (Understandings) *Divide multidigit

More information

Summary Statistics. Closed Sales. Paid in Cash. New Pending Sales. New Listings. Median Sale Price. Average Sale Price. Median Days on Market

Summary Statistics. Closed Sales. Paid in Cash. New Pending Sales. New Listings. Median Sale Price. Average Sale Price. Median Days on Market ly Market Detail - June Summary Statistics June June Paid in Cash.%.% New Pending Sales 7.%.% $, $,.% Average Sale Price $, $,.% Median Days on Market.% Average Percent of Original List Price Received

More information