DIS 300. Quantitative Analysis in Operations Management. Instructions for DIS 300-Transportation

Size: px
Start display at page:

Download "DIS 300. Quantitative Analysis in Operations Management. Instructions for DIS 300-Transportation"

Transcription

1 Instructions for -Transportation 1. Set up the column and row headings for the transportation table: Before we can use Excel Solver to find a solution to C&A s location decision problem, we need to set up three tables: the transportation table, the candidate solution table, and the cost calculation table. Let us show you how to use the worksheet called Answer (1) to set up the column and row headings of the transportation table. Double click on the Sheet1 tab and rename it to Answer (1) We will label the sources of demand, which are customers 1, 2, 3, and 4 as the four column headings of the transportation table in cells B1 to E1. Then the label for the sources of supply, which are warehouses A, B, and C/D as the three row headings of the transportation table in cells A2 to A4. The remaining labels are From/To in cell A1, Supply in cell F1, and Demand in cell A5. 1

2 Next, we will fill in the demand of each customer in cells B5 to E5. Enter 400 in cell B5 showing customer 1 s demand. Enter 900 in cell C5 indicating that s customer 2 s demand. Enter 200 in cell D5 which is customer 3 s demand. Enter 500 in cell E5 which is customer 4 s demand. 2

3 We then fill in the available product supply at warehouse A and B in cells F2 and F3. Enter 500 in cell F2 showing warehouse A s supply. Enter 700 in cell F3 showing warehouse B s supply. Question 1 asks us about the amount of unmet supply which is the amount to be entered in cell F4. We can compute that by subtracting the total supply from warehouses A and B from the total demand of customers 1, 2, 3 and 4. Enter the formula =sum(b5:e5) sum(f2:f3) in cell F4. Thus, the minimum amount to be supplied from the new warehouse is 800 units 3

4 2. Set up the transportation table for Location C: Let us copy the transportation table in worksheet Answer (1) to a new worksheet called Answer (C). To do so, select Edit and then Move or Copy Sheet from the Excel Menu. Make sure the Create a copy option is checked in the Move or Copy window. Click OK. Double Click the worksheet tab and rename it to Answer (C). 4

5 Change the row heading in cell A4 to Warehouse C. Fill in the cells of the transportation table with the cost of supplying a unit of the product to each customer from each warehouse. Enter 12 in cell B2, showing that it costs $12 to ship a unit of product from warehouse A to customer 1. Enter 13 in cell C2, showing that the unit cost of supply from warehouse A to customer 1 is $13. Enter 4 in cell D2, 6 in cell E2 and so on to complete the set up of the transportation table. 5

6 3. Set up the solution table: Next we will do the set up for the solution table. Enter Solution in cell A7. The headings for this table are the same as the transportation table so you can copy them from the previous table if you like. The cells in B8:E10 will be filled in by Excel to show us the optimal shipping schedule so we will leave them empty. The shipping schedule given by Excel needs to satisfy each customer s demand without exceeding each warehouse s supply. To do so, Enter =sum(b8:b10) in cell B11. Copy the formula to cells C11 to E11. Enter =sum(b8:d8) in cell F8. Copy this formula to cells F9 and F10. 6

7 4. Set up the cost table: Finally, we will set up the cost table. Enter Cost in cell A13. Enter the labels for our customers in cells B13 to E13. Enter the labels for our three warehouses in cells A14 to A16. Enter Total Cost in cell E17. The cells in B14 to E16 will be filled in by Excel to show us the detailed shipping cost based on the shipping schedule shown in cells B8 to E10. Enter =B8*B2 in cell B14. Recall that cell B2 contains the unit cost of supplying customer 1 from warehouse A. Cell B8 contains the amount to be supplied from warehouse A to customer 1. Thus, we will multiply the contents of these two cells to give the total cost of supplying customer 1 from warehouse A. Copy the formula from cell B14 to cells C14 to E14, then to cells B15 to E16. Enter =sum(b14:e16) in cell F17 to compute the total transportation costs of the entire shipping schedule with C being the new warehouse. 7

8 5. Use Excel Solver to find a solution that minimizes costs: After these tables are set up, we can then start Excel Solver. Select Tools and then Solver from the Excel menu. 8

9 Select Tools and then Add-in from the Excel menu if Solver is not found in that location. 9

10 The Solver Parameters window will pop up. Click on the Set Target Cell: parameter and select cell F17 from the worksheet. This means that we want Excel to find the total transportation cost if C is the location for C&A s new warehouse. Since we are given the per unit cost of supplying each customer from each warehouse, we will ask Excel to find the minimum total transportation cost. Click on the Min option of the Equal To: parameter. The By Changing Cells: parameter is the location of the shipping schedule in the solution table. Thus, enter B8:E10 for this parameter. 10

