Metric Wise (Analyze, Understand)

Size: px
Start display at page:

Download "Metric Wise (Analyze, Understand)"

Transcription

1 The Joint 13 th CSI/IFPUG International Software Measurement & Analysis (ISMA13) Conference Mumbai (India) March 6, 2017 [Sysmetry] [Integrated FPA & [Krupananda Babu M] Metric Wise (Analyze, Understand)

2 Goals of the presentation G1. Business need of Software Size G2. Sysmetry - Introduction & Overview G3. Sysmetry Measuring Data Functions G4. Sysmetry Measuring Transaction Functions G5. Sysmetry Measuring Application/Project DPs 2

3 [Basic Project Measurements] Four Basic Measurements: Size Effort Schedule/Duration Defects/Quality The later three are relatively easier to measure. But arriving at an appropriate software size in not a straight forward job. 3

4 [Software Sizing needs different approach] For software development size there has been no established and accepted unit of measurement like there are for weight, length, volume among others, applicable to all physical products, nor is as intuitive as number of requests serviced in a period of time. 4

5 [Business Need for Softwar Size] Business need of Software Size: To know how much effort will be needed so that a duration/schedule can be agreed upon along with expected number of defects To compare project s (team s) performance vis-à-vis expected. Example: Vendor/Internal team evaluation To know the Total Cost of Ownership of software applications In above all the need is more to know what it takes to develop software than to know how it benefits the user. 5

6 [Non-Functional Sizing Need] Function points served this purpose but were found not to correlate well with effort required to develop software as they were more oriented towards measuring the value as seen by users. With the advent of SNAP those areas which were not covered by FPA have become measurable, but the two sizes FPs and SPs pose some challenges with respect to productivity analysis and metrics base-lining. 6

7 [Sysmetry Introduction] This methodology measures all the aspects of software development, so the entire set of requirements is measured to provide a holistic size measurement. In this methodology the term Functionality is understood in its common perception as that which works to accomplish some purpose (logical or technical) and non-functionality simply means that which does not work as something becoming non-functional in a system. Also it is viewed that all functionality is implemented by some technicality, and all technicalities exist to support some functionality. 7

8 [Sysmetry Overview] A software application is viewed as information processing management system. In rudimentary form, a software application is deemed to have two basic components: 1. Data and 2. Transactions We measure both data and transactions considering two aspects: 1. Logical 2. Technical The measurement unit is called Development Point (DP). 8

9 [Sysmetry Method Steps] The steps to be followed are: 1. Identify and document the Purpose and Scope 2. Identify and document the relevant Users 3. Identify and document Sources of Information 4. Draw or Re-draw the Boundar(ies)y 5. Measure Data DPs 6. Measure Transaction DPs 7. Measure Application/Project level DPs 8. Calculate Total DPs Note: All calculations have to be rounded off to the nearest natural number. 9

10 [Measuring Data DPs - Brief] Data is (are) the documented fact(s) about business entities that are needed to be stored and maintained in the software applications to address required business information needs. Examples: tables, text files, XMLs, FLists, and Spread sheets etc. called generically as Data Files (DFs). Only data files internal to the application are measured. External data used in the application s transactions are accounted for in the respective transactions that interface with other applications. Another aspect that is measured is the data loading (DLD) that is needed at the inception and enhancement of software applications. 10

11 [Measuring Data DPs - Classification] Data is further classified as: Logical Data File (LDF): This includes all the Business data and Reference data (dynamic and static) which are primary from the business perspective and this is the data for which the application exists, to store and process as required by the end user. Examples: Customer Data, Billing Information, Tax Rates etc. Technical Data File (TDF): This is the data that the end user usually is not aware of. This data is needed to support the execution of the application in storing and/or processing the logical data. Examples: Temporary data stores, Views, Indexes, Staging tables etc. 11

12 [Measuring Data DPs Technical Data Files] Technical files such as Views, Indexes draw data from some source data files, each such source file is called and counted as one Source Files (SOFs). Rule 1: Count at least one SOF for each Technical Data function. Rule 2: Count one additional SOF for each additional LDF or TDF from which data is retrieved. 12

13 [Measuring Data DPs Calculation of LDF] The formula for calculating Logical Data size is: LDF DPs = ((1/20) X DETs) + (2 X RETs) Example 1: LDF: Employee Data File No. of DETs: 155 No. of RETs: 8 DPs = ((1/20) X 156) + (2 X 8) = 8+16 =24 DPs Example 2: LDF: Trainee Details File No. of DETs: 3 No. of RETs: 1 DPs = ((1/20) X 3) + (2 X 1) = 1+2 = 3 DPs 13

14 [Measuring Data DPs Calculation of TDF] The formula for calculating Technical Data size is: TDF DPs = ((1/25) X DETs) + SOFs Example 1: TDF: Materialized View Employee Leave Info DETs: 64 SOFs: 2 Size of TDF = ((1/25) X 64) + 2 = 3+ 2 = 5 DPs Example 2: TDF: Materialized View Bundle Offer Info DETs: 11 SOFs: 1 Size of TDF = ((1/25) X 11) + 1 = 1+1 = 2 DPs 14

15 [Measuring Data DPs Calculation of DLD] The formula for calculating DLD DPs is: DLD DPs = ((1/25) X DETs) + (2 X SOLs) Example: Data from existing Payroll application and HR Info application are to be ported to a newly developed HR Management application. DETs: 235 SOLs: 3 DLD DPs = ((1/25) X 250) + (2 X 3) = = 16 DPs 15

16 [Measuring Data DPs Calculation of Total DFs] The formula for total data function DPs is: Total Data DPs = LDF DPs + TDF DPs + DLD DPs 16

17 [Measuring Transaction DPs - Brief] Transactions are the interactions that happen with software applications. They carry data in and out of the software application boundary and perform information processing to satisfy certain business information needs. Apart from data carried the transactions inherently have certain logical processing and technical processing which contribute to their complexity and software development teams spend significant effort in this regard. 17

18 [Measuring Transaction DPs Logical Processing Complexity (LPC) Part 1] S.no Processing Logic Complexity Parameters Logical Complexity formula 1 Data Receipt Number of DETs received 1/10 X DETs 2 Data Validation 1) Number of DETs validated (1/5) X DETs) 1) Number of DETs used for 3 Mathematical Calculations operations calculation (1/2) X DETs) + (2 X No.of 2) Number of mathematical Operations) 4 Data conversion 1) Number of DETs converted (1/30) X DETs 5 Criteria based data filtering Number of filter criterion (1/3) X No.of Filter Criterion 6 Condition Analysis 1) Number of DETs analyzed (1/5) X DETs + (2 X No.of 2) Number of conditions analyzed Conditions) 7 Data updated in LDF(s)/TDF(s) 1) Number of DETs updated ((1/10) X DETs) + (No.of LDFs 2) Number of LDFs/TDFs updated and TDFs updated) 8 Data retrieved from 1) Number of DETs retrieved ((1/10) X DETs) + (No.of LDFs LDF(s)/TDF(s) 2) Number of LDFs referenced and TDFs referenced) 18

