Hua University, Taiwan

Size: px
Start display at page:

Download "Hua University, Taiwan"

Transcription

1 字數 :2608 word The Innovation of Healthy Food Ordering System Jacky S.T. Chen a.1, Amy J.C. Trappey a a Department of Industrial Engineering and Engineering Management, National Tsing Hua University, Taiwan Abstract. There are nearly two billions adults who are overweighed in the world in 2014, and even there are exactly 6 hundred millions adults who are obesity in The main reason is attributed to unhealthy food and less exercise. Actually, most of people are hustle and bustle in their work or study, so they don t have much time cook themselves, even look for a healthy food store. As a result, customers have no idea which kinds of food benefit to eat and what to eat. Therefore, this paper aims to design a web for customers in order to take charge of their body control and enhance diet care thought the healthy meals. This research apply ASP.NET and connect with MS SQL to construct an online ordering platform in order to enhance the diet care and body control for customer through choosing a health meal order from the several of stores when having a meal. This project even focus on wearable devices into website to make customization setting and data collection. This web increases the efficiency finding food and customer satisfaction for those who are desired to find healthy food. The company could increase meals revenue and decrease renting cost. Furthermore, the planform can extend to connecting wearable devices to make more individual setting in the future. Keywords. Healthy food, body control, business method, e-enterprise integration 1. Introduction In 2014, there are nearly two billions adults who are overweighed in the world in 2014, and even there are exactly 6 hundred millions adults who are obesity in 2014 [1]. World Health Organization (WHO) said obesity is preventable. Unfortunate, this problem hasn t been solved it, but became more serious. Nowadays, the ignorance of having healthy diet was gradually increased due to several of reasons. For instance, the absorption of the food was often unbalanced due to food safety issue which was on the table repetitively. Meanwhile, the bustling life deprive vacant time for people to keep eyes on what they eat. Also, an increased intake of energy-dense foods that are high in fat is an important reason. Based on these problem, this paper aims to design a web for customers in order to take charge of their body control and enhance diet care thought the healthy meals. The website platform can offer people to have a personal recommendation on their diet by the data of people s body, balance their nutrition absorption and increase their health. By the website platform, as shown in Figure 1, the research could give the benefit for customers and manufacturers. For customers, the website could offer Suitable diet suggestion that will be provided by personal condition. Second, because of integration among stores, various products and stores allow customers to choose what they want and feet their self. Final, when the order is finished, the platform Record your daily life to suggest your diet. For manufacturers, the website provide a pathway to expose and sale its product by register online.

2 Figure 1. Benefits both the customers and the manufacturers when using Website planform. We first focus on how to use different model to analyze the process when customers choose health food. Second, this research apply ASP.NET and connect with MS SQL to construct an online ordering platform in order to enhance the diet care and body control for customer through choosing a health meal order from the several of stores when having a meal. Finally, we will try to set personal situation by integrating wearable device and website planform. 2. Model display and analysis This section informs about the display of the AS-IS Behavior Process, TO-BE Behavior Process, SQL object model. Each model would be illustrated individual and displayed via VISIO and software itself. 2.1 AS-IS Behavior Process The AS-IS behavior process is shown in Figure 2. In the AS-IS behavior process, customer will need to seek the healthy meals by surf on internet or go to restaurant. It takes a lot of time to find suitable stores and food, and customers will no idea what kinds of food they need. Therefore, it will be more efficiency to find a nutritious meal in a platform gathering company which provide health food. We conclude the AS-IS model in 3 steps below: Step1. The customers go outside or surf on search engine. Step2. The customers find some direct stores which provide health food. Step3. The customers purchase health meals and take the meals. Enter Internet Search Engine Find a direct Store Purchase meals Payment and take the meals Go outside Go to restaurant Figure 2. AS-IS behavior process

3 2.1 TO-BE Behavior Process According to the previous AS-IS model process, we found that two things could be noticed: 1. Looking for food will spend most of the time during the meal time. 2. The search engine process is not an unnecessary action. In order to fix the problem that takes too much time find stores and meals, we build the TO-BE model process. The TO-BE model process is shown in Figure 3. In To-be model, the website build the platform which can set a standard process rapidly finding multiple stores, meals at the same time by entering the web. Customers also find the ordering history and body situation before to make efficiency decision about choosing. The standard process for customer will be started from enter platform, and customer should create account to become member. When members log in the website, they will see multiple product and store in menu page, and choose the food they like, payments, and take the meals immediately. We conclude the TO-BE behavior process in 4 steps below: Step1. The customers register an account and log in the online ordering system. Step2. The customers receive the recommendation food and choose the meals they want and purchase the meals. Step3. The customers confirm order and make the payment. Step4. The customers take the meals and record data. Deposit Planform gives users suitable food Add to cart Fill in order information Confirm order Select food Enter Platform Create Account Purchase Meals Take the meals Ends Input data Modify data Sign in Record Order Record Body situatioin Figure 3. TO-BE model process Notice your exercise The drill down of create account The drill down of create account in the TO-BE behavior process can be shown in Figure 3-1. When customers enter the platform, they need to create accounts to operate some function in website. As a result, customers should fill in some basic information to get members, and if members have some changes in their data, they can modify it.

4 Figure 3-1. The drill down of process create account The drill down of purchase meals The drill down of purchase meals in the TO-BE behavior process can be shown in Figure 3-2. Not only customer choose food, but the system will recommend your suitable food based on your body. It s more efficiency and fast to indicate what you should eat. While users just fill in order, save in his online account and conform order information, he almost finish the meal by only a click. Figure 3-2. The drill down of process Purchase meals 2. 2 TO-BE SQL model The TO-BE SQL model is shown in Figure 4. By SQL model. In this information system, we combine 8 main information in the website, including member, store, product, exercise detail, order list, order detail and category. Each main information has many corresponding attributes. For example, the attributes of order list table contains order ID, product ID, product name, product quantity, total price and total calorie. It link to attribute of product by product ID and attribute of Order Detail by order ID.

