EMMA Asset change tracking guide

Size: px
Start display at page:

Download "EMMA 1.5.1.0 Asset change tracking guide"

Transcription

1 EMMA Asset change tracking guide

2 How to use EMMA s asset tracking system... 3 Interface overview... 3 Causes of gained assets... 4 Found... 4 Bought via contract... 4 Was never missing... 4 Cancelled contract... 5 Causes of lost assets... 5 Destroyed or used... 5 For sale via contract... 5 Tracking assets across characters and corps... 6 Issues and Loopholes... 7 The purpose and theory of tracking eve assets... 9 Why track assets?... 9 How do you track assets?... 9 Setting the foundation... 9 Keeping up to date Asset API update process... 10

3 How to use EMMA s asset tracking system Interface overview Grabbing data from the API works exactly the same way as it always has. The only difference being that, by default, you do not have control over which areas are updated. The four checkboxes for transactions, assets, orders and journal have been replaced by one for each char/corp: Optionally you can go back to having one checkbox for each update type (settings -> api update settings). However, this is not recommended as for maximum asset tracking accuracy, updates must be completed as close together as possible and in a particular order. With the single checkbox, EMMA manages this for you. When EMMA detects changes to assets, it will display them for you in the new unacknowledged asset changes window: In the above example, my salvage alt has been busy as you can see by the list of gained items. There are also a few metal scraps missing because I trashed a stack of them that I had lying around.

4 Note that the bill of materials section is currently non-functional. Now that you have a list of the assets that have been gained or lost, you need to tell EMMA how they were gained/lost. You can just ignore it and click ok but EMMA will be able to provide more accurate data if you can help it out with a little extra information. Causes of gained assets Found Gained assets default to the Found reason. This indicates that the asset has been obtained by the player and has effectively cost nothing in isk. This applies to salvage, loot, mining, planetary interaction P0 items, etc You could argue that there is a cost to loot in terms of the ammo used to destroy the target ship, etc. In this case, we re not interested in that. Items marked with this cause are stored to an items gained table in the database that will be used in future to generate more reports, etc. Bought via contract Assets marked with bought via contract are in fact, items that you have bought through the contract system. Because there is no contract API, these items cannot be accounted for automatically by EMMA. The assets are marked with the flag in the database. When you create the matching item exchange contract within EMMA (see the tutorial for how to do this), the system will find that marked asset and set it s cost based on the data entered for the contract. If EMMA cannot find an asset marked with the bought via contract flag then it will look for regular assets that have a cost of zero. Was never missing

5 This is used when EMMA has incorrectly flagged something as having been missing and later finds it again. This can happen for several reasons, please see the loop holes section for more details. From EMMA s point of view, these assets are treated the same as those marked with found except that the cost will be automatically recalculated based on historical transactions when creating reports, etc. i.e. the cost is not locked to zero like it is for found assets. Cancelled contract Indicates that the item was up for sale in a contract but the contract has now expired or been cancelled. EMMA will search for matching assets that are currently set as for sale via contract. If it finds any, it will set their status back to normal. Causes of lost assets Destroyed or used By default, lost assets are set to destroyed or used. This essentially indicates that the asset is gone and you got nothing in return. It should be used for depleted ammo, destroyed ships and items, redeemed plexs, etc. Items marked with this cause will be stored in a lost assets table in the database that will be used in future to generate new reports, etc. For sale via contract Assets that are put up for sale through the contract system will be registered by EMMA as lost. Marking them with this cause will ensure that the profit is calculated correctly when/if the contract is completed. Additionally, the item will be handled correctly if the contract expires or is cancelled.

6 Tracking assets across characters and corps It is very common for an asset to be transferred between a player s alts or corporations. EMMA can still track assets that move between characters and corps but it is not immediately obvious how this works. First, update a character/corp that has had some items moved to or from it. It the example below, the character at the bottom of the list has just been updated and is showing several gained items in the unacknowledged assets changes screen: I know that these have been transferred from another character so rather than clicking ok on the asset changes, I select to update the character they were transferred from. When EMMA has finished working out this other character s asset changes, it will cross reference them with whatever is currently in the asset changes view. It will now match up the assets that were transferred and keep original cost data intact. Any assets matching in this way are removed from the asset changes screen. As you can see below, the original character s asset update status is still set to waiting but the gained items have disappeared from the view because they matched items that were missing on the other character.

7 Issues and Loopholes Currently there are several scenarios that can cause problems for EMMA s asset tracking system: (There are others than those listed but these are the major ones imo) Manufacturing. BPs and components/materials will be seen as missing while produced items will appear to have come from nowhere. This is something that will be resolved in the future but is a fairly large piece of work so not in BP research/copying. BPs that go in for research or copying will go missing and will only reappear once the research/copy is complete. In future, EMMA will provide support for these activities. Invention and T2 reacting are both currently un supported. Items will just disappear and appear as they are used/created. Reprocessing. Currently, reprocessed items will not pass their cost on to the resulting materials. Again, I hope to support this in the future. Loaded charges/ammo. The assets API has a bug that causes it to not return items loaded as charges or ammo when more than one item has been loaded. For example, crystals and sensor booster scripts are fine but missiles and cap boosters will disappear when loaded. This has been raised with CCP. Moving two items of the same type within the same asset update time window. E.g. consider 2 damage controls (from now on DC for short). DC A was bought for 10mil isk, DC B was found as loot. Both are moved to different stations and