11 Finally, we will add to constraints in the Subject to the Constraints: parameter. The first constraint indicates that the total demand from the cost table (i.e., B11 to E11) has to be exactly equal to each customer s demand (i.e., B5 to E5). This demand constraint is entered by clicking the Add button to open the Add Constraint window. The Cell Reference: parameters are set by selecting cells B11 to E11. Change the logical operator parameter to =. Set the Constraint: parameter to cells B5: E5. Then click OK. The second constraint requires that the total supply from the cost table (i.e., F8 to F10) cannot exceed the available supply at each warehouse (i.e., F2 to F4). This supply constraint is entered by clicking the Add button to open the Add Constraint window. The Cell Reference: parameters are set by selecting cells F8 to F10. Change the logical operator parameter to <=. Set the Constraint: parameter to cells F8:F10. Then click OK. 11

12 Next we need to specify two assumptions for this problem. Click the Options button to open the Solver Options window. Check the Assume Linear Model and the Assume Non-Negative options. Then Click OK to return to the Solver Parameters window 12

13 Now we are ready to click the Solve button from the Solve Parameters window. Make sure the Keep Solver Solution option is checked before clicking the OK button. Notice that the shipping schedule is shown in the solution table in cells B8 to D10 indicating that 300 units of the product is transported from warehouse A to customer 1, 100 units from warehouse C to customer 1 and so on. The total transportation cost using C as the new warehouse is given in cell F17 and is $12,

14 6. Modify the setups of Location C for Location D: Let us copy the worksheet Answer (C) to a new worksheet called Answer (D). Replace C in cells A4, A10, and A16 with D. Replace C s unit shipping costs with those of warehouse D, i.e., enter 20 in cell B4, 8 in cell C4, 6 in cell D4, and 15 in cell E4. 14

15 Since the solution and cost tables can remain unchanged, we are now ready to start Solver to find a solution to this transportation problem. The total transportation cost using D as the new warehouse is shown in cell F17 and is $12,600. Recall that it costs a total of $12,000 using C as the new warehouse. Thus, C is a better location as it will save C&A $600. This will be the answer to Question 2. 15

16 7. Use Excel Solver to find a solution that maximizes profit: To answer question 3, we will make a copy of Answer(C) and Answer (D). Change the label in cell E17 from Total Cost to Total Profit in both Answer (C) (2) and Answer (D) (2) worksheets. Start Solver to find an answer to Answer (C) (2). Since the numbers in cells B2 to E4 represent unit profits, we should ask Excel to find a solution that will maximize total profit. To do so, open the Solver Parameters window, make sure the Max option of the Equal To: parameter is checked before clicking the Solve button. The total profit using C as the new warehouse is shown in cell F17 and is $21,

17 Repeat the same process for Answer (D) (2). The total profit using D as the new warehouse is $25,200. Thus, D should be added as the new warehouse for C&A as it will provide $3600 more in profit. This will be the answer to Question 3. 17

A Production Problem

A Production Problem Session #2 Page 1 A Production Problem Weekly supply of raw materials: Large Bricks Small Bricks Products: Table Profit = $20/Table Chair Profit = $15/Chair Session #2 Page 2 Linear Programming Linear

More information

Excel Solver Tutorial: Wilmington Wood Products (Originally developed by Barry Wray)

Excel Solver Tutorial: Wilmington Wood Products (Originally developed by Barry Wray) Gebauer/Matthews: MIS 213 Hands-on Tutorials and Cases, Spring 2015 111 Excel Solver Tutorial: Wilmington Wood Products (Originally developed by Barry Wray) Purpose: Using Excel Solver as a Decision Support

More information

Transshipment. Chapter 493. Introduction. Data Structure. Example Model

Transshipment. Chapter 493. Introduction. Data Structure. Example Model Chapter 493 Introduction The transshipment model is a special case of the minimum cost capacitated flow model in which there are no capacities or minimums on the arc flows. The transshipment model is similar

More information

Use an Excel spreadsheet to solve optimization problems

Use an Excel spreadsheet to solve optimization problems Math 19 Project 4 (Work in groups of two to four.) Linear Programming Names Use an Excel spreadsheet to solve optimization problems Example 1: The Solar Technology Company manufactures three different

More information

Modelling prey-predator interactions

Modelling prey-predator interactions Modelling prey-predator interactions Predator-prey relationships can be important for conservation, including the interactions between tigers and their ungulate prey. There is a good deal of ecological

More information

Understanding the basics of client invoices

Understanding the basics of client invoices Quick lesson For more information, see Help > Contents > Client invoices. Understanding the basics of client invoices Goal: Learn about the basics of client invoices, including how to view, preview, print,

More information

Getting Started with OptQuest

Getting Started with OptQuest Getting Started with OptQuest What OptQuest does Futura Apartments model example Portfolio Allocation model example Defining decision variables in Crystal Ball Running OptQuest Specifying decision variable

More information

Purchase Order, Requisitions, Inventory Hands On. Workshop: Purchase Order, Requisitions, Inventory Hands On

Purchase Order, Requisitions, Inventory Hands On. Workshop: Purchase Order, Requisitions, Inventory Hands On Workshop: Purchase Order, Requisitions, Inventory Hands In this follow up session to the Operations Changes in Purchase Order, Requisition, and Inventory Theory course, this hands on session will look

More information

Salary Schedule Workshop

Salary Schedule Workshop Salary Schedule Workshop Infinite Visions Personnel: Payroll/HR OVERVIEW This workshop familiarizes the user with Infinite Visions Salary Schedules and their functions. Since Tyler suggests using salary

