SDHEJ Enterprises. Kitchen Buddy. Hilary Boone Thomas Daman Eric Milano Jonathon Morales. ISDS 3100 Fall 2013

Size: px
Start display at page:

Download "SDHEJ Enterprises. Kitchen Buddy. Hilary Boone Thomas Daman Eric Milano Jonathon Morales. ISDS 3100 Fall 2013"

Transcription

1 SDHEJ Enterprises Kitchen Buddy Hilary Boone Thomas Daman Eric Milano Jonathon Morales ISDS 3100 Fall 2013 November 14,

2 Table of Contents Executive Summary... 3 Context Level DFD... 4 Level 0 DFD... 5 Level 1 DFD... 6 Appendix... 7 Project Scope...7 Functional Requirements...8 Use Case Diagram...9 Use Case Narratives...10 Forms...15 Optional Materials Results of Research...16 Interviews...16 Survey Results...17 Screen Shot Evaluation...20 Alternatives Evaluation...20 Actor Glossary...20 Use Case Glossary...21 Event Response List...21 Detailed Activities

3 Executive Summary We are designing an application called Kitchen Buddy. This application is meant to keep an up- to- date inventory, but in a fairly unique way compared to most applications already out there. The purpose is to be able to gradually build up an accurate inventory database of all the household items the user might purchase. Upon downloading the application, and using it for the first time, the user will scan items with their phones barcode scanner to add the item to the database. Since most people buy the same items over and over again the scanning step will only need to occur the very first time a user purchases that product. If the user runs out of an item then they will simply open the application and change the items status using minus sign to alter the quantity. When an item is marked down to zero the application will automatically transfer it to the user s grocery list when the user chooses the "shopping list" feature. After purchasing the out of stock item from the store the user can once again change the quantity of the item using the plus sign, therefore eliminating the need to rescan the products barcode. This application is designed for anyone that is charged with the task of grocery shopping in their home. The application will appeal more towards those individuals living in a busy household having to keep track of a lot of different grocery items. Therefore, the application will make it easier for the user to know exactly what he/she has in stock at all times. Our application will solve the problem of having to keep track of everything a person might have in their house at all times. The application will also solve the frustrating problem of forgetting your shopping list at home or not remembering to put something on the list. After the initial setup of scanning in the items purchased, this application will make it very easy and simple to know what you have in your pantry at any given moment. Gone are the days where you stare into your fridge or pantry wondering what you have behind all of those cereal boxes or milk jugs. With Kitchen Buddy you can just open an application, and have your entire inventory right at the tip of your fingers. 3

4 Context Level DFD 4

5 Level 0 DFD 5

6 Level 1 DFD 6

7 SDHEJ Enterprise Appendix Project Scope Prepared By: SDHEJ Enterprise Statement of Project Scope Date: October 11, 2013 General Project Information Project Name: Project Contact: Project Employer: Kitchen Buddy Hilary Boone, Thomas Daman, Eric Milano, and Jonathan Morales SDHEJ Enterprise Problem/Opportunity Statement: Have you ever been to the grocery store and bought something you didn t need or even worse forget something you do? This application will allow you to have a mobile inventory of your pantry on your Smartphone by simply scanning the barcode. Project Objectives: Kitchen Buddy will allow you to scan the barcodes of non- perishable items as you put them into your pantry. This will reduce the confusion of what to buy while at the store. This application will automatically save your inventory and also allow you to create a grocery list as you run out of a certain item. Project Description: This is an iphone and Android- based application that allows the user to create an up to date inventory for the items in their kitchen pantry. Benefits: Mobile inventory of pantry Creating grocery lists Project Deliverables: User- friendly graphical user interface Milestone 1- October 1, 2013 Ability to create lists Milestone 2- October 22, 2013 Ability to save Milestone 3- November 13, 2013 Ability to save ongoing projects Team SharePoint- November 25, 2013 Estimated Project Duration: 3 months 7

8 Functional Requirements 1.0 Scanning Items: Functional Requirements: 1.1 The system will receive barcode images. 1.2 The system will send item barcodes to the Product Barcode Database. 1.3 The system will save the product information in the inventory database 2.0 Updating Inventory Database: 2.1 The system will allow the user to view the items saved in the inventory database. 2.2 The system will allow the user to update the status of items within the inventory database. 3.0 Creating Shopping List: 3.1 The system will allow the user to request a shopping list. 3.2 The system will send a list of all items whose inventory is currently 0 to the user. 8

9 Use Case Diagram 9

10 USE CASE NAME: PRIMARY BUSINESS ACTOR: OTHER PARTICIPATING ACTORS: DESCRIPTION: PRE- CONDITION: TRIGGER: TYPICAL COURSE OF EVENTS: Use Case Narratives Scanning Items Application User Product Barcode Database This process occurs when the user purchases a new item and wishes to add it to their application. The party scanning the items must have application downloaded. User selects scan barcode on Home screen. This activates mechanism (on the phones) that scans the barcode and sends it to the system. Actor Action System Response Step 1: User selects scan barcode on Home screen. This activates mechanism (on the phones) that scans the barcode and sends it to the system. Step 2: The system receives the barcode image. Step 3: The system sends the barcode to the Product Barcode Database Step 4: The Product Barcode Database sends back to the identification of the product. Step 5: The system receives the information about the production Step 6: The system updates the database with product information ALTERNATE COURSES: Alt- Step 1: If the barcode could not be scanned, the user is notified of the discrepancy and prompted to resubmit. Alt- Step 4: If the Product Barcode Database doesn t have any information to return, notify the user of the error in scanning. CONCLUSION: The database is updated with the product information 10

