Cardinal Project Page 1 of 10

Size: px
Start display at page:

Download "Cardinal Project Page 1 of 10"

Transcription

1 Cardinal Project Page 1 of 10 Functional Design CATEGORY Inbound Interface ITSM INCIDENT# N/A APPLICATION OVERVIEW In Cardinal, expense reports are used to track expenses for reimbursement to employees. Expense processing involves processing travel authorizations, cash advances, and expense reports within Cardinal. The Expense Reports sub-process includes the creation, approval, and posting of expense reports as well as the deletion and closing. This design details the creation of an Expense Report Upload interface that allows the system to interface expense reports created from agency systems into Cardinal. Interfacing agencies can create expense reports within their agency systems, the agency can subsequently create an Expense Report Upload file that contains expense report data to interface into Cardinal. An Expense Report Upload interface will be created to load expense reports from the Expense Report Upload file into a Component Interface. A basic validation of the required fields is done by the interface program prior to loading the expense report staging tables. If any of the required fields are missing or if any of the populated values are invalid, those records will not be inserted to the expense report staging tables. For expense reports that have been successfully loaded into the expense report staging tables, the interface will load those records into a Component Interface that will create and submit the expense reports in Cardinal. If Pre-Audit approvals are required, the expense reports will be submitted to Expense workflow; otherwise the expense reports will be submitted as Approved. The interface program will generate the Expense Report Error Report (Design X-Ref AP989: Expense Report Error Report), which displays all of the exceptions and also provides a summary of the records inserted into the expense report tables. The error report will also have a section that displays expense reports that could not be submitted in Cardinal through the Component Interface. Supported Business Processes Expense Processing Description This interface uploads non-payroll and non-cash advance payment requests for your agency s employees. Purpose / Use This interface will be used by interfacing agencies. This interface will be used to load expense report data sent to Cardinal by the agencies. Processing Overview Create a new run control page, Application Engine and Component Interface which will perform the following activities. 1. The user generates an Expense Report Upload file nightly through the agency system. Last Saved: 12/3/2014 Page 1 of 10

2 Cardinal Project Page 2 of The file is moved to the correct location using the FTP architecture for processing by the interface program. 3. The new application engine interface program will process the file. 4. The run control page for the interface program will have the following run control option: o Submitting GL Business Unit: The Application Engine will be run for each of the GL Business Units entered on the run control page. The list of Business Units (agencies) represents the agencies from which the interface will look to process a file from. 5. The file contains control information, header information, detail information and accounting distributions for each interfacing agency expense report. 6. Agencies will send an agency specific identifier as the Cardinal Expense Report ID in the interface file. The Expense Report ID sent in the interface file must be unique. The Expense Report ID will consist of a 3 digit agency code plus the 7 digit agency system value (e.g. VIT ). 7. The following values are defaulted by the Application Engine o Expense Report Header Field SHEET_STATUS SHEET_TYPE BUSINESS_PURPOSE ACCOUNTING_DT OPRID_ENTERED_BY Value PND R (Other) Defaulted based on system configuration Defaulted to Placeholder Operator ID which will be defined during Security Build o Expense Report Line Field Value EXPENSE_TYPE INTC TXN_CURRENCY_CD USD EXPEND_MTHD CHK BILL_CODE_EX BIL DESCR254 Interfaced Expense Report o Expense Report Distribution Field Value TXN_CURRENCY_CD USD 8. The Expense Report Upload program is run in batch to process the file. 9. A basic validation/pre-edit of the required expense report fields is done by the interface program. If any of the required fields are missing or if any field values are invalid, those records will not be inserted to the staging tables. Combination Edits will also be checked at this time for the accounting distribution line(s). Transactions with invalid combinations will be rejected. 10. They will be reported to the exception report. The fields that are validated include GL Business Unit, EmplID, Expense Type, Payment Type and distribution line Chartfields. If the GL Business unit on the distribution line does not match the Employee s Agency GL Business Unit, then the Expense Report will be rejected. The rows that fail the validations will be populated in a custom table (V_EXPN_ERR_TBL) and will then be reported in the exception report. The V_EXPN_ERR_TBL table will identify which field(s) had an error for a given expense report and a description of the error. The interface will also populate the Total Expense Report Count in a custom table (V_EXPN_CNT_TBL) so that the agency can use the exception report to cross reference between how many expense reports were checked by the interface and how many did not pass validation. Last Saved: 12/3/2014 Page 2 of 10

3 Cardinal Project Page 3 of In addition to required fields, the upload process will also compare the sheet ID from the file against the approval history table (EX_APRVL_HIST). This is the only table that retains an entry even after an Expense Report is deleted. If a match is found, then that expense report will be rejected. 12. The interface program loads the expense reports from the Expense Report Upload file into the custom expense report staging tables based on the GL Business Unit(s) defined on the run control page. o PS_V_EX_HD_STG o PS_V_EX_LN_STG o PS_V_EX_DS_STG 13. Expense reports which pass the pre-edits are loaded into the Component Interface. 14. Upon loading the expense reports, the Component Interface will create, save and submit the expense reports in Cardinal. o o o If there is an error from the business validations of the expense report that was not caught by the interface program, the expense report will be saved and left in Pending status for the agency to correct the expense report. These expense reports will be listed on the Expense Report Error Report. The Component Interface will post the error into the V_EXPN_ERR_TBL table with the error description if the Component Interface attempts to submit the expense report and is not routed to the Save Confirmation page. After the error is populated in the error table, the Component Interface will save the expense report. If there are no errors from the business validations of the expense report and if Pre-Audit approvals are required, the expense report will be submitted to Expense workflow. If there are no errors from the business validations of the expense report and if Pre-Audit approvals are not required, the expense report will be submitted as Approved status. 15. The interface will assign a placeholder operator ID for the user who entered the expense report. This operator ID will be defined during security build. 16. Once the interface program runs, the Expense Report Error Report is created (Design X- Ref AP989: Expense Report Error Report). The exception report will have the standard COVA heading. It will report all the records rejected during the load into the staging tables with the reason for exception. The report will display errors regarding invalid field values and missing required fields, such as GL Business Unit, EmplID, Expense Type, Payment Type and distribution line Chartfields. The control totals for the number of records inserted into the staging tables and rejected will be present at the end of the same exception report. The error report will also have a section that displays expense reports that could not be submitted through the Component Interface. 17. The user will correct the exceptions found on the exception report. If the exception involves an expense report that was rejecting during the load into the staging tables, the user will generate a new Expense Report Upload file through the agency system for the rejected expense reports. If the exception involves an expense report that could not be submitted through the Component Interface, the user or the assigned proxy will log into Cardinal to correct or delete the expense reports that were saved in Pending status. 18. Submitted expenses reports are budget checked either ad-hoc or during the nightly batch Budget Check process (EX_BCHK_ALL). The Budget Check process will automatically run if an expense report is denied or returned to the employee for corrections or revisions. If an expense report is denied or returned to the employee, the employee s assigned proxy will be responsible for correcting the expense report. Last Saved: 12/3/2014 Page 3 of 10