8 EMMA then runs an asset update. There is no way for EMMA to tell which DC is which, one will be given the cost of 10 mil, the other, the cost of zero so overall it will balance out. That said, it s worth bearing in mind that EMMA s item costs may not exactly match with which items you moved where in-game. Buying and selling two items of the same type through contracts within the same asset update time window. E.g. You have a true sansha warp scrambler with a cost of 50 mil. You then sell it via contract and buy a new one via contract for 70 mil. When EMMA updates it s assets, it will just see that you still have one TS warp scram so the cost of 50 mil will be assigned to it. Note that creating the contracts in EMMA at this point will result in the correct profit on the sell contract, it s just that you ll still have a scram that EMMA thinks cost you 50 mil but that actually cost you 70 mil. PI. Assets on a planet s surface do not appear in the XML from the assets API. They will only appear in EMMA once they have been moved into space and will disappear again if you send any back down.

9 The purpose and theory of tracking eve assets Why track assets? In previous versions of EMMA, profit of sell transactions was calculated by trying to match up the items being sold with previous purchase transactions. This is virtually impossible and causes all sorts of incorrect results, not to mention being pretty processor intensive and therefore rather slow. If we were able to track items individually then we would know the original cost of an item when the player sold it and consequently, could determine the profit accurately and quickly. Additionally, knowing what assets the player lost or gained and when, along with how much those assets cost gives significant new data to be used to produce reports, graphs, etc. Unfortunately, implementing this individual asset tracking system is actually impossible due to the way that assets in eve work. However, with some careful processing, we can make a system that is accurate enough to be useful in all but the most complex scenarios. How do you track assets? Setting the foundation First, we have to have a starting point. The first assets API update for a character/corp is used to populate EMMA s asset database. This data includes the location of the item, quantity in a stack, etc. There are some cases where the player still owns the assets but they will not show up in the API: Asset is in a market sell order. Asset is part of a contract (courier or sell contract). EMMA has market order data so after the asset data has been downloaded and processed, the market order data is used to add the assets from current market sell orders. These are given a specific status so that they are not confused with regular assets. There are many different activities that can affect assets in eve:

10 Market transactions Contracts User or Destroyed (using ammo, getting your ship blown up, leaving drones behind in a fight, redeeming plex, etc) Industry (production, invention, reactions, etc) Found (mining, looting, salvaging, etc) Transfer to another character or corp EMMA makes use of the API for transactions so they re ok but all the others must be specified with the help of the user or inferred somehow. (Note the killmail API and science and industry API can help here and will probably be utilised in later versions of EMMA) Keeping up to date Whenever a market transaction occurs, assets are affected. EMMA uses market transaction updates to update the assets database as well. With buy transactions, an asset entry will be created with the appropriate location, item type and quantity. Additionally, the price of the transaction can be used to set the cost of the new asset. For sell transactions, EMMA will remove assets at the appropriate station. If possible, assets with a status of for sale via market will be used. However, if there are not enough then regular assets will be used instead. If even this is not enough then the asset quantity at that station will be set to a negative amount. Because we know which asset has been used in the sale, we know the original price paid and can calculate the gross profit. This is stored against the sell transaction record. In the future, EMMA will be modified to also update assets based upon the industry jobs API. Asset API update process When the user next does an Asset update, we compare each individual asset entry with what we are expecting and keep track of any differences. No updates are made to the database at this point other than flagging assets as processed if they appear in the XML from the API. At the same time, we build a new version of the assets table in memory that matches the data retrieved from the API. e.g. EMMA s database shows 3 standard missile launcher IIs at Jita IV moon 4 CNAP. When we get the asset XML back, it has only 1 of this item at that location. Hence we store a change in quantity of -2 for this item at this location. After this is complete, we have the following data:

11 1. Database Assets table holding pre-asset update data. 2. Memory Assets table matching data from API. 3. Memory List of changes to assets to get from 1 to 2. Next, all market sell orders are processed. Where the asset data from the database already contains the expected asset with a status of for sale via market and the quantity matches the market order, no changes are made except to flag the asset entry as processed. If the quantity does not match, the in-memory assets table is updated with the change and the change in quantity is also stored in list 3. The same applies when the asset entry does not exist at all. e.g. a there is a sell order for 5 units of tritantium at Jita IV moon 4 CNAP. We check the database and there is no tritanium with a status of for sale via market at this station. A new record is added to table 2 with status for sale via market and the details from the sell order. A new record is added to list 3 showing change in trit at IV-4 of +5. Next we add / take away assets for any transactions with dates after the assets update effective date. This only really affects updates from XML files rather than direct from the API so I ll ignore it here. To get the final changes to the asset data, we load in all asset entries from the database that have not had their processed flag set. These are assets which we expect to be there but do not show up in the data from the API. For example, the user has moved a stack of items from one location to another. The original location has none of the item left so it will fall into this category. All these assets are added to list 3 with the expected quantity multiplied by -1. i.e. Items have gone missing from where we expected them to be. Finally, we compare all of the changes that have been logged in list 3. Where we can match items lost with items gained elsewhere, we can be fairly sure they have been moved by the user and update the cost data accordingly. Complete simple example: 5 units of trit are bought at Jita IV-4 CNAP for 10 isk per unit and are later moved to Rens VI-8 BTT. First, a transaction update causes EMMA to add 5 units of trit at CNAP station with a cost of 10 isk per unit. When the asset update runs, it shows 5 units of trit at BTT so a new asset entry is created for that. However, the cost will be set to zero as we don t yet know where they have come from. An entry will be created in table 3 for +5 trit at BTT.

12 The 5 units of trit that were at CNAP will not appear in the XML so will not have the processed flag set. This will cause an entry in table 3 of -5 trit at CNAP. Finally, when the comparison is run, the +5 trit will get matched up with the -5 trit and the cost figure against the stack that disappeared from CNAP will be applied to the new stack at BTT.