11 POST- CONDITION: The new information is available on the inventory list BUSINESS RULES Follow conventions for product barcodes The database will update the inventory number for the scanned item by 1 CONTRAINTS AND SPECIFICATIONS ASSUMPTIONS: N/A N/A OPEN ISSUES: Need to determine how the user can activate the use case by pushing the scan barcode button, but doesn t have a product barcode available for scanning. CORRESPONDING FORMS AND REPORTS: Home Screen. USE CASE NAME: PRIMARY BUSINESS ACTOR: Updating Inventory Database Application User OTHER PARTICIPATING ACTORS: DESCRIPTION: PRE- CONDITION: TRIGGER: This process occurs when the user runs out of an item in their inventory and needs to change the status of the item using a plus or a minus to increase or decrease the stock. This process also occurs when the user scans in a new item into his or her inventory. The item must have previously been scanned into the inventory The user selects My Inventory on the home page. TYPICAL COURSE Actor Action System Response OF EVENTS: Step 1: The user selects My Inventory on the home page. Step 2: The system receives the request and sends an inventory request to the database. Step 3: The database returns all inventory items and the number of 11

12 items available. Step 4: The system formats this information into a list and return the Update Inventory screen to the user Step 5: The user selects an inventory item and either selects the + sign (if adding an item of inventory) or the sign (if removing an item from inventory). This information is sent to the system. Step 6: The system receives the information and updates the database with either a +1 (if + sign was selected) or a - 1 (if minus sign was selected). Step 7: The system redisplays the updated inventory screen to the user with the new inventory quantity. ALTERNATE COURSES: Alt- Step 1: If the user has no items in the inventory database, notify the user that his or her inventory is empty. Alt- Step 5: If the inventory item is already at 0, the user cannot select the button. CONCLUSION: POST- CONDITION: The system sends the updated inventory screen to the user with the new inventory quantity. The newly updated Update Inventory screen is available for the user to input information about another inventory item. BUSINESS RULES Inventory are updated in increments of plus or minus 1 If the inventory is already at 0, the user cannot select the minus button CONTRAINTS AND SPECIFICATIONS ASSUMPTIONS: N/A N/A OPEN ISSUES: Need to determine how the user can add an item that is not in the inventory. CORRESPONDING FORMS AND REPORTS: Home screen and updated inventory screen. 12

13 USE CASE NAME: PRIMARY BUSINESS ACTOR: OTHER PARTICIPATING ACTORS: DESCRIPTION: PRE- CONDITION: TRIGGER: Creating Shopping List Application User N/A This process occurs once the user has requested a shopping list. The system will automatically transfer items with a stock of 0 to the applications shopping list. The user opens the application, and has been updating the applications inventory. There must be an item with a 0 for inventory. The user selects the shopping list button. TYPICAL COURSE Actor Action System Response OF EVENTS: Step 1: The user selects the shopping list button. Step 2: The system receives a shopping list request. Step 3: The system send a shopping list request to the database Step 4: The database returns a list of all items whose inventory is currently 0 Step 5: The system formats this information into a shipping list which is sent to the user as the Shopping List screen ALTERNATE COURSES: Alt- Step 1: The user doesn t want to create a shopping list so exits the system Alt- Step 4: If there are no items with a 0 inventory in the database, notify the user and terminate the use case. CONCLUSION: POST- CONDITION: BUSINESS RULES The user receives a shopping list. The user can take the shopping list to the grocery store Only items with 0 inventory in the database are added to the shopping 13

14 list CONTRAINTS AND SPECIFICATIONS ASSUMPTIONS: OPEN ISSUES: CORRESPONDING FORMS AND REPORTS: N/A N/A N/A Home screen and shopping list screen. 14

15 Forms *Top; Home screen *Bottom from left to right; Shopping list screen, Inventory update screen 15

16 Optional Materials Results of Research Interviews Interview 1: Sean Mulhern: Baton Rouge, Louisiana: Dominos Employee Having heard the description of this application, what are your first thoughts? I think it would be a very useful application for organizing and what not. I think this application would be great for new businesses in general. Being an employee at Dominos, do you think they would use this application or do they use something similar? At work we use a computer program that takes care of inventory. I think dominos would be interested in this application at least to see if it fits their needs. *Responses are paraphrased Interview 2: Avery Daman: Manhattan, New York: Actress Having heard the description of this application, what are your first thoughts? Yea it sounds like a pretty neat application and I like how it adds things to a grocery list. I m not entirely sure how much I would use it because I live in a small studio apartment and I really don t have space for a bunch of food so for the most part I already know what I have. Would this be an application you would refer to a friend or a small restaurant business? Are you asking me too? Yea I have a few friends that have gone to the store and came back only to realize they did not have any milk or sugar you know and have had a bad day because of it. I can definitely see how a restaurant could use this application because I can only imagine how much food goes in and out. So hypothetically speaking if you owned a restaurant would you use this application? Well that depends on what is out there. Apart from that can only imagine that I would use this application or another one like it. *Responses are paraphrased 16

17 Survey Results In a survey conducted, 17 out of 500 people responded as follows How many Applications do you currently own? 0 to to to to plus 4 Are you aware of most of the items in your pantry? Yes 6 No 11 Do you shop for your own groceries? Yes 16 No 1 How often do you forget something on your grocery list? Very Often 2 Often 4 Sometimes 7 Never 4 How likely are you to download this application? Most likely 1 Likely 4 Maybe 6 I Don t Know 4 Not Likely 2 17

18 18

19 19

20 Input By: Lauren Andrews Screen Shot Evaluation When first looking at the home screen of this app, it is very simple and straightforward. Ease of use is key to a lot of users. Although the colors are somewhat boring, it may not be a deciding factor in using the app. I like that the inventory screen is also simple. It would be useful to have a button at the top of the inventory screen that shows commonly used foods, recently used, or the user s favorites. You could have a star next to each item so the user could easily add it to their favorites. I like that the app will automatically send items to your shopping list when they are used from your inventory, but I would also add a (+) and (- ) options to add things that are not in the inventory or to delete items that the user does not want to buy again. Criteria Requirements Alternatives Evaluation Weighted Alternatives Matrix Weight Kitchen Buddy Rating Score Out of Milk Fridge Pal Rating Score Rating Score Ability To Scan Barcodes Easily Update Inventory Generate Shopping List Total Actor Glossary 20

