Online Food Order System for Restaurants

Size: px
Start display at page:

Download "Online Food Order System for Restaurants"

Transcription

1 Grand Valley State University Technical Library School of Computing and Information Systems 2015 Online Food Order System for Restaurants Mayurkumar Patel Grand Valley State University Follow this and additional works at: Recommended Citation Patel, Mayurkumar, "Online Food Order System for Restaurants" (2015). Technical Library. Paper This Project is brought to you for free and open access by the School of Computing and Information Systems at It has been accepted for inclusion in Technical Library by an authorized administrator of For more information, please contact

2 Online Food Order System for Restaurants By Mayurkumar Patel December,

3 Online Food Order System for Restaurants By Mayurkumar Patel A project submitted in partial fulfillment of the requirements for the degree of Master of Science in Computer Information Systems at Grand Valley State University December, 2015 Tao Young Dec

4 Table of Contents Abstract... 4 Introduction... 4 Background and Related Work... 5 Program Requirements... 5 Implementation... 8 Results, Evaluation, and Reflection Conclusions and Future Work Bibliography Appendices

5 Abstract ONLINE FOOD ORDER SYSTEM is a website designed primarily for use in the food delivery industry. This system will allow hotels and restaurants to increase scope of business by reducing the labor cost involved. The system also allows to quickly and easily manage an online menu which customers can browse and use to place orders with just few clicks. Restaurant employees then use these orders through an easy to navigate graphical interface for efficient processing. Introduction It is known globally that, in today s market, it is extremely difficult to start a new small-scale business and live-through the competition from the well-established and settled owners. In fast paced time of today, when everyone is squeezed for time, the majority of people are finicky when it comes to placing a food order. The customers of today are not only attracted because placing an order online is very convenient but also because they have visibility into the items offered, price and extremely simplified navigation for the order. Online ordering system that I am proposing here, greatly simplifies the ordering process for both the customer and the restaurant. System presents an interactive and up-to-date menu with all available options in an easy to use manner. Customer can choose one or more items to place an order which will land in the Cart. Customer can view all the order details in the cart before checking out. At the end, customer gets order confirmation details. Once the order is placed it is entered in the database and retrieved in pretty much real time. This allows Restaurant Employees to quickly go through the orders as they are received and process all orders efficiently and effectively with minimal delays and confusion. Motivation The motivation for designing this application came because my family is involved in the fast food business and I personally do not like waiting for long in the store or to have to call store to place an order especially during the peak lunch or dinner hours. Moreover, I value recent learning about the Java and JSP Programming languages as well as seeing how powerful and dynamic they are when it comes to web designing and applications. The languages used to build this application are JavaScript, JSP, HTML and Java at client facing whereas Oracle database at the back-end because I found them to be extremely useful while working on the technologies. Aim of the Software This software is developed to help computer science students to learn about the Web application designing using JSP and HTML from their basic capabilities to build a complete working application from 4

6 scratch. Further, it gives insight about how GUI interacts with server-side language, Java, and finally with the Oracle database. Background and Related Work This Case study looks at the problem of setting up a fast food restaurant. In existing system there are few problems: For placing any orders customers have to visit hotels or restaurants to know about food items and then place order and pay. In this method time and manual work is required. While placing an order over the phone, customer lacks the physical copy of the menu item, lack of visual confirmation that the order was placed correctly. Every restaurant needs certain employees to take the order over phone or in-person, to offer a rich dining experience and process the payment. In today s market, labor rates are increasing day by day making it difficult to find employees when needed. Hence, to solve this issue, what I propose is an Online Food Order System, originally designed for small scale business like College Cafeterias, Fast Food restaurant or Take-Out, but this system is just as applicable in any food delivery industry. The main advantage of my system is that it greatly simplifies the ordering process for both the customer and the restaurant and also greatly lightens the load on the restaurant s end, as the entire process of taking orders is automated. Anticipated Benefits are: 1. This will minimize the number of employees at the back of the counter. 2. The system will help to reduce labor cost involved. 3. The system will be less probable to make mistake, since it s a machine. 4. This will avoid long queues at the counter due to the speed of execution and number of optimum screens to accommodate the maximum throughput. Program Requirements Outline your solution. Describe the "whats" of your project -- what does it do? Product Perspective: The Online Food Order System application is a web-based system. It can be accessed using IE 10.0 and above, Fire Fox 31 and above and Google Chrome. System Model: 5

7 Figure 1 The structure of the system can be divided into 3 main logical components: Web Ordering System- provides the functionality for customers to place their order and supply necessary details. Menu Management-allows the restaurant to control what can be ordered by the customers Order Retrieval System-This is a final logical component. Allows restaurant to keep track of all orders placed. This component takes care of order retrieving and displaying order information. Product Function: The Online Food Order System application would have the following basic functions: Web Ordering System Module This module provides the functionality for customers to place their order and supply necessary details. Users of the system, namely restaurant customers, must be provided the following functionality: Create an account. Manage their account. Log in to the system. Navigate the restaurant s menu. 6