There are many times that we may want to run the financial reports without using our real data.

There are many times that we may want to run the financial reports without using our real data. Mini Guide FINANCIAL PLANNER There are many times that we may want to run the financial reports without using our real data. For example: 1) We may want to check the effects of a new fee level, wage rates,

More information

Club Accounts. 2011 Question 6.

Club Accounts. 2011 Question 6. Club Accounts. 2011 Question 6. Anyone familiar with Farm Accounts or Service Firms (notes for both topics are back on the webpage you found this on), will have no trouble with Club Accounts. Essentially

More information

Refer to the Integration Guides for the Connect solution and the Web Service API for integration instructions and issues.

Refer to the Integration Guides for the Connect solution and the Web Service API for integration instructions and issues. Contents 1 Introduction 4 2 Processing Transactions 5 2.1 Transaction Terminology 5 2.2 Using Your Web Browser as a Virtual Point of Sale Machine 6 2.2.1 Processing Sale transactions 6 2.2.2 Selecting

More information

Managing your Inventory

Managing your Inventory Managing your Inventory Overview The Inventory command centre controls the way MYOB manages goods and services. You can create items (i.e. things you buy and sell), and set up automatic triggers to remind

More information

HOW TO SELL A STOCK BY KELLY GREEN

HOW TO SELL A STOCK BY KELLY GREEN HOW TO SELL A STOCK BY KELLY GREEN HOW TO SELL A STOCK In our first report, How to Buy a Stock, we took you step-by-step through selecting a broker and making your first trade. But we also pointed out

More information

User Guide and Tutorial Central Stores Online Ordering System. Central Stores Financial Services Western Washington University

User Guide and Tutorial Central Stores Online Ordering System. Central Stores Financial Services Western Washington University User Guide and Tutorial Central Stores Online Ordering System Central Stores Financial Services Western Washington University TABLE OF CONTENTS 1. Introduction... Page 3 2. Finding and Logging into Central

More information

Authorize.net Basic Transaction Management

Authorize.net Basic Transaction Management Authorize.net Basic Transaction Management https://secure.authorize.net/ To accomplish some of your basic Authorize.net credit card transaction procedures, you will need to log into your Authorize.net

More information

Microsoft Axapta Inventory Closing White Paper

Microsoft Axapta Inventory Closing White Paper Microsoft Axapta Inventory Closing White Paper Microsoft Axapta 3.0 and Service Packs Version: Second edition Published: May, 2005 CONFIDENTIAL DRAFT INTERNAL USE ONLY Contents Introduction...1 Inventory

More information

ERserver. iseries. Work management

ERserver. iseries. Work management ERserver iseries Work management ERserver iseries Work management Copyright International Business Machines Corporation 1998, 2002. All rights reserved. US Government Users Restricted Rights Use, duplication

More information

Email Marketing Now let s get started on probably the most important part probably it is the most important part of this system and that s building your e-mail list. The money is in the list, the money

More information

P I M S - X P a y m e n t T y p e s

P I M S - X P a y m e n t T y p e s Creating New Payment Type Record Listing Payment Type Records Configuring Creditcard Processing Configuring Internal Giftcard Processing CHAPTER 07 P I M S - X P a y m e n t T y p e s Payment Types 101

More information

Finish List & Export: Training Aid

Finish List & Export: Training Aid Finish List & Export: Training Aid Updated March 21, 2014 This course shows you all the steps to finish your list including how to set up a mail house or vendor, export and download your list. TRG Data

More information

Introduction to Open Atrium s workflow

Introduction to Open Atrium s workflow Okay welcome everybody! Thanks for attending the webinar today, my name is Mike Potter and we're going to be doing a demonstration today of some really exciting new features in open atrium 2 for handling

More information

Checkout User Guide. Salesforce, Spring '12. @salesforcedocs

Checkout User Guide. Salesforce, Spring '12. @salesforcedocs Checkout User Guide Salesforce, Spring '12 @salesforcedocs Last updated: July 7, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

Trading Dashboard Tutorial

Trading Dashboard Tutorial Trading Dashboard Tutorial The Trading Dashboard is the main page for all Trading information. You can access stock quotes, view open orders, place Buy and Sell Orders, and access the trading Company Profile

More information

STX Beacon User Guide Setup

STX Beacon User Guide Setup STX Beacon User Guide Setup Table of Contents 3 Setup Company 3 Setup Clients 6 Setup Appointments 9 Setup Service 12 Setup Inventory 14 Setup Packages 15 Setup Workers 22 Setup Tickets 23 Setup Emails

More information

Payco, Inc. Evolution and Employee Portal. Payco Services, Inc.., 2013. 1 Home

Payco, Inc. Evolution and Employee Portal. Payco Services, Inc.., 2013. 1 Home Payco, Inc. Evolution and Employee Portal Payco Services, Inc.., 2013 1 Table of Contents Payco Services, Inc.., 2013 Table of Contents Installing Evolution... 4 Commonly Used Buttons... 5 Employee Information...

More information

FTS Real Time Client: Equity Portfolio Rebalancer

FTS Real Time Client: Equity Portfolio Rebalancer FTS Real Time Client: Equity Portfolio Rebalancer Many portfolio management exercises require rebalancing. Examples include Portfolio diversification and asset allocation Indexation Trading strategies

More information

MetaTrader 4 Backtesting & Optimization