19 [Measuring Transaction DPs Logical Processing Complexity (LPC) Part 2] S.no Processing Logic Complexity Parameters Logical Complexity formula 9 Derived Data creation Number of DETs used for derivation and the derived DETs (1/3) X DETs 10 Application behavior altered Not applicable 3 11 Data is sent out of the application 1) Number of DETs sent out ((1/5) X DETs) + No.of LDFs or 2) Number of LDFs/TDFs referenced TDFs referenced 12 Data is sorted or re-arranged Not applicable 2 13 Data is fetched from another 1) Number of DETs fetched ((1/3) X DETs) + (2 X No.of application 2) Number of applications interfaced applications interfaced) 14 Internal Data Movements Number of DETs internally moved ((1/10) X DETs) + (No.of Number of LDFs referenced LDFs/TDFs referenced) 15 Data configuration 1) Number of DETs configured ((1/10) X DETs) +( (1/10) X No.of 2) Number of records configured records) 16 Data Encryption/Decryption 1) Number 0f DETs encrypted/decrypted 1/15 x DETs Processing Logic Complexity (PLC) of a Transaction is the sum of all the applicable items listed above. 19

20 [Measuring Transaction DPs Technical Processing Complexity (TPC)] S.no Technical aspect Complexity Parameters Technical Complexity formula 1 1) Number of UI elements No.of UI elements X (1/10) + User Interface elements 2) Number of properties No.of properties 2 1) Number of DETs input ((1/3) X DETs) + No.of input Multiple Input methods 2) Number of input methods methods 3 1) Number of DETs input ((1/2) X DETs)) + No.of output Multiple Output methods 2) Number of output methods methods) Technical Processing Complexity of a Transaction is the sum of all the applicable items listed above. 20

21 [Measuring Transaction DPs - Calculation] The formula for calculating total transaction DPs is: Transaction DPs = ((1/3) X LPC) + ((1/10) X TPC) 21

22 [Measuring Transaction DPs Example 1] Example 1: A Transaction is developed to enter product details of 28 DETs into the Inventory Management System application via mobile device and through computer screen, inserts 25 DETs into Inventory Items Info LDF and 11 DETs into Purchase Details Info LDF having. Total UI elements on the screens involved are 42 and an average 5 properties are to be configured. No. of DETs: 28 LPC Calculation: Items 1 and 7 from LPC table are applicable. Data Receipt PL = ((1/10) X 28) = 3 Data Updated PL = ((1/10) X 28) + 2 = = 5 LPC = 8 TPC Calculation: Items 1 and 2 from table 2 are applicable User Interface elements TP = 42 X (1/10) + 5 = 9 Multiple Input Methods TP = (1/3) = 11 Technical Processing Complexity = =20 Transaction DPs = ((1/3) X 9) + ((1/10) X 20) = = 5 DPs 22

23 [Measuring Transaction DPs Example 2] Example 2: A Transaction is created in Order Provisioning application which accepts 13 DETs via 3 screens with 18 UI elements of 3 properties (the same data entry is also possible through an excel sheet and screen scraping from CRM application); validates 2 DETs from Resource Info LDF availability and 1 DET from CRM application; retrieves 8 DETs of cost details from Product Info LDF and Offers Info LDF; fetch billing details from CRM application; calculates the approximate cost using 4 mathematical operations; converts the cost from local currency into USD and round off; then chooses the appropriate delivery mechanism and route from available 3 options; update 17 DETS of delivery details in Delivery Info LDF after creating a unique delivery code from order number, customer and date; move 25 DETs from Order details LDF to Provisioned Details Info LDF, sends 47 DETs in Excel and PDF formats to Billing & Rating application from Product Info LDF and Order Info LDF and 22 DETs to Customer Loyalty application from Order Info LDF. 23

24 [Measuring Transaction DPs Example 2] No. of DETS: 82 LPC Calculation: Items 1, 2, 3, 4,6, 7, 8, 9, 11 and 14 from LPC table are applicable. Data Receipt LP = (1/10) X 13 = 1 Validation 1 LP = (1/5) X 2 =1 Validation 2 counted as Data fetch from other application LP = (1/5) X 1 =1 Data Retrieval LP = ((1/10) X 8) + (2) = = 3 Calculation LP = (1/2) X 8) + (2 X 4) = = 12 Data conversion LP = (1/30) X 1 = 1 Condition Analysis LP = (1/5) X 2 + (2 X 3) = = 7 Data Update LP = ((1/10) X 17) + (1) = Create Derived Data LP = (1/3) X 3 = 1 Data sent out 1 LP = ((1/5) X 47) + (2) = = 11 Data sent out 2 LP = ((1/5) X 22) + (1) = 4 +1 = 5 Internal data movements = ((1/10) X 25) + 2 = = 5 Total LPC = 49 TLC Calculation: UI Elements TP = (18 X (1/10)) + 3 = 5 Multiple Input Methods TP = ((1/3) X 13) + 3 = 7 Multiple Output Methods TP = ((1/2) X 47) + 2 = 26 Total TPC = 38 Transaction DPs = ((1/3) X49) + ((1/10) X 38) = = 20 DPs 24