4 Cardinal Project Page 4 of Once an expense report is successfully budget checked and approved, the expense report accounting entries are posted and expense data is staged for AP Pay Cycle to select for payment through the nightly Expense Transaction Processing Application Engine process (EX_TRAN_PRCS). IMPACTED OBJECT INVENTORY AND DESCRIPTION IMPACTED OBJECTS Please refer to the Impacted Objects section of the technical design below for a full list of impacted objects related to this work unit RELATED LEGACY OBJECTS In CARS, 37 agencies send batch type 2s in the CARS Interface Transactions (ACT185D) Load. This will be replaced by the Expense Report Upload interface in Cardinal. However, we will verify which agencies will use the interface based on the selections in Agency Task 12. The following agencies use batch type 2s in CARS today: Parent Agency Parent Agency Name Number SUPREME COURT 111 VIRGINIA STATE BAR 117 DEPARTMENT OF EMERGENCY MANAGEMENT 127 AUDITOR OF PUBLIC ACCOUNTS 133 VIRGINIA INFORMATION TECHNOLOGIES AGENCY 136 DEPARTMENT OF MOTOR VEHICLES 154 DEPARTMENT OF STATE POLICE 156 VIRGINIA RETIREMENT SYSTEM 158 DEPT OF HOUSING & COMMUNITY DEVELOPMENT 165 STATE CORPORATION COMMISSION 171 STATE LOTTERY DEPARTMENT 172 VIRGINIA COLLEGE SAVINGS PLAN 174 DEPARTMENT OF LABOR AND INDUSTRY 181 VIRGINIA EMPLOYMENT COMMISSION 182 DEPARTMENT OF GENERAL SERVICES 194 DEPT OF CONSERVATION AND RECREATION 199 DEPT OF EDUC-CENTRAL OFFICE OPERATIONS 201 VIRGINIA MILITARY INSTITUTE 211 VIRGINIA STATE UNIVERSITY 212 NORFOLK STATE UNIVERSITY 213 LONGWOOD UNIVERSITY 214 CHRISTOPHER NEWPORT UNIVERSITY 242 VIRGINIA COMMUNITY COLLEGE SYSTEM 260 DEPARTMENT OF AGING AND REHABILITATIVE SERVICES 262 DEPT OF AGRICULTURE & CONSUMER SERVICES 301 Last Saved: 12/3/2014 Page 4 of 10

5 Cardinal Project Page 5 of 10 DEPARTMENT OF GAME AND INLAND FISHERIES 403 DEPT OF MINES, MINERALS AND ENERGY 409 JAMESTOWN-YORKTOWN FOUNDATION 425 DEPARTMENT OF ENVIRONMENTAL QUALITY 440 DEPT OF RAIL AND PUBLIC TRANSPORTATION 505 DEPARTMENT OF HEALTH 601 DEPT OF MEDICAL ASSISTANCE SERVICES 602 DEPT OF BEHAVIORAL HEALTH & DEVELOPMENTAL SERVICES 720 DEPARTMENT OF SOCIAL SERVICES 765 DEPT OF CORRECTIONS-CENTRAL ACTVITIES 799 DEPARTMENT OF VETERANS SERVICES 912 DEPT OF ALCOHOLIC BEVERAGE CONTROL 999 ASSUMPTIONS The design for this interface may need to be modified when additional PeopleSoft modules or additional business processes are implemented statewide in the future. Expense Reports created for interfacing agencies will not be associated with a Cardinal Travel Authorization request. Interfacing agencies do not store details on their expense transactions other than the appropriate distributions. There will only be one expense header and one expense line per transaction. All interfacing agency expense reports will be created with an Expense Type of INTC. A file may contain transactions for more than one GL Business Unit. The interfacing agencies will have the ability enter expense reports online directly within Cardinal instead of through the interface program. This may occur due to emergency expense processing needs. Expense reports loaded via this interface will have all necessary agency-level approvals prior to being sent to Cardinal. Cash advance reconciliation will be done the same way it is done for cash advances entered online. Last Saved: 12/3/2014 Page 5 of 10

6 Cardinal Project Page 6 of 10 APPLICATION FLOW DIAGRAM Create Expense Report file for Cardinal Inbound File Agency System C C Yes Yes V_AP968_I NT (N) Errors? No A B Errors? No D V_EX_HD_STG (N) V_EX_LN_STG (N) V_EX_DS_STG (N) EX_SHEET_HDR (V) EX_SHEET_LINE (V) EX_SHEET_DIST (V) EX_SHEET_ADV (V) A Staging Tables V_AP968_C I (N) Expense Tables B V_EX_ERROR_LN (N) V_EX_TOTAL_COUNT (N) C Error Tables Expense Report Error Report (N) D Budget Check (V) Errors Yes Agency User Corrects Online No Type M - Modify N - New V - Vanilla EX_TRAN_P RCS (V) CARDINAL Last Saved: 12/3/2014 Page 6 of 10

7 Cardinal Project Page 7 of 10 FILE PROCESSING The file processing details can be found in the file processing section of the technical design. RTM CROSS-REFERENCE This modification satisfies the following requirements: AP.968 The System shall provide the ability to receive Expense Report transaction from agencies CONVERSION IMPACT This modification has the following conversion impacts: Employees will need to be converted from agency systems into Cardinal before this upload can run. (Design X-Ref AP984 - Employee Conversion). Employees being converted through the Employee Conversion will have a proxy assigned to them through the program. CONFIGURATION IMPACT This modification has the following configuration impacts: Create an Expense Type of INTC for interfacing agency expense reports (Design X-Ref CAP042 Expense Type). This Expense Type will leverage the configuration of the Other Employee Reimbursements (OTHREMP) Expense Type. CHANGE MANAGEMENT IMPACT This modification has the following change management impacts: Users from interfacing agencies will need to be trained to resend any expense reports that were rejected by the interface. Users from interfacing agencies will need to be trained to correct errors on expense reports that were saved with Pending status in Cardinal and enter Expense Reports online in emergency situations. Interfacing agencies will need to assign proxies for employee profiles that are created online. When interfacing agencies enter expense reports online, they will be trained to enter Other Employee Reimbursements (OTHREMP) if they need to enter an expense report without entering these details. These expense reports will be routed for agency approval through workflow. To assist in the reconciliation effort, it is recommended agencies follow a batch numbering scheme for batches entered directly to CARS once they have moved to Cardinal. The Cardinal CARS interface uses batch numbers Batches entered directly to CARS by agencies should use batch numbers to prevent duplicate batch number issues and to assist in identifying transactions entered directly to CARS. Interfacing Agencies will have to be notified that the Sheet ID sent in the interface file should be unique and should not belong to a deleted Expense Report SECURITY / SENSITIVE DATA IMPACT This modification has the following security / sensitive data impacts: Security needs to be defined for batch users to be able to run the program. Users from interfacing agencies will have the Expenses Employee role in Cardinal. Proxies for employees will need to be configured in order to capture the user responsible for expense report corrections and modifications. The proxy determines who has access to the transaction online. Last Saved: 12/3/2014 Page 7 of 10