MetaTrader 4 Backtesting & Optimization MetaTrader 4 Backtesting & Optimization To get the most out of your expert advisor, you ll need to optimize and backtest your strategy using MetaTrader s Strategy Tester. While forward testing on a demo

More information

WP Affiliate Manager PayPal Mass Pay. Step-by-Step Tutorial

WP Affiliate Manager PayPal Mass Pay. Step-by-Step Tutorial WP Affiliate Manager PayPal Mass Pay Step-by-Step Tutorial Table of Contents Requirements... 3 Step 1: Acquiring Your API Credentials... 4 Step 2: Configuring WPAM... 6 Step 3: Making a Payment... 7 Step

More information

Business Introduction Script Introduction

Business Introduction Script Introduction Business Introduction Script Introduction Hi NAME, this is YOUR NAME from Online Business Systems. We had an appointment set up to discuss the details of our work from home business. Are you still available

More information

INVENTORY MANAGEMENT: ANALYZING INVENTORY TO MAXIMIZE PROFITABILITY

INVENTORY MANAGEMENT: ANALYZING INVENTORY TO MAXIMIZE PROFITABILITY INVENTORY MANAGEMENT: ANALYZING INVENTORY TO MAXIMIZE PROFITABILITY Jon Schreibfeder Effective Inventory Management, Inc. Sponsored by Every company strives to improve profitability. Countless hours are

More information

Leverage and margin. Module 3 Introduction Programme. Leverage and margin

Leverage and margin. Module 3 Introduction Programme. Leverage and margin Module 3 Introduction Programme Leverage and margin This module explains leverage and gearing and compares spread bets with non-geared investments. Additionally, there are a number of worked examples of

More information

Unit 9: License Management

Unit 9: License Management Unit 9: License Management 9-1 Introduction This unit provides instructions for the tasks involved in creating and maintaining license entitlement information and licenses for products. Objectives Objectives

More information

the gamedesigninitiative at cornell university Lecture 15 Game Analytics

the gamedesigninitiative at cornell university Lecture 15 Game Analytics Lecture 15 The Rise of Big Data Big data is changing game design Can gar data form a huge number of players Can use that data to inform future content What can we do with all that data? What types of questions

More information

U.S. EPA Part 75 Emissions Monitoring Policy Manual and Updates Copy can be downloaded at: http://www.epa.gov/airmarkets/emissions/monitoring.

U.S. EPA Part 75 Emissions Monitoring Policy Manual and Updates Copy can be downloaded at: http://www.epa.gov/airmarkets/emissions/monitoring. ECMPS Emissions Collection and Monitoring Plan System CEMTEK Environmental 2012 ECMPS is the electronic reporting system through which Part 75 affected facilities report monitoring plan records, QA/Certification

More information

Virtual Terminal & Online Portal

Virtual Terminal & Online Portal Authipay Gateway Virtual Terminal & Online Portal User Guide Version 5 (EMEA) Virtual Terminal & Online Portal User Guide Version 5 (EMEA) CONTENTS 1 Introduction... 5 2 Processing Transactions... 6 2.1

More information

Table Of Contents READ THIS FIRST! 3 How To Create Your Very First YouTube Video Ad In Less Than 30 Minutes! 4

Table Of Contents READ THIS FIRST! 3 How To Create Your Very First YouTube Video Ad In Less Than 30 Minutes! 4 Table Of Contents READ THIS FIRST! 3 How To Create Your Very First YouTube Video Ad In Less Than 30 Minutes! 4 Step 1: Find The Perfect Target Audience For Your Ads 4 Step 2: Refine Your Target Lists 7

More information

Trading Shares in Your Fidelity Account

Trading Shares in Your Fidelity Account Trading Shares in Your Fidelity Account A quick reference guide for stock plan participants Shares from your stock plan must be deposited into your account and may need to meet certain conditions* before

More information

27PercentWeekly. By Ryan Jones. Part II in the Series Start Small and Retire Early Trading Weekly Options

27PercentWeekly. By Ryan Jones. Part II in the Series Start Small and Retire Early Trading Weekly Options By Ryan Jones Part II in the Series Start Small and Retire Early Trading Weekly Options Important My 27% Option Strategy is one of the best option trading opportunities you will come across. When you see

More information

How to Overcome the Top Ten Objections in Credit Card Processing

How to Overcome the Top Ten Objections in Credit Card Processing How to Overcome the Top Ten Objections in Credit Card Processing Section #1: Handling the Red Flags Just Fax Your Rates Response: I ll be happy to do that, but until we know if this is truly a fit for

More information

How many times each day do you find yourself logging on to some service or other? As web applications grow in popularity, users are obliged to juggle username and password details for more websites, email

More information

Setting Up Your Android Development Environment. For Mac OS X (10.6.8) v1.0. By GoNorthWest. 3 April 2012

Setting Up Your Android Development Environment. For Mac OS X (10.6.8) v1.0. By GoNorthWest. 3 April 2012 Setting Up Your Android Development Environment For Mac OS X (10.6.8) v1.0 By GoNorthWest 3 April 2012 Setting up the Android development environment can be a bit well challenging if you don t have all

More information

Internet Spaceships are Serious Business: Econophysics of EVE Online

Internet Spaceships are Serious Business: Econophysics of EVE Online Internet Spaceships are Serious Business: Econophysics of EVE Online Jonathan Wurtz Econophysics Presenta4on 4/16/2015 (Edited for the internet) Overview of Talk What is EVE Online? Datasets used Power

More information

Table of Contents 1. Contents...1