More information

Training Guide. Warehousing Staff

Training Guide. Warehousing Staff Training Guide Warehousing Staff Staging Will Call Orders A Pick Ticket will print. Pick the item. Place the item and the pick ticket in the appropriate Will Call staging area. If any quantities are unavailable,

More information

Using Functions 5 LESSON SKILL MATRIX SOFTWARE ORIENTATION SUMMARIZING DATA WITH FUNCTIONS. Using the SUM Function. Formulas Tab

Using Functions 5 LESSON SKILL MATRIX SOFTWARE ORIENTATION SUMMARIZING DATA WITH FUNCTIONS. Using the SUM Function. Formulas Tab Using Functions 5 LESSON SKILL MATRIX Skills Exam Objective Objective Number Summarizing Data with Functions Perform calculations by using the SUM function. Perform calculations by using the COUNT function.

More information

Management science can be used in a variety of organizations to solve many different types of problems; such as manufacturing and service

Management science can be used in a variety of organizations to solve many different types of problems; such as manufacturing and service 1 2 Management science can be used in a variety of organizations to solve many different types of problems; such as manufacturing and service organizations, government, military, health care, etc. Management

More information

SUPPLY MANAGEMENT GUIDE INDEPENDENCE MEDICAL

SUPPLY MANAGEMENT GUIDE INDEPENDENCE MEDICAL SUPPLY MANAGEMENT GUIDE INDEPENDENCE MEDICAL Independence Medical My Account Page When you first log in, you will be taken to the My Account homepage, where the Important Announcements section will alert

More information

NetFreight PO & Warehousing Documentation

NetFreight PO & Warehousing Documentation NetFreight PO & Warehousing Documentation 2014 Andy Cook Descartes 2/25/2014 NetFreight PO & Warehousing Documentation Contents Initial Set Up... 3 Warehouse Screens... 3 Message Permissions... 3 Purchase

More information

Using SPSS for Linear Regression

Using SPSS for Linear Regression Using SPSS for Linear Regression This tutorial will show you how to use SPSS version 12.0 to perform linear regression. You will use SPSS to determine the linear regression equation. This tutorial assumes

More information

18 Ranking Data within Reports

18 Ranking Data within Reports 18 Ranking Data within Reports This session describes ranking data in a Web Intelligence report. Ranking allows you to isolate the top and bottom records in a data set based on a variety of criteria. For

More information

1. Once you are ready to review applicants, go to the Jobs tab and select the job you are ready to review.

1. Once you are ready to review applicants, go to the Jobs tab and select the job you are ready to review. How to Disposition and Hire Applicants: 1. Once you are ready to review applicants, go to the Jobs tab and select the job you are ready to review. 2. Clicking on the job title will take you to a viewing

More information

After clicking the link in the Broker Portal or Producer World, you will be prompted to enter your NPN #, then click Continue.

After clicking the link in the Broker Portal or Producer World, you will be prompted to enter your NPN #, then click Continue. Broker Guide After clicking the link in the Broker Portal or Producer World, you will be prompted to enter your NPN #, then click Continue. Home Page Start a new order by selecting a Plan Year Access Order

More information

ECDL / ICDL Spreadsheets Sample Part-Tests

ECDL / ICDL Spreadsheets Sample Part-Tests The following are sample part-tests for. This sample part-test contains 16 questions giving a total of 16 marks. The actual certification test contains 32 questions giving a total of 32 marks. The candidate

More information

Linear Programming: Basic Concepts

Linear Programming: Basic Concepts Linear Programming: Basic Concepts Irwin/McGraw-Hill 1.١ The McGraw-Hill Companies, Inc., 2003 Introduction The management of any organization make Decision about how to allocate its resources to various

More information

CHAPTER 10: ANALYSIS AND REPORTING

CHAPTER 10: ANALYSIS AND REPORTING Chapter 10: Analysis and Reporting CHAPTER 10: ANALYSIS AND REPORTING Objectives The objectives are: Define Analysis and Reporting Create Analysis Reports Customize Analysis Reports Create Analysis by

More information

A. Locating the Job Requisition:

A. Locating the Job Requisition: Keep in Mind Hiring managers are assigned the role of recruiting screener in Workday, which allows access to review all applicant information. If you do not have access for the job(s) you re hiring for

More information

GoWall Best Practices: Template Guides Basic SWOT Analysis

GoWall Best Practices: Template Guides Basic SWOT Analysis This guide will help you run a successful SWOT Analysis Meeting using an existing SWOT Analysis Template that is instantly accessible within GoWall. V 1.0 Table of Contents 1.0 Overview (p.2) Includes

More information

GoWall Best Practices: Template Guides Basic SWOT Analysis

GoWall Best Practices: Template Guides Basic SWOT Analysis This guide will help you run a successful SWOT Analysis Meeting using an existing SWOT Analysis Template that is instantly accessible within GoWall. V 1.0 Table of Contents 1.0 Overview (p.2) Includes

More information

Beginning balances payroll