8 Cardinal Project Page 8 of 10 Proxies will have to be maintained by the interfacing agencies. No sensitive data should be transmitted in this interface Interfaced expense reports will use a placeholder operator ID for the user who created the expense report. This user ID will be defined during security build. TECHNICAL IMPACT This modification has the following technical impacts: Since using a Component Interface to create expense reports will impact performance, the Application Engine will re-instantiate the Component Interface after several iterations of creating expense reports in order to clear the cache and improve performance. BATCH IMPACT This modification has the following batch impacts: Expense Report Upload job (New) Add interfacing agency GL Business Units to the run control, list of agencies TBD o This should be a Daily batch job o Each interfacing agency will have its own Run Control ID and will each process one file, which allows Cardinal to process multiple expense report files simultaneously. RELATED WORK UNITS This modification is related to the following work units: Design X-Ref AP970 Expense Report Extract. The Expense Report Extract will extract expense reports created as a result of the Expense Report Upload and transmit that data to the corresponding agency systems. Design X-Ref AP989 Expense Report Error Report. The Expense Report Error Report will be created as an output of the Expense Report Upload interface process. It will display errors regarding missing required fields, such as GL Business Unit, EmplID, Expense Type, Payment Type and distribution line Chartfields. The error report will also have a section that displays expense reports that could not be submitted after being successfully loaded into Cardinal. TESTING SCENARIOS # Description Run the interface with a file that does not have any missing or invalid values and will 1 also pass business validations (e.g., valid ChartField combinations). Verify that those rows create submitted expense reports in Cardinal. Run the interface with a file that has rows with missing or invalid values. Verify that 2 those rows are not loaded into the appropriate staging tables. Run the interface with a file that does not have any missing or invalid values, but has 4 rows with invalid ChartField combinations. Verify that those rows are loaded into the expense report tables but are set to Pending status due to failing the combination edits. Run the interface with an empty file. The interface should abend giving a message that 5 no data exists in the file. Run the interface with an expense report that requires approvals and one that does not. The expense report that requires approvals should go through Expense workflow after 6 being successfully submitted in Cardinal while the expense report that does not require approval has an Approved status after being successfully submitted in Cardinal. Last Saved: 12/3/2014 Page 8 of 10

9 Cardinal Project Page 9 of # Description Run the interface for an expense report whose distribution GL Business Unit does not match the employee s Agency GL Business Unit. Verify that the Expense Report is rejected. Run the interface for an expense report that was previously deleted. Verify that the expense report is rejected. Last Saved: 12/3/2014 Page 9 of 10

10 Cardinal Project Page 10 of 10 AP Expense Report Upload - DRAFT FD_AP968 OPEN ISSUES # Phase Issue Owner Response 1 FD Expense BU Limitations (Issue #30) Margaret Hunter/Donna Brown Survey that contains questions which will provide information on this has been distributed to the agencies. 2 FD Expense reports that are submitted with Expense Type INTC will not go through Expense Workflow. What measures can be taken to prevent users from creating expense reports online with this Expense Type? (Issue #67) Margaret Hunter/Donna Brown Online agencies will use the expense workflow setup under the STATE SetID which will not include a refinement template to bypass approval when INTC is used. The refinement template will only apply to the TREAS setup used by interfacing agencies. Assumption was made during design that approval of interface agency transactions will be received in the agency's source system. Interfacing agencies will receive an extract for data reconciliation. 3 FD Will interfacing agencies provide the proxy value in the file or will the Expense Report Upload determine the proxy based on the EmplID? 4 FD An agency can submit expense reports on behalf of other agencies and so there is a need to group expense report extracts by the parent agency that submitted the report rather than the agency for which it was submitted 5 TD 10/24/13: During the Build phase, this design needs to be updated in order to use the new BU security roll-up tree. Margaret Hunter/Donna Brown Application Leads Mike Thompson The interface will assign the proxy (EX_EE_AUTH_TBL.AUTHORIZED_OP RID) with the maximum SYNCID (EX_EE_AUTH_TBL.SYNCID) as the user who entered the expense report (EX_SHEET_HDR.OPRID_ENTERED_ BY). The option of a Business Unit roll up tree is being considered whereby the run control will be altered to pass the tree node so it can run for all business units in that node. Each node will have a parent node reflecting the parent agency. Added BU security tree at build time. Note: The Open Issues section should be used by the technical designer to track open issues. This can also be used to track items that come up in peer review. Prior to going to inspection review all items should be addressed and grayed out. Last Saved: 12/3/2014 Page 10 of 10

AR326: Accounts Receivable - Funds Receipts. Instructor Led Training

AR326: Accounts Receivable - Funds Receipts. Instructor Led Training AR326: Accounts Receivable - Funds Receipts Instructor Led Training Rev 1/21/2015 Welcome This training provides employees with the skills and information necessary to use Cardinal. It is not intended

More information

Accounts Payable Job Aid

Accounts Payable Job Aid About the Expense Report Upload Process Agencies that maintain their own financial systems may send their employee reimbursement transaction data to the Expenses module in Cardinal via the Expense Report

More information

Cardinal Project Commonwealth of Virginia. General Ledger & Accounts Receivable Business Process Workshop April 2015

Cardinal Project Commonwealth of Virginia. General Ledger & Accounts Receivable Business Process Workshop April 2015 Cardinal Project Commonwealth of Virginia General Ledger & Accounts Receivable Business Process Workshop April 2015 Agenda Welcome and BPW Overview General Ledger Overview and Cardinal Impacts System Setup

More information

PSFIN v9.2 Expenses Administrator Participant Guide

PSFIN v9.2 Expenses Administrator Participant Guide PSFIN v9.2 Expenses Administrator Participant Guide Version 1.0 March 2015 This page left blank to facilitate front/back printing. Table of Contents Table of Contents Table of Contents... 3 Introduction...

More information

Managing Approvals in Expenses. Understanding Approvals

Managing Approvals in Expenses. Understanding Approvals Managing Approvals in Expenses Managers are often the approvers for expense transactions. The major concerns of a manager would typically include policy compliance and fiscal responsibility. Managers may

More information