5 Figure4. The TO-BE SQL model 3. Online Ordering System Implementation and Demonstration According to the TO-BE behavior process and SQL model, the research aims to constructing an online ordering platform in order to enhance the diet care and body control for customer through choosing a health meal order from the several of stores when having a meal. In this section, we will demonstrates the system and introduce the functions in the website. This research uses ASP.NET development platform, C# programming language, and Microsoft SQL Server to record data from the customer online ordering website. This system platform allows companies and customers to use, so the system provides two views, which are customer view, and company / manufacturer view. The interface of homepage is shown in Figure4. Figure4. The interface of homepage

6 3.1 Customer View For the customers, they could overview the whole menu without being members. If the customers have interested in purchasing meals in the planform, they need to log in and then select the specific product. If the customer is a full member, he can log in directly; otherwise, he needs to click the registration button to enter the registration interface and register first. As shown in Figure5. New customer could register an account by keying in the basic member data to become a member of the planform. In addition, through the basic body data, for example, height, weight and birthday and so on, the website could calculate some performance index like Body Mass Index (BMI) and Basal Metabolic Rate (BMR) to provide information about your body condition. Figure 5. Log in and registration interface. The Recommended shopping page in customer view is shown in Figure 5. In this shopping page, the customer can see his current deposit and his body kinds he belongs to assorted by BMI range. The planform will classify different body shape according to the customer s BMI index and give recommended category for each user. For example, if your body is belonged to 肥胖型, the web will give 低 GI 值主食,which is for someone overweighed. The summary of the Recommend Category corresponding different body shape as shown in Table1. User can also know some food information about price, calorie, category and product name etc. If the customer like any meal, he can add to shopping cart. Furthermore, customers can select the adding money button to redirect to the deposit system page.

7 Figure 6. Recommended shopping page in customer view Body Shape 肥胖型 (Overweight) 適中型 (moderate) Recommend Category 低 GI 值主食 低 GI 值副食 蔬菜蛋白質 ALL Category 過瘦型 (Skinny) 高 GI 值主食 高 GI 值副食 蔬菜蛋白質 Table1. Overall Recommend Category corresponding different body shape The food-querying and shopping cart page is shown in Figure 7. If Customer wants to choose other category or some store he like, customer could use dropdown list to make some diet querying by store ID and Category. Customer add or delete meals as he want like the above page and check in shopping cart, but he only can select a specific meal once. The shopping cart will show at the bottom of the page. The page ends up when customer send out the order. The shopping cart and checkout page is shown in Figure8. After click payment button to enter the shopping cart and checkout page, the customer fills in some order information such as the desired quantity of meals, phone number, address where to deliver and check the import profile options to import member data. The website will calculate total price and total calorie reminding customer how many calories he observe

8 in each order. If customer find out he has a wrong order, he can remove the order, or if he forgets to order something, they can click the return and shop bottom and back to shopping page. Figure 7. The food-querying and shopping cart page Figure 8. Shopping cart and checkout page The confirmed order information page is shown in Figure 9. In this page, the website shows the finish message of the order and his information about your delivery data, and we can check the order information when we click the my order bottom, it will show all the purchase details in this order. Then customer can leave the system or he can return to shopping page if he wanted to keep going shopping.

9 Figure9. The confirmed order information page. The adding money page is shown in Figure 10. In this page, customer can save his money in online account, and he can use money to pay a meal online if he have enough money. In addition, each customer have several methods to pay such as small payments, credit card and debit card and so on. Customer can choose various payments to feed habit he preferred. Figure10. The Adding Money page. 3.2 Company / Manufacturers view The company or manufacturers which desire to join the platform system could be a member in website by registering an account. The member can do product management, add meals and meals management. The company log in and management page is shown in Figure11. The log-in and register page for company is shown in Figure 12. Any company could attend the website by creating an account. The manager input basic data into database and become a member that could sell their product, promote their company and enhance reputation.

10 Figure 11. Company log in and management page Figure 12. The login and register page for company The meals management page is shown in Figure 13. The company can manage its own products. Like the right picture of Figure 13. The company can add new meals to

11 the platform. Furthermore, in the left picture of Figure13. Manager in company also can edit, delete and update the information about the meals. Figure 13. The meals management page 3.3 Individual setting and data collection from wearable devices The personal individual setting page is shown in Figure 14. From this page, on the top the user will see the BMR amount in there. The platform trying to record your body data from users wearable devices such as cell phone, smart watch, bracelet and even glass. The website could calculate the BMR the customer need today with your exercise habit, and record ordering history to let the customer knows what you ordered before and your calorie observe. User could open the detail information to check what he move today. User could also make visualization in this page. The visualized chart also can change x-axis or y-axis to another factor, not just plotting by time. For example, not only the customer will know how your exercise situation and heartbeat trend by time, but he can realize the relationship between calorie consuming and footstep in his body. Figure 14. The personal individual setting page 4 Conclusions and future work This research uses ASP.NET and connects with SQL Server to create healthy food ordering system and website planform for customers who are willing to choosing health