25 [Application/Project (Common) DPs] Some requirements and project activities pertain to an entire software application or a project. S.No Aspect Parameter(s) Complexity Formula 1 Technology used 1) Number of Software Platforms 2) Number of Software families 2 Environment setup 1) Number of Roles 2) Number of Members (5 X No.of platforms) + (3 X No.of families) (3 X No. of Roles) + (1/25) X No.of Members 25

26 [Calculate Total DPs] The formula for calculating total DPs is:- Total DPs = Total Data DPs + Transactions DPs + Common DPs 26

27 Q & A 27

28 Thank You 28

E s timation of effort using F unction Points

E s timation of effort using F unction Points E s timation of effort using F unction Points -Vijay S hankar Vijay Shankar Cognizant Technology Solutions, Feb 2003. All rights reserved. You may make one attributed copy of this material for your own

More information

International Function Point Users Group References: Capers Jones: Applied Software Measurement (1997) Estimating Software Costs (1998)

International Function Point Users Group  References: Capers Jones: Applied Software Measurement (1997) Estimating Software Costs (1998) Function Point Estimation Normalized software project metric Application domain rather than technical domain Application functions and data rather than code International Function Point Users Group www.ifpug.org

More information

Part 1 - Process and Rules

Part 1 - Process and Rules Part 1 - Process and Rules This page intentionally left blank. Part 2 Counting Practices This page intentionally left blank. Part 3 - Examples This page intentionally left blank. Part 4 Appendices and

More information

HOW TO CHOOSE THE BEST MARKETING PRODUCT? zoho.com/campaigns

HOW TO CHOOSE THE BEST  MARKETING PRODUCT? zoho.com/campaigns HOW TO CHOOSE THE BEST EMAIL MARKETING PRODUCT? zoho.com/campaigns EMAIL MARKETING CAMPAIGNS - AN INSIGHT Emails can do much more for your business than you may think. Marketing campaigns can bring you

More information

EI, EO, EQ QUESTIONS. Expected Result: The student should obtain a score of 90 percent.

EI, EO, EQ QUESTIONS. Expected Result: The student should obtain a score of 90 percent. EI, EO, EQ QUESTIONS Objective: The following questions represent typical questions regarding transactions that will be on the exam. It is important that you become familiar with answering these types

More information

User Help Guide for Utopia RFM Solutions for MDG on S4/HANA. Release 9.0 SP01

User Help Guide for Utopia RFM Solutions for MDG on S4/HANA. Release 9.0 SP01 for on S4/HANA Release 9.0 SP01 Table of Contents... 3 MDG Features... 3 Additional Enhancements... 3 User/System Status... 4 Enhanced (additional) Search Attributes... 4 Enhanced Search Functionality

More information

Seminar on Software Cost Estimation: Function Points

Seminar on Software Cost Estimation: Function Points : Function Points Institut für Informatik, Universität Zürich Prof. Dr. Martin Glinz Arun Mukhija WS 2002/03 10. December 2002 Author: Christoph Suter Hoffeld 2 8057 Zürich fels@datacomm.ch 1 Introduction...4

More information

FPA and Portfolio Counting

FPA and Portfolio Counting FPA and Portfolio Counting Size for Application Maintenance projects the easy way Christine Green CFPS EDS and the EDS logo are registered trademarks of Electronic Data Systems Corporation. EDS is an equal

More information

CORRIGENDUM- I. Sr. Page/Section Description Bidder s Query Clarification / Amendments. 1 Page 5 of Vol-I, and Page 15 of Vol-II

CORRIGENDUM- I. Sr. Page/Section Description Bidder s Query Clarification / Amendments. 1 Page 5 of Vol-I, and Page 15 of Vol-II CORRIGENDUM- I Name of work: RFP for selection of agency for creation of Digital Project Management Platform comprising OSO, Supply, Implementation and Support of 5D-BIM & ERP for the Nagpur Metro Rail

More information

Constraint Definition Language in Oracle Configurator - A Holistic Perspective

Constraint Definition Language in Oracle Configurator - A Holistic Perspective Constraint Definition Language in Oracle Configurator - A Holistic Perspective Krishnan Sundaresan Fujitsu Consulting, Inc Introduction Constraint Definition Language (CDL), in releases 11i10 and beyond,

More information

Works Reports Training Script

Works Reports Training Script Works Reports Training Script Slide 1 Welcome to Works Reporting training presented by the Department of Financial Services, Office of Florida Financial Education. Over the past year, the Florida Department

More information

The Data Interaction Point Method

The Data Interaction Point Method IV. Methods for measuring the Development Output 67 all data movements. Table 3 shows the functional size of sample use case Search Flight determined by using the COSMIC method. The COSMIC method does

More information

Sage What s New. March 2019

Sage What s New. March 2019 Sage 100 2019 What s New March 2019 2019 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned herein are the trademarks of The Sage Group

More information

Oracle Field Service/Laptop

Oracle Field Service/Laptop Oracle Field Service/Laptop Concepts and Procedures Release 11i October 2001 Part No. A95212_01 1 Understanding Field Service/Laptop This topic group provides overviews of Field Service/Laptop and its

More information

Joint Application Design & Function Point Analysis the Perfect Match By Sherry Ferrell & Roger Heller

Joint Application Design & Function Point Analysis the Perfect Match By Sherry Ferrell & Roger Heller Joint Application Design & Function Point Analysis the Perfect Match By Sherry Ferrell & Roger Heller Introduction The old adage It s not what you know but when you know it that counts is certainly true