HOW TO ADD A QUICK WAY TO GET THE PLACE TO ADD YOUR VOUCHER.ADD IT TO YOUR FAVORITES:

HOW TO ADD A QUICK WAY TO GET THE PLACE TO ADD YOUR VOUCHER.ADD IT TO YOUR FAVORITES: DMA V1 Updated: 3/21/16 Creating an Expense Report Job Aid 1. Non-state employees (including contractors) will not be reimbursed for travel expenses in the Peoplesoft expense module. 2. NOTE: Do not use

More information

Creating Expense Reports

Creating Expense Reports KENTUCKY COMMUNITY & TECHNICAL COLLEGE SYSTEM Creating Expense Reports Training Document This training document was developed in support of KCTCS Financials 9.2 Contents Travel and Expense Module... 4

More information

State of Connecticut PC/CA EPM SUBJECT MODEL AND REPORTING TABLES

State of Connecticut PC/CA EPM SUBJECT MODEL AND REPORTING TABLES PC/CA EPM SUBJECT MODEL AND REPORTING TABLES Customer Contracts Subject Area Accounting Line Table for Contracts and Projects (CTW_CA_ACTLN_PC) The Accounting Line Table for Contracts and Projects captures

More information

State of Connecticut Core-CT Continuing Education Initiative. Introduction to eprocurement

State of Connecticut Core-CT Continuing Education Initiative. Introduction to eprocurement State of Connecticut Core-CT Continuing Education Initiative Introduction to eprocurement 1 Handout The handout has the same screen shots as the in-class presentation, but has been designed as a Step by

More information

FAST Travel System. Guide: Creating Expense Reports

FAST Travel System. Guide: Creating Expense Reports FAST Travel System Guide: Creating Expense Reports Purpose: To provide instructions on how to create an Expense Report (ER) in FAST 9.2 Travel module. Definition: Expense Report submission entered into

More information

Textura CMS Integration User Manual

Textura CMS Integration User Manual Textura CMS Integration User Manual Version 2.0 June 16, 2008 This user manual contains confidential information of Textura, LLC and is protected by all applicable patents, copyright, trademark trade secret

More information

Add a New ChartField Job Aid

Add a New ChartField Job Aid Add a New ChartField Job Aid A The purpose of this job aid is to provide instructions to ChartField Request preparers on how to initiate a request in EFS to create a brand new value for any of the following

More information

Financials 9.1 Upgrade Project and Electronic Approvals Overview Session October 10, 2012

Financials 9.1 Upgrade Project and Electronic Approvals Overview Session October 10, 2012 Financials 9.1 Upgrade Project and Electronic Approvals Overview Session October 10, 2012 Project included two major components: - Core Module Upgrade to version 9.1 - Implementation of Electronic Approvals

More information

Accounts Payable Credit Card-Related Validations

Accounts Payable Credit Card-Related Validations Statewide Financial System (SFS) Accounts Payable Credit Card-Related Validations October 25, 2013 Statewide Financial System Program Background Agencies reconciling Procurement Cards (PCards), Non-Employee

More information

AP316: Travel and Expense Administration. Instructor Led Training

AP316: Travel and Expense Administration. Instructor Led Training AP316: Travel and Expense Administration Instructor Led Training Lesson 1: Understanding Travel and Expenses Introduction Welcome Welcome to Cardinal Training! This training provides employees with the

More information

Travel & Expense Module

Travel & Expense Module Travel & Expense Module Table of Content I. Travel Authorization.1 Create a Travel Authorization.2 Expense Type List...11 II. Expense Report 12 Create an Expense Report..12 Expense Type List 20 Travel

More information

Table of Contents OBJECTIVE... 3 USING WORKFLOW... 3 WORKFLOW USER ATTRIBUTE MAINTENANCE... 5 WORKFLOW PARAMETER MAINTENANCE... 6

Table of Contents OBJECTIVE... 3 USING WORKFLOW... 3 WORKFLOW USER ATTRIBUTE MAINTENANCE... 5 WORKFLOW PARAMETER MAINTENANCE... 6 Using Workflow Table of Contents OBJECTIVE... 3 USING WORKFLOW... 3 WORKFLOW USER ATTRIBUTE MAINTENANCE... 5 WORKFLOW PARAMETER MAINTENANCE... 6 Establish Logon Hours (Workflow Assistant)... 12 Create

More information

Accounts Payable Workflow Guide. Version 11.2

Accounts Payable Workflow Guide. Version 11.2 Accounts Payable Workflow Guide Version 11.2 Copyright Information Copyright 2013 Informa Software. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored

More information

How to Create an Expense Report

How to Create an Expense Report How to Create an Expense Report Contents Expense Report Layout... 2 Creating an Expense Report... 3 Project Charging... 7 Attaching Receipts... 9 Submitting the Expense Report... 11 How to Create an Expense

More information

North Dakota University System Accounts Payable Processes

North Dakota University System Accounts Payable Processes Accounts Payable Processes Voucher Post Pay Cycle Payment Post Training Manual 3130 Kilgore Road, Suite 400 Rancho Cordova, CA 95670 916.669.3720 www.maximus.com ACCOUNTS PAYABLE BATCH PROCESSES OVERVIEW...3

More information

Course Code AR/BI3. Accounts Receivable Advanced

Course Code AR/BI3. Accounts Receivable Advanced Course Code AR/BI3 Accounts Receivable Advanced User Guide February 3, 2015 Version # 4 Minnesota Management & Budget Copyright 2015 All Rights Reserved AR/BI3 Accounts Receivables Advanced To jump to

More information

AP314: Payment Processing. Instructor Led Training

AP314: Payment Processing. Instructor Led Training AP314: Payment Processing Instructor Led Training Lesson 1: Understanding Payment Processing Introduction Welcome Welcome to Cardinal Training! This training provides employees with the skills and information

More information

PURCHASING FROM OFFICE SUPPLY QPA 10516

PURCHASING FROM OFFICE SUPPLY QPA 10516 PURCHASING FROM OFFICE SUPPLY QPA 10516 Menu Navigation: eprocurement Create Requisition Upon navigation you will come to the screen shown below. Notice that the step of process of creating a requisition

More information

Dynamics GP 50 More Tips in 50 Minutes

Dynamics GP 50 More Tips in 50 Minutes Financial Tip #1 Use Keyboard Shortcuts for Marking Cleared Transactions in Bank Rec Transactions >> Financial >> Reconcile Bank Statement Select the first transaction, then type CTRL+B (Begin Range).

More information

PeopleSoft Version 9.2

PeopleSoft Version 9.2 PeopleSoft Version 9.2 Version 1 September 2015 TABLE OF CONTENTS COURSES FOR ALL AGENCY CAPPS EMPLOYEES... 1 CAPPS FINANCIALS FUNDAMENTALS... 1 CAPPS FINANCIALS TRAINING COURSES... 2 ACCOUNTS PAYABLE