12 food. There are many benefits for both customers and stores which are involved in the planform. For the customers, the customers not only control their bodies but also obtain diet care with the nutritional meals provided from this planform. Besides, the customers don t need to spend a lot of time thinking about which stores or websites could eat in brief break time. In the term of stores, the public planform could attract more people who invite the website by advertising. Also, the company could increase meals revenue and decrease renting cost while using the platform. For the future application, the planform can extend to connecting wearable devices to make more individual setting in the future. For instance, perhaps the system know the users blood pressure and sugar pressure to give some advice on what food can make both pressure more stable. Also, we could enhance some useful web application, like giving advice for meals, show Google Map to let you know how long the takeaway will arrives and so on. 5 References [1] Obesity and overweight: updated January 2015 [Online]. Available:

Using Mobile-Push Technology in Public Transit

Using Mobile-Push Technology in Public Transit Using Mobile-Push Technology in Public Transit Vivian Y.H. Kuo a, Amy J.C. Trappey a a Department of Industrial Engineering and Engineering Management, National Tsing Hua University, Taiwan Abstract. Most

More information

Step-by-step starter guide to starting your Ad campaign Note: You need to have valid address and credit card to be able to use Google Adwords.

Step-by-step starter guide to starting your Ad campaign Note: You need to have valid  address and credit card to be able to use Google Adwords. Beginner s guide to Google AdWords for the OA fellowship Here is a short beginner s guide to Google AdWords for the OA service bodies, large and small. At first, this process can seem a bit complicated

More information

Log In. Disclaimer. Home Page

Log In. Disclaimer. Home Page User Manual Welcome to the KePRO Wellness online lifestyle management program. This guide will help you access the site and its tools, classes, and menus designed to improve your overall health and well

More information

Table of Contents. Welcome to igo Figure...1 About this Guide...1 A Few Important Things to Know...1

Table of Contents. Welcome to igo Figure...1 About this Guide...1 A Few Important Things to Know...1 2 Manager Table of Contents Overview Welcome to igo Figure...1 About this Guide...1 A Few Important Things to Know...1 Chapter 1: Handling Members and Customers Customer Account...3 Collections Status...3

More information

LYFE MARKETING:MEET THE PUBLISHER

LYFE MARKETING:MEET THE PUBLISHER The Best Social Media Platforms for Social Media Marketing in 2018 LYFE MARKETING:MEET THE PUBLISHER LYFE Marketing is a digital marketing agency. We help small businesses develop and implement digital

More information

Commuter Benefits Overview. Why Commuter Benefits? How Does the Program Work? Let s get started! Registration is Simple

Commuter Benefits Overview. Why Commuter Benefits? How Does the Program Work? Let s get started! Registration is Simple Commuter Benefits Overview Commuting to work each day can be expensive. The commuter benefit program offered by your employer will help you save money on your commuting costs along with the convenience

More information

BARC 2.0 PRDv1. Team Yao and Friends : Problem:

BARC 2.0 PRDv1. Team Yao and Friends : Problem: BARC 2.0 PRDv1 Team Yao and Friends : Yuan Yao (Lead) Chandler Forrest (Scribe) Jake Bliss Vamsi Kalidindi Alex Ngo yuanyao00@ucsb.edu chandlerforrest@ucsb.edu zakarybliss@ucsb.edu vkalidindi@ucsb.edu

More information

ecommerce System Key Features

ecommerce System Key Features ecommerce System Key Features Ref Feature Comments a. User Interface a01 a02 Simple and very powerful ecommerce front-end which is using up-to-date IT industry standards. Responsive Web Design: Mobile

More information

Chapter 0 - Index. USER MANUAL v2.1 DSBS BUSINESS MANAGEMENT SYSTEM. Presented by Deepsky Technology

Chapter 0 - Index. USER MANUAL v2.1 DSBS BUSINESS MANAGEMENT SYSTEM. Presented by Deepsky Technology Chapter 0 - Index USER MANUAL v2.1 DSBS BUSINESS MANAGEMENT SYSTEM Presented by Deepsky Technology Introduce Deepsky Sdn Bhd is a multimedia company, which specializes in developing and marketing software

More information

Browse to and login A First Time visitor must follow the Register your card link to create a User Name and Password.

Browse to   and login A First Time visitor must follow the Register your card link to create a User Name and Password. Browse to www.fanofannas.com and login A First Time visitor must follow the Register your card link to create a User Name and Password. Page 1 of 11 New visitors register their card and then can begin

More information

Getting Started Quicken 2010 for Windows

Getting Started Quicken 2010 for Windows Getting Started Quicken 2010 for Windows Thank you for choosing Quicken 2010. This guide will get you up and running by stepping you through the key tasks you need to get started managing your finances

More information

Integration of Online Room Reservation

Integration of Online Room Reservation Integration of Online Room Reservation Eugene Liu, Elvis Chang, Unit Chang Department of Industrial Engineering and Engineering Management National TsingHua University Hsinchu (300), Taiwan Abstract Significant

More information

Reward Points. Multi-Lingual Configuration. Language Translation. webkul.com /blog/magento2-reward-points/

Reward Points. Multi-Lingual Configuration. Language Translation. webkul.com /blog/magento2-reward-points/ Reward Points webkul.com /blog/magento2-reward-points/ 7/17/2017 Magento 2 Reward Points module allows the admin to reward their customers with points. The admin can allocate reward points to the customers

More information

Getting started. Ongoing Warehouse AB Phone +46(0) Web Head Office: Övre Buråsliden 20, SE Göteborg

Getting started. Ongoing Warehouse AB Phone +46(0) Web   Head Office: Övre Buråsliden 20, SE Göteborg Getting started This is a step-by-step manual to get started with Ongoing Warehouse. It describes the basics of the system and will guide you through a number of tasks in purpose to get you familiar with

More information

CardNav SM by CO-OP Frequently Asked Questions

