Software Design Descriptions. Good Eats Inc. Total Web ERP (GE-TWERP)

Size: px
Start display at page:

Download "Software Design Descriptions. Good Eats Inc. Total Web ERP (GE-TWERP)"

Transcription

1 Software Design Descriptions For the Good Eats Inc. Total Web ERP (GE-TWERP) Version 1.0 Awaiting Approval Prepared by Troy Delanoe Anderson Anderson Enterprises April 3, 2014

2 Software Design Document for Good Eats Inc. Total Web ERP Page ii Table of Contents Table of Contents... ii Revision History... ii 1. Introduction Purpose Scope... Error! Bookmark not defined. 1.3 Definitions, Acronyms and Abbreviations References Reference Listing Decomposition Descriptions Module Decomposition Process Data Import Process Supplier Information Interface Descriptions Webstore Interface Appendix A: Laugh Model...15 Revision History Name Date Reason For Changes Version

3 Software Design Document for Good Eats Inc. Total Web ERP Page 1 1. Introduction The Software Design Document provides an informational representation of the software systems to be created. This document includes graphical and narrative documentation to assist in the development and understanding of the Good Eats Inc. Total Web Enterprise Resource Planning (GE-TWERP) system. 1.1 Purpose The purpose of the Software Design Document is to provide documentation which will aid in software development by providing necessary informational representation of software systems and how the software system is structured. It is used as a translation of requirements necessary for the creation of the software to fulfill its purpose and describes the software components, interfaces and necessary data for implementation. 1.2 Scope The Software Design Document identifies design entities and describes their type, purpose, functions, attributes, subordinates, dependencies, interfaces and data elements. This may include the resources and processing required to fulfill their functions. 1.3 Definitions, Acronyms and Abbreviations Term Attribute DFD Customer Data Database DBMS Dependencies Design Entity Employee ERP GE-TWERPS GUI Interface Quarry Repository SRS Subordinate Table 1 - Definitions Definition Characteristic or property. Provides a statement of fact about the object it references. Data Flow Diagram - a graphical notation that depicts how data moves through a system. Both Online and Store customer of the Good Eats Inc. franchise Facts and statistics collected together for reference or analysis An organized collection of data Database Management System -system that interacts with the user, other applications, and the database itself to capture and analyze data. An object or system that is required in order for another to operate. An element (component) of a design that is structurally and functionally distinct from other elements and that is separately named and referenced. Any individual employed by Good Eats Inc. Enterprise Resource Planning Good Eats Total Web Enterprise Resource Planning System Graphical User Interface Interactions between entities or objects A statement and way of retrieving information from a database A logical, but also sometimes physical grouping of data from related but separate databases Software Requirements Specification Objects that compose a lager object.

4 Software Design Document for Good Eats Inc. Total Web ERP Page 2 User Frame Someone who interacts with the GE-TWERPS web application A part of a web page or window which displays content independent of its container 2. References This section lists the references used to format the Software Design Description document and other references utilized to formulate the ideas presented. 2.1 Reference Listing [1] IEEE Software Engineering Standards Committee, IEEE Std , IEEE Recommended Practice for Software Design Descriptions, September 23, [2] IEEE Software Engineering Standards Committee, IEEE Std , IEEE Standard Glossary of Software Engineering Terminology December 31, [3] IEEE Software Engineering Standards Committee, IEEE/ISO/IEC , Systems and software engineering Vocabulary, December 15, 2010 [4] IEEE Software Engineering Standards Committee, IEEE Std. 1233, IEEE Guide for Developing System Requirements Specifications, December 8, 1998

5 Software Design Document for Good Eats Inc. Total Web ERP Page 3 3. Decomposition description This sections describes the division of the GE-TWERP system into design entities. It describes the structure of the software and the functions/purposes of each entity along a detailed description. The section includes a hierarchical structure of entities. The overall system can be seen by the entity diagram in Figure Module Decomposition Figure 1: GE-TWERP and Subsystem Interactions GE-TWERP requires three separate components to function correctly, that being the Online Store Database, the Local Store Databases and the Regional Warehouse Databases. We will break down how all items interact fully in the following section. Figure 2 shows the shapes that compose the following diagrams.

6 Software Design Document for Good Eats Inc. Total Web ERP Page 4 Figure 2.1: Data Flow Diagram Shapes As was stated in the GE-TWERP Software Requirements Specification, the GE-TWERP database imports information into itself every day from the other company databanks. To ensure data integrity and decrease the burden on these databases, it occurs at 03:00 AM when stores and warehouses are closed and very few online orders are being processed. When a request comes from a user of the GE-TWERP web service for data newer than that held in its repository, it will import the specified data necessary from each specified system. This data is held only until the report is generated then, removed from the system to ensure that duplicate data does not occur during the daily update the following update period. Each of the three other components that the GE-TWERP system requires functionality on their own with minimal connectivity between each other. Figure 3 shows the breakdown of the level 1 DFD and each components interaction. Figure 2.2 shows what each color scheme relates to in Figure 3. Following Figure 3 is breakdowns of each process and their accompanying information for design specifications. Figure 2.2 DFD Color Scheme Key

7 Software Design Document for Good Eats Inc. Total Web ERP Page 5 Figure 3 Level 1 DFD

8 Software Design Document for Good Eats Inc. Total Web ERP Page Process Data Import Figure 3.9 Data Import Process Figure 3.9 shows the breakdown from the level 1 DFD to a level 2 DFD of the Data Import process for the GE-TWERPS system. The GE-TWERP database upon either request by headquarters users requesting a quarry in which data is not already loaded, or upon 03:00 AM data import, must quarry other Good Eats Inc. databases and copy necessary data. These external databases include the online store database, individual stores databases and regional supply databases. Each process that must occurs is defined in the following sections Determine Data Import Type The GE-TWERP database shall determine which type of import is being requested. Internally data will differ on how it is stored dependent on the type. If data is to be imported during the 03:00 AM import then the data will be added to the internal structure of the database, with unique numerical keys upheld with current numbers in the system. If the data import is for a quarry by headquarters users, then the data will be assigned temporary space that to the user seems contiguous but internally is a faux unique number identifier. This data shall be deleted upon finishing the report generation from the quarry data Determine Database Requested The GE-TWERP database shall determine which external database the import data must come from. The GE-TWERP database shall take a multiple database import request and break it down into single database requests during this process Determine Data Requested What type of data is imported from the specified data import request is handled internally in the GE-TWERP system. The system shall load proper variable names of the specified database to access the required data. The system shall have the Primary Keys of each database table and be able to create proper quarries dependent on the individual requirements.