8 Select an item from the menu. Add an item to their current order. Review their current order. Remove an item/remove all items from their current order. Provide payment details. Place an order. Receive confirmation in the form of an order number. View order placed. Additional Feature: eclub- Allows user to subscribe to eclub to get promotional deals and discounts offers. Out of all the functions outlined above, Account Creation and Management only will be used every time a customer places an order. This will allow to simplify the overall user experience. Menu Management System Module This module provides functionality for the power user-administrator only. It will not be available to any other users of the system like Restaurant Employees or Customers. Using a graphical interface, it will allow an Admin to manage the menu that is displayed to users of the web ordering system: Add/update/delete food category to/from the menu. Add /update/delete food item to/from the menu. Update price for a given food item. Update additional information (description, photo, etc.) for a given food item. Before customers can actually use this system, functionality provided by this component will have to be configured first. Once the initial configuration is done, this will be the least likely used component as menu updates are mostly seasonal and do not occur frequently. Order Retrieval System Module This is the most simplest module out of all 3 modules. It is designed to be used only by restaurant employees, and provides the following functions: Retrieve new orders from the database. Display the orders in an easily readable, graphical way. 7

9 Implementation Hardware/Software Interface: This section lists the minimum hardware and software requirements needed to run the system efficiently. Hardware Interface: Pentium Processor 60 MB of free hard-drive space 128 MB of RAM Software Interface: Operating System: Windows (Vista/7 or above) Web Browser: IE 10 or above, Mozilla FF 31 and above or Google Chrome Drivers: Java Runtime Environment Integrated Development Environment: Eclipse J2EE or Apache Tomcat Functional Requirement Specifications: Activity Diagram: This section lists the activity diagram and describes the flow of the activities in the system. A detailed description is then given after the figure for each activity. Figure # 3 provides the overview of the activity of the Online Food Order System application. 8

10 Figure 2 All users of the system, are provided with below menu options: Home, Menu, My Cart, UserAccount, eclub, AboutUs and Contact Web Ordering System Module Customers of the Web Ordering system will interact with the application through an easy to use top navigation menu. Home menu option: allows the users to see all food items offered with nice images as well as select an item to place an order. 9

11 Menu menu option: a Drop-Down menu, allows users to see all food items per category. Item can then be added to the cart using a single button click. My Cart (x) menu option: - Allows users to see details of the items placed in cart. Details include Item #, Product Name, Product Image, Product Description, Quantity, Unit Price, Total per item and final Total of the order. It also allows Update and Delete an item using single button click. User can then use a Proceed to checkout button to proceed further. - Once, Check Out button is selected, user will be prompted for the Sign In/Sign Up process if not logged in else user will be presented with a simple Payment Information form. User will be asked to provide all required details in displayed text boxes and make appropriate Dropdown selections. Then, all this information can be saved using a Save button. - User will then be presented with a Review Order page, which will display Payment Information along with Order details to review. User can then use a Check Out button to place an order. - Once order is placed, user will be presented with appropriate Order confirmation success/failure message. MyAccount : a Drop Down menu will display the user orders, Sign In and Sign Out options. eclub- Allows user to subscribe to eclub to get promotional deals and discounts offers. Menu Management System Module Similar to Web ordering system, this module presents Admin with below additional options under MyAccount Drop down menu: Add Category: Allows to add a food Category name in a simple form. Add Product: Allows to add Product Name, Description, Price and choose Category in a simple form along with Product Image. Modify Product: Allows updating or deleting product details. Order Retrieval System Module The application will automatically fetch new orders from the database at regular intervals and display the order numbers. Under MyAcoount menu a customer will be able to see only his/her order whereas a Restaurant Employee or an Admin can see all users orders. To view the details of an order, the user must click on that order number, which will display all order details This structure can intuitively be expanded and collapsed to display only the desired information. 10

12 Non-functional Requirements All of the application data is stored in a Oracle database, and therefore a Oracle Database must also be installed on the host computer. As with Apache2, this software is freely available and can be installed and run under most operating systems. The server hardware can be any computer capable of running both the web and database servers and handling the expected traffic. For a small scale restaurant that is not expecting to see much web traffic, an average personal computer may be appropriate. Once the site starts generating more hits, though, it will likely be necessary to upgrade to a dedicated host to ensure proper performance. The exact cutoffs will need to be determined through a more thorough stress testing of the system. Constraints 1. Hardware Limitations: The minimum hardware requirement for the system is 128 MB of Ram and a 60MB hard-disc drive. 2. Others: The application should be built using Java and JavaScript inscribed in HTML, and it should, initially, be accessible through the eclipse IDE and later published on a server System Evolution The heart of the entire ordering system is the Database. Currently the system is only available for small scale restaurants. For Large restaurants, performance considerations should be taken into account in terms of Hardware/Software capacity/page load time etc. Also, security vulnerabilities should be evaluated for large scale systems. In future this can also be available as a Mobile application and can be integrated with in store Touch Screen Order devices. I am also certain that if this system goes into actual use, many requests will arise for additional features which I had not previously considered, but would be useful to have. For this reason, I feel as though the application can be constantly evolving, which I consider a very good thing. Conclusions and Future Work Conclusion: The main objective of the application is to help Computer Science students understands the basics of Java, JavaScript and HTML. The following results have been achieved after completing the system and relate back to the system s objective. Should allow Computer Science students to browse through the code and application: This can be achieved when students are able to run and install the application. When they run the application, they can browse through the implementation of different objects. 11