CardNav SM by CO-OP Frequently Asked Questions CardNav SM by CO-OP Frequently Asked Questions What is CardNav SM by CO-OP? CardNav technology enables superior control, security, and financial visibility via your mobile phone. It lets you manage your

More information

BillQuick MYOB Integration

BillQuick MYOB Integration Time Billing and Business Management Software Built With Your Industry Knowledge BillQuickMYOB Integration Integration Guide BQE Software, Inc. 2601 Airport Drive Suite 380 Torrance CA 90505 Support: (310)

More information

User Guide for Merchants

User Guide for Merchants User Guide for Merchants 2017 Copyright Smart Engine 1 Contents Step 1 Download Smart Ads... 5 Step 2 Register with merchant credentials... 6 Step 3 Edit settings... 7 Your credentials... 7 Settings for

More information

Dr.Trust SMART RECHARGE. Body Composition Analyzer

Dr.Trust SMART RECHARGE. Body Composition Analyzer Dr.Trust SMART RECHARGE Body Composition Analyzer Contents Introduction -----------------------------------------------------------------------4 Chapter 1 Registration and Login --------------------------------------------5

More information

Advertising on Bing... 3 Section 1 Bing Ads Basics... 4 Bing versus AdWords... 4 PPC Advertising... 5 Sign Up for Bing... 5 Section 2 Bing Ads

Advertising on Bing... 3 Section 1 Bing Ads Basics... 4 Bing versus AdWords... 4 PPC Advertising... 5 Sign Up for Bing... 5 Section 2 Bing Ads Advertising on Bing... 3 Section 1 Bing Ads Basics... 4 Bing versus AdWords... 4 PPC Advertising... 5 Sign Up for Bing... 5 Section 2 Bing Ads Campaigns... 6 Create Your Campaign... 6 Writing Ad Copy...

More information

General manual All User

General manual All User General manual All User On THAITRADE.COM and SOOK 1 Content 1. Preface... 2 2. Getting started on Thaitrade.com and SOOK... 2.1 How to contact Thaitrade Center.... 5 2.2 How to register as a buyer....

More information

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

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

More information

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

POSS: A Web-Based Photo Online Service System for Thailand

POSS: A Web-Based Photo Online Service System for Thailand POSS: A Web-Based Photo Online Service System for Thailand Chakkrit Snae and Michael Brueckner Department of Computer Science and Information Technology Faculty of Science Naresuan University Phitsanulok

More information

1 01. Customer Acquisition vs. Customer retention: the big challenge The role of Retention Marketing in e-commerce

1 01. Customer Acquisition vs. Customer retention: the big challenge The role of Retention Marketing in e-commerce 1 01. Customer Acquisition vs. Customer retention: the big challenge 3 02. The role of Retention Marketing in e-commerce 6 03. Refine Customer Experience and drive customer retention with these 7 tips

More information

GETTING TRAFFIC WITH FACEBOOK ADS

GETTING TRAFFIC WITH FACEBOOK ADS GETTING TRAFFIC WITH FACEBOOK ADS Facebook advertising is an excellent platform to use to increase traffic to your website. In order to be successful with your advertising campaigns it's important to do

More information

Using the Sherwin-Williams Automotive Finishes Marketing Creator

Using the Sherwin-Williams Automotive Finishes Marketing Creator Marketing Creator Using the Sherwin-Williams Automotive Finishes Marketing Creator Navigate to the the Marketing Creator Page You will now be at the Marketing Creator Home Page. Top Navigation Tabs Left

More information

BillQuick MYOB Integration

BillQuick MYOB Integration Time Billing and Business Management Software Built With Your Industry Knowledge BillQuickMYOB Integration Integration Guide BQE Software, Inc. 2601 Airport Drive Suite 380 Torrance CA 90505 Support: (310)

More information

How to drive customer retention in e-commerce. 7 tips to transform your online business and thrive

How to drive customer retention in e-commerce. 7 tips to transform your online business and thrive How to drive customer retention in e-commerce 7 tips to transform your online business and thrive Table of Contents 1 01. Customer Acquisition vs. Customer retention: the big challenge 3 02. The role of

More information

Welcome to XpressBillPay.com. Instructions for first time users

Welcome to XpressBillPay.com. Instructions for first time users Welcome to XpressBillPay.com Instructions for first time users You probably arrived here via a link from a company website. Perhaps you are here because you received a mailer with your bill informing you

More information

1/20/2017 THE IMPORTANCE OF KNOWING WHAT YOU HAVE QUESTIONS? HOUSEKEEPING TURN CELL PHONES OFF NO VIDEO OR AUDIO TAPING YOU ARE A BUSINESS OWNER!

1/20/2017 THE IMPORTANCE OF KNOWING WHAT YOU HAVE QUESTIONS? HOUSEKEEPING TURN CELL PHONES OFF NO VIDEO OR AUDIO TAPING YOU ARE A BUSINESS OWNER! TM HOUSEKEEPING TURN CELL PHONES OFF QUESTIONS? NO VIDEO OR AUDIO TAPING o Please write them down o Hold them till we finish a section o If terminology is being used that you don t understand, raise your

More information

12/20/2016 THE IMPORTANCE OF KNOWING WHAT YOU HAVE QUESTIONS? HOUSEKEEPING TURN CELL PHONES OFF NO VIDEO OR AUDIO TAPING YOU ARE A BUSINESS OWNER!

12/20/2016 THE IMPORTANCE OF KNOWING WHAT YOU HAVE QUESTIONS? HOUSEKEEPING TURN CELL PHONES OFF NO VIDEO OR AUDIO TAPING YOU ARE A BUSINESS OWNER! TM HOUSEKEEPING TURN CELL PHONES OFF QUESTIONS? NO VIDEO OR AUDIO TAPING o Please write them down o Hold them till we finish a section o If terminology is being used that you don t understand, raise your