9 Software Design Document for Good Eats Inc. Total Web ERP Page Process Data Import After the GE-TWERP system accomplishes the determination of variables necessary for the data import of a specified external database, it shall perform a connection to the external database and retrieve the proper data through proper quarry. The quarry will return the information requested, whereupon the data will be filed in either a temporary table or added to the internal tables of the GE-TWERP database. Deletion of temporary table data is accomplished in Process Process Supplier Information Figure 3.11 Processing of Supplier Information The processing of supplier information is handled only in the regional warehouse databases. All information pertaining to quarrying, inputting and editing supplier/item information is handled in these databases. The items and suppliers are currently not completely ubiquitous between each database and may become concurrent at a later date on the decision of the Good Eats Inc. headquarters department. Each regional warehouse may manually enter supplier/item information or may run patches by the Good Eats Inc. to semi-synchronize each database with specific supplier/item details. All these databases shall have the capabilities of doing both. The decomposition of the handling of the supplier information process includes navigation, processing quarries, adding new item/supplier information and editing/deleting existing information. The following sections expounds on these subjects

10 Software Design Document for Good Eats Inc. Total Web ERP Page Navigation of Supplier/Item Screens The user GUI shall be able to load to the appropriate screens when clicked upon. The screens for supplier and items screens include the Quarry Database screen, the Add Information screen and the Edit Details screen. Each screen handles a different function to include adding, altering and quarrying data from the regional supply database. The screens are viewed on the display in the form of a GUI (Graphical User Interface) Process Database Request Both the Quarry Screen process and the Edit Information process use the Database Request Process. The Database Request process formulates the proper quarry structure statements and interacts with the regional warehouse database, requesting the information, receiving responding data and returning it to the original process to display in the GUI.. Users shall be able to look up information on suppliers and items in the following ways: a. By supplier ID b. By supplier Name c. By supplier Location (Country, State, City and Zip sub searches) d. By item serial number e. By item name f. By item type g. By item department h. By price range i. By wildcard description details Process Administrator Login The system will ensure that only individuals with proper privilege levels will be able to add, alter and delete information out of the database. This will be reserved to managers and database maintainers in order to protect system integrity Process Add Information Request The Add Information Request Process requires a higher level of system privilege to operate. Normal users shall not be able to add information on items or suppliers in order to maintain system integrity. After administrator rights are given through the login process (11.3), the user shall be able to do the following: a. Add a new supplier ID, name, location (address details), contact information, representative details, contract codes and supplier type. b. Add new item details to include: item serial, name, description, product type, size, purchase price, supplier ID, department corresponding, shipping price and retail price. After input of required data and submission to the warehouse database, the user shall receive a confirmation page if information was added or an error page if it was not. This process shall be able to function through a mass data collection supplied by headquarters Process Edit Information Request The Edit Information Request Process requires a higher level of system privilege to operate. Normal users shall not be able to edit information on items or suppliers in order to maintain system

11 Software Design Document for Good Eats Inc. Total Web ERP Page 9 integrity. After administrator rights are given through the login process (11.3), the user shall be able to do the following: a. Quarry an Item or Supplier by ID/Serial Number/Name (through process 11.2) b. View full details of the quarry c. Edit any details of the selected item or supplier d. Save edited information to the database and be prompted with a confirmation of edit acceptance or error if not e. Database shall update all information for previous purchase orders, shipments and inventory data. This process shall be able to function through a mass data collection supplied by headquarters.

12 Software Design Document for Good Eats Inc. Total Web ERP Page Interface Descriptions This section describes the interfaces for end users to interact with the Good Eats databases. This includes the GE-TWERP interface, the warehouses supply interface, the local stores supply and sales interface and the customer online store interface. 4.1 Web Store Interface The Good Eats web store interface is used by customers in the purchasing of products from local stores either as a delivery to home or as in store pickup. Customers are able to browse their local stores inventory and locate items of interest through their search criteria Basic Layout Figure Web Store Home Screen

13 Software Design Document for Good Eats Inc. Total Web ERP Page 11 The basic layout for the Good Eats web store is depicted in Figure and shows what customers will be shown upon loading the html file. The top of the page shall depict the Good Eats name in their respective font and color and their company statement good food for a good life. Below is the main navigational bar that contains from left to right the links to: homepage, departments, store locations, company info (about), company news (news), contact information (contact), sign in, and the customer cart icon at the far right. Below the navigation bar on the left shall contain as a navigation frame in descending order: the search bar, hot items and seven of the most purchased items that week, deals and seven items that are currently marked down and recently viewed, with up to seven items the customer has most recently viewed in descending order. Below the navigation bar and to the right shall be the most recent corporate statement and then news articles that will be at most three and at least one. Below is breakdowns of each of these sections Top of Page and Page Details The running header for the web store shall be Good Eats Web Store. The top most point of the window shall show good eats inc. in their signature font along with the Good Eats company statement of good food for a good life Navigation Bar Figure 4.1.2: Navigational Bar As depicted in Figure 4.1.2, the navigational bar will contain the following links: homepage, departments, store locations, about, news, contact, sign in and a customer cart. Each link brings the customer to different web pages. The homepage, departments, store locations, about, news and contact web pages all have the same overall look. The top and left navigational menus and bars shall remain, while the right most data will alter in accordance with the location they are at. The sign in and cart screens will look different as they contain data for processing their order and login information Homepage The homepage shall look similar to Figure This is the overall aesthetic of the web store. The right most data will contain a message from the Good Eats Company to customers and below will be the most recent news which is populated through an RSS newsfeed Departments The department page shall provide customers with departments to search from for products. These include: Produce, Canned Food, Organic, Meat, Deli & Bakery, Beer and Wine, Pastas, Dairy and Grocery. Upon clicking one of these departments, customers shall be able to browse items that compose these specific departments. Each item may then be clicked upon for full details and added to their online cart Store Locations The store locations page shall provide customers with store locations broken down by: region, state and city. They may also find store locations with a search box for looking up their closest store by the customer s zip code. After selecting a store, customers will be prompted with saving the store as their closest store (for loading inventory data) and shall display the stores contact information About