Table of Contents 1. Contents...1 Table of Contents 1. Contents...1 1.1 Introduction/Getting Started...1 1.1.1 Creating an Account...1 1.1.2 Logging In...2 1.1.3 Forgotten Password...2 1.1.4 Creating a New Project...3 1.2 My Projects...3

More information

What is sports spread betting?

What is sports spread betting? GETTINGSTARTED Welcome to the Sporting Index Training Academy, your guide to getting started in the world of sports spread betting written by Karl Chief Suntay, our spread betting coach. It really is straight

More information

Integrating Microsoft Dynamics GP and Microsoft Dynamics CRM. Discussion Paper and FAQ s

Integrating Microsoft Dynamics GP and Microsoft Dynamics CRM. Discussion Paper and FAQ s Integrating Microsoft Dynamics GP and Microsoft Dynamics CRM Discussion Paper and FAQ s Integrating two Microsoft Products it sounds easy enough. The physical act of integration, pushing data from one

More information

6A. RMA Processing. How does an RMA work?

6A. RMA Processing. How does an RMA work? 6A. RMA Processing 6A. RMA Processing RMA (Returned Merchandise Authorization) processing is a common requirement among manufacturing companies. An RMA system should be able to do the following: RMA entry

More information

So you want to create an Email a Friend action

So you want to create an Email a Friend action So you want to create an Email a Friend action This help file will take you through all the steps on how to create a simple and effective email a friend action. It doesn t cover the advanced features;

More information

Overview - ecommerce Integration 2. How it Works 2. CHECKLIST: Before Beginning 2. ecommerce Integration Frequently Asked Questions 3

Overview - ecommerce Integration 2. How it Works 2. CHECKLIST: Before Beginning 2. ecommerce Integration Frequently Asked Questions 3 Table of Contents: Overview - ecommerce Integration 2 How it Works 2 CHECKLIST: Before Beginning 2 ecommerce Integration Frequently Asked Questions 3 Stock Export for ecommerce 5 Configure Ascend Products

More information

Acrobat 9: Forms. 56 Pages. Acrobat 9: Forms v2.0.0. Windows

Acrobat 9: Forms. 56 Pages. Acrobat 9: Forms v2.0.0. Windows Acrobat 9: Forms Windows Acrobat 9: Forms v2.0.0 2009 56 Pages About IT Training & Education The University Information Technology Services (UITS) IT Training & Education program at Indiana University

More information

The information in this document belongs to Digibilly. It may not be used, reproduced or disclosed without written approval.

The information in this document belongs to Digibilly. It may not be used, reproduced or disclosed without written approval. Re- En g in e e rin g e C o m m e rc e F o r O n lin e B u s in e s s Customer User Guide Last Updated: June 2012 2012 Digibilly - All Rights Reserved Worldwide. PayPal is a registered trademark of PayPal,

More information

SPARROW Gateway. Developer API. Version 2.00

SPARROW Gateway. Developer API. Version 2.00 SPARROW Gateway Developer API Version 2.00 Released May 2015 Table of Contents SPARROW Gateway... 1 Developer API... 1 Overview... 3 Architecture... 3 Merchant Private Key and Payment Types... 3 Integration...

More information

Day to Day Operations Guide

Day to Day Operations Guide Day to Day Operations Guide Contents The Fulfillment Process... 2 Fulfilling Orders... 3 Sales Tax Documentation... 6 Cancelling an Order or Changing Order Quantity... 6 Processing Refunds and Partial

More information

How To Build An Intranet In Sensesnet.Com

How To Build An Intranet In Sensesnet.Com Sense/Net 6 Evaluation Guide How to build a simple list-based Intranet? Contents 1 Basic principles... 4 1.1 Workspaces... 4 1.2 Lists... 4 1.3 Check-out/Check-in... 5 1.4 Version control... 5 1.5 Simple

More information

Email Marketing Best Practices - Top 10 tips

Email Marketing Best Practices - Top 10 tips Email Marketing Best Practices - Top 10 tips Contents 1. Make a good first impression... 2 2. Above the fold... 3 3. Keep it short and to the point.... 3 4. Send what your customer wants not what you want

More information

ANDROID PACKET MONITOR

ANDROID PACKET MONITOR University of the western cape ANDROID PACKET MONITOR BACK END CHISHA MALAMA 3/27/2012 2 Contents INTRODUCTION... 3 USER REQUIREMENTS... 4 REQUIREMENTS ANALYSIS... 4 Android touch screen phone... 7 Application

More information

Lesson 2: Inventory and Services

Lesson 2: Inventory and Services Sage Simply Accounting Premium 2012 Level 1 Lesson 2: Inventory and Services Lesson Objectives In this lesson, you will learn how to set up the Inventory and Services module of Simply Accounting. Upon

More information

NEW USER REGISTRATION AND EMAIL VERIFICATION

NEW USER REGISTRATION AND EMAIL VERIFICATION NEW USER REGISTRATION AND EMAIL VERIFICATION The Children s Treatment (CT) or Residential Treatment (RT) organization must have an assigned Departmental Vendor Number (DVN), a PIN number issued to the

More information

Q1. What are the differences between Data Backup, System Restore, Disk Image, System Recovery Disc and System Repair Disk?

Q1. What are the differences between Data Backup, System Restore, Disk Image, System Recovery Disc and System Repair Disk? Windows Q & A April 2012 By Mary Phillips, Secretary, Icon Users Group, MO April 2011 issue, The ICON-Newsletter of the Interactive Computer Owners Network www.iconusersgroup.com mary@iconusersgroup.org

More information

The Social Accelerator Setup Guide

The Social Accelerator Setup Guide The Social Accelerator Setup Guide Welcome! Welcome to the Social Accelerator setup guide. This guide covers 2 ways to setup SA. Most likely, you will want to use the easy setup wizard. In that case, you

