Configuring Key Performance Indicators(KPI)

Slides:



Advertisements
Similar presentations
Welcome! Presenter: Jeff Weaver. Major Topics To Be Covered In This Presentation Internal GL vs. GL Interface/Export Different Options (Customizable)
Advertisements

Copyright © 2013 Pearson Education, Inc. publishing as Prentice Hall2-1.
What’s New in GE Part 1 (AR, AP, PO, Job Cost Presented by: Derek Kratz.
Designing Starbuilder Custom Financials Brian Bixby Bixby Consulting Services, Inc.
FAS New Features Martha Pluemer 2012 User Conference.
Aubrey Wood Accounting Support Program Liaison (SPL) xt 1306
Month End Reconciliation in StarBuilder Session Presented by Adam Hutchins.
REPORTING, QUERIES, FAVORITES, AND OTHER ADVANCED TOPICS TechBuy Training.
Kuali Financial Systems General Ledger Overview (May 2008) Joan Hagen, Indiana University Vincent Schimizzi, Michigan State University.
General (Add/Edit General Ledger Accounts) The Add/Edit General Ledger Accounts screen allows you to: Add new or maintain existing GL Accounts View/edit.
PestPac Software. Leads The Leads Module allows you to track all of your pending sales for your company from the first contact to the close. By the end.
QuickBooks Online October release webinar. Intuit Proprietary & Confidential Turn on recording 2.
Munis Version 9.4/10.2 Major Enhancements Sneak Peek Early Adopter – Financials David Buck Tyler Technology - MUNIS Division Implementation Analyst.
1 Branding 1 st Activity: Demonstrate the ability for Site Owners to adjust the Logo of the site within the SharePoint Site Navigate to Site Assets Upload.
MANAGEMENT REPORTER TIPS AND TRICKS DEREK KREBS | MSX GROUP.
Assignments, Assessments and Grade Book
Dynamics GP – You Own It … Why Not Use It? Financial November 8, 2016
Standard Operating Procedure
Forecasts and Long Term Forecasts (Formerly Planning Schedules)
Preventive Maintenance Agreements
Monthly Calendar Conversion Project UFS Change Impact
5. Cost resources & PLAN DURATION
Data-Basics Training & Support
Standard Operating Procedure
Boeing 787 SCMP Training June 2016
Getting Started with Vendor Pay Requests
5 Accounting for Merchandising Operations
Program Management Portal (PgMP): Catalog and the Client
FedEx Billing Online (FBO) Non-Revenue Quick Guide
5 Advantages to Using a Template Project
Empower Your Spitfire Team
Spitfire Version 2017 Preview
Getting Started with Spitfire: Basic Navigation
Microsoft Dynamics SL 2015 & 2018: Web Apps
Practice Insight Instructional Webinar Series Reporting
WISDM – Shared Financial System (SFS)
Time to Reach New Heights
Getting Started with Security
Change Orders Just Got a Whole Lot Easier
Time to Reach New Heights
Business Office Manager Training The ACH Process in 7 Steps
5. Cost resources & PLAN DURATION
Create, Collaborate, Construct - A Guide to Projects
Tips and Tricks (from Spitfire Development) Presenter: Stan York
Workflows to Hit the Ground Running (Quote > Win > Deliver)
Roles: Tips and Strategies
Cheque Printing & PDC in TALLY.ERP 9
8.02 Spreadsheet Formatting
Kristiane Smith, Director UU Zoe Rann, Customer Success Manager
Gregory Smith November 2012
Project Tiers (Projects and Subprojects / Related Projects)
Cash and Cash Management
QuickBooks Support Phone Number. How to set up QuickBooks preferences in QuickBooks Desktop Summary reports basis Aging Reports Age from due date Age.
Forecasts and Long Term Forecasts (Formerly Planning Schedules)
Routing = Communication and Accountability
Workflow Library The New Superhero
Time to Reach New Heights
Project Accounting in Microsoft Dynamics SL | Allocator.
Spreadsheets and Data Management
Designing Your Own Catalog Tab
Financials in Microsoft Dynamics SL 2015.
Budget and Forecasting Part 1: Position Planning Development Budget Transfers Rob McMicking Charles Lazenby
Pulling It All Together (Quote to Budget to Billing)
Automation: Workflow Script & NextDocFlow
Challenging Times in Job Costing
Day 1: Getting Started with Microsoft Excel 2010
Requisitions RX Document
SAP University Alliances
Presentation transcript:

Configuring Key Performance Indicators(KPI) Client Webinar Series Time to Reach New Heights Configuring Key Performance Indicators(KPI) Sept 9, 2015

Understanding the Possibilities for customizing your KPI Agenda Understanding the Possibilities for customizing your KPI Key Performance Indicators What are they From where is the data pulled Configuration of KPI improved in Spitfire 4.5 Line Items Hiding Line Items Changing Line Item Labels Resequencing Line Items Columns Adding New Columns Naming New Columns Moving Line Items to the New Column KPI Formulas

KPI – What are They What are they Users can select which Theme they prefer on the My Settings screen

From Where is the Contracts & Budget Data Pulled KBA-01152: What is the Source for the Values in the KPI? From Where is the Contracts & Budget Data Pulled Contracts & Budgets Original Contract = Current Contract – Committed PCO Approved CO = sum(xsfDocItem.RevenueAmount) where xsfDocHeader.status = approved or committed; xsfDocHeader.project = project; and DocType = PCO Current Contract = pjpdtrol.eac_amount where project = project and acct = Contract Value account category Unapproved CO = sum(xsfDocItem.RevenueAmount) where xsfDocHeader.project = project; and DocType = PCO and EXPENSES have already been posted but REVENUE has not. Original Commitment = sum(xsfDocItemTask.ExpenseAmount) where xsfDocHeader.status = committed for all of the Project‘s Commitments Approved CCO = sum(xsfDocItemTask.ExpenseAmount) where xsfDocHeader.status = approved for all of the Project‘s Commitment Change Orders Current Commitment = sum of Original Commitment + Approved CCO Pending Commitment = sum (xsfDocItemTask.ExpenseAmount) where xsfDocHeader.status = pending for all the Project‘s Commitment Change Orders and Commitments Contracts & Budgets Approved Pay Request = sum(xsfDocItemTask.RevenueAmount) where xsfDocHeader.status = approved for all of the Project‘s subcontract pay requests Original Budget = sum(pjptdsum.Total_Budget_Amount) for Expense Account Categories Estimate at Completion (EAC) = sum(pjptdrol.eac_amount) where acct = Expense Account Category Types ** Actual + Committed = sum(pjdtdsum.actual_amount + pjdtdsum.commit) for Expense account categories Forecast at Completion (FAC) = sum(pjptsum.fac_amounts) for Expense account categories Variance = FAC – EAC Earned Value = %spent * CurrentContract : details: IF CurrentEacBudget <= 0 THEN 0 IF ActualExpense > CurrentEACBudget THEN CurrentContract OTHERWISE (CurrentContract * (ActualExpense / CurrentEacBudget)) Under Billed = Billed to date – Earned Income Backlog = Current Contract – CurrentBudget – Earned Income

From Where is the AR Summary Data Pulled Aged AR For selected Project and as of Today‘s date: From Accounting Peer, WHERE ARInvoice.projectid = @pProject AND ardoc.status is Posted, Released, and and ardoc.balance <> 0 Under 30 and grouped by date range 30-60 Days 60-90 Days Over 90 Total = sum of Aged AR Unbilled From Accounting Peer, WHERE @pProject =ProjectID and ARInvoiceDoc = status Open, Unposted = sum of Unbilled

From Where is the Project Cash Flow Data Pulled For selected Project and as of Today‘s date: Billed to Date = sum pjtran.amount when PJTRAN.acct = Billed-to-Date AcctCat from Project Controller Setup Less Open AR = Aged AR total from Column 2 Less Retention = sum pjtran.amount when PJTRAN.acct = AR Retention AcctCat from Project Controller Setup Cash In = Billed to Date + Less Open AR + Less Retention AP Cost to Date =sum OrigDocAmt WHERE and apdoc.rlsed = 1 and apdoc.doctype in (‘VO‘,‘AC‘,‘AD‘) [multiply AD amount by -1] Less Open AP =sum DocBal WHERE apdoc.OpenDoc = ‘1‘ and apdoc.rlsed = 1 and and acct <> APRetention Acct and apdoc.doctype in (‘VO‘,‘AC‘,‘AD‘) [multiply AD amount by -1] =sum DocBal WHERE apdoc.OpenDoc = ‘1‘ and apdoc.rlsed = 1 and acct = APRetention Acct and apdoc.doctype in (‘VO‘,‘AC‘,‘AD‘) [multiply AD amount by -1] AP Cash Out = AP Cost to Date + Less Open AP + Less Retention Project Cash Flow For selected Project and as of Today‘s date: Other Cash Out = Actual + Commit to Date from Column 1 – AP Cash Out Net Cash Flow = Cash In – (AP Cash Out + Other Cash Out) Cash Conversion = Open AR + Retention + Under Billed (if any) Cash Funding = Open AP + AP Retention + Over Billed (if any) Net Cash Demand = Cash Conversion – Cash Funding

Key Performance Indicator Part As Shipped: As Configured:

KPI Line Items – Hiding/Changing Label gfgds

KPI Line Items – Setting a Format KBA-01585: Configuring the Project Key Performance Indicator Part KPI Line Items – Setting a Format hide = hide the value and use the full width for the label (used, for example, for the column headers). C0, C1, C2, C3, C4 = Currency with no decimal places, one decimal place, etc. to a max of 4 decimal places. F0, F1, F2, F3 = Numeric with no decimal places, one decimal place, two decimal places, three decimal places, etc. P0, P1, P2, P3 = Percentage with no decimal places, one decimal place, two decimal places, three decimal places, etc.

Line Items - Sequencing 2-digit numbers The Seq # is not a specific position in the grid, but a relative position based on the Seq # of the other line items. Examples: If your line items are numbered 1, 2, 3, 4, 5 – then 5 with be the 5th line item in the Column. But if your line items are numbered 5,10,15, 20, 25, then 5 will be the 1st line item in the Column Order by 5’s or 10’s so that you have room to add a line item with a sequence number between any two line items.

Columns – Displaying / Hiding All of the 5 available Columns have a Line Item with the letters “Col” to designate them as a Column To hide a specific Column remove checkmark in the Visible column To display a specific Column add a checkmark in the Visible column

Columns – Naming the Column

Columns – Positioning the Columns As Shipped the KPI is using Columns 1, 3 and 5 This allows you to position Xtra Col A or Xtra Col B is Columns 2, 4, 6, or 7. Edit Col=x to indicate which position your newly displayed will appear.

Moving Line Items to Another Column Copy the Line Item in UI Configuration. Change the Col= from 1 to 2 In my example of moving the Budget and Expenses from Column 1 to Column 2, I didn’t change any SEQ # (I left the line items in the same order and just changed Col=1 to Col=2)

Changing a Line Item Formula Changing a Formula can have unintended consequences Be sure to test carefully Change a Formula in Rule Maintenance | ProjectKPIFormula Rule Group Your edited version will have an X in the SF column and include a trash can icon ComputeList The ComputeList is the order that calculations are performed – Be sure your new formula with the ComputeList – or edit the ComputeList to match your needs

Resources Knowledge Base Articles (KBA) at http://support@spitfirepm.com KBA-01152: What is the Source for the Values in the KPI? KBA-01228: Overview of the ProjectKPIFormulas Rule; KPI Formulas

Have a topic you’d like included in an upcoming Webinar? Thank You for Joining this Webinar d Mark your calendar for our Next Webinar Introducing Spitfire 4.6 Thursday October 8th – 1:00 pm EST Have a topic you’d like included in an upcoming Webinar? Send your suggestion to dmcgovern@spitfiremanagement.com