13 Should allow users to browse through different product categories: This is achieved through an easy to use graphical interface menu options. Should allow users to save items to the cart and view detailed information about the order: The users can add any number of items to the cart from any of the available food categories by simply clicking the Add to Cart button for each item. Once item is added to the cart, user is presented with detailed order to review or continue shopping. Should allow the user to CheckOut the item(s): This is achieved using the Proceed to checkout button in the cart initially and then CheckOut button at last step after review Order step.. Button is disabled when there are no items in the cart. Should allow the user to process the payment: This is achieved when user selects Processed to Checkout button and fill up the Payment information details. Should allow the user to see Success message after placing an order: This is achieved when user successfully places an order. The user is given the order conformation number along with success message. Future Work: The following section describes the work that will be implemented with future releases of the software. Customize orders: Allow customers to customize food orders Enhance User Interface by adding more user interactive features. Provide Deals and promotional Offer details to home page. Provide Recipes of the Week/Day to Home Page Payment Options: Add different payment options such as PayPal, Cash, Gift Cards etc. Allow to save payment details for future use. Allow to process an order as a Guest Delivery Options: Add delivery option Order Process Estimate: Provide customer a visual graphical order status bar Order Status: Show only Active orders to Restaurant Employees. Order Ready notification: Send an Order Ready notification to the customer Restaurant Locator: Allow to find and choose a nearby restaurant Integrate with In store touch screen devices like ipad Bibliography Xz_BUrjcahKWDhPcUj-FTOt JSP/JSPDummyShoppingCart.htm 12

14 %20JavaServer%20Pages_2nd%20Edition.pdf Appendices This section includes figures for ER Diagram and various Web application images. ER Diagram: 13

15 Web Application images: 1. Fig A: Sign In 14

16 2. Fig B: Home page 3. Fig C: Menu Section 4. Fig D: Sandwich Menu Selection Page 15

17 5. Fig E: My Cart 6. Fig F: Payment Confirmation 16

18 7. Fig G: Review Order 8. Fig H: Order Confirmation 17

19 9. Fig I: My Account menu as an Administrator 18

SALES SUPPORT. RDS CONTROL SYSTEMS

SALES SUPPORT. RDS CONTROL SYSTEMS RDS CONTROL SYSTEMS www.rdscontrol.com SALES (888) 578-9428 sales@rdscontrol.com SUPPORT (888) 578-9428 support@rdscontrol.com After Hours Emergency Support Emergency support is available from 8 am to

More information

HARBORTOUCH HOSPITALITY USER GUIDE. Harbortouch Technical Support: or

HARBORTOUCH HOSPITALITY USER GUIDE. Harbortouch Technical Support: or HARBORTOUCH HOSPITALITY USER GUIDE INDEX EMPLOYEE FUNCTIONS: Clocking In/Logging In Clocking Out Beginning a Transaction Payment Options Host Mode Customer Database List View Ticket Functions Item Functions

More information

Employee HR Connect Portal

Employee HR Connect Portal Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Fall 2015 Employee HR Connect Portal Aparna Allusivala Governors State University Sindhura

More information

Technical Information SupplyCare Enterprise SCE30B

Technical Information SupplyCare Enterprise SCE30B TI01228S/00/EN/02.16 71328492 Products Solutions Services Technical Information SupplyCare Enterprise SCE30B Enterprise inventory management platform for transparent information within the supply chain

More information

Requirements Specification

Requirements Specification Ambulance Dispatch System Submitted to: Dr. Chung Submitted by: Chris Rohleder, Jamie Smith, and Jeff Dix Date Submitted: February 14, 2006 TABLE OF CONTENTS 1.0 INTRODUCTION...1 1.1 PURPOSE...1 1.2 SCOPE...1

More information

Coupons In VirtueMart

Coupons In VirtueMart Coupons In VirtueMart A Coupon is a type of sales promotion tool, mainly used in the consumer market and is primarily offered either in print or electronic form. It provides price savings or other incentives

More information

Retail Pro Prism Overview

Retail Pro Prism Overview Retail Pro Prism Overview Retail Pro International, LLC 400 Plaza Dr., Suite 200 Folsom, CA 95630 USA USA 1-800-738-2457 International +1-916-605-7200 www.retailpro.com Retail Pro Prism Overview Retail

More information

MEANINGFUL SELECTIONS REFERENCE GUIDE. Funeral Home Admin Module March 2016

MEANINGFUL SELECTIONS REFERENCE GUIDE. Funeral Home Admin Module March 2016 MEANINGFUL SELECTIONS REFERENCE GUIDE Funeral Home Admin Module March 2016 Copyright 2014-2016 Batesville Services Inc. Updated 3/2016 MEANINGFUL SELECTIONS REFERENCE GUIDE Funeral Home Admin Module Getting

More information

CHAPTER 9 Electronic Commerce Software

CHAPTER 9 Electronic Commerce Software CHAPTER 9 Electronic Commerce Software 2017 Cengage Learning. May not be scanned, copied or duplicated, or posted to a. publicly accessible website, in whole or in part, except for use as permitted in

More information

Online Movie Ticket booking System

Online Movie Ticket booking System Online Movie Ticket booking System Nur-E-Sava Tazin Student Id: 012163015 A Project In The Department Of Computer Science and Engineering Presented in Partial Fulfillment of the Requirements For the Degree

More information

Mercado Pago Payment Gateway

Mercado Pago Payment Gateway Mercado Pago Payment Gateway webkul.com/blog/mercado-pago-payment-gateway/ July 16, 2018 Mercado Pago Payment Gateway module allows the admin to provide Mercado Pago online payment method to customers

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

ACD MIS SUPERVISOR S GUIDE

ACD MIS SUPERVISOR S GUIDE Notice Note that when converting this document from its original format to a.pdf file, some minor font and format changes may occur. When viewing and printing this document, we cannot guarantee that your

More information

INSIGHTS ENTERPRISE, POWERED BY INSIDEVIEW. Installation Guide