21 Actor Name Synonym Description Application User User The person that downloads and regularly uses the Kitchen Buddy inventory application. Product Barcode Database Barcode The system in place that recognizes all of the product barcodes being scanned by the Kitchen Buddy application. Use Case Glossary Use Case Name Description Actors Scanning Items Updating Inventory Database Creating Shopping List This process occurs when the user purchases a new item and wishes to add it to their application. This process occurs when the user runs out of an item in their inventory and needs to change the status of the item using a plus or a minus to increase or decrease the stock. This process occurs once the user has requested a shopping list. The system will automatically transfer items with a stock of 0 to the applications shopping list. Application User and Product Barcode Database Application User Application User Event Response List 21

22 Subsystem Actor Event Trigger Responses Kitchen Application Scanning Buddy User Items Kitchen Buddy Kitchen Buddy Application User Application User Updating Inventory Database Creating Shopping List User selects scan barcode on Home screen. This activates mechanism (on the phones) that scans the barcode and sends it to the system. The user selects My Inventory on the Home screen. The user selects the shopping list button. The system receives the barcode image. The system receives the request and sends an inventory request to the database. The system receives a shopping list request. Detailed Activities Team Member Name Team Member Position Team Member Role Hilary Boone Member Revision of Milestone 2 components Thomas Daman Leader Level 1 DFD, Milestone 3 component assembly Eric Milano Member Context Level DFD Jonathan Morales Member Level 0 DFD 22

THE FAB FIVE FIRM MILESTONE THREE TEAM ASSIGN SPRING 2013 AMEN AHMED ALI BURMESTER NELSON JOINTER DANIELLE KRUMM CHANCE WAHL

THE FAB FIVE FIRM MILESTONE THREE TEAM ASSIGN SPRING 2013 AMEN AHMED ALI BURMESTER NELSON JOINTER DANIELLE KRUMM CHANCE WAHL THE FAB FIVE FIRM TEAM ASSIGN 3/29/2013 ISDS 3100: MILESTONE THREE SPRING 2013 AMEN AHMED ALI BURMESTER NELSON JOINTER DANIELLE KRUMM CHANCE WAHL TABLE OF CONTENTS Executive Summary...2 Actor Glossary......3

More information

THE FAB FIVE FIRM T E A M A S S I G N 3/7/2013 MILESTONE TWO ISDS 3100: SPRING 2013 AMEN AHMED ALI BURMESTER NELSON JOINTER DANIELLE KRUMM CHANCE WAHL

THE FAB FIVE FIRM T E A M A S S I G N 3/7/2013 MILESTONE TWO ISDS 3100: SPRING 2013 AMEN AHMED ALI BURMESTER NELSON JOINTER DANIELLE KRUMM CHANCE WAHL THE FAB FIVE FIRM T E A M A S S I G N 3/7/2013 MILESTONE TWO ISDS 3100: SPRING 2013 AMEN AHMED ALI BURMESTER NELSON JOINTER DANIELLE KRUMM CHANCE WAHL TABLE OF CONTENTS Actor Glossary......2 Use-Case Glossary........3

More information

Mobile Marketing. This means you need to change your strategy for marketing to those people, or risk losing them to your competition.

Mobile Marketing. This means you need to change your strategy for marketing to those people, or risk losing them to your competition. Mobile Marketing Introduction Mobile marketing is one of the fastest growing segments of online marketing. Over the last two to three years, the number of people who access the internet on mobile devices

More information

VAT THE ULTIMATE GUIDE TO

VAT THE ULTIMATE GUIDE TO THE ULTIMATE GUIDE TO VAT Paying VAT is one of the biggest, and most daunting, parts of any small business s journey. Whether you re preparing to register for the first time, or looking for way to make

More information

GOODS ORDER INVENTORY SYSTEM

GOODS ORDER INVENTORY SYSTEM CASE STUDY ON GOODS ORDER INVENTORY SYSTEM Client Profile: Established in 2005, with a unified objective of providing top-tier, end to end global IT support services. MetaOption (www.metaoption.com) has

More information

Out Of The Box: How You Could Cash In With QR Codes. Caleb Spilchen

Out Of The Box: How You Could Cash In With QR Codes. Caleb Spilchen Out Of The Box: How You Could Cash In With QR Codes. Caleb Spilchen Blah. Ok, I m sure you were ready for this, you know the boring info page, where they tell you the usual baloney, that you just skip,

More information

HOW YOUR CAREER BACKGROUND CAN HELP YOU BECOME A BUSINESS ANALYST

HOW YOUR CAREER BACKGROUND CAN HELP YOU BECOME A BUSINESS ANALYST By Laura Brandenburg Lesson Objective: After completing this lesson, you ll be able to identify strengths from your career background that will directly support your transition into business analysis.

More information

Getting Started. Chapter 1

Getting Started. Chapter 1 schneider01.fm Page 1 Friday, February 16, 2001 5:14 PM Chapter 1 Getting Started Use cases are used to describe the outwardly visible requirements of a system. They are used in the requirements analysis

More information

Business Plan for the Mobile Application Food Hero

Business Plan for the Mobile Application Food Hero Business Plan for the Mobile Application Food Hero Team SEA Skylar Gilfeather, Ella Williams, Annie Xu Dana Hall School Table of Content 1. Executive Summary..2 2. Company Description.......3 3. Product

More information

Shoptimus Prime Final Report. Michael Kipper & Bryce Leung University of Toronto ECE 1778

Shoptimus Prime Final Report. Michael Kipper & Bryce Leung University of Toronto ECE 1778 Shoptimus Prime Final Report Michael Kipper & Bryce Leung University of Toronto ECE 1778 Introduction The goal of this project, Shoptimus Prime, is to create a mobile grocery shopping application targeting

More information

Guest Name and Title: Carol Phillips, President Guest Company: Brand Amplitude

Guest Name and Title: Carol Phillips, President Guest Company: Brand Amplitude Guest Name and Title: Carol Phillips, President Guest Company: Brand Amplitude David: Hi, this is David Patrick. Welcome to The Brand Show. Today I ll be talking with Carol Phillips. She s the president

More information

The Value of Receipts: Printed and Digital

The Value of Receipts: Printed and Digital The Value of Receipts: Printed and Digital There s no getting away from it: Receipts hold great value and are an irrefutable part of everyday life. These small slips of paper clutter wallets, drawers,

More information