14 Software Design Document for Good Eats Inc. Total Web ERP Page 12 The about page shall display a company statement about the inception and evolution of the Good Eats franchise. This information will be supplied by the Public Relations department of headquarters News News is updated on an RSS feed and will cycle with the newest updates appearing higher on the news page. A maximum of five items may display at once on each page, with links to older news articles at the bottom Contact This page will display regional numbers and contact details along with a dialogue boxes for filling out to send a message directly to the Public Relations department Sign In The sign in screen does not have the leftmost navigation frame. It allows users to access their saved accounts which imports in their contact information upon checkout and their local store for product searches. The sign in screen is a standard user name and password field along with a dialogue for Register as New Customer and Continue as Guest. Figure shows what a conceptual version of the frames data. Figure Sign-In Dialogue Frame Shopping Cart The shopping cart screen shall show all items the customer has added to their cart to purchase. Items will be displayed in alphabetical order and have the following information displayed left to right: a product image, product name, price, amount requested, total price. Below all items in the total price column will display the total amount all items added up will be. Beside this figure will be the checkout button which will direct customers to the secure checkout function of the web store Left Navigational Bar (Search and Items Bar) The leftmost frame shall be a navigational bar for customers to utilize for product searching and hot linking of specific items. These hot links include items that have seen the most purchases in the last week, items on sale and items the customer has most recently viewed. Figure shows an approximation of what the frame shall look like Search Box

15 Software Design Document for Good Eats Inc. Total Web ERP Page 13 The search box shall allow customers the ability to input search criteria such as brand name, item description or item type and locate items that are similar to their quarry. The search contacts the web store database and performs the quarry, returning products in the proper XML output to be viewed on the web store. This search is a wildcard search through all variables of the items stored in the repository. After initial search, customers will be prompted with the option of choosing a refined search Hot Items Section The hot items section shall be automatically updated to display seven of the most purchased items by online customers within the last seven days. Website administrators shall have the ability to manually post this data through override code if needed. Each item references an item page which displays the items full details for the customer Deals Section The deals section shall display a minimum of one and a maximum of seven items that are currently on sale. These items are propagated internally by the web store database. Manual entry by website administrators shall be available. Each product shall be marked down from their original price. Each item references an item page which displays the items full details for the customer Recently Viewed The recently viewed section shall display a minimum of none and a maximum of seven items that the customer has recently viewed on the web store. These items are propagated as the customer browses the item details on the web store. Each item references an item page which displays the items full details for the customer Center Information Frame Figure Left Nav Bar The center informational frame shall display the most recent statement to customers from the Good Eats Public Relations department and shall be manually entered by website administrators. Below this statement shall be at a minimum of one and a maximum of three of the most recent news announcements. Figure shows a conceptual design of this frame Public Relations Statement The public relations statement shall be created by the Good Eats Public Relations department and manually entered by website administrators. This statement is designed to attract customers to purchase from the Good Eats Inc. and requires their consumer and marketing knowledge to properly engage customers News Announcements The news announcements bar shall display at a minimum one and maximum of three news stories dependent on the amount of space that each stories requires. The homepage is designed to not require the customer to have to scroll on most displays when viewed full screen. The news announcements are created by headquarters public relations/marketing and passed on to the web

16 Software Design Document for Good Eats Inc. Total Web ERP Page 14 administrators. The web administrators script out the announcements as an RSS feed which auto updates on the news page and on the homepage. Figure : Center Information Frame

17 Software Design Document for Good Eats Inc. Total Web ERP Page 15 Appendix A: Laugh Model *I have nothing to put here so I thought maybe this will break up the monotony of reading all our SDDs.*

Getting Started with Guy Brown Office Direct. Help and tips for getting the most out of your purchasing experience with Guy Brown Office Direct

Getting Started with Guy Brown Office Direct. Help and tips for getting the most out of your purchasing experience with Guy Brown Office Direct Getting Started with Guy Brown Office Direct Help and tips for getting the most out of your purchasing experience with Guy Brown Office Direct WELCOME Thank you for partnering with Guy Brown. We are glad

More information

Purchase Order Processor

Purchase Order Processor Purchase Order Processor Last Update: 6/26/13 Digital Gateway, Inc. All rights reserved ii Table of Contents PO PROCESSOR... 1 SETUP... 5 CONNECTION SETTINGS... 5 Overview... 5 PO Processor Settings Manager...

More information

SAP Shopping Cart for Custodians

SAP Shopping Cart for Custodians BUSINESS & PRODUCTIVITY TECHNOLOGY & INFORMATION SYSTEMS SERVICES DIVISION USER SUPPORT SERVICES: EMPLOYEE BUSINESS TRAINING SAP Shopping Cart for Custodians Revised: October 2010 TABLE OF CONTENTS OVERVIEW...

More information

Requisition Entry Guide. Direct questions to Procurement & Contract Services, x5134

Requisition Entry Guide. Direct questions to Procurement & Contract Services, x5134 Requisition Entry Guide Direct questions to Procurement & Contract Services, x5134 Requisition Entry Guide Refer to Log into PeopleSoft Financials guide for login instructions. Once logged in, click on

More information

TungSpot User Manual Last Update 5/20/2013

TungSpot User Manual Last Update 5/20/2013 TungSpot User Manual Last Update 5/20/2013 TungSpot User Manual 1. Introduction... 2 1.1 Overview... 2 1.2 Login... 2 1.3 Navigation Tools... 3 2. Homepage... 4 2.1 Overview of Home Page... 4 2.2 My Purchases...

More information

AiM 8.0 Reference Guide Environment

AiM 8.0 Reference Guide Environment 2015 AssetWorks LLC 1777 NE Loop 410, Suite 1250 San Antonio, Texas 78217 (800) 268-0325 REVISIONS This document is based on AiM 6.0. Subsequent releases have prompted the following revisions to this baseline:

More information

All About Catalog. Contents. West Virginia University Information Technology Services. ecommerce End User Advanced Guide

All About Catalog. Contents. West Virginia University Information Technology Services. ecommerce End User Advanced Guide Contents All About Catalog Browse...2 Add a Product...5 Basic Info...5 Display Options...6 Taxes & Shipping...6 Inventory Control...7 Descriptions...8 Left Side Menu...9 Product Details...9 Images and