More information

Making PayPal work for you. Welcome Kit

Making PayPal work for you. Welcome Kit Making PayPal work for you Welcome Kit How to get the most out of your PayPal account Table of Contents How PayPal Works Paying with PayPal At the speed of want Pay anyone, anywhere Accepting Payments

More information

Before you can download your transactions with Quicken you will need internet access, your customer ID and password. *

Before you can download your transactions with Quicken you will need internet access, your customer ID and password. * GETTING STARTED WITH QUICKEN with Online Bill Pay 2011, 2010 and 2009 for Windows Refer to this guide for instructions on how to use Quicken s online account services to save time and automatically keep

More information

PO Boxes Online Key Navigation Steps

PO Boxes Online Key Navigation Steps Welcome to PO Boxes Online! This is not a step-by-step guide, but a key steps document to keep you on track as you navigate through the application https://www.usps.com/manage/po-boxes.htm. Landing Page

More information

An Efficient Online Shopping System

An Efficient Online Shopping System An Efficient Online Shopping System Chi-hang Yeung 1, Chi-shing Yip 2, Kit-yan Lai 3, Ning-kei Yip 4 and Man-ching Yuen 5 1 The Hong Kong Institute of Vocational Education (Kwai Chung), Email: 050550926@student.vtc.edu.hk

More information

Time and Leave Reporting User Guide for Full Time Employees. July, P age

Time and Leave Reporting User Guide for Full Time Employees. July, P age Time and Leave Reporting User Guide for Full Time Employees July, 2009 1 P age Table of Contents Introduction... 3 Login and Home Page... 3 Create, Edit and Submit Work Hours... 4 To Enter Work Hours...

More information

Time and Leave Reporting User Guide for Full Time Employees. July, P age

Time and Leave Reporting User Guide for Full Time Employees. July, P age Time and Leave Reporting User Guide for Full Time Employees July, 2009 1 P age Table of Contents Introduction... 3 Login and Home Page... 3 Create, Edit and Submit Work Hours... 4 To Enter Work Hours...

More information

Local Adwords Academy Class Notes - Lesson #9

Local Adwords Academy Class Notes - Lesson #9 Local Adwords Academy Class Notes - Lesson #9 YouTube Ads This lesson is about YouTube Ads. This is something that you can apply for many years to come. In previous lessons we have covered - Search Ads

More information

My Commuter Check Employee Quick Guide

My Commuter Check Employee Quick Guide My Commuter Check Employee Quick Guide Commuter Benefits Overview Commuting to work each day can be expensive. The commuter benefit program offered by your employer will help you save money on your commuting

More information

ENTERPRISE LIVE USER GUIDE

ENTERPRISE LIVE USER GUIDE MULTI - SITE W ALK - IN SPA HAIR BARBER CLINIC ENTERPRISE LIVE USER GUIDE HOME & MOBILE BEAUTY CONTENTS BASICS... STARTING ENTERPRISE LIVE... NAVIGATING ENTERPRISE LIVE... 2 ACCESS... 3 USING THE ACCESS

More information

The Entrepreneurs Guide to Info Product Marketing

The Entrepreneurs Guide to Info Product Marketing The Entrepreneurs Guide to Info Product Marketing BITESIZE BUSINESS SCHOOL Introduction You ve come up with a great idea. Now you re ready to share it with the world. But how exactly is that done? If you

More information

Processing Launch Party and Cooking Party Orders

Processing Launch Party and Cooking Party Orders Processing Launch Party and Cooking Party Orders Note: The process of entering a Cooking Party order is identical for Launch Party orders. Browser Options Our system works best on the following browsers,

More information

Develop marketing strategies to guide marketing tactics

Develop marketing strategies to guide marketing tactics Develop marketing strategies to guide marketing tactics A combination of the four elements of marketing product, price, place, promotion Price Place Product Promotion Product: the goods, services, or ideas

More information

Square Reader Overview

Square Reader Overview Square Reader Overview 1. All T-shirt/Water bottle sales must be processed through the Square App. This includes Credit & Debit Cards, Cash, and Checks. 2. For cities that have sales tax on clothes, the

More information

Gartner Events On Demand Quick Guide

Gartner Events On Demand Quick Guide Gartner Events On Demand Quick Guide 1. Log in to Events On Demand Do you have a gartner.com username and password? This is all you need to access Events On Demand. Don t remember your gartner.com username

More information

HOW INTEGRATION WORKS...

HOW INTEGRATION WORKS... Contents INTRODUCTION... 1 How to Use This Guide... 1 Software Editions Supported... 2 HOW INTEGRATION WORKS... 3 INTEGRATION RULES... 4 SYNC SETTINGS... 7 General Settings... 7 Send Settings... 8 Get

More information

Introducing Carhire Manager Web

Introducing Carhire Manager Web P.O. Box 58434, CY 3734 Limassol, Cyprus Tel.: + 357 25763765, Fax: + 357 25763702 Email: info@datalogicco.com, Web: http://www.datalogicco.com Introducing Carhire Manager Web Datalogic Consultants Ltd

More information

BillQuick Peachtree Integration

BillQuick Peachtree Integration Time Billing and Business Management Software Built With Your Industry Knowledge BillQuickPeachtree Integration Integration Guide BQE Software, Inc. 2601 Airport Drive Suite 380 Torrance CA 90505 Support:

More information

Frequently Asked Questions (FAQs):