More information

Some doubts about the objectivity of logical determination of the uniqueness of the elementary process in the Function Point Analysis

Some doubts about the objectivity of logical determination of the uniqueness of the elementary process in the Function Point Analysis Some doubts about the objectivity of logical determination of the uniqueness of the elementary process in the Function Point Analysis Table of Contents Marian Zalcman, Ph.D. ASSECO Poland, Rzeszów 1. Introduction

More information

Age Related Maths Expectations

Age Related Maths Expectations Step 1 Times Tables Addition Subtraction Multiplication Division Fractions Decimals Percentage & I can count in 2 s, 5 s and 10 s from 0 to 100 I can add in 1 s using practical resources I can add in 1

More information

Function Point Analysis

Function Point Analysis Function Point Analysis Introduction and Basic Overview as an Alternative to SLOC-based Estimation November 17, 2010 Tucker Moore TASC - ASOU Software Cost Estimation Two Main Types of Developed SW Cost

More information

QUICK INSTRUCTIONS FOR CREATING A MAILING LIST...

QUICK INSTRUCTIONS FOR CREATING A MAILING LIST... 1 (23) Instructions for using the electronic mailing list Table of Contents 1 QUICK INSTRUCTIONS FOR CREATING A MAILING LIST... 2 2 Basic functions of the Electronic mailing list on the top panel... 4

More information

Workbooks (File) and Worksheet Handling

Workbooks (File) and Worksheet Handling Workbooks (File) and Worksheet Handling Excel Limitation Excel shortcut use and benefits Excel setting and custom list creation Excel Template and File location system Advanced Paste Special Calculation

More information

Data Import Guide DBA Software Inc.

Data Import Guide DBA Software Inc. Contents 3 Table of Contents 1 Introduction 4 2 Data Import Instructions 5 3 Data Import - Customers 10 4 Data Import - Customer Contacts 16 5 Data Import - Delivery Addresses 19 6 Data Import - Suppliers

More information

ENABLING QA THROUGH ANAPLAN MODEL TESTING

ENABLING QA THROUGH ANAPLAN MODEL TESTING WHITE PAPER ENABLING QA THROUGH ANAPLAN MODEL TESTING - Mangala Jagadish Rao - Harshada Nayan Tendulkar Abstract Anaplan is a cloud-based platform that can create various business models to meet different

More information

On-site Time and Material Rates for Equipment Not Covered under an HP Service Contract

On-site Time and Material Rates for Equipment Not Covered under an HP Service Contract HPE Per Event U.S. On-Site Services Rate Schedule On-site Time and Material Rates for Equipment Not Covered under an HP Service Contract Equipment Type Enterprise Servers, Associated Storage, Network,

More information

MUTUAL RECOGNITION MECHANISMS. Tahseen Ahmad Khan

MUTUAL RECOGNITION MECHANISMS. Tahseen Ahmad Khan MUTUAL RECOGNITION MECHANISMS Tahseen Ahmad Khan TABLE OF CONTENTS Background: Why Mutual Recognition is important? Electronic Data and its inherent nature Scope of mutual recognition, need to go beyond

More information

B. H. Gardi College of Engineering & Technology, RAJKOT Department of Master of Computer Application. MCA Lecturer At GARDI VIDYAPITH RAJKOT.

B. H. Gardi College of Engineering & Technology, RAJKOT Department of Master of Computer Application. MCA Lecturer At GARDI VIDYAPITH RAJKOT. Prepared By :- Mr. Ajay A. Ardeshana MCA Lecturer At GARDI VIDYAPITH RAJKOT. Email :- ajay.24021985@gmail.com Mobile :- + 91 95588 20298 Chap5er - 6 SYSTEM ENGINEERING (SSAD SSAD) Mobile : 9558820298 1

More information

Microsoft Dynamics GP. Extender User s Guide

Microsoft Dynamics GP. Extender User s Guide Microsoft Dynamics GP Extender User s Guide Copyright Copyright 2009 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without

More information

Cognizant Technology Solutions

Cognizant Technology Solutions Cognizant Technology Solutions Test Case Point Analysis White Paper Version 1.0 April 11, 2001 By Nirav Patel Muthukrishnan Govindrajan Susmita Maharana Shoba Ramdas TABLE OF CONTENTS 1 PURPOSE...3 2 INTRODUCTION...4

More information

Version 5.30 Release Notes. Build 1 compiled on 6 th June 2018

Version 5.30 Release Notes. Build 1 compiled on 6 th June 2018 Version 5.30 Release Notes Build 1 compiled on 6 th June 2018 Welcome to Accura Version 5.30 Introduction Version 5.30 is the latest release for the Accura MIS and the first major build since version 5.21and

More information

Creating Reports using Report Designer Part 1. Training Guide

Creating Reports using Report Designer Part 1. Training Guide Creating Reports using Report Designer Part 1 Training Guide 2 Dayforce HCM Creating Reports using Report Designer Part 1 Contributors We would like to thank the following individual who contributed to

More information

Vendor: Oracle. Exam Code: 1z Exam Name: Siebel Customer Relationship Management (CRM) 8 Business Analyst. Version: Demo

Vendor: Oracle. Exam Code: 1z Exam Name: Siebel Customer Relationship Management (CRM) 8 Business Analyst. Version: Demo Vendor: Oracle Exam Code: 1z0-219 Exam Name: Siebel Customer Relationship Management (CRM) 8 Business Analyst Version: Demo QUESTION NO: 1 When does data get written to the Siebel database during Task

More information

Corporate Information Security Policy

Corporate Information Security Policy Overview Sets out the high-level controls that the BBC will put in place to protect BBC staff, audiences and information. Audience Anyone who has access to BBC Information Systems however they are employed

More information

Version 8 Release Notes