More information

SAFILONET MANUAL REVISION SAFILONET Sàfilo Group s e-business system

SAFILONET MANUAL REVISION SAFILONET Sàfilo Group s e-business system SAFILONET Sàfilo Group s e-business system Revision 2014 1 INDEX 1. INTRODUCTION TO SAFILONET 1.1 Hardware and Software 1.2 Username and Password 1.3 Advice on using the site 1.4 Content visibility 1.5

More information

AGCO Technical Publications

AGCO Technical Publications Welcome to the web site, your one-stop source for AGCO technical publications and manuals. Items available for order include operator-user manuals, technical service manuals and parts books pertaining

More information

Signing on to Smartstream

Signing on to Smartstream Signing on to Smartstream To access Smartstream: Open the Internet Explorer homepage. Click on Staff Applications Under Staff Applications, scroll to the "Smartstream" option. Click on that option. 1 Signing

More information

Electronic Appraisal Delivery (EAD) Portal. FHA EAD General User Guide

Electronic Appraisal Delivery (EAD) Portal. FHA EAD General User Guide Electronic Appraisal Delivery (EAD) Portal FHA EAD General User Guide Last Updated: October 2015 FHA EAD General User Guide Page 2 of 87 Version 1.3.1 TABLE OF CONTENTS INTRODUCTION... 6 WHAT IS THE ELECTRONIC

More information

eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central

eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central Table of Contents Installation Guide... 3 eshop Account Registration in Dynamics 365 Business Central:... 3 eshop Setup

More information

Requisitioner Training Manual

Requisitioner Training Manual Requisitioner Training Manual Larry McWilliams Procurement Department lmcwilli@kent.edu Revised December 2018 0 Introduction The purpose of this training guide is to familiarize the user with FlashCart,

More information

Main Login Screen Enter user name and password. New users can call or customer service using the information provided. If you have forgotten

Main Login Screen Enter user name and password. New users can call or  customer service using the information provided. If you have forgotten Main Login Screen Enter user name and password. New users can call or email customer service using the information provided. If you have forgotten your password, enter your email address in the box provided

More information

CARE USER MANUAL REVISION MAY 2017

CARE USER MANUAL REVISION MAY 2017 CARE USER MANUAL REVISION MAY 2017 1. LOGIN INSTRUCTIONS 3 2. PASSWORD RECOVERY 3 3. PAGE LAYOUT / NAVIGATION 4 4. ACCESS 4 5. INITIAL USER MENU SCREEN 4 6. ESTABLISHING OR DELETING A PROJECT 5 6.1 TO

More information

FedEx Office Print Online Corporate

FedEx Office Print Online Corporate Quick Reference Guide DocStore Catalog Log in to FedEx Office Print Online Corporate 1. Open your browser and navigate to: https://printonline.fedex.com/nextgen/wu 2. Input User ID and Password and click

More information

Software design descriptions standard

Software design descriptions standard Tuffley Computer Services Pty Ltd Quality Management System Software design descriptions standard Version: 2.0 Date: 09/05/11 Status: Approved Copy no.: Controlled Approved by: Approver s name: Approver

More information

Web Support for Healthcare Products. https://isupport.nuance.com. User Guide

Web Support for Healthcare Products. https://isupport.nuance.com. User Guide from Nuance Healthcare Web Support for Healthcare Products https://isupport.nuance.com This document changes frequently. Check isupport Solution #12552 for the latest version. https://isupport.nuance.com/oa_html/csksxvm.jsp?nsetnumber=12552

More information

WebCRD Ad-Hoc Ordering Instructional Walk-through Document

WebCRD Ad-Hoc Ordering Instructional Walk-through Document WebCRD Ad-Hoc Ordering Instructional Walk-through Document Spectrum Brands Ad-Hoc Ordering December 2016 Ver. 2.0 2013 Xerox Corporation. All rights reserved. Xerox and Xerox and Design are trademarks

More information

Reference Guide For Purchasers And Approvers.

Reference Guide For Purchasers And Approvers. Reference Guide For Purchasers And Approvers www.grandandtoy.com Table Of Contents Sign in 3 Selecting an Account 4 Order Details Main Order Page 5 Order Details Adding to an Order 6 Order Details Changing

More information

Overview & Training Materials

Overview & Training Materials Overview & Training Materials Introduction SimplifyIT s Intranet Portal and Enterprise Management Solutions including a help desk, knowledge base, training management, vendor management and more is designed

More information

Customer Care - How to Order Replacement Parts Using RPP

Customer Care - How to Order Replacement Parts Using RPP Customer Care - How to Order Replacement Parts Using RPP February 07 How to Access the site RPP is accessed by entering www.replacementpartspros.com in your web browser: The RPP home/login page is shown

More information

OHSAH MSDS Database User Guide. Version 4.3, October 2010

OHSAH MSDS Database User Guide. Version 4.3, October 2010 OHSAH MSDS Database User Guide Version 4.3, October 2010 About the OHSAH MSDS Database The OHSAH MSDS (Material Safety Data Sheet) Database is an online resource developed to support Workplace Hazardous

More information

1. OpenCart 1.5 Home Browsing the store front Admin interface Catalog Categories

1. OpenCart 1.5 Home Browsing the store front Admin interface Catalog Categories 1 1. OpenCart 1.5 Home............................................ 5 1.5.1 Browsing the store front.................................. 5 1.5.2 Admin interface......................................... 14

More information

V4.0 User Guide Last Updated: July 2010

V4.0 User Guide Last Updated: July 2010 V4.0 User Guide Last Updated: July 2010 1.0 Getting Started Welcome to StarterSearch.com, Fidelity National Title Group's most comprehensive prior policy lookup application. In order to provide title operations

More information

PlanWell Enterprise. User Manual

PlanWell Enterprise. User Manual PlanWell Enterprise User Manual 1 Table of Contents Finding PlanWell and Logging On... 4 Public Projects... 5 Guest Access... 5 Login to your Account... 6 Populating Shopping Cart... 6 Most Current Set...

More information

AutomationDirect.com Order Import Feature

AutomationDirect.com Order Import Feature AutomationDirect.com Order Import Feature This document describes the requirements to upload a CSV or XML format order file from your system into our AutomationDirect.com E-commerce system to create an

More information