Table of Contents. Welcome to igo Figure...1 About this Guide...1 What does igo Figure do?...1 What is Expected of Me?...1

Table of Contents. Welcome to igo Figure...1 About this Guide...1 What does igo Figure do?...1 What is Expected of Me?...1 Table of Contents Overview Welcome to igo Figure...1 About this Guide...1 What does igo Figure do?...1 What is Expected of Me?...1 Chapter 1: The Basics Clocking In and Out...3 In Case of Problems...3

More information

TEXT SURVEY BEST PRACTICES

TEXT SURVEY BEST PRACTICES TEXT SURVEY BEST PRACTICES WHY TEXTING IS A GREAT CHANNEL FOR SURVEYS In today s world, being present on SMS isn t a luxury it s a necessity. Over 97% of U.S. smartphone owners use SMS, making it the most-used

More information

Kanban kick- start (v2)

Kanban kick- start (v2) Kanban kick- start (v2) By Tomas Björkholm at Crisp, October 2011 INTRODUCTION... 1 AN APPROACH TO GET STARTED WITH KANBAN... 2 STEP 1 GET TO KNOW YOUR SYSTEM... 2 STEP 2 IDENTIFY YOUR SOURCES AND PRIORITIZE...

More information

ONE BUSINESS - ONE APP RESTAURANT VERSION USER MANUAL

ONE BUSINESS - ONE APP RESTAURANT VERSION USER MANUAL ONE BUSINESS - ONE APP RESTAURANT VERSION USER MANUAL 1 TABLE OF CONTENTS GETTING STARTED WITH SHOPBOX CREATE A PROFILE 4 CREATE YOUR RESTAURANT 4 HOW TO CREATE, EDIT AND DELETE ROOMS AND TABLES 6 CREATE

More information

SELL YOUR HOME FASTER Stephy Lim

SELL YOUR HOME FASTER Stephy Lim 1 0 T I P S T O H E L P Y O U T O SELL YOUR HOME FASTER Stephy Lim If you ve ever been in a situation where you need to sell a house fast, you know how frustrating it can be. Everyday, you WHAT PROBLEM

More information

Complete Guide to Field Service

Complete Guide to Field Service Complete Guide to Field Service Salesforce, Winter 18 @salesforcedocs Last updated: November 9, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

PERCENTS - Teacher Notes Unit 6-7 th grade

PERCENTS - Teacher Notes Unit 6-7 th grade PERCENTS - Teacher Notes Unit 6-7 th grade Percents are special fractions whose denominators are. The number in front of the percent symbol (%) is the numerator. The denominator is not written, but understood

More information

CxC Studio 151 Inventory System

CxC Studio 151 Inventory System CxC Studio 151 Inventory System Team 2 Richard Clark, Lindsay Haley, Jordan James, & Benjamin McCoy Phases 1 & 2 ISDS 4125 October 6, 2014 Page 1 Table of Contents Executive Summary... 3 Requirements Analysis...

More information

Broccolini Construction

Broccolini Construction CASE STUDY Broccolini Construction Challenge Broccolini Construction was using Newforma to manage parts of their projects, but needed a way to simplify and standardize their processes. Solution Using Procore

More information

Facebook Friendly Marketing

Facebook Friendly Marketing WELCOME! Welcome to this step-by-step cheat sheet on how to start using paid marketing on Facebook to start getting leads for your business NOW! Following the steps covered in this PDF will get your business

More information

Innovative Marketing Ideas That Work

Innovative Marketing Ideas That Work INNOVATIVE MARKETING IDEAS THAT WORK Legal Disclaimer: While all attempts have been made to verify information provided in this publication, neither the Author nor the Publisher assumes any responsibility

More information

Mobile Inventory Management

Mobile Inventory Management Mobile Inventory Management 1 Table of Contents Mobile Inventory Management... 2 Overview... 3 Features... 4 Intuitive Design... 5 Functions... 6 Business Applications... 7 2 Mobile Inventory Management

More information

Start Making Money: Make Money Helping Local Businesses! Page 1

Start Making Money: Make Money Helping Local Businesses! Page 1 Start Making Money: Make Money Helping Local Businesses! Page 1 Table of Contents Local Marketing... 4 Finding Clients... 5 Walk In... 6 Cold Calling... 7 Brochures, Flyers, Letters... 7 Business Cards...

More information

Winzer Corporation 1 Revision: 4.0

Winzer Corporation 1 Revision: 4.0 Table of Content Section 1: Getting Started... 2 1.1 Overview... 2 Section 2: Installation Overview... 3 2.1 Install CD / Start.exe... 3 2.2 Welcome Screen... 4 2.3 Device Selection... 4 2.4 Auto or Industrial...

More information

1. Church Management Apps

1. Church Management Apps 1. Church Management Apps Guidance for Parishes There are a number of Church Management Systems available, and many churches are using them to help administrate day- to- day parish life. An app can help

More information

TRANSCRIPTION: Xerox Thought Leadership Podcast Series. Communication Engineering Interview with Paul Lundy Xerox Global Services

TRANSCRIPTION: Xerox Thought Leadership Podcast Series. Communication Engineering Interview with Paul Lundy Xerox Global Services TRANSCRIPTION: Xerox Thought Leadership Podcast Series Communication Engineering Interview with Paul Lundy Xerox Global Services GM: PL: Gabrielle Mclaughlin Paul Lundy GM: I am Gabriele McLaughlin from

More information

Greater London South Scout County registered charity no gls-scouts.org.uk glscountyscouts.org.uk

Greater London South Scout County registered charity no gls-scouts.org.uk glscountyscouts.org.uk For further information, advice and support contact: Matt Butterfield County Development Officer E: matt.butterfield@gls-scouts.org.uk T: 07766 540 057 Greater London South Scout County registered charity

More information

koss resource white paper Growing Your CRE Business In the Digital Paradigm Part 1 of 12 The Landscape Is Changing

koss resource white paper Growing Your CRE Business In the Digital Paradigm Part 1 of 12 The Landscape Is Changing 12410 Santa Monica Blvd Los Angeles, CA 90025 310.826.5663 - office 310.826.5677 - fax support@kossresource.com www.kossresource.com Growing Your CRE Business In the Digital Paradigm - 2015 Part 1 of 12