Version 8 Release Notes Version 8 Release Notes www.buildsoft.com.au 8.2.4 Release 30 July 2018 Fixes Fixed an issue where the Total of a Job might be incorrect if any Item was Picked from multiple Quotes that included only INCL

More information

Service Description: CNS Federal High Touch Technical Support

Service Description: CNS Federal High Touch Technical Support Page 1 of 1 Service Description: CNS Federal High Touch Technical Support This service description ( Service Description ) describes Cisco s Federal High Touch Technical support (CNS-HTTS), a tier 2 in

More information

Quality Notifications (QM-QN)

Quality Notifications (QM-QN) HELP.QMQN Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

Read, write compare and order numbers beyond 1000 in numerals and words Read Roman numerals to 100 and understand how they have changed through time

Read, write compare and order numbers beyond 1000 in numerals and words Read Roman numerals to 100 and understand how they have changed through time Number Year 4 Year 5 Year 6 Year 6 Exceeded Developing Count reliably to and from 20 putting numbers in order Year 2 Year 3 Read, write and compare and order numbers 0-1000 in numerals and words Read,

More information

Oracle HCM Cloud Common Release 12. What s New

Oracle HCM Cloud Common Release 12. What s New Oracle HCM Cloud Common Release 12 What s New TABLE OF CONTENTS REVISION HISTORY... 4 OVERVIEW... 7 RELEASE FEATURE SUMMARY... 8 HCM COMMON FEATURES... 11 APPLICATIONS SECURITY... 11 User Account Management...

More information

Sage Intacct New Features

Sage Intacct New Features Sage Intacct New Features 2017 Release 4 Sage Intacct Release Date: November 10, 2017 Document Date: November7, 2017 Prepared by The Resource Group 600 SW 39 th Street, Suite 250 Renton, WA 98057 425.277.4760

More information

ProQuote Create a New Quote. ProQuote CREATING A NEW QUOTE. On the Home Screen, select New Quote. The New Quote screen appears,

ProQuote Create a New Quote. ProQuote CREATING A NEW QUOTE. On the Home Screen, select New Quote. The New Quote screen appears, - CREATING A NEW QUOTE Create a New Quote On the Home Screen, select New Quote The New Quote screen appears, 1 - CREATING A NEW QUOTEcontinued Complete all the following required fields Quote Name - Enter

More information

Set 2 MCQ

Set 2 MCQ 1. ETCS means A) Enable Tax Collected at Source B) Electronic Tax Collected at Source C) Electric Tax Collected at Source D) None of these 2. To get Payroll Reports choose A) Gateway of Tally > Display

More information

IFPUG 4.3 What You Need to Know!

IFPUG 4.3 What You Need to Know! DCG WEBINAR IFPUG 4.3 What You Need to Know! Sheila P. Dennis, CFPS sdennis@davidconsultinggroup.com Presentation Topics Let s Talk Function Points What Did They Do to the Counting Practices Manual (CPM)?

More information

JobRouter Product description Version 3.0

JobRouter Product description Version 3.0 JobRouter Product description Version 3.0 Index Philosophy... 03 Workflow with JobRouter Basics... 04 Defining the term workflow... 04. Displaying processes... 04 Forms of process management... 05 Sequential...

More information

Getting Around QuickBooks Online

Getting Around QuickBooks Online QuickBooks Online Student Guide Chapter 2 Getting Around QuickBooks Online Chapter 2 Chapter 2 Now that you ve finished your company setup in QuickBooks Online, you re ready to get started. It s a good

More information

!!!!!!!!!!!!! speedy. pdm !!!!!!!!!!!!!!!!!!!!!!!! documents, Finding. all4cad. not just searching! Made in Germany CAD / CAM - SYSTEMHAUS

!!!!!!!!!!!!! speedy. pdm !!!!!!!!!!!!!!!!!!!!!!!! documents, Finding. all4cad. not just searching! Made in Germany CAD / CAM - SYSTEMHAUS speedy all4cad Made in Germany Finding documents, not just searching pdm CAD / CAM - SYSTEMHAUS i speedy/pdm functional overview Technical document management 1 The business solution 3 The search 4 The

More information

I-9 AND E-VERIFY VENDOR DUE DILIGENCE

I-9 AND E-VERIFY VENDOR DUE DILIGENCE I-9 AND E-VERIFY VENDOR DUE DILIGENCE WHITE PAPER I-9 and E-Verify Vendor Due Diligence Key questions to ask electronic I-9 vendors to ensure you are making the best choice for your business. 1. Vendor

More information

Flex Supplier Portal How to use Flex Supplier Portal

Flex Supplier Portal How to use Flex Supplier Portal Flex Supplier Portal How to use Flex Supplier Portal TABLE OF CONTENT TABLE OF CONTENT... 2 Introduction... 4 How to access Flex Portal... 5 OKTA account registration... 5 How to login OKTA (After registration)...

More information

FIVE STAR ELECTRIC PAYROLL CONVERSATION

FIVE STAR ELECTRIC PAYROLL CONVERSATION FIVE STAR ELECTRIC PAYROLL CONVERSATION Presented by the Tutor Perini JDE Support Team Today s Demonstration by: Troy Witkovic, Business Systems Analyst FIVE STAR ELECTRIC PAYROLL CONVERSATION TODAY S

More information

MS Office for Engineers

MS Office for Engineers MS Office for Engineers Lesson 4 Excel 2 Pre-reqs/Technical Skills Basic knowledge of Excel Completion of Excel 1 tutorial Basic computer use Expectations Read lesson material Implement steps in software

More information

UNIT II Requirements Analysis and Specification & Software Design

UNIT II Requirements Analysis and Specification & Software Design UNIT II Requirements Analysis and Specification & Software Design Requirements Analysis and Specification Many projects fail: because they start implementing the system: without determining whether they

More information

Click2Export User Manual. Click2Export User Manual