Welcome to the Cub Cadet Dealer Community. Any questions please

Welcome to the Cub Cadet Dealer Community. Any questions please Welcome to the Cub Cadet Dealer Community Any questions please email dealercommunitysupport@cubcadet.com Go to www.mtdcommunity.com Initial Log In - Enter User ID & Password you received in the email -

More information

Client Portal Training Manual

Client Portal Training Manual Nexsure Training Manual Client Portal Training Manual Version 2.1.3 Page Nexsure Training Manual 2011 XDimensional Technologies, Inc. All rights reserved. No part of this documentation shall be reproduced,

More information

Online Ordering Manual

Online Ordering Manual Online Ordering Manual for the Pay-LESS website www.paylessoffice.com Customer Log In... 2-3 Finding Your Account Number... 4 Searching for Products... 5-6 Quick Order... 7-8 Product Comparison... 9-10

More information

Fulfillment User Guide FULFILLMENT

Fulfillment User Guide FULFILLMENT Fulfillment User Guide FULFILLMENT TABLE OF CONTENTS I. System Requirements II. Logging In III. Launchpad a. Home b. Profile c. Settings IV. Dashboard Tab a. Actionable Insights b. Open Orders V. Transactions

More information

Settings Options User Manual

Settings Options User Manual Settings Options User Manual Settings Options User Manual 04/05/2016 User Reference Manual Copyright 2016 by Celerant Technology Corp. All rights reserved worldwide. This manual, as well as the software

More information

TE.0X0 SUPPLIER GUIDE Oracle NAC Subcontractor Staffing Tool (SST)

TE.0X0 SUPPLIER GUIDE Oracle NAC Subcontractor Staffing Tool (SST) OUM TE.0X0 SUPPLIER GUIDE Oracle NAC Subcontractor Staffing Tool (SST) Author: Adrienne Little Creation Date: May 6, 2012 Last Updated: September 5, 2012 Version: 1.0 1 DOCUMENT CONTROL 1.1 Change Record

More information

Partner estore. User Guide 24/7 Partnering Solutions

Partner estore. User Guide 24/7 Partnering Solutions Partner estore User Guide 24/7 Partnering Solutions General Introduction 4 Accessing the Partner estore 5 Searching for Products 6 Product Browsing, Quick and Advanced Search Placing an Order 12 Search

More information

Welcome to the Quincy Compressor Virtual Library! Topics. 1. Getting Started

Welcome to the Quincy Compressor Virtual Library! Topics. 1. Getting Started Welcome to the Quincy Compressor Virtual Library! Welcome to the Quincy Compressor Virtual Library system provided by RevBase. This webaccessible library contains all your sales, marketing, and technical

More information

PlanWell Enterprise. By clicking on [Find a PlanWell Location Near You], you will be able to search by zip code, state or country.

PlanWell Enterprise. By clicking on [Find a PlanWell Location Near You], you will be able to search by zip code, state or country. PlanWell Enterprise The PlanWell service is simple to use, and its ecommerce functions are likely to be familiar. You don t need any special tools or software to use it; just a current Microsoft Internet

More information

Document Search. Chapter 4. 09/17 Chapter 4 - Page 1. Copyright University of Pittsburgh. All rights reserved.

Document Search. Chapter 4. 09/17 Chapter 4 - Page 1. Copyright University of Pittsburgh. All rights reserved. Chapter 4 09/17 Chapter 4 - Page 1 Section Objectives At the end of this section, you should be able to: Perform a simple and an advanced search Search for and view requisition, purchase order and invoice

More information

Table of Contents Page 2

Table of Contents Page 2 OE TOUCH Table of Contents App User Guide... 3 Overview... 4 Features... 5 Installing the App... 6 Logging In... 7 Navigation... 13 Shop for Product... 15 Product Detail... 22 Shopping Cart... 29 Checkout...

More information

Enhanced new user experience with simple to use navigation and better buying experience. Trade accounts will see current order status, and history

Enhanced new user experience with simple to use navigation and better buying experience. Trade accounts will see current order status, and history NEW FEATURES AT ATLANTIC.REXEL.CA What s New? Enhanced new user experience with simple to use navigation and better buying experience Updated search functionality Trade accounts will see current order

More information

PeopleSoft Financials 9.2 Upgrade Candyse Edwards Health eshop Administrator. How to Create a Health eshop Requisition

PeopleSoft Financials 9.2 Upgrade Candyse Edwards Health eshop Administrator. How to Create a Health eshop Requisition PeopleSoft Financials 9.2 Upgrade Candyse Edwards Health eshop Administrator How to Create a Health eshop Requisition Upon logging into PeopleSoft, click on the Navigation/Compass Symbol and then Navigator.

More information

Webstore user guide. Table of Contents

Webstore user guide. Table of Contents Webstore User Guide Table of Contents New for Webstore 3.0 3 What the Polycom Webstore is 4 What the Polycom Webstore is not 4 Webstore Prerequisites 5 Accessing The Webstore 6 Obtaining access 6 Logging

More information

AiM Overview and Basic Navigation User Guide

AiM Overview and Basic Navigation User Guide AiM Overview and Basic Navigation User Guide East Carolina University Department of Facilities Services Version 2.0 May 2017 1 AIM OVERVIEW AND BASIC NAVIGATION USER GUIDE Welcome to AiM! AiM, "Intelligence

More information

Public-Private Dialogue

Public-Private Dialogue Public-Private Dialogue www.publicprivatedialogue.org The PPD Reform Tracking Tool A tutorial to use a tool designed to manage, track and report on Working Groups issues 1- INTRODUCTION... 3 2 - BROWSING

More information

Creating a Requisition

Creating a Requisition Creating a Requisition 1. To create a requisition for a company that does not have a catalog in PelliBiz, click on the Requisition Form button under the Shop bar. 2. Enter the vendor s name in the Enter

More information

Retail Fashion Expert User Guide Independent Customer

Retail Fashion Expert User Guide Independent Customer Retail Fashion Expert User Guide Independent Customer Training Material Document Version: 1.1 Software Version: 1.0 Last Revised: MAY21-10 Expert: Customer Service 204.982.5587 2008 Nygård International

More information

PetExec New Functionality Aide. Look for additional documentation, PDFs and Videos!