Beginning balances payroll Quick lesson Beginning balances payroll Goal: Establish beginning payroll balances to ensure that your pays, taxes, deductions and fringes calculate correctly going forward. This information is also needed

More information

Time Clock Time Clock

Time Clock Time Clock The Last option on the Times/Commissions menu is the Time Clock button. The Time Clock feature allows you to track employees hours. Employees clock in and out, and the system tracks their hours. Employees

More information

Excel Chapter 3 What-If Analysis, Charting and Large Worksheets

Excel Chapter 3 What-If Analysis, Charting and Large Worksheets Excel Chapter 3 What-If Analysis, Charting and Large Worksheets 1. What is a fill series? 2. There are two ways to make a fill series. What are they? 3. What does the ######## error mean? 4. What does

More information

1. Transocean Welcome. User Guide

1. Transocean Welcome. User Guide Transocean Welcome User Guide 2. Access Recently Dispatched PO The Recently Dispatched PO's pagelet will display a listing of Purchase Orders that require acknowledgement from the vendor. Click the New

More information

Excel 2016: Charts - Full Page

Excel 2016: Charts - Full Page Excel 2016: Charts - Full Page gcflearnfree.org/excel2016/charts/1/ Introduction It can be difficult to interpret Excel workbooks that contain a lot of data. Charts allow you to illustrate your workbook

More information

Or, from the View and Manage RFx(s) page, click the Create RFx button. Create New RFx - Use this button to create an RFQ from scratch.

Or, from the View and Manage RFx(s) page, click the Create RFx button. Create New RFx - Use this button to create an RFQ from scratch. Request for Quote How to Create Create an RFQ To create any RFx (RFI, RFQ, RFP, Auction or Buyer Survey), from the View and Manage RFx(s) page, click on the Create RFx button. Follow the steps below to

More information

MED SUPPLY ONLINE WAREHOUSE SIX-YEAR FINANCIAL PROJECTION

MED SUPPLY ONLINE WAREHOUSE SIX-YEAR FINANCIAL PROJECTION EXCEL 2010 CHAPTER 3: LAB 1 MED SUPPLY ONLINE WAREHOUSE SIX-YEAR FINANCIAL PROJECTION SKILLS Save a workbook with a new name Apply a theme to a worksheet Select all cells in a worksheet Apply bold Enter

More information

Bangor University Talentlink User Guide

Bangor University Talentlink User Guide Bangor University Talentlink User Guide Guide 5: Short listing, Interviews and Hiring Introduction This guide describes the process for short listing candidates, the arrangement of interviews, the rejection

More information

Finance Manager: Human Resources

Finance Manager: Human Resources : Human Resources Benefit Dependent Assignment This Benefit Dependent Assignment utility will do the following: link any existing dependents to a benefit group (e.g., Health, Dental, Vision, etc.) based

More information

Total Optimal Performance Scores: A Practical Guide for Integrating Financial and Nonfinancial Measures in Performance Evaluation

Total Optimal Performance Scores: A Practical Guide for Integrating Financial and Nonfinancial Measures in Performance Evaluation Total Optimal Performance Scores: A Practical Guide for Integrating Financial and Nonfinancial Measures in Performance Evaluation B Y J OHN B RIGGS, PH.D., CMA; M. CATHY C LAIBORNE, PH.D., CMA, CPA; AND

More information

42. Sim Distribution Example

42. Sim Distribution Example HSC 8 - Sim Distribution 42. Sim Distribution Example Magnetite Oxidation Example 14022-ORC-J 1 (22) Pelletized magnetite (Fe3O4) ore can be oxidized to hematite (Fe2O3) in a shaft furnace. The typical

More information

How to setup and import "Catalog Pricing" for garments

How to setup and import Catalog Pricing for garments Page 1 This how to guide will outline the steps to setup and import "catalog pricing" for your garments in shopvox. This is how you setup cost and price information for materials like Garments. "Catalog

More information

Performance Measure 73: State/Territory Quality Assessment

Performance Measure 73: State/Territory Quality Assessment Performance Measure 73: State/Territory Quality Assessment The numbers needed for the Performance Measure 73 EHB entries have been calculated, but you may want to do some quality assessment to better understand

More information

Linear Programming. Chapter 2: Basic Concepts. Lee-Anne Johennesse. Advanced Quantitative Methods 7 March 2016

Linear Programming. Chapter 2: Basic Concepts. Lee-Anne Johennesse. Advanced Quantitative Methods 7 March 2016 Linear Programming Chapter 2: Basic Concepts Lee-Anne Johennesse Advanced Quantitative Methods 7 March 2016 Linear Programming Chapter 2: Basic Concepts Introduction Part A The Wyndor Glass Company Product

More information

User Guide. Introduction. What s in this guide

User Guide. Introduction. What s in this guide User Guide TimeForce Advanced Scheduling is the affordable employee scheduling system that lets you schedule your employees via the Internet. It also gives your employees the ability to view and print

More information

Ordering Rule Formulas

Ordering Rule Formulas Ordering Rule Formulas Creating and Utilizing Ordering Rule Formulas. Ordering rule formulas allow you to use functions such as round, range, division, and others, to create unique order rules to satisfy

More information