More information

INVENTORY MANAGEMENT. TechStorm. http://www.gotechstorm.com/howto/inventorymanagement.pdf

INVENTORY MANAGEMENT. TechStorm. http://www.gotechstorm.com/howto/inventorymanagement.pdf INVENTORY MANAGEMENT TechStorm http://www.gotechstorm.com/howto/inventorymanagement.pdf Inventory Management Table Of Contents Add Inventory Items In Tablet... 3 Transaction Flow for Adding Inventory in

More information

ProfitAccelerator Digital Business Resources. Direct Marketing ROI Planner. Brochure. The Xerox ProfitQuick

ProfitAccelerator Digital Business Resources. Direct Marketing ROI Planner. Brochure. The Xerox ProfitQuick ProfitAccelerator Digital Business Resources Direct Marketing ROI Planner Brochure The Xerox ProfitQuick Direct Marketing ROI Planner Your advanced marketing business companion. At last, a simple, quantifiable

More information

User Guide Concur Expense Service Service Update

User Guide Concur Expense Service Service Update User Guide Concur Expense Service Service Update Concur Technologies, Inc. Curtin University - Concur User Guide Page 1 of 16 Using Concur Expense Service Welcome to Concur Expense Service. Concur Expense

More information

Supply Chain Management Use Case Model

Supply Chain Management Use Case Model Supply Chain Management Use Case Model Date: 2002/11/10 This version: http://www.ws-i.org/sampleapplications/supplychainmanagement/2002-11/scmusecases-0.18- WGD.htm Latest version: http://www.ws-i.org/sampleapplications/supplychainmanagement/2002-11/scmusecases-0.18-

More information

Vendor Configuration, Ordering, and Receiving. Kroll 9.1. Kroll 9.1

Vendor Configuration, Ordering, and Receiving. Kroll 9.1. Kroll 9.1 Vendor Configuration, Ordering, and Receiving Kroll 9.1 Kroll 9.1 Contents Vendor Configuration... 1 Catalog Tab... 3 Ordering Tab... 6 Receiving Tab... 7 General Tab... 9 Preventing OTC Inventory Adjustments...

More information

How To Trade On The Advisor Desktop On A Balance Sheet On A Trading Set On A Long Term Plan

How To Trade On The Advisor Desktop On A Balance Sheet On A Trading Set On A Long Term Plan Initiating Buys, Sells and Exchanges via the Advisor Desktop From your Assets Under Management landing page you can access the Trade Set page from the Account overview page. Search for an account by using

More information

Tracking E-mail Campaigns with G-Lock Analytics

Tracking E-mail Campaigns with G-Lock Analytics User Guide Tracking E-mail Campaigns with G-Lock Analytics Copyright 2009 G-Lock Software. All Rights Reserved. Table of Contents Introduction... 3 Creating User Account on G-Lock Analytics. 4 Downloading

More information

Remote Network Accelerator

Remote Network Accelerator Remote Network Accelerator Evaluation Guide LapLink Software 10210 NE Points Drive Kirkland, WA 98033 Tel: (425) 952-6000 www.laplink.com LapLink Remote Network Accelerator Evaluation Guide Page 1 of 19

More information

Secure assessments include digital field tests for grades 3, 6, 9, and 12 and digital Provincial Achievement Tests for grades 6 and 9.

Secure assessments include digital field tests for grades 3, 6, 9, and 12 and digital Provincial Achievement Tests for grades 6 and 9. Quest A+ URL: https://questaplus.alberta.ca Quest A+ Secure Assessments Secure assessments include digital field tests for grades 3, 6, 9, and 12 and digital Provincial Achievement Tests for grades 6 and

More information

Contents INDEX...61 ECRM...1

Contents INDEX...61 ECRM...1 ecrm Guide 111011 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying, recording,

More information

PayPal Integration Guide

PayPal Integration Guide PayPal Integration Guide Table of Contents PayPal Integration Overview 2 Sage Accounts Setup 3 Obtaining API credentials from PayPal 4 Installing Tradebox Finance Manager 5 Creating a connection to PayPal

More information

CHAPTER 3: PRODUCTION BILL OF MATERIALS

CHAPTER 3: PRODUCTION BILL OF MATERIALS Chapter 3: Production Bill of Materials CHAPTER 3: PRODUCTION BILL OF MATERIALS Objectives The objectives are: Production Bill of Materials (BOM) Production BOM Advanced Features Production BOM Reports

More information

Navigating within QuickBooks

Navigating within QuickBooks Navigating within QuickBooks The simplest way to navigate within QuickBooks is to work from the home page. Looking at the home page, you will notice the most common functions within QuickBooks are represented

More information

(Refer Slide Time 00:56)

(Refer Slide Time 00:56) Software Engineering Prof.N. L. Sarda Computer Science & Engineering Indian Institute of Technology, Bombay Lecture-12 Data Modelling- ER diagrams, Mapping to relational model (Part -II) We will continue

More information

Character Bodypart Tutorial

Character Bodypart Tutorial Level: Intermediate Character Bodypart Tutorial By Popcorn INTRODUCTION Have you ever tried to make a platform game, but given up on the fact that you just aren't good enough with the graphics? If you

More information

HOW TO LOWER YOUR GENERAL LIABILITY INSURANCE BY THOUSANDS OF DOLLARS! AN INSIDER'S GUIDE TO GETTING THE BEST POLICY AT THE LOWEST PRICE AVAILABLE