PetExec New Functionality Aide. Look for additional documentation, PDFs and Videos! PetExec 3.0 - New Functionality Aide Look for additional documentation, PDFs and Videos! (The PetExec Documentation link can be found by clicking on the menu icon located on the upper right hand corner

More information

MANAGING ACTIVITIES...

MANAGING ACTIVITIES... Sales Center Guide GETTING STARTED... 2 LOGGING INTO LASSO... 2 FINDING YOUR WAY AROUND... 3 CONTACTING SUPPORT... 3 ACCESSING THE SALES CENTER... 3 SALES CENTER TIPS... 5 SEARCHING FOR A REGISTRANT...

More information

Your step-by-step instructions to getting started on ipage. Includes:

Your step-by-step instructions to getting started on ipage. Includes: Your step-by-step instructions to getting started on ipage. Includes: Ordering Setting up Selection Lists What's on ipage Managing Your Relationship with Spring Arbor Through ipage Welcome to ipage, Spring

More information

JOB AID Shopping Using a Non-Catalog Form

JOB AID Shopping Using a Non-Catalog Form Access SpearMart by navigating to https://my.fsu.edu/ and logging in with your MyFSU username and password, and then click the SpearMart Icon under MyFSU Links: There are times when you need to order items

More information

CUSTOMER SEGMENTS HELP GUIDE

CUSTOMER SEGMENTS HELP GUIDE CUSTOMER SEGMENTS HELP GUIDE www.ticketbooth.eu/ticketing 0330 808 3307 TABLE OF CONTENTS Welcome to the Customer Segments Help Guide! 2 How to Search and Filter Customers 3 1. Browsing Segments 3 2. Searching,

More information

Customer Relationship Management Software Version 1.0. Administrator Guide Guide Version ITarian 1255 Broad Street Clifton, NJ 07013

Customer Relationship Management Software Version 1.0. Administrator Guide Guide Version ITarian 1255 Broad Street Clifton, NJ 07013 Customer Relationship Management Software Version 1.0 Administrator Guide Guide Version 1.0.111218 ITarian 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Introduction to CRM...5 1.1.Open the

More information

2. Fill in the blanks; fill your RETAILER/BRAND for Retail Merchant. When all filled, click on: Submit.

2. Fill in the blanks; fill your RETAILER/BRAND for Retail Merchant. When all filled, click on: Submit. Before Ordering 1. Type in www.myarchroma.com, you can see below screen. If you don t have the user name and password yet, click Request a User Name and Password. 2. Fill in the blanks; fill your RETAILER/BRAND

More information

ecommerce Solutions Electronic Ordering Instructions bsd.officedepot.com

ecommerce Solutions Electronic Ordering Instructions bsd.officedepot.com ecommerce Solutions Electronic Ordering Instructions bsd.officedepot.com Logging In 2. Open your Internet browser to access the Internet. In the address field, type the URL http://bsd.officedepot.com At

More information

Cost & Deals System (WHSE) Vendor/Broker. Overview. Brands FDLN GF G/M HRD PPOD S&S

Cost & Deals System (WHSE) Vendor/Broker. Overview. Brands FDLN GF G/M HRD PPOD S&S Brands FDLN GF G/M HRD PPOD S&S Purpose Start Materials To view or submit a Cost change (change to a Manufacturer List Price [MLP]) and/or a Deal change (change to an Allowance) to the Team for review.

More information

Welcome to the Goddess Purchasing Portal!

Welcome to the Goddess Purchasing Portal! Goddess Purchasing Portal Quick Reference Guide Welcome to the Goddess Purchasing Portal! URL http://www.goddessproductsinc.com/arkansas.html Login Password Your LRSD Email Address Welcome1 (case sensitive)

More information

Software life cycle. Purpose of an SDD

Software life cycle. Purpose of an SDD 200711473 최가영 Software life cycle SDD within the life cycle Purpose of an SDD -Period of time that starts when a software product is conceived and ends. -The life cycle approach is an effective engineering

More information

Shopping Basket and Order Requirements

Shopping Basket and Order Requirements Page 1 of 41 Page 2 of 41 1. The user can browse the site and select the product items to be added to the Shopping basket. Use the Catalog link to search and add products to the shopping basket or click

More information

FileSurf 7.5. Administrator Utility. Last Revised 06/02/03

FileSurf 7.5. Administrator Utility. Last Revised 06/02/03 FileSurf 7.5 Administrator Utility Last Revised 06/02/03 Copyright 2003 MDY Advanced Technologies, Inc. All rights reserved. This publication, or any part thereof, may not be reproduced or transmitted

More information

Savance Enterprise Webstore Help Manual

Savance Enterprise Webstore Help Manual Savance Phone: 248-478-2555 Fax: 248-478-3270 www.savanceenterprise.com 2014 Table of Contents Savance Enterprise Web Layout 4 1 Home Page... 4 Link Bar 4 Product Categories Menu 5 Quick Item / Quote Search

More information

USER GUIDE for Simon Malls On-Line Resource Center. SimonResourceCenter.com

USER GUIDE for Simon Malls On-Line Resource Center. SimonResourceCenter.com USER GUIDE for Simon Malls On-Line Resource Center SimonResourceCenter.com Welcome to the Online Resource Center for printing and fulfillment. You have access to this site 24 hours a day, 7 days a week.

More information

The Retail Agent Portal Experience

The Retail Agent Portal Experience Nexsure Training Manual - Client Portal The Retail Agent Portal Experience In This Chapter The Retail Agent Portal Experience The Retail Agent Portal Experience Once the retail agent contact receives the

More information

Order Entry Guide Table of Contents

Order Entry Guide Table of Contents Table of Contents Introduction... 2 Home Page Features... 2 My Profile menu... 2 Personal Information option... 2 Personal Address Book option... 3 Settings and Preferences option... 3 Custom Fields option

More information

Digital StoreFront TRAINING

Digital StoreFront TRAINING Florida Agricultural and Mechanical University Digital StoreFront TRAINING Faculty and Staff January 2017 What is Digital StoreFront (DSF)? Digital StoreFront is a web-to-print e-commerce site that allows

More information

FedEx Office Print Online Corporate

FedEx Office Print Online Corporate FedEx Office Print Online Corporate Quick Reference Guide Upload and Print Log in to FedEx Office Print Online Corporate 1. FedEx Office Print Online Corporate is accessible to University Faculty and Staff

More information

How to Order a Four Panel Brochure through Print Services. Go to the Print Services Web Page and select the Online Store link.

How to Order a Four Panel Brochure through Print Services. Go to the Print Services Web Page and select the Online Store link. How to Order a Four Panel Brochure through Print Services Go to the Print Services Web Page and select the Online Store link. 1 Enter your Username and Password on the Print Services Online Ordering home

More information

Customer Relationship Management Software Version 1.0

Customer Relationship Management Software Version 1.0 Customer Relationship Management Software Version 1.0 Administrator Guide Guide Version 1.0.111218 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Introduction to CRM...5

More information

FedEx Office Print Online Corporate

FedEx Office Print Online Corporate Log in to FedEx Office Print Online Corporate 1. Open your browser and navigate to: https://printonline.fedex.com/nextgen/sprint_wl 2. Input User ID and Password and click Log in. 3. Click the From DocStore

More information

Supplier Contract Management for Agencies Core-CT Finance Upgrade Implementation

Supplier Contract Management for Agencies Core-CT Finance Upgrade Implementation Supplier Contract Management for Agencies Core-CT Finance Upgrade Implementation March 2018 For Classroom Training Use Only Introduction Supplier Contract Management for Agencies Welcome to Supplier Contract

More information

User s Reference Guide

User s Reference Guide 2012 KONICA MINOLTA BUSINESS SOLUTIONS U.S.A., INC. All rights reserved. Reproduction in whole or in part without written permission is prohibited. Konica Minolta is a trademark of KONICA MINOLTA HOLDINGS,

More information

Make Your Website Work for You

Make Your Website Work for You Make Your Website Work for You The webinar will begin at 2pm ET (11am PT) Audio: Please connect to audio through your computer. Phone line not required. Submit questions through the Q&A panel Make Your

More information

TXSMARTBUY ONLINE ORDERING SYSTEM

TXSMARTBUY ONLINE ORDERING SYSTEM TEXAS COMPTROLLER OF PUBLIC ACCOUNTS TXSMARTBUY ONLINE ORDERING SYSTEM USER GUIDE May 2015 1 Page TxSmartBuy.com User Guide Table of Contents WHO CAN USE THIS SYSTEM?... 4 SYSTEM REQUIREMENTS AND BROWSER

More information

REPSPARK USER GUIDE 1

REPSPARK USER GUIDE 1 REPSPARK USER GUIDE 1 TABLE OF CONTENTS INTRODUCTION 3 CREATING A LOGIN Creating a Username and Password 4 Reset Password 5 GETTING STARTED Editing Profile Information 4 PRODUCTS Product Availability 6

More information

People. Processes. Integrating Globally.

People. Processes. Integrating Globally. People. Processes. Integrating Globally. Course: isupplier for Suppliers Table of Contents Table of Contents Course Introduction...4 L1: Vendor Registration... 6 Register for isupplier using SteelTrack

More information

Financial Center Administration Console USER GUIDE

Financial Center Administration Console USER GUIDE Financial Center Administration Console USER GUIDE For Client Use Only Effective April 2018 Table of contents Introduction 3 Communicating securely with Union Bank 3 Change Security Settings 4 Manage

More information

.WELCOME TO OFFICE DEPOT ONLINE

.WELCOME TO OFFICE DEPOT ONLINE .WELCOME TO OFFICE DEPOT ONLINE This user guide is designed to show you how to use the Office Depot Online to its full potential. Its aim is to give you detailed instructions from logging in, to placing

More information

Municipal Securities Rulemaking Board

Municipal Securities Rulemaking Board Municipal Securities Rulemaking Board Real-Time Transaction Reporting System Web Users Manual Version 2.5 December 29 th, 2006 TABLE OF CONTENTS CHAPTER 1: INTRODUCTION... 2 CHAPTER 2: NORMAL SYSTEM HOURS...

More information

Online Requesting and Receiving. Training Manual

Online Requesting and Receiving. Training Manual Online Requesting and Receiving Training Manual 1 Table of Contents Introduction 3 Logging In.3 Creating a Profile...3 Modifying a Ship to Address...3 FOAPAL and Commodity Codes 3 Code Favorites...3 Understanding

More information

Sourcing. Supplier Maintenance and Company Administration Buyer User Guide

Sourcing. Supplier Maintenance and Company Administration Buyer User Guide Sourcing Supplier Maintenance and Company Administration Buyer User Guide Version 6.1 Ion Wave Technologies, Inc. 2002-2008 Table of Contents Table of Contents...2 Welcome to Supplier Maintenance and Company

More information

HP Project and Portfolio Management Center

HP Project and Portfolio Management Center HP Project and Portfolio Management Center Software Version: 9.30 HP Demand Management User s Guide Document Release Date: September 2014 Software Release Date: September 2014 Legal Notices Warranty The

More information

Goddess Purchasing Portal Quick Reference Guide. Welcome to the Goddess Purchasing Portal!

Goddess Purchasing Portal Quick Reference Guide. Welcome to the Goddess Purchasing Portal! Goddess Purchasing Portal Quick Reference Guide Welcome to the Goddess Purchasing Portal! URL http://www.goddessproductsinc.com/arkansas.html Login Password Your HSU Email Addres Welcome1 (case sensitive)

More information

ECONOMIC OPERATOR USER MANUAL EUROPEAN DYNAMICS S.A.

ECONOMIC OPERATOR USER MANUAL EUROPEAN DYNAMICS S.A. Republic of Armenia Armenian e-procurement System (ARMEPS) ECONOMIC OPERATOR USER MANUAL EUROPEAN DYNAMICS S.A. Table of Contents Table of Contents... 2 1. ARMEPS workflow and terms... 8 2. General Functionality...

More information

HP Service Manager. Software Version: 9.40 For the supported Windows and Unix operating systems. Knowledge Management help topics for printing

HP Service Manager. Software Version: 9.40 For the supported Windows and Unix operating systems. Knowledge Management help topics for printing HP Service Manager Software Version: 9.40 For the supported Windows and Unix operating systems Knowledge Management help topics for printing Document Release Date: January 2015 Software Release Date: January

More information

User Guide. PartnerPortal Support at your Fingertips

User Guide. PartnerPortal Support at your Fingertips User Guide PartnerPortal Support at your Fingertips Table of Contents How to Access the PartnerPortal pg. 3 PartnerPortal User Settings pg. 4 Placing an Order pg. 5-6 Wish List pg. 7 Pricing pg. 8 Submitting

More information

Alamo Ag Customer Service Interface Guide

Alamo Ag Customer Service Interface Guide Alamo Ag Customer Service Interface Guide - Rev 12/2014 2 Contents Logging On...4 Request Access 5 Opening Screen.6 What s New Screen.8 Edit Profile.10 E-Parts Look-up.12 Navigation Tree.14 Product Line/Printable

More information

COIT20248: Information Systems Analysis and Design Term 2, 2015 Assignment 2. Lecturer: Dr. Meena Jha Tutor: Aries Tao

COIT20248: Information Systems Analysis and Design Term 2, 2015 Assignment 2. Lecturer: Dr. Meena Jha Tutor: Aries Tao COIT20248: Information Systems Analysis and Design Term 2, 2015 Assignment 2 Lecturer: Dr. Meena Jha Tutor: Aries Tao Prepared by: AXXXX XXXX: S0XXXXXX AXXXX MXXXXX: BisXXXXX BaXXXX: S0XXXXX S02XXXX SXXXXX

More information

Shopper Guide v.3: 3/23/16

Shopper Guide v.3: 3/23/16 Shopper Guide v.3: 3/23/16 SMARTOCI: ADMINISTRATOR Table of Contents 1) Getting Started...4 What is smartoci?...4 Shopper Browser Versions...5 Logging in...6 Issues Logging In (smartoci Access Issues)...6