More information

State of Connecticut Core-CT Continuing Education Initiative. Introduction to Accounts Receivable

State of Connecticut Core-CT Continuing Education Initiative. Introduction to Accounts Receivable State of Connecticut Core-CT Continuing Education Initiative Introduction to Accounts Receivable 1 Course Goals To give students a greater understanding of their place in Core- CT, an integrated system.

More information

HR Web Changes Resulting from Project Compass Effective September 1, 2009

HR Web Changes Resulting from Project Compass Effective September 1, 2009 EMORY HR WEB HR Web Changes Resulting from Project Compass Effective September 1, 2009 HR Web and PeopleSoft Financials 9.0 With the introduction of a new enterprise-wide financial accounting system, PeopleSoft

More information

Accounts Payable Workflow Guide. Version 12.0

Accounts Payable Workflow Guide. Version 12.0 Accounts Payable Workflow Guide Version 12.0 Copyright Information Copyright 2014 Informa Software. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored

More information

emars610 Procurement Card Processing

emars610 Procurement Card Processing 4 emars610 Procurement Card Processing Customer Resource Center emars Training Phone: 502-564-9641 email: Finance.crcgroup@ky.gov http://crc.ky.gov http://finance.ky.gov/internal/emars/ 01/01/2010 This

More information

Welcome to COA-111. Online Journals Training COA-111

Welcome to COA-111. Online Journals Training COA-111 Welcome to Online Journals Training Introduction Welcome to the Online Journal Processing course. This course has been developed to provide you with the information you need to understand the flow of an

More information

AP - ISTV Vouchers. *See "The FIN SOURCE" for Ohio for the most recent version of this process.*

AP - ISTV Vouchers. *See The FIN SOURCE for Ohio for the most recent version of this process.* AP - ISTV Vouchers Table of Contents Steps for ISTV Vouchers... 3 ISTV Vouchers Process... 3 Processing ISTV Vouchers... 4 Reviewing ISTV Viewer Page...10 Resolving ISTV in Dispute...14 Approving a ISTV

More information

PSW Guide. Version 4.7 April 2013

PSW Guide. Version 4.7 April 2013 PSW Guide Version 4.7 April 2013 Contents Contents...2 Documentation...3 Introduction...4 Forms...5 Form Entry...7 Form Authorisation and Review... 16 Reporting in the PSW... 17 Other Features of the Professional

More information

MultiSite Suite: Inspections, Inventory, Purchase Requisitions and Purchase Orders. Overview

MultiSite Suite: Inspections, Inventory, Purchase Requisitions and Purchase Orders. Overview MultiSite Suite: Inspections, Inventory, Purchase Requisitions and Purchase Orders Overview INVENTORY, PURCHASE REQUISITION AND PURCHASE ORDER TABLE OF CONTENTS REQUISITION MANAGEMENT: OVERVIEW... 3 Purchase

More information

End User Training Guide

End User Training Guide End User Training Guide October 2013 2005-2013 ExpenseWire LLC. All rights reserved. 1 expensewire.com Use of this user documentation is subject to the terms and conditions of the applicable End- User

More information

QUICK REFERENCE GUIDE

QUICK REFERENCE GUIDE QUICK REFERENCE GUIDE New functionality and Fixes for Electronic Signature Process New Functionality and Fixes Related to Electronic Document Signature Process May 15, 2015 Several updates and fixes have

More information

PeopleSoft v9.2 Accounts Payable

PeopleSoft v9.2 Accounts Payable PeopleSoft v9.2 Accounts Payable Financials Supply Chain Management (FSCM) Training Guide Contact Information: SpearMC Consulting, Inc. 1-866-SPEARMC info@spearmc.com www.spearmc.com TABLE OF CONTENTS

More information

User Guide Electronic Funds Transfer (EF T) Service

User Guide Electronic Funds Transfer (EF T) Service User Guide Electronic Funds Transfer (EF T) Service Contents What You Need to Know About ATB s EFT Service 4 Funding EFT Files 4 1.Liquidity Limit 4 2.Exchange Funding 5 Limits 5 1.File Limits 6 2.Limits

More information

State of Wisconsin Department of Administration. Regular Deposit aka Direct Journal Payment Job Aid. Version 3.0 (9/29/2015)

State of Wisconsin Department of Administration. Regular Deposit aka Direct Journal Payment Job Aid. Version 3.0 (9/29/2015) State of Wisconsin Department of Administration Regular Deposit aka Direct Journal Payment Job Aid Version 3.0 (9/29/2015) TABLE OF CONTENTS TABLE OF CONTENTS... 1 PURPOSE... 2 STEP 1 Create the Deposit

More information

Expense Reports Training Document. Oracle iexpense

Expense Reports Training Document. Oracle iexpense Expense Reports Training Document Oracle iexpense Prepared by FSCP Solutions Inc. Table of Contents Create (Enter) Expense Reports...1 Approved Expense Report... 18 Rejected Expense Report... 19 Entering

More information

Magento Quotation Module User and Installer Documentation Version 2.2

Magento Quotation Module User and Installer Documentation Version 2.2 Magento Quotation Module User and Installer Documentation Version 2.2 1. Overview... 2 2. Installation... 2 2.1 Installation générale... 2 2.1 Installation... 2 2.2 Magento Updates... 3 2.3 Other modules

More information

Updated 08/2015. Wire Transfer User Guide

Updated 08/2015. Wire Transfer User Guide Updated 08/2015 Wire Transfer User Guide Wire Transfers The Wire section provides you with the ability to create one-time wires or set up template-based wires for ongoing use. Wiring Funds The tasks you

More information

Quick Reference Guide Travel & Expense Claim: Using Create Expense Report (The Wizard) What is a travel and expense claim used for?

Quick Reference Guide Travel & Expense Claim: Using Create Expense Report (The Wizard) What is a travel and expense claim used for? (The Wizard) This Quick Reference Guide shows you how to submit a travel and expense claim using Create Expense Report known as The Wizard, for expenses paid with personal funds. What is a travel and expense

More information

PeopleSoft. Travel and Expense Center. Expense Report. User Guide

PeopleSoft. Travel and Expense Center. Expense Report. User Guide Travel and Expense Center Expense Report User Guide Table of Contents Document Overview... 3 Expense Report Guidelines... 3 Creating an Expense Report... 4 Creating an Expense Report from a Blank Report...

More information

State of Connecticut Core-CT Continuing Education Initiative. Advanced Billing

State of Connecticut Core-CT Continuing Education Initiative. Advanced Billing State of Connecticut Core-CT Continuing Education Initiative Advanced Billing 1 Course Goals To give students a greater understanding of their place in Core- CT, an integrated system. To instruct students