Frequently Asked Questions (FAQs): Frequently Asked Questions (FAQs): Product Features: Q1. What is SBI Buddy Merchant App? SBI Buddy Merchant App is State Bank of India s Mobile Wallet for Merchants and Sub-Merchants to accept/collect

More information

Index. Copyright (c) Toogas,lda 2

Index. Copyright (c) Toogas,lda 2 Index 1. Introducing Points Catalog & Rewards...3 2. Points Catalog & Rewards Installation...5 3. Points Catalog & Rewards How to Use...6 3.1 How to Earn Points... 6 3.2 How to Spend Points...8 3.3 Managing

More information

Online Payment User Guide (For Students)

Online Payment User Guide (For Students) Online Payment User Guide (For Students) Vidya ERP 1 Table of Contents HOW TO MAKE AN ONLINE PAYMENT IN ERP ( STEP 1 6)... 3 a. Remitting Full due... 6 b. Remitting a particular invoice (for eg. Bus Coupon)...

More information

FAQs. What types of volunteering can I do? Volunteering has many options for you to participate:

FAQs. What types of volunteering can I do? Volunteering has many options for you to participate: FAQs What is Community 365? It s Lend Lease s global volunteering program to enable all employees to participate in a diverse range of volunteering opportunities 365 days of the year. Who manages the Community

More information

USER MANUAL. U.S. Network Wholesale Marketplace

USER MANUAL. U.S. Network Wholesale Marketplace U.S. Network Wholesale Marketplace USER MANUAL Description The U.S. Network Wholesale Marketplace application has been created for Virtual Enterprise firms who are merchandise resellers. By using this

More information

END-USER GUIDE. The Procure-to-Pay Process

END-USER GUIDE. The Procure-to-Pay Process END-USER GUIDE The Procure-to-Pay Process Version 1.1 June 30, 2016 Contents 1 The E-Procurement Process... 2 2 Creating Requests... 4 2.1 Shopping Catalogs... 4 2.2 Shop Off-Catalog... 7 2.3 Shopping

More information

GETTING STARTED WITH QUICKEN with Online Bill Pay for Windows. Click the version you are looking for

GETTING STARTED WITH QUICKEN with Online Bill Pay for Windows. Click the version you are looking for GETTING STARTED WITH QUICKEN with Online Bill Pay 2012-2010 for Windows Refer to this guide for instructions on how to use Quicken s online account services to save time and automatically keep your records

More information

Log into Health House and click the Green Wellness Portal button

Log into Health House and click the Green Wellness Portal button Welcome to the Health House Health Risk Assessment powered by Wellsuite IV from Wellsource Take a big step towards better health! The Health House Health Risk Assessment (HRA) will help you see how your

More information

QUICK REFERENCE GUIDE

QUICK REFERENCE GUIDE MYPAYMENTSPLUS QUICK REFERENCE GUIDE 1 P a g e How do I.? Register... 3 Make a Payment... 5 Set up Low Balance E-mail Reminders... 7 Store Banking/Credit Card Information in my Wallet... 8 Set up Auto-Replenish...

More information

Page 1 GM-FAQ Payments FAQs. Page

Page 1 GM-FAQ Payments FAQs. Page Page 1 Payments FAQs Page How do I use the checkout?... 5 Can I remove items from my Cart?... 2 Can I choose which items to pay for from my Cart?... 4 What payment methods can I use?... 5 What confirmation/notification

More information

FVP.PH ONLINE STORE DEALER S MANUAL

FVP.PH ONLINE STORE DEALER S MANUAL FVP.PH ONLINE STORE DEALER S MANUAL Contents Your FVP.PH Dealer Log In Getting Started Changing your profile photo Editing your account Changing your password How Does Your Online Store Work? The Buyer

More information

Driven by a passion to develop our customers, SuperOffice has become one of Europes leading providers of CRM solutions.

Driven by a passion to develop our customers, SuperOffice has become one of Europes leading providers of CRM solutions. Caesar CRM CRM - your way Driven by a passion to develop our customers, SuperOffice has become one of Europes leading providers of CRM solutions. Do you want to increase your sales, customer loyalty and

More information

Keyword Analysis. Section 1: Google Forecast. Example, inc

Keyword Analysis. Section 1: Google Forecast. Example, inc Section 1: Google Forecast Below is a forecast for some example leather keywords that we recommend focus on. Before the forecast is viewed, keep in mind, that Google bases its numbers on average performance

More information

First Data Personal Financial Manager (PFM) FAQ s

First Data Personal Financial Manager (PFM) FAQ s Q: What browsers are supported with PFM? First Data Personal Financial Manager (PFM) FAQ s A: IE9 and 10, and current versions of Firefox, Chrome, and Safari are supported. Older versions may work but

More information

MyDHL USER GUIDE.

MyDHL USER GUIDE. PC-Based Custom Web-Based Built Vendor PC-Based Partner Web-Based Integrated 1 MyDHL USER GUIDE MyDHL helps you accomplish more in fewer steps, with quick and easy access to the full online suite of DHL

More information

What you can do on THC.com

What you can do on THC.com What you can do on THC.com FOLLOW: Follow your favorite Cannabis influencers for news and information to stay in the know. SELL / ENDORSE: Easily sell through the Store or endorse other products for a

More information

Welcome to. C&A Industries Employee Packet

Welcome to. C&A Industries Employee Packet Welcome to C&A Industries Employee Packet About SimplyWell SimplyWell improves population health by educating, engaging and empowering individuals. SimplyWell helps you realize a healthier lifestyle by

More information

Evaluation of an Interactive Webbased Application to Promote Healthy Behavior

Evaluation of an Interactive Webbased Application to Promote Healthy Behavior Evaluation of an Interactive Webbased Application to Promote Healthy Behavior Saskia Kelders, PhD-student Fleur Markus, Netherlands Nutrition Center Lisette van Gemert-Pijnen, PhD Faculty Behavioral Sciences,