HOW TO LOWER YOUR GENERAL LIABILITY INSURANCE BY THOUSANDS OF DOLLARS! AN INSIDER'S GUIDE TO GETTING THE BEST POLICY AT THE LOWEST PRICE AVAILABLE HOW TO LOWER YOUR GENERAL LIABILITY INSURANCE BY THOUSANDS OF DOLLARS! AN INSIDER'S GUIDE TO GETTING THE BEST POLICY AT THE LOWEST PRICE AVAILABLE If you are a small contractor, you or your wife have to

More information

E-Commerce Trading Firm Search & Maintenance

E-Commerce Trading Firm Search & Maintenance Exchange Fee System Tutorial Training Guide June, 2015 Global Operations Education 1 Contents Introduction... 4 Accessing EFS... 5 Security Requirements... 5 EFS Homepage... 6 Account Maintenance... 7

More information

Unity web- player issues in browsers & in client system

Unity web- player issues in browsers & in client system Software /Hardware requirements for unity web player i) Software Requirement Operating System: Windows XP or later; Mac OS X 10.5 or later. ii) Graphics Card: Pretty much any 3D graphics card, depending

More information

How Dilution Affects Option Value

How Dilution Affects Option Value How Dilution Affects Option Value If you buy a call option on an options exchange and then exercise it, you have no effect on the number of outstanding shares. The investor who sold the call simply hands

More information

Wasp QuickStore Multi-Store Setup Guide

Wasp QuickStore Multi-Store Setup Guide Wasp QuickStore Multi-Store Setup Guide 2008 Wasp Barcode Technologies Table of Contents Introduction...1 What you ll find in this guide...1 Where to find additional information...1 Multi-Store Features...1

More information

No. FinanceWorks is a free benefit for Premier America Online Banking users aimed to help you manage your finances more easily.

No. FinanceWorks is a free benefit for Premier America Online Banking users aimed to help you manage your finances more easily. FinanceWorks Frequently Asked Questions Getting Started with FinanceWorks... 1 Adding Accounts... 2 Managing Outside Accounts... 2 Managing Transactions... 3 Managing Accounts/Settings... 4 Goals... 5

More information

10.3.1.6 Lab - Data Backup and Recovery in Windows XP

10.3.1.6 Lab - Data Backup and Recovery in Windows XP 5.0 10.3.1.6 Lab - Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment

More information

Would You Like To Earn $1000 s With The Click Of A Button?

Would You Like To Earn $1000 s With The Click Of A Button? Would You Like To Earn $1000 s With The Click Of A Button? (Follow these easy step by step instructions and you will) This Version of the ebook is for all countries other than the USA. If you need the

More information

Chapter 2 An Introduction to Forwards and Options

Chapter 2 An Introduction to Forwards and Options Chapter 2 An Introduction to Forwards and Options Question 2.1. The payoff diagram of the stock is just a graph of the stock price as a function of the stock price: In order to obtain the profit diagram

More information

Chapter 3.4. Forex Options

Chapter 3.4. Forex Options Chapter 3.4 Forex Options 0 Contents FOREX OPTIONS Forex options are the next frontier in forex trading. Forex options give you just what their name suggests: options in your forex trading. If you have

More information

Retail User Training. IT Retail, Inc. 2010. Inventory Training Retail 7

Retail User Training. IT Retail, Inc. 2010. Inventory Training Retail 7 Retail User Training IT Retail, Inc. 2010 Inventory Training Retail 7 RETAIL 7 User Training: Inventory Using RETAIL 7 ITRetail, Inc. RETAIL User Training TABLE OF CONTENTS Inventory MANAGE INVENTORY...

More information

Top 5 Mistakes Made with Inventory Management for Online Stores

Top 5 Mistakes Made with Inventory Management for Online Stores Top 5 Mistakes Made with Inventory Management for Online Stores For any product you sell, you have an inventory. And whether that inventory fills dozens of warehouses across the country, or is simply stacked

More information

How to Use TeamSnap for Coaches

How to Use TeamSnap for Coaches How to Use TeamSnap for Coaches This is a set of directions for coaches in North Park Little League on how to use TeamSnap to help manage their teams. TeamSnap helps us: Organize the roster and allow parents

More information

Merchant Fulfilment API Seller Fulfilled Prime Test Guide

Merchant Fulfilment API Seller Fulfilled Prime Test Guide Contents 1 Before Testing... 3 2 Testing Constraints... 3 Prime Test Order Cases... 3.1 Test Prime order without buying a shipping label... 3.2 Test Prime order with buying a shipping label... 5 2 This

More information

Simple Document Management Using VFP, Part 1 Russell Campbell russcampbell@interthink.com

Simple Document Management Using VFP, Part 1 Russell Campbell russcampbell@interthink.com Seite 1 von 5 Issue Date: FoxTalk November 2000 Simple Document Management Using VFP, Part 1 Russell Campbell russcampbell@interthink.com Some clients seem to be under the impression that they need to

More information

Web Hosting Tips & Tricks For Affiliates

Web Hosting Tips & Tricks For Affiliates Web Hosting Tips & Tricks For Affiliates References http://hagency.com/top-web-hosts.php http://minisitemanager.com http://hagency.com/enom Introduction Hosting a website can be a very confusing experience

More information

PDS TRADER MANUAL. Instructions for using the Payday Stocks Trader software. 2013 Quantum Trading Technologies. PDS Trader Manual 1

PDS TRADER MANUAL. Instructions for using the Payday Stocks Trader software. 2013 Quantum Trading Technologies. PDS Trader Manual 1 PDS TRADER MANUAL Instructions for using the Payday Stocks Trader software 2013 Quantum Trading Technologies PDS Trader Manual 1 CONTENTS Getting Started 3 Log in to the PDS Trader 3 Retrieving Market