More information

OpenText Content Server: Automated Routing and Coding (ARC)

OpenText Content Server: Automated Routing and Coding (ARC) OpenText Content Server: Automated Routing and Coding (ARC) Overview The Automated Routing and Coding (ARC) function eliminates unnecessary steps for repeated vendor invoices and expedites the overall

More information

Management Information System User Guide Oracle FLEXCUBE Universal Banking. Release 12.0.2.0.0. Part No. E49740-01

Management Information System User Guide Oracle FLEXCUBE Universal Banking. Release 12.0.2.0.0. Part No. E49740-01 Management Information System User Guide Oracle FLEXCUBE Universal Banking Release 12.0.2.0.0 Part No. E49740-01 October 2013 Management Information System User Guide October 2013 Oracle Financial Services

More information

State of North Dakota. Module 5 Accounts Receivable PeopleSoft Financials 9.0

State of North Dakota. Module 5 Accounts Receivable PeopleSoft Financials 9.0 State of North Dakota Module 5 Accounts Receivable PeopleSoft Financials 9.0 Office of Management & Budget - Fiscal Management 01/01/2011 Introduction The PeopleSoft Financials Training Guide was produced

More information

Accounts Payable. Vendors and Vouchers

Accounts Payable. Vendors and Vouchers Accounts Payable Vendors and Vouchers 1 Agenda Searching for Vendors Entering Vouchers Budget Checking Submitting for Approval Viewing Workflow Viewing Voucher Status Approving Vouchers Denying (returning)

More information

State of Vermont Project Vision Security Roles Overview. February 5, 2010. Version 1.4

State of Vermont Project Vision Security Roles Overview. February 5, 2010. Version 1.4 State of Vermont Project Vision Security Roles Overview February 5, 2010 Version 1.4 Asset Management Security Roles Overview User Level 1 (Casual User) This role is designed for users who would need to

More information

Concur Expense Quick Reference Guide

Concur Expense Quick Reference Guide Content Section 1: Section 2: Section 3: Section 4: Section 4a: Section 4b: Section 4c: Getting Started, Login Explore My Concur tab Update Your Profile, Add an Expense Delegate Create a New Expense Report

More information

PeopleSoft v9.1 Asset Management

PeopleSoft v9.1 Asset Management PeopleSoft v9.1 Asset Management Training Manual Contact Information: SpearMC Consulting, Inc. 1-866-SPEARMC info@spearmc.com www.spearmc.com TABLE OF CONTENTS... ERROR! BOOKMARK NOT DEFINED. PURPOSE...

More information

FIN 855: Common Ad Hoc Reports- AP Payment 2015 Version 1.2

FIN 855: Common Ad Hoc Reports- AP Payment 2015 Version 1.2 FIN 855: Common Ad Hoc Reports- AP Payment 2015 Version 1.2 Program Services Office & Decision Support Group 0 Table of Contents Introduction... 2 Key Fact or Measurement Definitions... 3 Key Attribute

More information

TRAVEL AND EXPENSE CENTER REPORTS

TRAVEL AND EXPENSE CENTER REPORTS TRAVEL AND EXPENSE CENTER REPORTS NOTE: This document is designed to be used online and has a number of embedded links to processes and additional information. We discourage the printing of manuals as

More information

Click a topic in the Table of Contents to jump to a topic and use Ctrl + Home to return to this page.

Click a topic in the Table of Contents to jump to a topic and use Ctrl + Home to return to this page. Table of Contents Click a topic in the Table of Contents to jump to a topic and use Ctrl + Home to return to this page. RECRUITING WORKFLOW... 1 CREATE JOB OPENING... 2 TEMPORARY JOB OPENING... 2 POSITION

More information

I Expense Online Expense submissions For fulltime Faculty & Staff Revised: Sept 2013

I Expense Online Expense submissions For fulltime Faculty & Staff Revised: Sept 2013 I Expense Online Expense submissions For fulltime Faculty & Staff Revised: Sept 2013 Table of Contents I-EXPENSE PROCESS... 1 IEXPENSE - LOGIN... 3 NAVIGATING THE I-EXPENSE HOME PAGE... 5 Expenses Home

More information

Asset Management Configuration Document Created - 3/6/2003 Current - 3/17/2003. PeopleSoft Financials Release 8.4

Asset Management Configuration Document Created - 3/6/2003 Current - 3/17/2003. PeopleSoft Financials Release 8.4 Asset Management Configuration Document Created - 3/6/2003 Current - 3/17/2003 PeopleSoft Financials Release 8.4 Table of Contents 1 Background and Overview... 1 2 Asset Management Processes Overview...

More information

AP & Travel: Need-To-Know Tips

AP & Travel: Need-To-Know Tips AP & Travel: Need-To-Know Tips Agenda Using the PeopleSoft Chartfield Conversion Tool Non-PO Voucher Process & Tips Travel Process & Tips Employee Reimbursement Process & Tips 2 PeopleSoft Chartfield Conversion

More information

RelayClinical Service Feature Guide RelayClinical Notify

RelayClinical Service Feature Guide RelayClinical Notify RelayClinical Service Feature Guide RelayClinical Notify Release 15.11 November 2015 Health Connections Brought to Life Table of Contents Overview... 3 Benefits... 3 Models... 3 Alternate Deployment Option...

More information

Processing Travel Advances and Reimbursements. May 2014

Processing Travel Advances and Reimbursements. May 2014 Processing Travel Advances and Reimbursements May 2014 1 Agenda 1 2 3 Introduction Objectives Travel Authorizations 4 Advances 5 Expense Reports 6 Printing Reports 2 Agenda 7 8 9 Resources Rules and Regulations

More information

Easy Manage Helpdesk Guide version 5.4

Easy Manage Helpdesk Guide version 5.4 Easy Manage Helpdesk Guide version 5.4 Restricted Rights Legend COPYRIGHT Copyright 2011 by EZManage B.V. All rights reserved. No part of this publication or software may be reproduced, transmitted, stored

More information

PeopleSoft Enterprise Supply Chain Management 9.1 Common Information PeopleBook

PeopleSoft Enterprise Supply Chain Management 9.1 Common Information PeopleBook PeopleSoft Enterprise Supply Chain Management 9.1 Common Information PeopleBook November 2009 PeopleSoft Enterprise Supply Chain Management 9.1 Common Information PeopleBook SKU fscm91pbr0 Copyright 1992,

More information

Batch and Import Guide

Batch and Import Guide Batch and Import Guide 020411 Enterprise CRM, version 2.9 US 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or

More information

Benefits. Feature Overview. Architecture. 1 AP Invoice Wizard Fact Sheet