More information

Start your own small project step by step using Project Management- Case Study

Start your own small project step by step using Project Management- Case Study Start your own small project step by step using Project Management- Case Study Is it possible to create and manage our own small project using the Project Management concept? Construction projects are

More information

Demonstration of Machine Component BI-MODE *1 & Machine Service Database System *2

Demonstration of Machine Component BI-MODE *1 & Machine Service Database System *2 Demonstration of Machine Component BI-MODE *1 & Machine Service Database System *2 *1: Referred to as Comp. BI-MODE, *2: Machine service DB from here on after This document will introduce you to the Comp.

More information

Pinterest Ads Manager Guide

Pinterest Ads Manager Guide Pinterest Ads Manager Guide Create and manage ads using the Pinterest Ads Manager and see how your ads help your business grow. Promoted Pins are ads that you pay for so they can reach a specific audience

More information

Earn 10 Perks for every dollar spent on pampering products from Perfectly Posh

Earn 10 Perks for every dollar spent on pampering products from Perfectly Posh FREQUENTLY ASKED QUESTIONS CUSTOMER FAQS GENERAL What is Perks from Perfectly Posh? Perks is our loyalty rewards program that lets you earn points, which can be applied toward products, special items,

More information

Amadeus Hotel Store. User guide 16 March Taking hotel consolidator content to a new level with Transhotel

Amadeus Hotel Store. User guide 16 March Taking hotel consolidator content to a new level with Transhotel Amadeus Hotel Store User guide 16 March 2009 Taking hotel consolidator content to a new level with Transhotel Index Amadeus Hotel Store is now open for business!...3 Technical requirements...3 Log-in...4

More information

TEACHING KIDS GOOD FINANCIAL HABITS

TEACHING KIDS GOOD FINANCIAL HABITS TEACHING KIDS GOOD FINANCIAL HABITS It s never too early to start Young children Children as young as 5 can understand saving and spending and sharing. Create 3 glass jars with those labels. When your

More information

Table of Contents. Getting Started 3 Family Account 3. Using Your Wallet 18 ScripNow in the Wallet 18 Reload in the Wallet 19

Table of Contents. Getting Started 3 Family Account 3. Using Your Wallet 18 ScripNow in the Wallet 18 Reload in the Wallet 19 Family User Guide Welcome to the world of scrip fundraising! This guide will teach you how to navigate our website, and walk you through our ordering process. Using ShopWithScrip.com, you ll be able to

More information

Wellness Center VOLUNTEER GUIDE

Wellness Center VOLUNTEER GUIDE Wellness Center VOLUNTEER GUIDE Role of the Volunteer IMPORTANT POINTS TO REMEMBER PLEASE Provide guidance and assistance to students. Facilitate scheduled staff meetings. Follow the directions as given

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

U S E R G U I D E. User Guide

U S E R G U I D E. User Guide U S E R G U I D E User Guide What Is LifeWorks? What is LifeWorks? LifeWorks is your employee assistance and work-life platform. This unique program is made up of Perks and Life, which offer comprehensive

More information

Fort Bend ISD Summer School

Fort Bend ISD Summer School Summer School Course selections for 2018 Summer School Programs are available in Skyward Family Access. Skyward Family Access allows you to select your summer school course, once approved by your counselor

More information

PaymentWorks Supplier Onboarding Solution. An Equal Opportunity University

PaymentWorks Supplier Onboarding Solution. An Equal Opportunity University PaymentWorks Supplier Onboarding Solution New Process Drivers Risk concerns o Fraud PaymentWorks Supplier Onboarding Uniform guidance (Grants) o Supplier / Vendor selection requirements Internal control

More information

THE ECOMMERCE MARKETER'S GUIDE TO ADVANCED AUDIENCE TARGETING

THE ECOMMERCE MARKETER'S GUIDE TO ADVANCED AUDIENCE TARGETING THE ECOMMERCE MARKETER'S GUIDE TO ADVANCED AUDIENCE TARGETING Why, when, and how to improve your store conversion rates with targeted on-site displays that reach the right person with the right message

More information

GiftWorks. Events. Guides. Introduction to GiftWorks Events. Questions? Comments? Visit 1

GiftWorks. Events. Guides. Introduction to GiftWorks Events. Questions? Comments? Visit   1 Introduction to GiftWorks, whether large or small, engage new donors and strengthen existing relationships. An event is more than a golf tournament, dinner, or 5 mile run; it s a platform for connecting

More information

My $ Manager. Step 1: Log in to Online Banking and select My $ Manager Step 2: Viewing your Dashboard. Step 3: Add an Account