More information

SCOOTER S COFFEE MOBILE APP REFERENCE GUIDE

SCOOTER S COFFEE MOBILE APP REFERENCE GUIDE SCOOTER S COFFEE MOBILE APP REFERENCE GUIDE 1 TABLE OF CONTENTS 1. The Basics 2. Getting Started 3. Customers Enrolling in and Paying on the App 4. Loyalty Program and Rewards 5. Other Questions 6. Auto-Reload

More information

HARBORTOUCH INVENTORY USER GUIDE HT1729_ HARBORTOUCH INVENTORY USER GUIDE

HARBORTOUCH INVENTORY USER GUIDE HT1729_ HARBORTOUCH INVENTORY USER GUIDE HARBORTOUCH INVENTORY USER GUIDE HT1729_01152014 TABLE OF CONTENTS TOPIC 1. Getting Started 2. Store Setup 3. Entering Inventory 4. Supported Devices 5. How to Access the Harbortouch Inventory App PAGE

More information

user guide phone 2014 by Sysco. All rights reserved.

user guide phone 2014 by Sysco. All rights reserved. user guide phone 2014 by Sysco. All rights reserved. welcome to sysco counts Time is money in the foodservice business and every second counts literally! Sysco Counts simplifies taking inventory and ordering

More information

Connector Ability Preparation and Frequently Asked Questions

Connector Ability Preparation and Frequently Asked Questions P E O P L E I M P R O V E P E R F O R M A N C E Connector Ability Preparation and Frequently Asked Questions www.picompany.biz Contents Connector Ability... 3 Taking the test... 4 Frequently Asked Questions...

More information

Conducting Inventory. Full Inventory Reference Guide

Conducting Inventory. Full Inventory Reference Guide Conducting Inventory Full Inventory Reference Guide Due Date May 19, 2017 Conducting an Inventory Prepare Scanners Computer Collection Destiny Start inventory Scan collection Upload scans into Destiny

More information

Unit 6 Good Choice. What is the most important thing to consider when you buy a product? Rank them 1 4. (1 = most important) Answer the question.

Unit 6 Good Choice. What is the most important thing to consider when you buy a product? Rank them 1 4. (1 = most important) Answer the question. Unit 6 Good Choice In this unit, I will... talk about products and their characteristics. talk about preferences. report commands and questions. write a product review. Answer the question. What is the

More information

Employee Wellness Portals. The 4 Game Changers. Choosing the right Platform for your Wellness Program. An ebook presented by

Employee Wellness Portals. The 4 Game Changers. Choosing the right Platform for your Wellness Program. An ebook presented by Employee Wellness Portals The 4 Game Changers Choosing the right Platform for your Wellness Program An ebook presented by HIPAA LIFESTYLE DEVICES SYSTEMS POWER USERS ENERGY EMPLOYEE WELLNESS PORTALS CHOOSING

More information

Introduction AdWords Guide

Introduction AdWords Guide 2018 AdWords Guide Introduction In the perfect scenario, you would be able to advertise to potential customers at the exact moment they show purchase intent. That is exactly what Google AdWords does. AdWords

More information

Table Of Contents. My Account. Distribute. Redeem. Manage Your Campaign. Appendix A. 1. Credit Remaining. 2. Managing Your Cards

Table Of Contents. My Account. Distribute. Redeem. Manage Your Campaign. Appendix A. 1. Credit Remaining. 2. Managing Your Cards USER GUIDE Table Of Contents My Account 1. Credit Remaining 1.1 Total Card Balance 1.2 Automatic Issuance of New Card 2. Managing Your Cards 2.1 Top Up Card Quantity 2.2 Design A New Card Distribute 1.

More information

Payroll Integration User s Guide

Payroll Integration User s Guide Payroll Integration User s Guide This guide includes general instructions for the use of Employee Navigator s Payroll Integration product both for the client and for our partners. It is intended for use

More information

Note that anyone from the lab with access to Chematix can upload the barcodes for reconciliation.

Note that anyone from the lab with access to Chematix can upload the barcodes for reconciliation. Reconciling Chematix Inventory with Chemicals in the Lab --- One Storage Unit at a Time One way of making sure that the data stored in the chemical inventory system is up-to-date is to perform an inventory

More information

FAQ Frequently Asked Questions

FAQ Frequently Asked Questions FAQ Frequently Asked Questions Most frequently asked question: What is the time frame for a withdrawal? Minimum withdraw =.006 Time for withdrawal is 3 business days. Reason: Titan has to move funds from

More information

FUNDRAISING FLYER PROGRAM

FUNDRAISING FLYER PROGRAM FUNDRAISING FLYER PROGRAM A G U I D E F O R U N I T E D S C R I P S F U N D R A I S I N G F L Y E R P R O G R A M UnitedScrip, Inc. www.unitedscrip.com www.scripzone.com Phone 864.886.9701 Fax 864.886.9704

More information

The Art of Ignoring. Hi, I m Alwin Hoogerdijk and my presentation today is about the Art of Ignoring. But first let me introduce myself.

The Art of Ignoring. Hi, I m Alwin Hoogerdijk and my presentation today is about the Art of Ignoring. But first let me introduce myself. The Art of Ignoring Hi, I m Alwin Hoogerdijk and my presentation today is about the Art of Ignoring. But first let me introduce myself. I am the President and founder of Collectorz.com. We make collection

More information

Value Proposition Module Script Download

Value Proposition Module Script Download Value Proposition Module Script Download CHAPTER ONE: INTRODUCTION In this session we will present a model that will help you create an effective value proposition statement; effective being defined as

More information

The Market Economy. The Economy. Consumers, Producers, and the Market. Are You Motivated Yet? Name:

The Market Economy. The Economy. Consumers, Producers, and the Market. Are You Motivated Yet? Name: Name: The Economy You ve probably heard people say things like, The economy is down, or, Such-and-such would be good for the economy. Maybe you ve figured out that the economy has something to do with

More information

TEMPLE UNIVERSITY CEMS Chemical Environmental Management System