Click2Export User Manual. Click2Export User Manual Click2Export User Manual Click2Export User Manual CONTENTS INTRODUCTION... 3 CRM REPORT TEMPLATES... 4 Steps to create CRM Report Templates:... 4 Configuring CRM Report Template:... 6 Configuring CRM Report

More information

E-CLUB USER GUIDE April 2017

E-CLUB USER GUIDE April 2017 E-CLUB USER GUIDE April 2017 AGENDA INTRODUCTION Home page What's new Printing Search filter List of policies General navigation GENERAL POLICY INFORMATION CONTACT US 2 E-CLUB : USER GUIDE I 04 2017 I

More information

Welcome to the Cub Cadet Dealer Community. Any questions please

Welcome to the Cub Cadet Dealer Community. Any questions please Welcome to the Cub Cadet Dealer Community Any questions please email dealercommunitysupport@cubcadet.com Go to www.mtdcommunity.com Initial Log In - Enter User ID & Password you received in the email -

More information

Tally keyboard shortcuts Tally ERP 9 Shortcuts Keys Tally Shortcuts carocks.wordpress.com. F1 To select a company At all masters menu screen

Tally keyboard shortcuts Tally ERP 9 Shortcuts Keys Tally Shortcuts carocks.wordpress.com. F1 To select a company At all masters menu screen Function Key Combinations F1 To select a company At all masters menu screen F1 To select the Accounts Button At the Accounting Voucher creation and F1 (ALT+F1) To select the Inventory To view the detailed

More information

Introduction: Overview

Introduction: Overview HELP.LOLIS Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

Tutorial 6: Managing Multiple Worksheets and Workbooks. Microsoft Excel 2013 Enhanced

Tutorial 6: Managing Multiple Worksheets and Workbooks. Microsoft Excel 2013 Enhanced Tutorial 6: Managing Multiple Worksheets and Workbooks Microsoft Excel 2013 Enhanced 2 Objectives Create a worksheet group Format and edit multiple worksheets at once Create cell references to other worksheets

More information

1 of 9 8/27/2014 10:53 AM Units: Teacher: MOExcel/Access, CORE Course: MOExcel/Access Year: 2012-13 Excel Unit A What is spreadsheet software? What are the parts of the Excel window? What are labels and

More information

Microsoft Dynamics GP. Working With Configurations Release 10.0

Microsoft Dynamics GP. Working With Configurations Release 10.0 Microsoft Dynamics GP Working With Configurations Release 10.0 Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of

More information

Fieldwork Order. Field Work Order. User s Guide. PeerAssist Fieldwork Order Build 1.0.2

Fieldwork Order. Field Work Order. User s Guide. PeerAssist Fieldwork Order Build 1.0.2 Fieldwork Order Field Work Order User s Guide PeerAssist Fieldwork Order Build 1.0.2 Contents Editing Company Details Editing Company Details Part I Completing Your Setup... 5 Editing Company Details Part

More information

Hiperspace: The Forgotten Giant of Mainframe Storage

Hiperspace: The Forgotten Giant of Mainframe Storage IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 5, Ver. III (Sep.- Oct. 2017), PP 38-46 www.iosrjournals.org Hiperspace: The Forgotten Giant of Mainframe

More information

Oracle Depot Repair. Implementing Oracle Depot Repair. Implementation Guide

Oracle Depot Repair. Implementing Oracle Depot Repair. Implementation Guide Oracle Depot Repair Implementation Guide Release 11i November 2000 Part No. A87337-01 Implementing Oracle Depot Repair This document provides descriptions of the setup and configuration tasks required

More information

Reports in QuickBooks

Reports in QuickBooks QuickBooks Online Student Guide Chapter 11 Reports in QuickBooks Chapter 2 Chapter 11 In this chapter, you ll learn how QuickBooks helps you find information in your business. Lesson Objectives In this

More information

White Paper CRM. For Manufacturing Brainvire Infotech Pvt Ltd Ver.3.1, 31/03/2017. Pg. 1

White Paper CRM. For Manufacturing Brainvire Infotech Pvt Ltd Ver.3.1, 31/03/2017. Pg. 1 White Paper CRM For Manufacturing www.brainvire.com 2017 Brainvire Infotech Pvt Ltd Ver.3.1, 31/03/2017 Pg. 1 About Manufacturing Industry Manufacturing industry refers to those industries which involve

More information

IBM Managed Security Services for X-Force Hosted Threat Analysis Service

IBM Managed Security Services for X-Force Hosted Threat Analysis Service IBM Managed Security Services for X-Force Hosted Threat Analysis Service Z125-8483-00 05-2010 Page 1 of 5 Table of Contents 1. Scope of Services... 3 1.1 Licensing... 3 1.1.1 Individual... 3 1.1.2 Distribution...

More information

Excel Model Reference REFERENCE

Excel Model Reference REFERENCE Excel Model Reference 1 Navigating Accounting Excel Models REFERENCE TABLE OF CONTENTS Introduction 2 How Do I Use the Models? 3 Model Overview 4 EntryInputs Sheet Tab 5 Accounts Sheet Tab 6 BSE Sheet

More information

DESKTOP CONNECTION FOR SAP CRM - CONTACT CREATION IN MS OUTLOOK

DESKTOP CONNECTION FOR SAP CRM - CONTACT CREATION IN MS OUTLOOK 2013-10-31 1 1. Select an Account in MS Outlook (1) Click in the area and enter the account the new contact is working for. (2) Click on the entry. 2013-10-31 2 2. Create a Contact in MS Outlook The account

More information

Exam Questions MB2-713

Exam Questions MB2-713 Exam Questions MB2-713 Microsoft Dynamics CRM 2016 Sales https://www.2passeasy.com/dumps/mb2-713/ 1. You have two opportunities named Opp1 and Opp2 that created to a customer. The customer request a single

More information

Vendor Inquiry and Reports Munis Version 11.2

Vendor Inquiry and Reports Munis Version 11.2 Objective This document gives you step by step instructions for using the Vendor Inquiry/Reports program to query the vendor master table for information regarding a specific vendor(s) and how to produce