More information

Who Wants To Literally Save Thousands In AdWords Management Fees?

Who Wants To Literally Save Thousands In AdWords Management Fees? How to Keep Your PPC Management Company Honest Who Wants To Literally Save Thousands In AdWords Management Fees? HERE S THE PROBLEM Not all PPC managers are created equal. Some are really good at what

More information

You re sitting on a gold mine right there. Are you a good accountant? And many of your clients have been with you for a while?

You re sitting on a gold mine right there. Are you a good accountant? And many of your clients have been with you for a while? Before you start, I want you to know that I believe getting a full education in marketing does not have to be expensive. I also believe that in most cases you should never have to pay retail for any educational

More information

RentMaster Frequently Asked Questions

RentMaster Frequently Asked Questions RentMaster Frequently Asked Questions How do I...? How do I do my end of month procedure as a property manager. At the end of the month a property manager normally pays their landlord clients. Prior to

More information

Home Loan Manager Pro 7.1

Home Loan Manager Pro 7.1 Home Money Manager www.homemoneymanager.com.au Home Loan Manager Pro 7.1 The Mortgage Checker and Planning Tool 05 November 2015 DOWNLOAD SOFTWARE Home Loan Manager Pro is available from www.homemoneymanager.com.au

More information

UNTOLD MAP SECRETS. Are you a MyAdvertisingPays member? Great!

UNTOLD MAP SECRETS. Are you a MyAdvertisingPays member? Great! UNTOLD MAP SECRETS The Guide for online marketing newbies Are you a MyAdvertisingPays member? Great! Do you know that you can earn money by using the advertising system of MyAdvertisingPays but you have

More information

Using Audacity to Podcast: University Classroom Version Dr. Marshall Jones Riley College of Education, Winthrop University

Using Audacity to Podcast: University Classroom Version Dr. Marshall Jones Riley College of Education, Winthrop University Using Audacity to Podcast: University Classroom Version Dr. Marshall Jones Riley College of Education, Winthrop University Audacity is available for the Mac and PC. It is free. (That s right, FREE!) You

More information

Welcome to the ALT call center

Welcome to the ALT call center Welcome to the ALT call center Please make sure that you go through this entire document and set up everything before you get started taking calls in the call center. Once you have everything set up and

More information

ICP Data Entry Module Training document. HHC Data Entry Module Training Document

ICP Data Entry Module Training document. HHC Data Entry Module Training Document HHC Data Entry Module Training Document Contents 1. Introduction... 4 1.1 About this Guide... 4 1.2 Scope... 4 2. Step for testing HHC Data Entry Module.. Error! Bookmark not defined. STEP 1 : ICP HHC

More information

SaxoTraderGO. Saxo Academy. Placing Forex Trade Orders. academy.tradingfloor.com

SaxoTraderGO. Saxo Academy. Placing Forex Trade Orders. academy.tradingfloor.com Saxo Academy SaxoTraderGO Placing Forex Trade Orders Please note, these notes are transcripts of the videos on Saxo Academy and are designed to accompany the SaxoTraderGO video series. Placing FX Trade

More information

MTP: Continuous User Authentication on Android Using Face Recognition

MTP: Continuous User Authentication on Android Using Face Recognition MTP: Continuous User Authentication on Android Using Face Recognition Testing of FaceApp Application This experiment is being conducted to find out the accuracy rate of face recognition algorithm used

More information

Stock Control. Tutorial Guide API PRO. Open.7

Stock Control. Tutorial Guide API PRO. Open.7 Tutorial Guide API PRO Stock Control Open.7 Module 2.4, the Stock control system, is one of the API PRO basic modules. The system handles spare parts on stock (stock items), stock levels and purchase needs

More information

to aide in locating certain areas of the webpage, I have circled points of interest in red

to aide in locating certain areas of the webpage, I have circled points of interest in red Welcome to our unofficial www.medicare.gov plan search guide! This guide is designed to help you through the steps while searching for a Medicare Part D prescription plan on the www.medicare.gov website.

More information

Trading Shares in Your Stock Plan Account

Trading Shares in Your Stock Plan Account Trading Shares in Your Stock Plan Account Follow the steps below to place a trade to sell your company shares.* Before you place your trade We recommend that you establish instructions with Fidelity for

More information

System Preferences is chock full of controls that let you tweak your system to how you see fit.

System Preferences is chock full of controls that let you tweak your system to how you see fit. Set My Preferences Besides changing the look and feel of your Mac interface, you can also let your Mac know how you prefer to work. This is done through Your Mac has a system-wide set of user-configurable

More information

Optimum Lightpath Hosted Voice User Guide

Optimum Lightpath Hosted Voice User Guide Optimum Lightpath Hosted Voice User Guide V10-12-10 Table of Contents 1. Making and Answering Calls... 6 1.1 Internally... 6 1.2 Externally... 6 1.3 Emergency Calls... 6 1.4 Speaker Phone... 6 1.5 Ending

More information

Table of Contents. Changing Your Password in Windows NT p. 1. Changing Your Password in Alpha Connection.. pp. 1-3

Table of Contents. Changing Your Password in Windows NT p. 1. Changing Your Password in Alpha Connection.. pp. 1-3 Table of Contents Changing Your Password in Windows NT p. 1 Changing Your Password in Alpha Connection.. pp. 1-3 Not Able to Get Outlook Express Mail Because Alpha Connection Password Expires... pp. 3-4

More information