TEMPLE UNIVERSITY CEMS Chemical Environmental Management System TEMPLE UNIVERSITY CEMS Chemical Environmental Management System CEMS OVERVIEW What CEMS is: CEMS is the online chemical inventory system for Temple University and Temple University Health System. All chemical

More information

Communicate and Collaborate with Visual Studio Team System 2008

Communicate and Collaborate with Visual Studio Team System 2008 Communicate and Collaborate with Visual Studio Team System 2008 White Paper May 2008 For the latest information, please see www.microsoft.com/teamsystem This is a preliminary document and may be changed

More information

Software Solutions. control printing and copying improve user productivity heighten document security integrate and optimize your print room

Software Solutions. control printing and copying improve user productivity heighten document security integrate and optimize your print room Software Solutions control printing and copying improve user productivity heighten document security integrate and optimize your print room Advanced Software Solutions Keep your office and print room running

More information

Frequently Asked Questions Version Frequently Asked Questions

Frequently Asked Questions Version Frequently Asked Questions Frequently Asked Questions Live Webinars When are live webinars? I can no longer attend the live webinar I registered for. What do I do? I m confused about what time the webinar starts. Do they change

More information

What s New In Version 5.0

What s New In Version 5.0 What s New In Version 5.0 Copyright 2011 Manufacturing Information Systems, Inc. 4 Maxham Meadow Way P.O. Box 795 Woodstock, Vermont 05091 MISys and the MISys logo are registered trademarks of Manufacturing

More information

Index. Why do customers love brands? Hello! Why is trademark registration so important? Why do investors love brands? How to register your trademark?

Index. Why do customers love brands? Hello! Why is trademark registration so important? Why do investors love brands? How to register your trademark? Index Hello! A welcome note from Henric Dorfen Why is trademark registration so important? Because it is the basis for brand building. Why do customers love brands? Brands can create emotions. Why do investors

More information

A Kuno Creative ebook. CREATING CONTENT for MARKETING AUTOMATION

A Kuno Creative ebook. CREATING CONTENT for MARKETING AUTOMATION A Kuno Creative ebook CREATING CONTENT for MARKETING AUTOMATION Why Content Matters Content is an essential part of any online marketing strategy. Blogs, ebooks and video can be used for anything from

More information

Multiple and Single U/M. (copied from the QB2010 Premier User Guide in PDF)

Multiple and Single U/M. (copied from the QB2010 Premier User Guide in PDF) I decided to play around with Unit of Measure (U/M) and see if I could figure it out. There are a lot of questions on the forums about it. The first thing I ran up against is that as a user of the premier

More information

Personal Web Portfolios (resources for students 11/2017) Cynthia Todd

Personal Web Portfolios (resources for students 11/2017) Cynthia Todd Personal (resources for students 11/2017) Cynthia Todd Information Science What You Will Learn What is A Portfolio and Resources to Build an Effective One of of 2 What is a Personal Portfolio It is defined

More information

Putting non-service employees on the phones

Putting non-service employees on the phones Putting non-service employees on the phones For the article Vista Print puts its employees on the phones to Learn the Customer in the July issue of Customer Service Newsletter (CSN), editor Bill Keenan

More information

From Ripe to Ready: Lead Nurturing is the Silver Bullet in B2B Marketing

From Ripe to Ready: Lead Nurturing is the Silver Bullet in B2B Marketing From Ripe to Ready: Lead Nurturing is the Silver Bullet in B2B Marketing Presented by Tyler Garns Director of Marketing, Infusionsoft @tylergarns Typical Customer Lifecycle Generate Interest Sell, Sell,

More information

CROWD POWER: Online Marketplaces

CROWD POWER: Online Marketplaces CROWD POWER: Online Marketplaces POVs and Experience Prototypes Addison L. Joanne J. Katherine L. SunMi L. INITIAL POINT-OF-VIEW We met Lorena. We were amazed to realize that Facebook was her go-to website

More information

A SIX-STEP, NO-FLUFF GUIDE TO BOOSTING SALES

A SIX-STEP, NO-FLUFF GUIDE TO BOOSTING SALES A SIX-STEP, NO-FLUFF GUIDE TO BOOSTING SALES This white paper delves deeper into Speak2Leads core belief: that if you don t speak to a lead when it s sales-ready, you ll never get another chance. In other

More information

Welcome to our overview of the new grainger.com platform. By going through this course, you will have a foundational understanding of the

Welcome to our overview of the new grainger.com platform. By going through this course, you will have a foundational understanding of the Welcome to our overview of the new grainger.com platform. By going through this course, you will have a foundational understanding of the enhancements that have been put in place, as well as what is coming

More information

Mentoring. A Younger Chemists Guide to a Career Essential

Mentoring. A Younger Chemists Guide to a Career Essential Mentoring A Younger Chemists Guide to a Career Essential Program Overview I. What is a mentor? II. Do I need a mentor? III. How do I choose the right mentor for me? IV. Guidelines for a successful mentor/mentee

More information

Using Key Principles to Build Rapport

Using Key Principles to Build Rapport Using Key Principles to Build Rapport Were you ever interviewed by someone who had little regard for your feelings? What did this person say or do, and how did you feel? How open were you with this person,

More information

Quality Customer Solutions

Quality Customer Solutions Qx Quality Customer Solutions FOR THE HOME MEDICAL DEALER Module 2 The Customer Service Experience This Program is not intended to treat, diagnose or prescribe. The clinical protocols described in this

More information

5 TIPS. for Live Chat Supervisor and Admin Success. Best Practices for Supervisors and Admins

5 TIPS. for Live Chat Supervisor and Admin Success. Best Practices for Supervisors and Admins 5 TIPS for Live Chat Supervisor and Admin Success Best Practices for Supervisors and Admins INTRODUCTION For contact center agents, delivering an average customer experience can be a challenge, let alone

More information

Instruction Guide. Version 2.0 Last Updated: August Praesidium All rights reserved.

Instruction Guide. Version 2.0 Last Updated: August Praesidium All rights reserved. Instruction Guide Version 2.0 Last Updated: August 2016 Congratulations! Your organization has partnered with Praesidium, the national leader in abuse risk management, to provide abuse prevention tools