More information

Internet Ordering System. User Guide

Internet Ordering System. User Guide Internet Ordering System User Guide 2 Copyright 2014 WaiveStar Group Commercial in Confidence All rights reserved. This document contains confidential and commercially sensitive information of WaiveStar

More information

Guidebook ONLINE ORDERING MADE EASY!

Guidebook ONLINE ORDERING MADE EASY! www.boltsupply.com Guidebook ONLINE ORDERING MADE EASY! ONLINE ORDERING MADE EASY! www.boltsupply.com Guidebook Here are some of the highlights of the new boltsupply.com New Home Page It s now easier than

More information

FedEx Office Print Online Corporate

FedEx Office Print Online Corporate Quick Reference Guide Getting Started Log in to FedEx Office Print Online Corporate 1. Open your browser and navigate to: https://printonline.fedex.com/nextgen/abbott-amo 2. Input User ID and Password

More information

Participant Training Guide

Participant Training Guide http://secnet.cch.com March, 2010 Table of Contents Introduction...2 Objectives...2 Accessing...3 Home Page...4 Filings...5 Viewing Search Results...7 Viewing Documents...8 Record Keeping...9 Today s Filings...10

More information

Alcoholic Beverage Distributor s Monthly Report

Alcoholic Beverage Distributor s Monthly Report Alcoholic Beverage Distributor s Monthly Report Log in with the user id and password provided through the EDS registration process and click on the Login button. If you have not registered, click on the