More information

PERSPECTIVE. End-to-end test automation A behaviordriven and tool-agnostic approach. Abstract

PERSPECTIVE. End-to-end test automation A behaviordriven and tool-agnostic approach. Abstract PERSPECTIVE End-to-end test automation A behaviordriven and tool-agnostic approach Anand Avinash Tambey Product Technical Architect, Infosys Abstract In today s fast changing world, IT is under constant

More information

VICE PRESIDENT FOR FINANCE & ADMINISTRATION

VICE PRESIDENT FOR FINANCE & ADMINISTRATION SUBJECT: MAIL SERVICES NUMBER: 1340 AUTHORIZING BODY: RESPONSIBLE OFFICE: VICE PRESIDENT FOR FINANCE & ADMINISTRATION UNIVERSITY SERVICES DATE ISSUED: APRIL 1970 LAST UPDATE: MARCH 2011 RATIONALE: The

More information

Oracle. Loyalty Cloud Extending Loyalty. Release 13 (update 18B)

Oracle. Loyalty Cloud Extending Loyalty. Release 13 (update 18B) Oracle Loyalty Cloud Release 13 (update 18B) Release 13 (update 18B) Part Number E94297-01 Copyright 2011-2018, Oracle and/or its affiliates. All rights reserved. Authors: Sharon Conroy, Hugh Mason, Tracy

More information

Moving from a Paper to Paperless validation effort and how to get the most efficient mix of Manual vs. Automated testing.

Moving from a Paper to Paperless validation effort and how to get the most efficient mix of Manual vs. Automated testing. Moving from a Paper to Paperless validation effort and how to get the most efficient mix of Manual vs. Automated testing. Overview The desire to use tools to increase validation productivity with the consequent

More information

CHAPTER TWO: SPREADS HEETS WITH EXCEL 1

CHAPTER TWO: SPREADS HEETS WITH EXCEL 1 CHAPTER TWO: SPREADS HEETS WITH EXCEL 1 CHAPTER 2 SPREADSHEETS WITH EXCEL TOPIC Create Pivot Tables Create and Modify Charts Sort and Filter CHAPTER TWO: SPREADS HEETS WITH EXCEL 2 CREATE AND MODIFY CHARTS

More information

XRMS Open Source. User Manual v March 2006