More information

Tradestone Software Direct Relationship Vendors Urban Outfitters, Inc.

Tradestone Software Direct Relationship Vendors Urban Outfitters, Inc. Tradestone Software Direct Relationship Vendors Urban Outfitters, Inc. Version Author/Changed By Date Published 1.0 Katie Hayden 5/11/2012 Changes Created from Domestic Vendors 2.0 file. *includes June

More information

Money management survey for adults with disabilities. Exploring options to enable greater self-determination

Money management survey for adults with disabilities. Exploring options to enable greater self-determination Money management survey for adults with disabilities Exploring options to enable greater self-determination 2015 Introduction True Link serves a broad range of individuals, families, and professionals,

More information

When we group these different methods into categories, outbound marketing proves to be the most effective for generating B2B leads

When we group these different methods into categories, outbound marketing proves to be the most effective for generating B2B leads % 2 B2B marketers spend a lot of time talking about inbound marketing, but that doesn t make outbound marketing irrelevant. In fact, outbound marketing is still the most effective way to generate B2B leads

More information

The Beginners Guide to Setting Up an Adwords Account

The Beginners Guide to Setting Up an Adwords Account The Beginners Guide to Setting Up an Adwords Account First of all - You can do this! Setting up an adwords account looks a bit daunting, but it only looks that way. Block out some time where you ll be

More information

Consignee Guide. Version 1.8

Consignee Guide. Version 1.8 Consignee Guide Version 1.8 TABLE OF CONTENTS 1 Welcome to FlashConsign.com...6 2 Your Consignee Account...7 2.1 Creating a Consignee Account...7 3 Creating a Consignment Sale...10 3.1.1 Consignment Sale

More information

VPM The fun -damentals 3/13/2011. Find someone wearing the same color as you. Introduce yourselves. Discover at least two things you have in common.

VPM The fun -damentals 3/13/2011. Find someone wearing the same color as you. Introduce yourselves. Discover at least two things you have in common. The FUN damentals! Or All About Volunteer Program Management! Ice Breaker Find someone wearing the same color as you. Introduce yourselves. Discover at least two things you have in common. Who Are We?

More information

Turning Clients Into Creative Team Partners. inmotionnow

Turning Clients Into Creative Team Partners. inmotionnow Turning Clients Into Creative Team Partners inmotionnow 888.462.8044 919.678.8118 sales@inmotionnow.com www.inmotionnow.com Turning Clients Into Creative Team Partners According to the 2014 Creative Industry

More information

IMI Apprenticeship Standards

IMI Apprenticeship Standards IMI Apprenticeship Standards Contents 1. All users Logging in and access codes... 2 2. All users Overview and structure... 5 3. Apprentices elogbook... 7 4. Mentors elogbook... 10 5. All users Soft skills

More information

topshelf2.0 QUICK REFERENCE DEVICE MANUAL

topshelf2.0 QUICK REFERENCE DEVICE MANUAL topshelf2.0 QUICK REFERENCE DEVICE MANUAL Scout topshelf2.0 Quick Reference Device Manual January 2007 2007 Scout Inc. Table of Contents 1) Introduction...6 System Requirements Initial Setup Common to

More information

It s 10pm Do You Know Where Your Institution's PII Is? Reducing Risk by Understanding the How, Where, and Why of your PII

It s 10pm Do You Know Where Your Institution's PII Is? Reducing Risk by Understanding the How, Where, and Why of your PII It s 10pm Do You Know Where Your Institution's PII Is? Reducing Risk by Understanding the How, Where, and Why of your PII Chris Oswald, Assistant Director, IT Audit Jerome Park, Director, IT Audit Princeton

More information

PURCHASE & SUPPLIER MANAGEMENT

PURCHASE & SUPPLIER MANAGEMENT MAGENTO 1 PURCHASE & SUPPLIER MANAGEMENT USER GUIDE Confidential Information Notice Copyright 2016 All Rights Reserved. Any unauthorized reproduction of this document is prohibited. This document and the

More information

Best Practices for Trust in the Wireless Emergency Alerts System, page 1

Best Practices for Trust in the Wireless Emergency Alerts System, page 1 Best Practices for Trust in the Wireless Emergency Alerts Service featuring Robert Ellison and Carol Woody interviewed by Suzanne Miller ---------------------------------------------------------------------------------------------Suzanne

More information

Daily Operations Guide

Daily Operations Guide Daily Operations Guide Detailed Overview of The Reports in The Envision Software I Day-to-Day Operations Guide Table of Contents Part I Welcome to Envision Cloud 1 Part II Daily Operations 2 1 Clocking

More information

PREVIEW. Complete Guide to Field Service. Salesforce, Winter

PREVIEW. Complete Guide to Field Service. Salesforce, Winter Complete Guide to Field Service Salesforce, Winter 18 PREVIEW Note: This release is in preview. Features described in this document don t become generally available until the latest general availability

More information

The Market Economy. The Economy. Consumers, Producers, and the Market. Are You Motivated Yet? Name:

The Market Economy. The Economy. Consumers, Producers, and the Market. Are You Motivated Yet? Name: The Economy You ve probably heard people say things like, The economy is down, or, Such-and-such would be good for the economy. Maybe you ve figured out that the economy has something to do with money.

More information

Brilliant ideas from Customer Thermometer s users across the world PRESENTED BY...

Brilliant ideas from Customer Thermometer s users across the world PRESENTED BY... THE CUSTOMER SATISFACTION SURVEY PLAYBOOK Brilliant ideas from Customer Thermometer s users across the world PRESENTED BY... Stop churn in its tracks How to never lose another customer The value of any

More information

Inspection Checklists

Inspection Checklists more info at: https://safetyculture.com/iauditor/create-onlineinspection-checklists Inspection Checklists Create digital forms with SafetyCulture iauditor - a free inspection checklist app. Manage your

More information

developer.* The Independent Magazine for Software Professionals Automating Software Development Processes by Tim Kitchens