INSIGHTS ENTERPRISE, POWERED BY INSIDEVIEW. Installation Guide INSIGHTS ENTERPRISE, POWERED BY INSIDEVIEW Installation Guide MARCH, 2017 Table of Contents Chapter 1: Introduction to Insights Enterprise, powered by InsideView...2 What s New in this Release?... 3 Chapter

More information

INSIGHTS ENTERPRISE, POWERED BY INSIDEVIEW. Installation Guide

INSIGHTS ENTERPRISE, POWERED BY INSIDEVIEW. Installation Guide INSIGHTS ENTERPRISE, POWERED BY INSIDEVIEW Installation Guide MARCH, 2017 Table of Contents Chapter 1: Introduction to Insights Enterprise, powered by InsideView...2 What s New in this Release?... 3 Chapter

More information

ACD MIS Supervisor Manual

ACD MIS Supervisor Manual Notice Note that when converting this document from its original format to a.pdf file, some minor font and format changes may occur. When viewing and printing this document, we cannot guarantee that your

More information

Adding new monthly accounts via the admin portal

Adding new monthly accounts via the admin portal Two Monthly Modules Available Tracking Only: Saves money on paper tickets; allows parkers to request their vehicle by texting car Full Revenue: Track in/out as well as enforce payments by sending invoices

More information

CHAPTER 3: REQUIREMENT ANALYSIS

CHAPTER 3: REQUIREMENT ANALYSIS CHAPTER 3: REQUIREMENT ANALYSIS 3.1 Requirements Gathering At the start of the project, the travel management process handled by the admin department was studied in detail by using the basic requirement

More information

SUGGESTED SOLUTION IPCC November-17 EXAM. Test Code I N J 7005

SUGGESTED SOLUTION IPCC November-17 EXAM. Test Code I N J 7005 SUGGESTED SOLUTION IPCC November-17 EXAM INFORMATION TECHNOLOGY Test Code I N J 7005 BRANCH - (MULTIPLE) (Date :21.05.2017) Head Office : Shraddha, 3 rd Floor, Near Chinai College, Andheri (E), Mumbai

More information

CRM for Airlines Industry

CRM for Airlines Industry CRM for Airlines Industry Abstract In the competitive travel industry, travel providers are undertaking initiatives centered on identifying, developing and retaining highvalue profitable customers, under

More information

FREQUENTLY ASKED QUESTIONS VIP PROCEDURES MANUAL. Adobe Business Direct Sales Version 2.2 Revised Date: 23 January 2017 JAZ

FREQUENTLY ASKED QUESTIONS VIP PROCEDURES MANUAL. Adobe Business Direct Sales Version 2.2 Revised Date: 23 January 2017 JAZ FREQUENTLY ASKED QUESTIONS VIP PROCEDURES MANUAL Adobe Business Direct Sales Version 2.2 Revised Date: 23 January 2017 JAZ TABLE OF CONTENTS LWS: HOW TO LOOK UP A CUSTOMER S LICENSE HISTORY... 2 LWS: HOW

More information

Copyright Basware Corporation. All rights reserved.. Vendor Portal User Guide Basware P2P 17.3

Copyright Basware Corporation. All rights reserved.. Vendor Portal User Guide Basware P2P 17.3 Copyright 1999-2017 Basware Corporation. All rights reserved.. Vendor Portal User Guide Basware P2P 17.3 Table of Contents 1 Vendor Portal Registration... 4 1.1 Register for Vendor Portal...4 2 Vendor

More information

Citizen Self Service User Guide

Citizen Self Service User Guide Citizen Self Service User Guide 2018.1 Contents 1 CITIZEN SELF SERVICE... 5 1.1 Citizen Self Service Users... 5 1.2 Home Page... 6 1.2.1 User Name/Account Settings... 7 1.2.2 Linked Accounts... 8 1.2.3

More information

On-Demand Solution Planning Guide

On-Demand Solution Planning Guide On-Demand Solution Planning Guide Powering On-Demand Solutions www.growthclick.com hello@growthclick.com Copyright 2019 GrowthClick Inc. All Rights Reserved. 1 3 Steps to Planning an On-Demand Solution

More information

e-invoicing on the e-prior Supplier Portal

e-invoicing on the e-prior Supplier Portal EUROPEAN COMMISSION DIRECTORATE-GENERAL INFORMATICS Information Systems Directorate e-invoicing on the e-prior Supplier Portal User Manual Version 1.42 Date: 29/02/2012 Author: European Commission, Directorate-

More information

Please come in. Hospitality Order Automation Suite. for Quick Service Restaurants & Management

Please come in. Hospitality Order Automation Suite. for Quick Service Restaurants & Management Please come in Hospitality Order Automation Suite for Quick Service Restaurants & Management No queues Order directly at the kiosk Reliable service, since the guest can be found quickly Optimised utilisation

More information

Mobikul Mobile App Builder for Magento 2

Mobikul Mobile App Builder for Magento 2 Mobikul Mobile App Builder for Magento 2 webkul.com /blog/magento2-mobikul-mobile-app-builder/ The mobile application is contributing a tremendous role to creating a competitive advantage for your ecommerce

More information

Multivendor Marketplace Basic for Magento 2

Multivendor Marketplace Basic for Magento 2 by CedCommerce Products Documentation 1 / 41 1. Product Overview... 3 1.1. Multi Vendor Features for Admin... 3 1.1.1. Manage Vendor Configuration... 4 1.1.2. Manage Vendors... 9 1.1.3. Vendor Product...

More information

Aegle. Department of Computer Science and Engineering The University of Texas at Arlington. Outreach Inventory System