My $ Manager. Step 1: Log in to Online Banking and select My $ Manager Step 2: Viewing your Dashboard. Step 3: Add an Account Step 1: Log in to Online Banking and select My $ Manager Step 2: Viewing your Dashboard The accounts listed on your Online Banking will be available in the Dashboard under the proper category (i.e., cash,

More information

FAQs for bm Wallet. You can access bm Wallet app on all IOS and Android devices having good internet connectivity.

FAQs for bm Wallet. You can access bm Wallet app on all IOS and Android devices having good internet connectivity. FAQs for bm Wallet 1. What is bm Wallet? bm Wallet is a digital wallet app provided to you by bank muscat to help you transact with us anytime, anywhere. The service is available 24/7, 365 days a year.

More information

Buckle your seatbelt for a fast ride through:

Buckle your seatbelt for a fast ride through: SKYWARD icon 2017 Buckle your seatbelt for a fast ride through: The Mobile-Friendly RevTrak Web Store Quick Connect Reconciliation RevTrak and Qmlativ Update RevTrak Quick Connect with Skyward and the

More information

U S E R G U I D E. User Guide

U S E R G U I D E. User Guide U S E R G U I D E User Guide What Is LifeWorks? What is LifeWorks? LifeWorks is your employee assistance and work-life platform. This unique program is made up of Perks and Life, which offer comprehensive

More information

Then enter your PIN, also created during the enrollment process. After entering this data, select Submit.

Then enter your PIN, also created during the enrollment process. After entering this data, select Submit. The screens you will see in this guide were made for demo purposes, and may contain unrealistic payment or payee information. If you have questions not addressed in the tutorial, contact your Bill Pay

More information

RFID-system for access control and monitoring of movement of people

RFID-system for access control and monitoring of movement of people ITProject RFID System Software Integrator and Provider Tel.: +7 (495) 228-04-80 (multi-line) Website: www.itproject.ru E-mail: order@itproject.ru RFID-system for access control and monitoring of movement

More information

Commuter Benefits Overview. Why Commuter Benefits? How Does the Program Work? Let s get started!

Commuter Benefits Overview. Why Commuter Benefits? How Does the Program Work? Let s get started! Commuter Benefits Overview Commuting to work each day can be expensive. The commuter benefit program offered by your employer will help you save money on your commuting costs along with the convenience

More information

Fast and High-Quality Modern Software Testing Framework

Fast and High-Quality Modern Software Testing Framework White Paper Application Delivery Management Fast and High-Quality Modern Software Testing Framework Table of Contents page Introduction... 1 The Shift Left Movement... 1 The Modern Framework: Three Core

More information

Table of Contents. Topic

Table of Contents. Topic Student Handbook Table of Contents Section Topic 1 Creating Account.1 School/University Sign Up.2 Instructor Sign Up.3 Corporate Account Sign Up.4 Logging into the 2 Banking Tasks.1 Bank Balances.2 Transfer

More information

Introduction to ASP s new mobile friendly digital platform. (c) Automotive Service Products, Inc.

Introduction to ASP s new mobile friendly digital platform. (c) Automotive Service Products, Inc. Introduction to ASP s new mobile friendly digital platform Welcome to ASP Connect WE LISTENED TO YOU... AND CREATED A WEB PORTAL THAT: PROVIDES SEVERAL FEATURES NOT OTHERWISE AVAILABLE: Estimated Ship

More information

Accelerate Lesson 9 FACEBOOK ADVERTISING

Accelerate Lesson 9 FACEBOOK ADVERTISING Accelerate Lesson 9 FACEBOOK ADVERTISING On completion of this lesson you should: Be aware of the advantages that Facebook advertising can provide Be aware of different Ad types for each objective Be aware

More information

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

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

More information

TABLE OF CONTENTS... 2 INTRODUCTION... 3 CONTACT FOR MYSPORTSSTORE... 3 SETTING UP YOUR STORE... 3

TABLE OF CONTENTS... 2 INTRODUCTION... 3 CONTACT FOR MYSPORTSSTORE... 3 SETTING UP YOUR STORE... 3 MYSPORTSSTORE GUIDE TABLE OF CONTENTS TABLE OF CONTENTS... 2 INTRODUCTION... 3 CONTACT FOR MYSPORTSSTORE... 3 SETTING UP YOUR STORE... 3 Configuring Sales Tax... 3 MySportsStore Settings... 3 ADDING PRODUCTS...

More information

QUICK REFERENCE GUIDE

QUICK REFERENCE GUIDE MEALPAYPLUS QUICK REFERENCE GUIDE 1 P a g e How do I.? Register... 3 Make a Payment... 5 Set up Low Balance E-mail Reminders... 6 Store Banking/Credit Card Information in my Wallet?... 7 Set up Auto-Replenish...

More information

Welcome to. C&A Industries Employee Packet

Welcome to. C&A Industries Employee Packet Welcome to C&A Industries Employee Packet About SimplyWell SimplyWell improves population health by educating, engaging and empowering individuals. SimplyWell helps you realize a healthier lifestyle by

More information

New for 2009! Detecting and Correcting with the Client Data Review Feature

New for 2009! Detecting and Correcting with the Client Data Review Feature Chapter 17 New for 2009! Detecting and Correcting with the Client Data Review Feature Introduction: Features and Benefits Starting a Client Data Review Customizing the Client Data Review Center Account

More information

New Seller Guide. A step-by-step guide to selling on ebay

New Seller Guide. A step-by-step guide to selling on ebay New Seller Guide A step-by-step guide to selling on ebay TABLE OF CONTENTS Want to join the millions of people who successfully sell on ebay? Here s what you need to know to get started. 1 2 3 Get ready

More information

Fund transfer via UPI

Fund transfer via UPI Fund transfer via UPI Under the Fund Transfer (Payment Gateway) option in Selfie platform, you can now remit your money via UPI (Unified Payment Interface). Requirements Selfie Login. Smart Phone with

More information

How To Attract Crowds To Your Webinar

How To Attract Crowds To Your Webinar How To Attract Crowds To Your Webinar Introduction The success of your webinar depends on attracting the right crowd. Of course, you ve already spent a lot of time preparing the event. Now make an extra

More information

HotelsPro.com. Frequently Asked Questions. HotelsPro.com. Frequently Asked Questions

HotelsPro.com. Frequently Asked Questions. HotelsPro.com. Frequently Asked Questions HotelsPro.com Frequently Asked Questions HotelsPro.com Frequently Asked Questions How to choose currency? Before performing a search, please select the currency from the top. Currently we offer 15 different

More information