More information

Digital Intelligence Systems, LLC PeopleSoft Guide Vendors

Digital Intelligence Systems, LLC PeopleSoft Guide Vendors Digital Intelligence Systems, LLC PeopleSoft Guide Vendors Version 1.0 July 2016 CONTENTS INTRODUCTION... 3 1.1 Change Password... 3 PROFILE INFORMATION... 5 2.1 Identifying Information... 6 2.2 Address...

More information

ADVANTAGE Financial System User Guide County Manager David Hankerson

ADVANTAGE Financial System User Guide County Manager David Hankerson ADVANTAGE Financial System User Guide September 2015 ADVANTAGE Financial System User Guide County Manager David Hankerson 2 *This page is fully linked. Please click the page you wish to view. Table of

More information

User manual website

User manual website User manual website http://www.velleman.eu To enable you to make optimal use of our website we have written this user manual. This manual will offer guidance during your visit of our renewed website. First

More information

My Printshop User Guide

My Printshop User Guide My Printshop User Guide Table of Contents Introduction... 2 New Website... 2 User Name & Password... 2 Ordering... 3 Print Flyers... 4 Electronic Flyers... 7 Postcard Unaddressed Admail... 8 Postcard Addressed

More information

JOB AID FOR EMARKET REQUESTERS THIS JOB AID IS FOR THOSE INDIVIDUALS THAT HAVE THE FSU_PO_REQUESTER ROLE IN OMNI ONLY.

JOB AID FOR EMARKET REQUESTERS THIS JOB AID IS FOR THOSE INDIVIDUALS THAT HAVE THE FSU_PO_REQUESTER ROLE IN OMNI ONLY. JOB AID FOR EMARKET REQUESTERS THIS JOB AID IS FOR THOSE INDIVIDUALS THAT HAVE THE FSU_PO_REQUESTER ROLE IN OMNI ONLY. IF YOU DO NOT CREATE REQUISITIONS IN OMNI, THEN YOU WILL USE THE JOB AID TITLED EMARKET

More information

Open 24/7/365. Welcome to DOIGCorp.com. Welcome to the new DOIGCorp.com

Open 24/7/365. Welcome to DOIGCorp.com. Welcome to the new DOIGCorp.com Welcome to DOIGCorp.com Welcome to the new DOIGCorp.com We are Factory and Industrial Automation Specialists, working to bring our customers Fast. Friendly. Flawless. Solutions. Open 24/7/365 We ve made

More information

Supplier Reference Guide (QRG) Table of Contents

Supplier Reference Guide (QRG) Table of Contents Supplier Onboarding Supplier Reference Guide (QRG) Table of Contents Supplier Checklist... 2 New Supplier Onboarding Steps... 3 Introduction... 4 Registration... 6 Certification... 16 Acceptance... 35

More information

PlanWell 4.0 User Guide

PlanWell 4.0 User Guide PlanWell 4.0 User Guide Contents Finding Planwell and Logging On 2 Planwell Access Portals 2 Document Selection 3 Build a Set 4 Most Current Set 4 Custom Packages 4 Issue Tree 5 Standard Order Process

More information

Supplier SAP SNC User Guide

Supplier SAP SNC User Guide Supplier SAP SNC User Guide Version 1.0 July 29, 2014 AGCO Corporation Page 1 1 Introduction AGCO has chosen SAP Supplier Network Collaboration (SNC) to improve visibility and capability in North America

More information