Aegle. Department of Computer Science and Engineering The University of Texas at Arlington. Outreach Inventory System Department of Computer Science and Engineering The University of Texas at Arlington Aegle Outreach Inventory System Team Members: Joseph Finnegan Karla Hernandez Joe Martinez Carlos Torres Last Updated:

More information

Compiere ERP Starter Kit. Prepared by Tenth Planet

Compiere ERP Starter Kit. Prepared by Tenth Planet Compiere ERP Starter Kit Prepared by Tenth Planet info@tenthplanet.in www.tenthplanet.in 1. Compiere ERP - an Overview...3 1. Core ERP Modules... 4 2. Available on Amazon Cloud... 4 3. Multi-server Support...

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

DON T START FROM SCRATCH. Neos ADF KickStart KICKSTART NOW. Ready for Oracle Cloud?

DON T START FROM SCRATCH. Neos ADF KickStart KICKSTART NOW. Ready for Oracle Cloud? DON T START FROM SCRATCH Neos ADF KickStart Ready for Oracle Cloud? KICKSTART NOW Is your business ready to take a step further? ENHANCE YOUR DEVELOPMENT PROCESS WITH NEOS What is ADF KickStart? 3 Neos

More information

INTERSHOP COMMERCE SUITE

INTERSHOP COMMERCE SUITE WHAT S NEW? INTERSHOP COMMERCE SUITE SEPTEMBER 2018 The new features in our e-commerce solution are designed to boost the efficiency of your digital business and deliver a compelling customer experience.

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

Marketing Collateral Fulfillment Quick Start Guide

Marketing Collateral Fulfillment Quick Start Guide Marketing Collateral Fulfillment Quick Start Guide Marketing Collateral Fulfillment Center We are pleased to announce the launch of K2M s Marketing Collateral Fulfillment Center! This site enables you

More information

ONE BUSINESS - ONE APP USER MANUAL

ONE BUSINESS - ONE APP USER MANUAL ONE BUSINESS - ONE APP USER MANUAL 1 TABLE OF CONTENTS GETTING STARTED WITH SHOPBOX CREATE A PROFILE 4 CREATE A STORE 5 STARTING PAGE 5 HOW TO CREATE, EDIT AND DELETE CATEGORIES AND PRODUCTS CREATE CATEGORY

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

Event Magnet. Event Magnet I N F O R M A T I O N T E C H N O L O G Y S O L U T I O N S F O R E V E N T A N D B O O K I N G M A N A G E M E N T.

Event Magnet. Event Magnet I N F O R M A T I O N T E C H N O L O G Y S O L U T I O N S F O R E V E N T A N D B O O K I N G M A N A G E M E N T. Event Magnet CRM I N F O R M A T I O N T E C H N O L O G Y S O L U T I O N S F O R E V E N T A N D B O O K I N G M A N A G E M E N T. Facility Management Booking Event Magnet Workflow Reports Invoicing

More information

Principal Product Architect. ActiveDocs Opus IT System Administrators ActiveDocs Opus Evaluator

Principal Product Architect. ActiveDocs Opus IT System Administrators ActiveDocs Opus Evaluator ACTIVEDOCS OPUS TOPOLOGY AND PERFORMANCE Prepared by: Audience: Abstract: Chris Rust Principal Product Architect ActiveDocs Opus IT System Administrators ActiveDocs Opus Evaluator This document provides

More information

Stripe Payment Marketplace Add-On

Stripe Payment Marketplace Add-On Stripe Payment Marketplace Add-On webkul.com /blog/magento-marketplace-stripe-payment-gateway/ Published On - July 30, 2014 Stripe Payment Marketplace Add-On module allows customer from all over the world

More information

EMPLOYEE JOB AID GETTING STARTED IN WORKDAY KEY ICONS ICON FUNCTION DESCRIPTION

EMPLOYEE JOB AID GETTING STARTED IN WORKDAY KEY ICONS ICON FUNCTION DESCRIPTION EMPLOYEE JOB AID GETTING STARTED IN WORKDAY This job aid covers the basics to get started using Workday and the features that will help you use the system. Workday s proven processes simplify the way we

More information

Department of Computer Science and Engineering The University of Texas at Arlington

Department of Computer Science and Engineering The University of Texas at Arlington Department of Computer Science and Engineering The University of Texas at Arlington Aegle Outreach Storage System Team Members: Joseph Finnegan Karla Hernandez Joe Martinez Carlos Torres Last Updated:

More information

SupplyWEB Supplier Manual (SupplyWEB Version 10)

SupplyWEB Supplier Manual (SupplyWEB Version 10) SupplyWEB Supplier Manual (SupplyWEB Version 10) Delivery Performance Report (DPR) (DPR Response Process) Business Contact: Ralf Meyer Logistics Process Engineer rmeyer@tenneco.com I. Content I. Content...2

More information

Dell E-Commerce guide for Skyward Users 1

Dell E-Commerce guide for Skyward Users 1 Dell E-Commerce guide for Skyward Users 1 This document contains instructions on how to use the e-commerce application running on Skyward s Business Suite to purchase from your Dell Premier Page. E-Commerce

More information

SPORTS FACILITY AUDITOR (SFA) - FOOTBALL AUDITOR GUIDE

SPORTS FACILITY AUDITOR (SFA) - FOOTBALL AUDITOR GUIDE SPORTS FACILITY AUDITOR (SFA) - FOOTBALL AUDITOR GUIDE 1 CONTENTS Section Page 1. Access 3 2. Main Menu 4 3. Community Facility Audits - Checklists 5-7 4. Community Facility Audits Site Name and Location

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