Benefits. Feature Overview. Architecture. 1 AP Invoice Wizard Fact Sheet AP Invoice Wizard AP Invoice Wizard enables you to create your Oracle Payable invoices using Excel. Forget about manual data entry when you can now download or copy invoice information into Excel, make

More information

SAO Cash Management Group To Be Process Flow

SAO Cash Management Group To Be Process Flow Centralized Accounts Payable (AP) Disbursement Generate Checks and Positive Pay file Distribute Checks Review AP Reports Exception Processing Create Control Group in Peoplesoft Accounts Payable (HIGHLY

More information

Security Development Tool for Microsoft Dynamics AX 2012 WHITEPAPER

Security Development Tool for Microsoft Dynamics AX 2012 WHITEPAPER Security Development Tool for Microsoft Dynamics AX 2012 WHITEPAPER Junction Solutions documentation 2012 All material contained in this documentation is proprietary and confidential to Junction Solutions,

More information

Accounts Receivable Processing

Accounts Receivable Processing Accounts Receivable Processing This guide walks you through steps for Entering and Maintaining Customers, Pending Items, Applying Payments, Maintenance Worksheets, Statements, Inquiries/Reviews, Queries

More information

Demystifying Oracle Cloud ERP Financials

Demystifying Oracle Cloud ERP Financials Demystifying Oracle Cloud ERP Financials Thank You! Samantha German Based in Fort Worth, TX Over 16 years of Oracle Applications experience Enterprise Architect at CSS CSS Based in Charleston, SC Exclusively

More information

New Jersey Transportation Authority (NJTA) Request For Proposal And Optional PeopleSoft Financial System

New Jersey Transportation Authority (NJTA) Request For Proposal And Optional PeopleSoft Financial System January 14, 2010 TO ALL PROPOSERS: RE: Request for Proposal New Jersey Turnpike Authority The Upgrade and Enhancement of the PeopleSoft Financial System And Optional PeopleSoft Financial System for South

More information

ERP Test Plan. Revised 7/5/10. SYSTEM TEST PLAN and PEOPLESOFT FMS TEST SCRIPTS. 2010 SpearMC Consulting. Page 1 of 15

ERP Test Plan. Revised 7/5/10. SYSTEM TEST PLAN and PEOPLESOFT FMS TEST SCRIPTS. 2010 SpearMC Consulting. Page 1 of 15 SYSTEM TEST PLAN and PEOPLESOFT FMS TEST SCRIPTS Page 1 of 15 INTRODUCTION The Oracle Implementation project team will implement Oracle applications package at client site. The intent of this document

More information

User s Guide. Version 2.1

User s Guide. Version 2.1 Content Management System User s Guide Version 2.1 Page 1 of 51 OVERVIEW CMS organizes all content in a tree hierarchy similar to folder structure in your computer. The structure is typically predefined

More information

Job Aid. Creating Expense Reports. 1. Begin by navigating to the Expense Report Entry page. 2. Click Create under Expense Report in the Main Page

Job Aid. Creating Expense Reports. 1. Begin by navigating to the Expense Report Entry page. 2. Click Create under Expense Report in the Main Page Creating Expense Reports 1. Begin by navigating to the Expense Report Entry page. Employee Self Service Travel and Expense Center 2. Click Create under Expense Report in the Main Page 3. A search box appears.

More information

Statewide Financial System

Statewide Financial System Agenda Objectives Credit Card Administrator (CCA) Roles and Responsibilities Credit Card Overview Card Data and Employee s Wallet in the SFS Reconciliation Correcting Errors Assigning Proxies / Default

More information

Atlanta OAUG. Internet Expenses Key to speedy processing. Chetan Manjarekar chetan.manjarekar@patni.com

Atlanta OAUG. Internet Expenses Key to speedy processing. Chetan Manjarekar chetan.manjarekar@patni.com Atlanta OAUG Internet Expenses Key to speedy processing Chetan Manjarekar chetan.manjarekar@patni.com Agenda Business Objectives UnOptimized Process Characteristics Objectives Focus Requirements for speedy

More information

About Data File Exchange

About Data File Exchange Methods for Service Providers to maintain accurate employer data September 2012 Tax and General Accounting Unemployment Insurance State of Wisconsin Contents Introduction Submitting a File through Secure

More information

Table of Contents. OTC AP Revenue Refund Process

Table of Contents. OTC AP Revenue Refund Process Table of Contents INTRODUCTION:... 2 PART 1 Submitting a Refund Request in Accounts Payable... 3 STEP 1: Create a Voucher in Accounts Payable... 3 STEP 2: Single Payment Voucher Entry (Skip This Step for

More information

Sage Payroll Services

Sage Payroll Services SAGE ACCPAC Sage Accpac ERP Sage Payroll Services Integration Guide 2006 Sage Accpac International, Inc. All rights reserved. Sage Software, Sage Software logos, and all Sage Accpac product and service

More information

Budget Process using PeopleSoft Financial 9.1

Budget Process using PeopleSoft Financial 9.1 Section 14 Budget 14.1 Budget Overview Each council must prepare a yearly operating budget and, in many cases, multiple budgets to respond to the needs of the council and the legal requirement to expend

More information

Changes with UCSB s New PeopleSoft Financial System

Changes with UCSB s New PeopleSoft Financial System Changes with UCSB s New PeopleSoft Financial System ETS Project Management Office Revised on June 9, 2015 (new content in red font) Overview 1) PeopleSoft a. The new financial system is based on PeopleSoft

More information

DBA Financials Conversion Guide

DBA Financials Conversion Guide Note: To change the product logo for your ow n print manual or PDF, click "Tools > Manual Designer" and modify the print manual template. Contents 3 Table of Contents 1 Who Is this Guide for? 4 2 Using

More information

Human Capital Management (HCM) Module Overview

Human Capital Management (HCM) Module Overview Human Capital Management (HCM) Module Overview HCM Leads HCM Lead: Andrew Peña Functional Leads: Human Resources/Recruitment, Irma Lopez Benefits, Armida Ruiz-Martinez Payroll and Time & Labor, Olaya Hernandez

More information

Accounts. Step by Step Data Setup Wizard and How to Guide. online

Accounts. Step by Step Data Setup Wizard and How to Guide. online online Accounts Step by Step Data Setup Wizard and How to Guide Main Tel. 0845 450 7304 Support Tel. 0844 484 9412 Email info@liquidaccounts.com Free 30day trial www.liquidaccounts.com Page 1 Online Accounts

More information

IDX Manual. Enhance your business website Search all MLS data with participating brokerages Track leads Expand your listing base

IDX Manual. Enhance your business website Search all MLS data with participating brokerages Track leads Expand your listing base IDX Manual Enhance your business website Search all MLS data with participating brokerages Track leads Expand your listing base Internet Data Exchange or IDX is also referred to as Broker Reciprocity.

More information

Accounting & Finance. Guidebook

Accounting & Finance. Guidebook Accounting & Finance Guidebook January 2012 TABLE OF CONTENTS Table of Contents... 2 Preface... 6 Getting Started... 8 Accounting... 10 Accounting Welcome... 10 Sales Quotes... 11 New Sales Quote... 11

More information

Need help? The Accounts Payable Help Documentation is designed to make your Accounts Payable experience as efficient as possible.

Need help? The Accounts Payable Help Documentation is designed to make your Accounts Payable experience as efficient as possible. Need help? The Accounts Payable Help Documentation is designed to make your Accounts Payable experience as efficient as possible. All you have to do to navigate through this document is simply use the

More information

ODEX Enterprise. Introduction to ODEX Enterprise 3 for users of ODEX Enterprise 2

ODEX Enterprise. Introduction to ODEX Enterprise 3 for users of ODEX Enterprise 2 ODEX Enterprise Introduction to ODEX Enterprise 3 for users of ODEX Enterprise 2 Copyright Data Interchange Plc Peterborough, England, 2013. All rights reserved. No part of this document may be disclosed

More information

Internet connection (high speed recommended) Microsoft Excel (installed locally) Adobe Reader 8.1 or later (installed locally)

Internet connection (high speed recommended) Microsoft Excel (installed locally) Adobe Reader 8.1 or later (installed locally) ecellerate Purchase Order Management This manual provides a general overview of the IES ecellerate Purchase Order module. The Purchase Order module is designed to receive electronic Purchase Orders in

More information

KANSAS TRUCK ROUTING INTELLIGENT PERMITTING SYSTEM

KANSAS TRUCK ROUTING INTELLIGENT PERMITTING SYSTEM KANSAS TRUCK ROUTING INTELLIGENT PERMITTING SYSTEM KS Company User Guide This user guide describes the operational procedures for K-TRIPS and the screens encountered by users during those procedures. Motor

More information

Quick Reference Guide Payment Processing: How to Use the Payment Request Form for Suppliers

Quick Reference Guide Payment Processing: How to Use the Payment Request Form for Suppliers Payment Processing: How to Use the Payment Request Form for Suppliers Overview: The Payment Request Form (PRF, formerly NEPF) can be used to pay low dollar invoices

More information

University of Missouri. Travel & Expense System FAQ

University of Missouri. Travel & Expense System FAQ University of Missouri Travel & Expense System FAQ 5/6/2013 Travel & Expense (T&E) System FAQ Table of Contents GENERAL QUESTIONS... 1 Roles and Responsibilities... 1 TRAVEL POLICY QUESTIONS... 2 Per Diem...

More information

Oracle Siebel Marketing and Oracle B2B Cross- Channel Marketing Integration Guide ORACLE WHITE PAPER AUGUST 2014

Oracle Siebel Marketing and Oracle B2B Cross- Channel Marketing Integration Guide ORACLE WHITE PAPER AUGUST 2014 Oracle Siebel Marketing and Oracle B2B Cross- Channel Marketing Integration Guide ORACLE WHITE PAPER AUGUST 2014 Disclaimer The following is intended to outline our general product direction. It is intended

More information

Table of Contents. 2 Copyright 2009 Bank of American Fork. All Rights Reserved.

Table of Contents. 2 Copyright 2009 Bank of American Fork. All Rights Reserved. Table of Contents Logging In... 3 Changing Your Password... 4 Cash User Login Screen... 5 Navigation... 6 Account Access Page... 7 Account Activity Options... 8 Transactions... 9 Download... 10 Statements...

More information

Fusion Financials White Paper Manage Payments Business Process Prepare and Record Payments

Fusion Financials White Paper Manage Payments Business Process Prepare and Record Payments Fusion Financials White Paper Manage Payments Business Process Prepare and Record Payments An Overview of Payments Process Author: Vijaya Gudipati Version: 1.0 Created: 14th June 2011 1 1. Table of Contents

More information

Course Duration: 3.5 Days. CPE Hours Available: 32 CPE. Knowledge Level: Intermediate. Field of Study: Auditing. Prerequisites: None

Course Duration: 3.5 Days. CPE Hours Available: 32 CPE. Knowledge Level: Intermediate. Field of Study: Auditing. Prerequisites: None Auditing PeopleSoft To effectively manage risk in most organizations today, internal auditors and control specialists must have a thorough knowledge of PeopleSoft security and control features. During

More information

How To Backup A Database In Navision

How To Backup A Database In Navision Making Database Backups in Microsoft Business Solutions Navision MAKING DATABASE BACKUPS IN MICROSOFT BUSINESS SOLUTIONS NAVISION DISCLAIMER This material is for informational purposes only. Microsoft

More information

You can get DrillToPIA.xla from http://www.mcmaster.ca/mosaic/support/drilltopia.xla

You can get DrillToPIA.xla from http://www.mcmaster.ca/mosaic/support/drilltopia.xla QUICK GUIDE for running nvision Reports (Statement of Operations) Step 1: Install DrillToPIA macro The DrillToPIA macro is an excel.xla file used to support look up information on the new statement of

More information

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide NFIRS 5.0 Software Version 5.3 Prepared for: Directorate of Preparedness and Response (FEMA) Prepared by:

More information

Oracle Project Portfolio Management Integration Pack for Primavera P6 and Oracle E-Business Suite 3.1 - Implementation Guide

Oracle Project Portfolio Management Integration Pack for Primavera P6 and Oracle E-Business Suite 3.1 - Implementation Guide Oracle Project Portfolio Management Integration Pack for Primavera P6 and Oracle E-Business Suite 3.1 - Implementation Guide Release 3.1 Part No. E20507-02 June 2011 Oracle Project Portfolio Management

More information

Workshop Presentation PRO 08 Self Service Procurement Shopping Cart

Workshop Presentation PRO 08 Self Service Procurement Shopping Cart Workshop Presentation PRO 08 Self Service Procurement Shopping Cart November 08, 2011 Department of Finance and Administration Office of the Mississippi Management and Reporting System 1/12/2012 1 1. Workshop

More information

DTN AP Invoice Transaction Import

DTN AP Invoice Transaction Import DTN AP Invoice Transaction Import Enhanced and updated for 4.05.6.5 02/27/08 Overview: This feature imports supplier invoices from a file created by downloading the invoice information from DTN s website.

More information

REP200 Using Query Manager to Create Ad Hoc Queries

REP200 Using Query Manager to Create Ad Hoc Queries Using Query Manager to Create Ad Hoc Queries June 2013 Table of Contents USING QUERY MANAGER TO CREATE AD HOC QUERIES... 1 COURSE AUDIENCES AND PREREQUISITES...ERROR! BOOKMARK NOT DEFINED. LESSON 1: BASIC

More information