FundTracker 21 Updates

FundTracker 21 Updates New System Setup Flags: Default Invoice Type - Default invoice type to use when adding invoices. Enter 0 (zero) for post-pack or 1 (one) for pre-pack. Display Scanned Image - Flag to display the scanned

More information

BASICS. Purchase Inventory. Click on a question below to skip to the answer. What is inventory? When do I purchase inventory?

BASICS. Purchase Inventory. Click on a question below to skip to the answer. What is inventory? When do I purchase inventory? BASICS Purchase Inventory Click on a question below to skip to the answer. What is inventory? When do I purchase inventory? How do I purchase inventory? How do I check my inventory? When are reports taken

More information

Staff Connect Self Service User Guide Timesheets

Staff Connect Self Service User Guide Timesheets Staff Connect Self Service User Guide Timesheets Date Last Updated May 2018 Document Version Final Staff Connect Timesheet User Guide Page 1 of 13 Contents 1. TIMESHEETS... 3 1. New Timesheet... 3 2. Update

More information

Tutorial #3: Brand Pricing Experiment

Tutorial #3: Brand Pricing Experiment Tutorial #3: Brand Pricing Experiment A popular application of discrete choice modeling is to simulate how market share changes when the price of a brand changes and when the price of a competitive brand

More information

Lab 20: Excel 3 Advanced

Lab 20: Excel 3 Advanced Lab 20: Excel 3 Advanced () CONTENTS 1 Lab Topic... Error! Bookmark not defined. 1.1 In-Lab... 27 1.1.1 In-Lab Materials... 27 1.1.2 In-Lab Instructions... 27 1.2 Out-Lab... 33 1.2.1 Out-Lab Materials...

More information

Appendix A Building Spreadsheet Models

Appendix A Building Spreadsheet Models APPENDIXES APPENDIX A Building Spreadsheet Models APPENDIX B Areas for the Standard Normal Distribution APPENDIX C Values of e 2l APPENDIX D References and Bibliography APPENDIX E Self-Test Solutions and

More information

CENTRAL SUSQUEHANNA INTERMEDIATE UNIT Application: Consumables Inventory

CENTRAL SUSQUEHANNA INTERMEDIATE UNIT Application: Consumables Inventory CENTRAL SUSQUEHANNA INTERMEDIATE UNIT Application: Consumables Inventory Order Processing Learning Guide 2010 Central Susquehanna Intermediate Unit, USA Table of Contents Introduction... 1 Processes...

More information

GETTING STARTED WITH QUICKEN with Online Bill Pay 2010, 2009, and for Windows

GETTING STARTED WITH QUICKEN with Online Bill Pay 2010, 2009, and for Windows GETTING STARTED WITH QUICKEN with Online Bill Pay 2010, 2009, and 2008-2007 for Windows Refer to this guide for instructions on how to use Quicken s online account services to save time and automatically

More information

Dropping Lowest Score from a Total Column

Dropping Lowest Score from a Total Column Dropping Lowest Score from a Total Column SUPPORT elearning Grade Center Through a simple 4-step process, instructors can automate their Grade Center to evaluate and drop a student s lowest grade from

More information

ClubSelect Accounts Receivable Special Charges Overview

ClubSelect Accounts Receivable Special Charges Overview Webinar Topics Special Charges Billing... 2 Special Charges... 4 Special Credits... 8 Surcharges... 13 Calculate Automatic Billing Plans... 18 Special Charges Billing ClubSelect AR allows you to easily

More information

Sales Order Fulfillment

Sales Order Fulfillment Sales Order Fulfillment SIMMS Inventory Management Software 2012 July 28, 2011 Contents Sales Order Fulfillment................ 1 Filling Sales Orders.................. 1 List Sales Orders for Fulfillment...........

More information

Load Xpert - Load Planning

Load Xpert - Load Planning Load Xpert - Load Planning User Guide 5990 Auteuil Ave., Brossard, QC, Canada, J4Z 1N2 Tel.: (450) 923-1458 Fax: (450) 923 2077 email: info@loadxpert.com www.loadxpert.com Copyright 2006-2010, CIE-TECH

More information

1. Open Excel and ensure F9 is attached - there should be a F9 pull-down menu between Window and Help in the Excel menu list like this:

1. Open Excel and ensure F9 is attached - there should be a F9 pull-down menu between Window and Help in the Excel menu list like this: This is a short tutorial designed to familiarize you with the basic concepts of creating a financial report with F9. Every F9 financial report starts as a spreadsheet and uses the features of Microsoft

More information

In this example, we are sharing payroll expenses with 3 funding sources for one pay period starting 9/11/15.

In this example, we are sharing payroll expenses with 3 funding sources for one pay period starting 9/11/15. Create a Complex Retro Retros can be more complicated than simple Retros. Examples of more complicated Retros: When payroll expenses are shared among multiple departments where one of the Combination Codes

More information

EPMP Year End 2014 Manager Appraisal Adding Other Raters

EPMP Year End 2014 Manager Appraisal Adding Other Raters EPMP Year End 2014 Manager Appraisal Adding Other Raters Infor Employee Space Quick Reference Guide Business Objective Other raters are an important part of the employee performance management process.