Winweigh Plus. The versatile Windows software package with:

Winweigh Plus. The versatile Windows software package with: Status 08/2006 - Page 1 of 8 Winweigh Plus The versatile Windows software package with: - weighing data recording and management - system-oriented statistics and reports - individual/group delivery note,

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

Task Control for bpm'online. User Manual

Task Control for bpm'online. User Manual Task Control for bpm'online User Manual Index of Contents Task Control for bpm'online OVERVIEW 3 Installation 4 Activities form 6 Quick filters at the Activities section 8 Activities control 9 child tasks

More information

GSU Event Portal. OPUS Open Portal to University Scholarship. Governors State University. Nandamuri Tirumala B Governors State University

GSU Event Portal. OPUS Open Portal to University Scholarship. Governors State University. Nandamuri Tirumala B Governors State University Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Fall 2016 GSU Event Portal Nandamuri Tirumala B Governors State University Raviteja

More information

BA 302: Microsoft Dynamics NAV ERP Exercise/Walkthrough

BA 302: Microsoft Dynamics NAV ERP Exercise/Walkthrough BA 302: Microsoft Dynamics NAV ERP Exercise/Walkthrough v3.2 Michael Curry, Byron Marshall, VT Raja, René Reitsma, Kirk Wydner Whether you enter the workforce as a sales manager, financial accountant or

More information

ChannelOnline Invoice User Guide

ChannelOnline Invoice User Guide ChannelOnline Invoice User Guide Last modified on 8/24/2015 For questions and comments regarding this guide, please call or send an email to: Americas/Asia Pacific +1.877.276.5560 select option 3, then

More information

Outline. 01 Terminal Overview: Page The Basics: Page Transactions: Page Settlements: Page Poynt.

Outline. 01 Terminal Overview: Page The Basics: Page Transactions: Page Settlements: Page Poynt. Merchant Overview 1 Outline 01 Terminal Overview: Page 3 02 The Basics: Page 6 03 Transactions: Page 13 04 Settlements: Page 29 05 Poynt.net HQ: Page 34 2 01 Terminal Overview 3 Spec Sheet: Merchant Facing

More information

2015 Kelly Services, Inc. 02/18

2015 Kelly Services, Inc. 02/18 2015 Kelly Services, Inc. 02/18 Frontline Education s Absence Management Solution Reference Guide for School District Employees Table of Contents First Things First Section A: Verify Your Name and Title

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

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

Product Overview. KIVA Respect 7 unified Teller (ut) Four Key Product Components

Product Overview. KIVA Respect 7 unified Teller (ut) Four Key Product Components Tellers have more personal contact with your customers than any other job function in the organization. Doesn t it make sense for them to play a key role in your customer relationship management (CRM)

More information

ServicePRO + PartsPRO User Guide

ServicePRO + PartsPRO User Guide ServicePRO + PartsPRO User Guide ServicePRO Version 2.0 PartsPRO Version 1.0 Page 1 of 82 1 WHAT IS SERVICEPRO + PARTSPRO?... 4 1.1 What is ServicePRO?... 4 1.2 What are the benefits of using ServicePRO?...

More information

= Real Solutions. InTouchPOS and InTouchOffice Informational Booklet and Sample Reports. Page 1

= Real Solutions. InTouchPOS and InTouchOffice Informational Booklet and Sample Reports. Page 1 Page 1 = Real Solutions InTouchPOS and InTouchOffice Informational Booklet and Sample Reports 1601 N. California Blvd., Walnut Creek, CA 94596 (800) 777-8202 www.intouchpos.com Table of Contents Page 2

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

Enterprise Call Recorder

Enterprise Call Recorder Enterprise Call Recorder Installation and Setup Guide Algo ECR Version 2.3 Document #:ECR-SV-02 sales@algosolutions.com support@algosolutions.com www.algosolutions.com About this Manual This User Guide

More information

Your business always on. 1. Booking Management

Your business always on. 1. Booking Management Your business always on 1. Booking Management 1 CONTENTS CONTENTS... 2 1. INTRODUCTION... 3 About this Document... 3 Overview... 3 Payment & Account Cancellation... 5 2. BOOKINGS... 6 Login & Logout...

More information

IBM. Mobile Applications User s Guide. IBM Workload Automation. Version 9 Release 4

IBM. Mobile Applications User s Guide. IBM Workload Automation. Version 9 Release 4 IBM Workload Automation IBM Mobile Applications User s Guide Version 9 Release 4 IBM Workload Automation IBM Mobile Applications User s Guide Version 9 Release 4 Note Before using this information and

More information

Aldelo Gift Card Server User Manual

Aldelo Gift Card Server User Manual Aldelo Gift Card Server User Manual Aldelo Gift Card Server User Manual PUBLISHED BY Aldelo, LP 6800 Koll Center Parkway, Suite 310 Pleasanton, CA 94566 Copyright 1997-2014 by Aldelo LP. All rights reserved.

More information

Xerox FreeFlow Digital Publisher Automating print and digital production to open new horizons for you and your customers.

Xerox FreeFlow Digital Publisher Automating print and digital production to open new horizons for you and your customers. Xerox FreeFlow Digital Workflow Collection Brochure Xerox Automating print and digital production to open new horizons for you and your customers. Content owners need to broaden their reach. You want to

More information

Hotel. Factsheet. Tel: DTS Digital Ltd. Unit 1b, Midland Place, Midland Way, Barlborough Links, Barlborough, Chesterfield S43 4FR