XRMS Open Source. User Manual v March 2006 XRMS Open Source User Manual v 1.99 28 March 2006 Copyright Information Copyright 2005-2006 XRMS Development Team. Some rights reserved. Licensed under the GNU Free Documentation License [http://www.gnu.org//copyleft/fdl.html].

More information

Lesson 4: Auditing and Additional Formulas. Return to the FastCourse Excel 2007 Level 3 book page

Lesson 4: Auditing and Additional Formulas. Return to the FastCourse Excel 2007 Level 3 book page Lesson 4: Auditing and Additional Formulas Return to the FastCourse Excel 2007 Level 3 book page Lesson Objectives After studying this lesson, you will be able to: Use 3-D cell references in formulas to

More information

Woodcote Primary School Learning Ladder Maths Milestone 1 Autumn

Woodcote Primary School Learning Ladder Maths Milestone 1 Autumn Maths Milestone 1 tumn count to ten twenty, forwards backwards, beginning with 0 or 1, or from any given count, read write to 10 20 in numerals words show s using objects pictures the words; equals to,

More information

Infor Factory Track Shop Floor User Guide

Infor Factory Track Shop Floor User Guide Infor Factory Track Shop Floor User Guide Copyright 2015 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential

More information

Probabilistic Models of Software Function Point Elements

Probabilistic Models of Software Function Point Elements Probabilistic Models of Software Function Point Elements Masood Uzzafer Amity university Dubai Dubai, U.A.E. Email: muzzafer [AT] amityuniversity.ae Abstract Probabilistic models of software function point

More information

Assessing the Value of an Integrated GIS Seismic Management System

Assessing the Value of an Integrated GIS Seismic Management System March 8, 2005 Author: Scott McCulloch Assessing the Value of an Integrated GIS Seismic Management System TGS-NOPEC Geophysical Company Abstract TGS seismic order entry system is an enterprise-level database

More information

WorkBook release note

WorkBook release note WorkBook version: 8.2.67 Release date: 01/10/2012 Author: René Præstholm rp@workbook.net General notice As new views, tab s and reports are not automatically added to each user due to access rights controls

More information

The SAP Concur mobile app iphone

The SAP Concur mobile app iphone Introduction to... The SAP Concur mobile app iphone Version 9.66 March 22, 2019 Applies to these SAP Concur solutions: Expense in Travel & Expense Travel Travel in Travel & Expense Invoice Request You

More information

RELEASE NOTES: JUNE 22, 2016

RELEASE NOTES: JUNE 22, 2016 RELEASE NOTES: 2.16.02 JUNE 22, 2016 Highlights from this release Multiple Print Copies Amount Tendered/Change Due Just let agrē know how many copies you want to print. Read More For cash payments, agrē

More information

Document Pricing Guidelines

Document Pricing Guidelines Document Pricing Guidelines Table of Contents New Installation Document Pricing...3 Standard Document Pricing*...4 Unlocked Documents (PDF, IFD, EXCEL or DOC)... 4 Proprietary Documents... 4 Document Conversion

More information

Geog 469 GIS Workshop. System Requirements - Data

Geog 469 GIS Workshop. System Requirements - Data Geog 469 GIS Workshop System Requirements - Data Outline 1. What are some principles of project management? 2. What are some fundamental issues associated with system requirements? 3. What are some issues

More information

This User Guide will walk you through the following:

This User Guide will walk you through the following: User Guide for Navigating the COOLNet Alberta site is quite simple and intuitive, however this document is intended to give you a quick glimpse at the most common functions you will encounter while using

More information

Service Level Agreement for Microsoft Online Services

Service Level Agreement for Microsoft Online Services Service Level Agreement for Microsoft Online Services Last updated on: January 1, 2015 1. Introduction. This Service Level Agreement for Microsoft Online Services (this SLA ) is made by Microsoft in connection

More information

PeopleSoft 9.1 PeopleBook: Events and Notifications Framework

PeopleSoft 9.1 PeopleBook: Events and Notifications Framework PeopleSoft 9.1 PeopleBook: Events and Notifications Framework March 2012 PeopleSoft 9.1 PeopleBook: Events and Notifications Framework SKU hcm91fp2eewh-b0312 Copyright 1988, 2012, Oracle and/or its affiliates.

More information

Microsoft Excel Level 2

Microsoft Excel Level 2 Microsoft Excel Level 2 Table of Contents Chapter 1 Working with Excel Templates... 5 What is a Template?... 5 I. Opening a Template... 5 II. Using a Template... 5 III. Creating a Template... 6 Chapter

More information

ERP/CRM System Implementation Methodology

ERP/CRM System Implementation Methodology ERP/CRM System Implementation Methodology Prepared by Admiral Consulting Group Date Submitted May 27, 2016 TABLE OF CONTENTS Implementation Methodology... 3 1.1. Analysis (Solution Envisioning) Phase...

More information

Getting Started with Transaction Express. Transaction Express User Guide

Getting Started with Transaction Express. Transaction Express User Guide Getting Started with Transaction Express Transaction Express User Guide Table of Contents Transaction Express User Guide... 5 Section 1 Getting Started... 5 Welcome Email... 5 Merchant List... 5 Navigation...

More information

Consumer Online Banking Application

Consumer Online Banking Application Consumer Online Banking Application SERVICE INFORMATION To apply for consumer online banking services, complete this Online Banking Application, print, sign and return using one of the following options:

More information

In preparing this guidance document, consideration has been given to the following principles:

In preparing this guidance document, consideration has been given to the following principles: E.ON UK PLC CORPORATE RESPONSIBILITY REPORTING GUIDANCE This Reporting Guidance document supports the preparation and reporting of the following Customers and People Key Performance Indicators (KPIs) prepared

More information

The QuickStudy Guide for Zoho CRM

The QuickStudy Guide for Zoho CRM The QuickStudy Guide for Zoho CRM Susan Clark Cornerstone Solutions Inc. Houston The QuickStudy Guide for Zoho CRM Using Zoho Everyday How Did Quick Get Included in the Book Name? Using This QuickStudy

More information

Dell Service Level Agreement for Microsoft Online Services

Dell Service Level Agreement for Microsoft Online Services Dell Service Level Agreement for Microsoft Online Services 1. Introduction. This Dell Service Level Agreement for Microsoft Online Services (this SLA ) is made by DELL PRODUCTS L.P., A TEXAS LIMITED PARTNERSHIP,

More information

PeopleSoft Applications Portal and WorkCenter Pages

PeopleSoft Applications Portal and WorkCenter Pages An Oracle White Paper April, 2011 PeopleSoft Applications Portal and WorkCenter Pages Creating a Compelling User Experience Introduction... 3 Creating a Better User Experience... 4 User Experience Possibilities...

More information

Customer Relationship Management Software Version 1.0. Administrator Guide Guide Version ITarian 1255 Broad Street Clifton, NJ 07013

Customer Relationship Management Software Version 1.0. Administrator Guide Guide Version ITarian 1255 Broad Street Clifton, NJ 07013 Customer Relationship Management Software Version 1.0 Administrator Guide Guide Version 1.0.111218 ITarian 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Introduction to CRM...5 1.1.Open the

More information

Siebel 8.1.x Fundamentals Student Guide

Siebel 8.1.x Fundamentals Student Guide Siebel 8.1.x Fundamentals Student Guide D72466GC10 Edition 1.0 April 2011 Part Number - Applied Copyright 2011, Oracle and/or its affiliates. All rights reserved. Disclaimer This document contains proprietary

More information

Edwin Ponraj Thangarajan, PRA Health Sciences, Chennai, India Giri Balasubramanian, PRA Health Sciences, Chennai, India

Edwin Ponraj Thangarajan, PRA Health Sciences, Chennai, India Giri Balasubramanian, PRA Health Sciences, Chennai, India Paper CD15 PhUSE 2016 How to handle different versions of SDTM & DEFINE generation in a Single Study? Edwin Ponraj Thangarajan, PRA Health Sciences, Chennai, India Giri Balasubramanian, PRA Health Sciences,

More information

Autodesk Conceptual Design Curriculum 2011 Student Workbook Unit 2: Parametric Exploration Lesson 1: Parametric Modeling

Autodesk Conceptual Design Curriculum 2011 Student Workbook Unit 2: Parametric Exploration Lesson 1: Parametric Modeling Autodesk Conceptual Design Curriculum 2011 Student Workbook Unit 2: Parametric Exploration Lesson 1: Parametric Modeling Overview: Parametric Modeling In this lesson, you learn the basic principles of

More information

In this guide you will find:

In this guide you will find: In this guide you will find: A brief introduction to how user accounts are provisioned in educational establishments An overview of RM User Provisioning: how it makes user provisioning easier and more

More information

Data Policy. Actionable Data, Part I. Feature Guide

Data Policy. Actionable Data, Part I. Feature Guide Feature Guide Data Policy Actionable Data, Part I Data Policy... 2 How it Works... 2 Activation Triggers... 2 Calendar-Based Activation... 2 Action-Based Activation... 3 Activation Sequence... 3 Actions...

More information

MB2-712 Q&As Microsoft Dynamics CRM 2016 Customization and Configuration

MB2-712 Q&As Microsoft Dynamics CRM 2016 Customization and Configuration CertBus.com MB2-712 Q&As Microsoft Dynamics CRM 2016 Customization and Configuration Pass Microsoft MB2-712 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing

More information