More information

WMS 9.0 Tutorial GSSHA Applications Simulating Constituent Transport Model constituent transport in GSSHA

WMS 9.0 Tutorial GSSHA Applications Simulating Constituent Transport Model constituent transport in GSSHA v. 9.0 WMS 9.0 Tutorial GSSHA Applications Simulating Constituent Transport Model constituent transport in GSSHA Objectives Develop input parameters for and run a long-term model that simulates constituent

More information

ESS - Payroll Direct Deposit/Bank Information

ESS - Payroll Direct Deposit/Bank Information Employee Self-Service (ESS) Screens Payroll Direct Deposit/Bank Information Page 1 of 10 ESS - Payroll Direct Deposit/Bank Information 1. Direct Deposit/Bank Information Allows employees to view and maintain

More information

Host Rewards Consolidated Shipping

Host Rewards Consolidated Shipping Host Rewards Consolidated Shipping Frequently Asked Questions What is consolidated shipping? Some or all of the individual orders within a Group Presentation can be consolidated into one shipping address

More information

Price Setup Wizard: How to Make Global Updates to the Pricebook

Price Setup Wizard: How to Make Global Updates to the Pricebook Price Setup Wizard: How to Make Global Updates to the Pricebook ServiceTitan Best Practices When it s time to update prices in your Pricebook, ServiceTitan can automate the process for you. Using the Price

More information

GUIDE: Manage Stock in Kitomba

GUIDE: Manage Stock in Kitomba GUIDE: Manage Stock in Kitomba What is Stock? Stock includes any physical items you sell to your customers e.g. shampoo, conditioner, oils, candles etc. Stock also includes any disposable items you use

More information

Inventory. Manager. Inventory Management and Rental System by Small Systems Software Development, LLC Kingsport, TN. Version 1.1. Inventory Manager 1

Inventory. Manager. Inventory Management and Rental System by Small Systems Software Development, LLC Kingsport, TN. Version 1.1. Inventory Manager 1 Inventory Manager Inventory Management and Rental System by Small Systems Software Development, LLC Kingsport, TN Version 1.1 Inventory Manager 1 Contents: 1. System Requirements 3 2. Installation 3 3.

More information

ENGR102 Engineering Design Lab II Winter 2014

ENGR102 Engineering Design Lab II Winter 2014 ENGR 102 Engineering Design Lab II Bridge Module Week 3 Introduction to Visual Analysis Introduction For the remainder of this module, you will use Visual Analysis to determine the member forces when loading

More information

Computer Proficiency Exam

Computer Proficiency Exam Computer Proficiency Exam Exam Information University of Southern Maine Office of Academic Assessment Portland Campus COMPUTER PROFICIENCY PRACTICE EXAM Page 2 of 7 If you are not yet a USM student, information

More information

System of two quadratic inequalities

System of two quadratic inequalities Lesson Plan Lecture Version System of two quadratic inequalities Objectives: Students will: Graph a quadratic inequality and describe its solution set Solve a system of quadratic equalities graphically

More information

How to Create a Non-PO Invoice in Ariba. 3) Select Non-PO Invoice from the Create drop-down menu:

How to Create a Non-PO Invoice in Ariba. 3) Select Non-PO Invoice from the Create drop-down menu: 1) Log in to Ariba: https://ar.admin.washington.edu/aribabuyer/uw/login.asp 2) Click the Invoicing tab 3) Select Non-PO Invoice from the Create drop-down menu: 2) Click on the Invoicing tab 3) Select Non-PO

More information

Entering Purchasing 2000 Requisitions

Entering Purchasing 2000 Requisitions SAN MATEO COUNTY OFFICE OF EDUCATION CECC Financial System This documentation provides an overview of the steps to enter a Purchasing 2000 requisition. More detailed information is available in the Financial

More information

Safety Analysis. Chapter 24. RAM Commander s Safety Module. Chapter 24 Safety Analysis 551

Safety Analysis. Chapter 24. RAM Commander s Safety Module. Chapter 24 Safety Analysis 551 Chapter 24 Safety Analysis 551 Chapter 24 Safety Analysis RAM Commander s Safety Module RAM Commander s Safety module is the latest addition to the unique scope of the RAM Commander features. It implements

More information

Alternative Methods for Business Process Planning

Alternative Methods for Business Process Planning Volume 7 (21) Issue 22016 DOI 10.1515/vjes-2016-0011 Alternative Methods for Business Process Planning Veronica STEFAN Valentin RADU Valahia University of Targoviste, Romania veronica.stefan@ats.com.ro

More information

Physics 141 Plotting on a Spreadsheet

Physics 141 Plotting on a Spreadsheet Physics 141 Plotting on a Spreadsheet Version: Fall 2018 Matthew J. Moelter (edited by Jonathan Fernsler and Jodi L. Christiansen) Department of Physics California Polytechnic State University San Luis

More information

APPENDIX C: LAB SOLUTIONS

APPENDIX C: LAB SOLUTIONS Appendix C: Lab s APPENDIX C: LAB SOLUTIONS Lab 2.1 Handling Sales Scenario: Cronus' customer 20000 orders 1200 units of item 70003. The customer requests that the order be delivered with 300 units every