Hotel. Factsheet. Tel: DTS Digital Ltd. Unit 1b, Midland Place, Midland Way, Barlborough Links, Barlborough, Chesterfield S43 4FR Hotel Factsheet Tel: 01246 810 198 DTS Digital Ltd. Unit 1b, Midland Place, Midland Way, Barlborough Links, Barlborough, Chesterfield S43 4FR Web: www.dts-digital.co.uk Email: info@dts-digital.co.uk ITOUCH

More information

QUICK GUIDE TO CYPRESS RESUME

QUICK GUIDE TO CYPRESS RESUME QUICK GUIDE TO CYPRESS RESUME About Cypress Resume Cypress Resume is an online resume and cover letter builder. The platform enables users to create very basic, but professional looking resumes in three

More information

Perfect Service. Testing: Landesk Service Desk 7.6. Dr. Götz Güttich

Perfect Service. Testing: Landesk Service Desk 7.6. Dr. Götz Güttich Testing: Landesk Service Desk 7.6 Perfect Service Dr. Götz Güttich With Service Desk 7.6, LANDesk delivers a powerful IT service management solution for IT service providers and support organizations.

More information

The content can be provided to ORACLE iprocurement in basically 3 ways:

The content can be provided to ORACLE iprocurement in basically 3 ways: BT Procurement and Supply Chain 3 Catalogues and Content Options 3.1 Introduction The default method of ordering on ORACLE iprocurement is non-catalogue ordering or Special Requirements. This is a basic

More information

Pepperi Plugin for SAP Business One

Pepperi Plugin for SAP Business One Pepperi Plugin for SAP Business One April. 2015 Ver 1.1 Contents 1 Introduction...4 1.1 System Requirements... 4 1.2 Glossary... 4 2 System Architecture...5 3 Overview...6 3.1 Installation and Setup...

More information

FingerPrints. Faster Service, At Your Fingertips.

FingerPrints. Faster Service, At Your Fingertips. Faster Service, At Your Fingertips. delivers the speed and reliability quick service restaurants need to delight guests Simplify Processes. Reduce Errors. Accelerate Performance. Engage Guests. Maximize

More information

Elixir EDMS: Program by yourself Run then Specify

Elixir EDMS: Program by yourself Run then Specify Elixir EDMS: Program by yourself Run then Specify 1 Introduction Enterprises need to automate their daily processes in order to cut cost and efforts and to enhance the quality. However, Building enterprise

More information

EMenu Card systems for Restaurants

EMenu Card systems for Restaurants EMenu Card systems for Restaurants Maithili Venkateshwara Rao MAngalagiri * Electronics and Telecomm & SRTMUN Abstract This paper presents the development of smart order system in restaurant. The development

More information

IBM i Version 7.2. Systems management Advanced job scheduler IBM

IBM i Version 7.2. Systems management Advanced job scheduler IBM IBM i Version 7.2 Systems management Advanced job scheduler IBM IBM i Version 7.2 Systems management Advanced job scheduler IBM Note Before using this information and the product it supports, read the

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

Smart Communications for Small and Medium Business. UC Suite for UNIVERGE SV9100

Smart Communications for Small and Medium Business. UC Suite for UNIVERGE SV9100 Smart Communications for Small and Medium Business UC Suite for UNIVERGE SV9100 The UC Suite Will Change the Way You Work At a Glance Innovative applications that increase efficiency and productivity Simplified

More information

Version 4 Reference Guide. Mobile Inspections. January 2013

Version 4 Reference Guide. Mobile Inspections. January 2013 Version 4 Reference Guide Mobile Inspections January 2013 The information in this document is subject to change without notice. The most recent version of this content may be accessed through the help

More information

Zoho Creator 5 - Release Notes. Zoho Creator. Release Notes

Zoho Creator 5 - Release Notes. Zoho Creator. Release Notes Zoho Creator 5 Release Notes Application You can now build and deploy apps that enable a mobile first experience You can install apps from the new App Deck, which features 50+ ready to use industry specific

More information

What s New in WashConnect? System Requirement. New Benefits, Features, and Enhancements. WashConnect Version

What s New in WashConnect? System Requirement. New Benefits, Features, and Enhancements. WashConnect Version November 12, 2018 What s New in WashConnect? We are pleased to announce the following new benefits, features, and enhancements in the WashConnect management system. New and improved WashConnect features

More information

What s New in WashConnect? System Requirement. New Benefits, Features, and Enhancements. WashConnect Version

What s New in WashConnect? System Requirement. New Benefits, Features, and Enhancements. WashConnect Version November 21, 2018 What s New in WashConnect? We are pleased to announce the following new benefits, features, and enhancements in the WashConnect management system. New and improved WashConnect features

More information

What s New in WashConnect? System Requirement. New Benefits, Features, and Enhancements. WashConnect Version

What s New in WashConnect? System Requirement. New Benefits, Features, and Enhancements. WashConnect Version January 11, 2018 What s New in WashConnect? We are pleased to announce the following new benefits, features, and enhancements in the WashConnect management system. New and improved WashConnect features

More information

Nobix JobQue /X. Delivering the Best Value in Job Scheduling WHITE PAPER JANUARY 2007

Nobix JobQue /X. Delivering the Best Value in Job Scheduling WHITE PAPER JANUARY 2007 Nobix JobQue /X Delivering the Best Value in Job Scheduling WHITE PAPER JANUARY 2007 001.925.659.3500 800.538.3818 925.659.3500 925.659.3599 fax www.nobix.com 2005 Nobix, Inc, JobQue, and JobRescue are