developer.* The Independent Magazine for Software Professionals Automating Software Development Processes by Tim Kitchens developer.* The Independent Magazine for Software Professionals Automating Software Development Processes by Tim Kitchens Automating repetitive procedures can provide real value to software development

More information

Determining Your Performance Evaluation Mindset

Determining Your Performance Evaluation Mindset Determining Your Performance Evaluation Mindset You should respond to this quiz as you actually think. The result of this quiz does not need to be shared. Answer each question true (T) or false (F) 1.

More information

Tao of Shop Admin User Guide

Tao of Shop Admin User Guide Tao of Shop Admin User Guide Contents Engage... 2 1. Create new post... 2 2. Create new coupon... 6 3. Edit coupon... 9 4. Publishing a Private Post via Customer Import... 11 5. Adding Product Links within

More information

XpertHR Podcast. Original XpertHR podcast: 22 September 2017

XpertHR Podcast. Original XpertHR podcast: 22 September 2017 XpertHR Podcast Original XpertHR podcast: 22 September 2017 Hi and welcome to this week s XpertHR podcast with me, Ellie Gelder. Now TUPE, possibly not a term that inspires enthusiasm amongst a lot of

More information

Vacation Approval for SharePoint 2003 or SharePoint 2007 solution End User Guide

Vacation Approval for SharePoint 2003 or SharePoint 2007 solution End User Guide Vacation Approval for SharePoint 2003 or SharePoint 2007 solution End User Guide Solution Description For a department s employees to request vacation or other time off, with secure approval, tracking

More information

Directed Shipping. Sales.Scanco.com Portal Settings Main Applications Shipping icon Directed Shipping icon... 3

Directed Shipping. Sales.Scanco.com Portal Settings Main Applications Shipping icon Directed Shipping icon... 3 Contents Directed Shipping Sales.Scanco.com Portal Settings... 2 Main Applications Shipping icon... 3 Directed Shipping icon... 3 Batch number prompt - Optional... 4 Shipper ID... 5 Directed Sales Order

More information

Purchase Orders: Creating

Purchase Orders: Creating Purchase Orders Purchase Orders: Creating Purpose Automatically create purchase orders of all items needed from an individual supplier based on the quantities you set up for the products. Purchase Orders

More information

Design Like a Pro. Boost Your Skills in HMI / SCADA Project Development. Part 3: Designing HMI / SCADA Projects That Deliver Results

Design Like a Pro. Boost Your Skills in HMI / SCADA Project Development. Part 3: Designing HMI / SCADA Projects That Deliver Results INDUCTIVE AUTOMATION DESIGN SERIES Design Like a Pro Boost Your Skills in HMI / SCADA Project Development Part 3: Designing HMI / SCADA Projects That Deliver Results The end of a project can be the most

More information

RFID Refrigerator Project Proposal

RFID Refrigerator Project Proposal RFID Refrigerator Project Proposal Jeffrey Lee - jilee9 Yuanhao Wang - ywang272 William Mercado - wmercad2 TA: Yuchen He 2/8/2017 1 Contents 1 Introduction 3 1.1 Objective.....................................

More information

Marginal Costing Q.8

Marginal Costing Q.8 Marginal Costing. 2008 Q.8 Break-Even Point. Before tackling a marginal costing question, it s first of all crucial that you understand what is meant by break-even point. What this means is that a firm

More information

Introduction to GS1 Barcodes. Performance, Packaged

Introduction to GS1 Barcodes. Performance, Packaged Introduction to GS1 Barcodes Performance, Packaged Contents GS1 - The Basics 2 Starting Point - GTIN 3 GTIN Labels for Cases - ITF-14 5 Adding More Data - GS1 128 6 GS1 Application Identifiers 7 Logistics

More information

NONPROFIT SCRIP FUNDRAISING STARTER KIT. The Complete Guide to Raising Money for Your Nonprofit Organization

NONPROFIT SCRIP FUNDRAISING STARTER KIT. The Complete Guide to Raising Money for Your Nonprofit Organization NONPROFIT SCRIP FUNDRAISING STARTER KIT The Complete Guide to Raising Money for Your Nonprofit Organization Contents What is Scrip? How Scrip Works Our Products Potential Earnings Benefits of Scrip Fundraising

More information

Why and How Should the Government Subsidize Education? February 13, 2008

Why and How Should the Government Subsidize Education? February 13, 2008 Why and How Should the Government Subsidize Education? February 13, 2008 Human Capital Model To keep things simple and flexible, lets use the following version of the human capital model 2 periods everyone

More information

CS/IT Secure Software Construction

CS/IT Secure Software Construction CS/IT 328 - Secure Software Construction Chapter 4 UML the Unified Modeling Language Book: Fowler, UML Distilled, chap. 1.. 4 Notation: Notations and Meta-Models a graphical representation of a model,

More information

INTERACTIVE TABLE OF CONTENTS

INTERACTIVE TABLE OF CONTENTS INTERACTIVE TABLE OF CONTENTS Standout Subject Lines Get Open, Get Read, Get Results... 3 Grow Your Business with Email & Social Media Simple marketing strategy for small business & nonprofits... 3 Find

More information

Mini Scanner New Purchase Order... 3

Mini Scanner New Purchase Order... 3 Mini Scanner New Purchase Order Mini Scanner New Purchase Order... 3 Mini Scanner Dialog Box... 4 Create Purchase Order... 5 Acknowledgement... 6 Acknowledging a Purchase Order... 6 Creating a Service

More information

7 MISTAKES MOST LOCAL BUSINESSES ARE MAKING WITH THEIR ADVERTISING

7 MISTAKES MOST LOCAL BUSINESSES ARE MAKING WITH THEIR ADVERTISING 7 MISTAKES MOST LOCAL BUSINESSES ARE MAKING WITH THEIR ADVERTISING A Look at the Most Common Mistakes Made by Most Local Businesses and How to Stop Making them Legal Notice: This ebook is copyright protected.

More information

Introduction to E-Business I (E-Bay)

Introduction to E-Business I (E-Bay) Introduction to E-Business I (E-Bay) e-bay is The worlds online market place it is an inexpensive and excellent site that allows almost anyone to begin a small online e-business. Whether you are Buying

More information