More information

Table of Contents 9.0 Training Materials For New Users. Table of Contents 1

Table of Contents 9.0 Training Materials For New Users. Table of Contents 1 HSC - Requisitions Purchasing Contact: 405-325-2811 Website: www.ou.edu/purchaing Table of Contents 9.0 Training Materials For New Users Table of Contents 1 Create Requisitions Maintain Requisition Page

More information

KU MIX 5.0 QUICK START GUIDE

KU MIX 5.0 QUICK START GUIDE KU MIX 5.0 QUICK START GUIDE ABOUT KU MIX KU MIX VERSION COMMENTS /SUGGESTIONS KU MIX is a concrete mix design program based in Microsoft Excel that includes aggregate optimization. Optimization is performed

More information

efinance Plus Instructions

efinance Plus Instructions FORT SMITH PUBLIC SCHOOLS efinance Plus Instructions Cash Receipts (Pgs. 1-6) Purchase Requisitions (7-13) Warehouse Requisitions (14-17) Next Year Warehouse Requisitions (18-22) Reports (23-24) Imprest

More information

Economics 230 Lab 4 Section 1 2 Due September 24 Fall 2010 WHOLE FARM BUDGET

Economics 230 Lab 4 Section 1 2 Due September 24 Fall 2010 WHOLE FARM BUDGET Economics 230 Name Lab 4 Section 1 2 Due September 24 Fall 2010 WHOLE FARM BUDGET The purpose of this lab is to (a) learn how to prepare a whole farm budget for a hypothetical farming situation, and use

More information

The Basics and Sorting in Excel

The Basics and Sorting in Excel The Basics and Sorting in Excel Work through this exercise to review formulas and sorting in Excel. Every journalist will deal with a budget at some point. For a budget story, typically we write about

More information

Printer s Plan Service Release October 27, 2010

Printer s Plan Service Release October 27, 2010 1 Printer s Plan 2010 Service Release 2010.07 October 27, 2010 About this release (SR7): Printer s Plan 2010.07 includes all the changes made in the previous Service Releases. If you have not installed

More information

Items and Warehouses - Solutions

Items and Warehouses - Solutions s and Warehouses - Solutions Unit: Pricing Topic: Price Lists At the conclusion of this exercise, you will be able to: Create a price list based on another price list Assign a price list to a customer

More information

Let s take a more detailed look at the features within the shopping cart From the Dashboard, click on Current Cart

Let s take a more detailed look at the features within the shopping cart From the Dashboard, click on Current Cart Let s take a more detailed look at the features within the shopping cart From the Dashboard, click on Current Cart 1 As items are entered into the Shopping Cart, you will get the following information:

More information

Absence Reason Balances

Absence Reason Balances Absence Reason Balances 397 Eagleview Boulevard Exton, Pennsylvania 19341 ABSENCE REASON BALANCES PAGE 2 of 13 What is Absence Reason Balance Tracking? Aesop will allow you to assign a certain number of

More information

Chapter 1: Payroll Categories Overview 516. Chapter 2: Creating payroll categories 522. Chapter 3: Changing payroll categories 527

Chapter 1: Payroll Categories Overview 516. Chapter 2: Creating payroll categories 522. Chapter 3: Changing payroll categories 527 Table of Contents Chapter 1: Payroll Categories Overview 516 Creating payroll categories 516 Changing payroll categories 519 Removing payroll categories 520 Chapter 2: Creating payroll categories 522 To

More information

Referral Training Exercise 3: Review and Hiring Manager

Referral Training Exercise 3: Review and Hiring Manager Referral Training Exercise 3: Review and Hiring Manager Now that you have completed the online portion of training for Referral, it is time to log into the Stage environment of USA Staffing to practice

More information

How to submit a Timesheet online

How to submit a Timesheet online How to submit a Timesheet online Entering E-Timesheets 1. Log in to IPOne with the IP s username and password. 2. Click on the Timesheets tab. 3. Click Create Timesheet to enter a new timesheet. 4. Choose

More information

Timesheets. Printing Timesheets for a Department

Timesheets. Printing Timesheets for a Department Timesheets The job aid describes the process for running and printing timesheets either for a department, an employee, or as blank. This report may be run at any time for a limited selection of pay periods.

More information

AIM Release Notes December 16, [Type text]

AIM Release Notes December 16, [Type text] AIM+ 7.6 Release Notes December 16, 2018 [Type text] Table of Contents AIM+ 7.6 Release Notes... 1 Setup... 2 Shipping Account Setup... 2 Creating a New Shipping Account... 2 Editing an Existing Shipping

More information

Unit: Additional Financial Topics Topic: Currencies

Unit: Additional Financial Topics Topic: Currencies Solutions Unit: Additional Financial Topics Topic: Currencies 1-1 Work with currencies in an A/P Invoice for a foreign business partner. 1-1-1 Review and update the setup. Choose Administration Setup Financials

More information

Automatic Trade Selection by Ed Downs