More information

H.E.L.P. HARVESTERS EXPRESS LEARNING PROGRAM User Guide for Harvesters Express 3.0 Ordering System

H.E.L.P. HARVESTERS EXPRESS LEARNING PROGRAM User Guide for Harvesters Express 3.0 Ordering System H.E.L.P HARVESTERS EXPRESS LEARNING PROGRAM User Guide for Harvesters Express 3.0 Ordering System A Customer Care Training Program Created For Harvesters Member Agencies Version 3.0 Issued February 5,

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

TRAINING DOCUMENT Internet Expenses Administrator

TRAINING DOCUMENT Internet Expenses Administrator TRAINING DOCUMENT Internet Expenses Author: William Arthur Green, Jr. Creation Date: March 26, 2007 Last Updated: September 28, 20 Control Number: Version: 1 Approvals: William Green Document Control Change

More information

City National Book2Bank User Guide MARCH 2018

City National Book2Bank User Guide MARCH 2018 City National Book2Bank User Guide MARCH 2018 Copyright 2018 City National Bank City National Bank is a subsidiary of Royal Bank of Canada Page 2 Contents BOOK2BANK OVERVIEW... 4 What is Book2Bank? 4 What

More information

YZP : SAUTER Vision Center

YZP : SAUTER Vision Center YZP 480...495: SAUTER Vision Center SAUTER Vision Center: Central building management and visualisation of decentralised installations SAUTER Vision Center (SVC) is a web-based building management solution

More information

Quick Reference Guide Welcome to the GBEX Marketplace

Quick Reference Guide Welcome to the GBEX Marketplace Quick Reference Guide Welcome to the GBEX Marketplace HOMEPAGE To begin shopping, select the Click Here To Begin Shopping Button. This will direct you into Office Depot s online catalog specific to your

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

Business Process Management (BPM) system SimBASE 4 Introduction June 2015

Business Process Management (BPM) system SimBASE 4 Introduction June 2015 4 [ r ] e v o l u t i o n Business Process Management (BPM) system SimBASE 4 Introduction June 2015 Contents Part 1: What is SimBASE 4 Part 2: Architecture and technologies Part 3: User interfaces Part

More information

Welcome to the course on the initial configuration process of the Intercompany Integration solution.

Welcome to the course on the initial configuration process of the Intercompany Integration solution. Welcome to the course on the initial configuration process of the Intercompany Integration solution. In this course, you will see how to: Follow the process of initializing the branch, head office and

More information

Copyright Wolf Track Software

Copyright Wolf Track Software Copyright 2009. Wolf Track Software No part of this publication may be reproduced in any form, by Photostat, Microfilm, xerography, or any other means, which are now known, or to be invented, or incorporated

More information

Old Navy Marketing To Go

Old Navy Marketing To Go Old Navy Marketing To Go Store Tutorial The purpose of this tool is for individual Old Navy stores to be able to order and track marketing materials. Login URL: https://oldnavy.pacdigital.com Old Navy

More information

PISA. (Planning, Integration, Security and Administration) An Intelligent Decision Support Environment for IT Managers and Planners.

PISA. (Planning, Integration, Security and Administration) An Intelligent Decision Support Environment for IT Managers and Planners. NGE Solutions Building the Next Generation Enterprises PISA (Planning, Integration, Security and Administration) An Intelligent Decision Support Environment for IT Managers and Planners Demo Example May

More information

Hotel IT CHAM Manual. User Guide. Online Hotel channel management System. Hotel IT Solution 1

Hotel IT CHAM Manual. User Guide. Online Hotel channel management System. Hotel IT Solution 1 Hotel IT CHAM Manual User Guide Hotel IT CHAM Online Hotel channel management System 1 On Successful login in to Hotel IT CHAM, the very first screen that will appear is the Dashboard view of your Hotel

More information

NorthStar Club Management System. Retail Point of Sale (RPOS) Version General Users Guide RPOS

NorthStar Club Management System. Retail Point of Sale (RPOS) Version General Users Guide RPOS Retail Point of Sale (RPOS) Version 2.3.0 RPOS-12052006 December 05, 2006 Copyright Statement Except as otherwise specifically noted, NorthStar Technologies, Inc. reserves the right to change all or part

More information

TouchBistro V Release Notes Page 1

TouchBistro V Release Notes Page 1 What's New in TouchBistro 7.2.7 TouchBistro 7.2.7 is only available for ipads running ios 10 (and subsequent updates). See below for important steps you need to take if you have the any of the following

More information

products customers orders billing finance R6 Integration Platform

products customers orders billing finance R6 Integration Platform R6 Functional Overview products customers orders billing finance Integration Platform R6 Integration Platform Based on JavaEE the R6 Integration Platform is providing a powerful Workflow Management, Notification

More information

Productivity. PPS Cart: PulseNet Production Systems. Powerful Tools for Better Performance

Productivity. PPS Cart: PulseNet Production Systems. Powerful Tools for Better Performance Productivity : PulseNet Production Systems Powerful Tools for Better Performance This page intentionally left blank. I Contents Introduction 1 What is 1 Using this Manual 1 System Setup 2 Open PPS Monitor

More information

Oracle Knowledge Analytics User Guide

Oracle Knowledge Analytics User Guide Oracle Knowledge Analytics User Guide Working with Oracle Knowledge Analytics Reports Oracle Knowledge Version 8.4.2.2 April, 2012 Oracle, Inc. COPYRIGHT INFORMATION Copyright 2002, 2011, Oracle and/or

More information