Automatic Trade Selection by Ed Downs Automatic Trade Selection by Ed Downs Tutorial Agenda: Pre-Release 2A How ATS Works Using ATS Building ATS Methods ATS and other features have been enhanced for Pre-Release 2A. Release Notes Pre-Release

More information

Product: ODTView. Subject: Basic Overview of Delivery and Orders Tab. Version: December 6, Distribution: Customer

Product: ODTView. Subject: Basic Overview of Delivery and Orders Tab. Version: December 6, Distribution: Customer Product: ODTView Subject: Basic Overview of Delivery and Orders Tab Version: December 6, 2016 Distribution: Customer Setting Up Delivery and Orders Tab Log into ODT Viewer with an Admin user Navigate to

More information

ESTIMATES. Create an Estimate

ESTIMATES. Create an Estimate ESTIMATES Create estimates for rental equipment, or for the sale of new equipment or sale for rental equipment. Reservations or Shipments can easily be created from Estimates. Note: Estimates do not affect

More information

Infor HR Specialized Service Provider Self-Appraisal Guide

Infor HR Specialized Service Provider Self-Appraisal Guide Putting the Pieces Together The Specialized Service Provider (SSP) growth and performance system ensures that all SSPs receive meaningful feedback every year based on their performance. This guide outlines

More information

Table of Contents 9.2 Training Materials For New Users. Table of Contents 1

Table of Contents 9.2 Training Materials For New Users. Table of Contents 1 HSC - Requisitions Purchasing Contact: 405-325-2811 Website: www.ou.edu/purchasing Table of Contents 9.2 Training Materials For New Users Table of Contents 1 Create Requisitions Maintain Requisition Page

More information

Table of Contents 9.2 Training Materials For New Users. Table of Contents 1

Table of Contents 9.2 Training Materials For New Users. Table of Contents 1 HSC - Requisitions Purchasing Contact: 405-325-2811 Website: www.ou.edu/purchasing Table of Contents 9.2 Training Materials For New Users Table of Contents 1 Create Requisitions Maintain Requisition Page

More information

Lecture-16. Data Tables, Scenarios & Goal Seek in Excel 2007

Lecture-16. Data Tables, Scenarios & Goal Seek in Excel 2007 Lecture-16 Data Tables, Scenarios & Goal Seek in Excel 2007 In Excel, a Data Table is a way to see different results by altering an input cell in your formula. As an example, we're going to alert the interest

More information

HIRING PROPOSAL. 5. Select an option (AP, Classified Staff, Faculty, Adjunct, 1500 hr. wage) under the Postings tab.

HIRING PROPOSAL. 5. Select an option (AP, Classified Staff, Faculty, Adjunct, 1500 hr. wage) under the Postings tab. Hiring Proposals Once you have identified the top candidates to interview, change the status of each candidate to Recommend for Hire. At this status, you now have the option to begin the hiring proposal.

More information

ADVANCED COMPUTER TECHNOLOGY Excel 2013 Unit Practice Production Test

ADVANCED COMPUTER TECHNOLOGY Excel 2013 Unit Practice Production Test ADVANCED COMPUTER TECHNOLOGY Excel 2013 Unit Practice Production Test You will create a spreadsheet and two charts that summarize a stock club s current stock holdings. You will also use absolute cell

More information

The Product Inventory Folder

The Product Inventory Folder The Product Inventory Folder General Information In addition to the System3 Native Inventory (called SPI hereafter), System3 can interface with third party inventory packages. To see which third party

More information

How to Create a Non-PO Invoice in Ariba. 3) Select Non-PO Invoice from the Create drop-down menu:

How to Create a Non-PO Invoice in Ariba. 3) Select Non-PO Invoice from the Create drop-down menu: 1) Log in to Ariba: https://ar.admin.washington.edu/aribabuyer/uw/login.asp 2) Click the Invoicing tab 3) Select Non-PO Invoice from the Create drop-down menu: 2) Click on the Invoicing tab 3) Select Non-PO

More information

QUICK REFERENCE GUIDE

QUICK REFERENCE GUIDE QUICK REFERENCE GUIDE Viewing and Searching for Strategic Sourcing Events Navigation: Main Menu > Manage Events and Place Bids > View Events and Place Bids Purpose: To view and search for strategic sourcing

More information

Security by Warehouse IM-1154

Security by Warehouse IM-1154 Security by Warehouse IM-1154 Overview This Extended Solution to the standard MAS 90 MAS 200 Inventory Management module adds security by warehouse to Bill Of Materials, Inventory Management, Purchase

More information

Geometry SOAP I: The Shortest Distance

Geometry SOAP I: The Shortest Distance In this investigation we are going to determine the best place to build a warehouse so that it can service three stores with the least amount of travel. 1. Given Store A at (0,3), Store B at (0,-3) and

More information

Instructions to Begin a Student Hiring Proposal, Searching Student Hiring Proposals, and Closing Student Postings

Instructions to Begin a Student Hiring Proposal, Searching Student Hiring Proposals, and Closing Student Postings Instructions to Begin a Student Hiring Proposal, Searching Student Hiring Proposals, and Closing Student Postings When you have identified a candidate that you wish to hire, you will need to complete the

More information