Hi there, Step 2. The app will need to be hosted somewhere secure and be password locked so only users that we give the password to can access it.

Size: px
Start display at page:

Download "Hi there, Step 2. The app will need to be hosted somewhere secure and be password locked so only users that we give the password to can access it."

Transcription

1 Hi there, The web app we need is a custom fulfillment and inventory management system. We have one line of product that is fulfilled outside of our normal shipping facility, and we need an online system that pulls in orders from our store, displays them as a big list, and allows them to be edited. We ve built a very rough draft of what we need here ( best viewed in Chrome, note: our draft is not actually integrated with our Shopify store and we need the app to integrate). Here s an outline of what we need our web app to do: 1) Integrate with our Shopify store via the Shopify API. More information on that can be found here ( 2) Be password locked. 3) Pull data from orders with a series of specific SKUs ONLY, and then organize them by date in a table displayed in list form, like shown in the draft above. Please note that the older orders are displayed at the top and the background color shifts from green to red depending on how old an order is. 4) Each order should have 6 extra fields and all the data should be editable so that we can change the details of an order in the app if necessary. This means that a) all the text data fields should be editable, b) there should be a Notes section next to each order. The data MUST autosave so that any edits to the data are saved and kept. Have the ability to manually add or delete orders from the system. 5) Have a way to sort the order by certain tags (like age or wood type) and the ability to display orders with certain tags (like showing only orders that are assigned to Cyrus, Alex, or Chris). 6) Title links that show certain kinds of orders 7) Have a few displays at the top that summarize certain pieces of data, like the total number of orders currently in the system. 8) Keep Track of Inventory Step 1. We would imagine integrating with Shopify is pretty straightforward. We know we need to generate an API key for you, which is easy. If you have not integrated with Shopify before with an app or their instructions do not seem clear to you, maybe this is not the right project for us to pursue together. Step 2. The app will need to be hosted somewhere secure and be password locked so only users that we give the password to can access it. Step 3. We need the app to only pull orders containing our wooden hooks, and then only display the wooden hooks in an order. If an order does not contain any wooden hooks, it should not be showed in the system. If an order contains one or more wooden hook, the wooden hooks should be shown in the system. If an order contains both wooden hooks and other products, ONLY the wooden hook(s) from the order should be shown in the system.

2 The app needs to pull data about the following for each hook: 1) Order # 2) Date of Order 3) Wood Type of the Hook 4) Size of the Hook The Wood Type and Size of an order should be used to create tags that correspond to an order s details. For example, if an hook order is Tulipwood 5mm, it should be given two tags, Tulipwood and 5mm H. Please note that on the demo at ( you can edit the Wood Type and Size fields of an order to other things. A user should be able to change the fields to one of our accepted tags, and then the tag name should be changed. For example, if an order has Woodtype Tulipwood, a user should be able to change it to Blackwood. If a user changes the name, it should also change the hook s tag from Tulipwood to Blackwood so that the tag always fits the current hook details. If the user tries to change the name to Blcakwood or any other misspelling or other word, the app should refuse to change the details because it is not one of our wood type tags. Similarly, if an order has Size 5mm - H, a user should be able to change it to 5.5mm - I. If a user changes the size, it should also change the hook s tag from 5mm - H to 5.5mm - I so that the tag always fits the current hook details. If the user tries to change the size to 75mm - JJ or any other misspelling or other word, the app should refuse to change the details because it is not one of our size tags. After data is imported, the app needs to display the hooks from oldest in age to youngest in age. We should allow 40 hooks on each page. We will also need the Import Orders button to manually import any ONLY new orders. The Import Orders button SHOULD NOT import any orders or hooks that are already in the database. The app should also display the background color of each table row as a different color depending on the age of the order. The hex values for each color and dates are below. Orders that are: 0 days 1 day: #61FF82 2 days 3 days: #58FD60 4 days 5 days: #66FB50 5 days 6 days: #7CF948 7 days 8 days: #95F741 9 days 10 days: #B0F days 12 days: #CDF days 14 days: #ECF12A 15 days 16 days: #EFD days 18 days: #EDAA1B 19 days 20 days: #EB8214

3 21 days 22 days: #E9580D 23 days 24 days: #E72C06 25 days 26 days: #BB days 28 days: #A6030E 29 days and up- #870D15 Step 4. Along with the data that each hook is pulled in with, each hook must also have these 7 extra fields. By default, all hooks should also be given 4 default tags, Not Made, Not Shipped, Not Received, and Not Archived. 1 Assigned- The assigned field is a text field that shows to whom an order is assigned. By default, the orders should be imported with the user tag Unassigned. When this field is edited and the hook is assigned to someone, it should add the tag that corresponds to that name. For example, if a user chooses Chris from the dropdown, the tag Chris should be added. Once an order is assigned to someone, it must be autosaved. If the user tries to change the name to Crhis or any other misspelling or other user name or other words, the app should refuse to change the details because it is not one of our user tags. 2 Made- The made field should be a checkbox that tells us whether or not a hook has been made yet. By default the hooks are not made, meaning the checkbox is unchecked. When the made box is checked, the default tag Not Made should be removed from the hook, and the tag Made should be added to the order so we can sort by orders with the tag Made. If this checkbox is unchecked after being checked, its current tag should be removed and its default tag should be added again. 3 Shipped- The shipped field is another checkbox field that tells us whether or not a hooks has been shipped. By default the hooks are not shipped, meaning the checkbox should be unchecked when orders are imported. When the shipped box is checked, t he default tag Not Shipped should be removed from the hook, and the tag Shipped should be added to the order so we can sort by orders with the tag Shipped. If this checkbox is unchecked after being checked, its current tag should be removed and its default tag should be added again. Once an order has both the Made and Shipped tags, it should not show on the home page and should only show on the Shipped page. 4 Received- The received field is another checkbox field that tells us whether or not we have received the hook after it was made. By default the hooks are not received, meaning the checkbox is unchecked. When the received box is checked, the default tag Not Received should be removed from the hook, and the tag Received should be added to the order so we can sort by orders with the tag Received. If this

4 checkbox is unchecked after being checked, its current tag should be removed and its default tag should be added again. Also, the Received checkbox should only be editable when an order has the Made and Shipped tags, so that we can only add the Received tags to orders that are already Made and Shipped. When a hook is tagged as received, the Archived checkbox (discussed in as field 6 below) should become editable. 5 Notes- The notes field is a text- area field that should be editable and have autosave so that we can add specific notes to an order. There is also a save button in the far right column (the actions column, #7, discussed below) for back up. Once someone types in notes and clicks save or by autosave the notes should stay in the note box. 6 Archive- The archive field is a checkbox which tells us if an hook has been made, shipped, received, and is archived. When the Archive checkbox is clicked, the default tag Not Archived should be removed from the hook, and the hook order should be tagged with the tag Archived. If this checkbox is unchecked after being checked, its current tag should be removed and its default tag should be added again. When a user clicks the archive button- the small box icon in the header cell of the Archive column- we need to create a PDF containing all the orders that are currently tagged as Archived. For example, if order #1235, #1235, and #1236 were all tagged as Archived and someone clicked the Archive button, the resulting PDF should look like this. (note: we are open to exporting other file formats, we just chose PDF. If it is easier to export to another file format, let us know).

5 Once the PDF has been generated, it should be stored as a file in the Archives page. All the orders that were just archived should then be deleted from the shipped page and should not appear in the system anymore. All orders that are not Archived SHOULD NOT be archived or added to the PDF, they should just stay where they are. 7 Actions- The actions column contains two icons, the Save icon and the Delete icon. The Save icon should force a save of everything on the page and refresh the page. Even though we need an autosave on all fields, this button is to force a save in case a user wants to be extra sure they ve saved something. The Deleted icon should delete an order line from the system. The Deleted icon should ONLY effect the row that it is on and not any others. In the header of the actions column is a Plus icon. The plus icon should allow users to manually add orders. A form should open with fields where a user can create a new hook order with its own order #, age, wood type, and hook size. When a user is done entering its info into the form and clicks create, a new row should be added to the list with all the details of the hook that was just created. As final notes about the data rows for each hook order, all fields must be editable and must have autosave on everything.

6 Step 5. At the top bar there is a search bar which we need to work to search orders by their age, their order number or order tags. For example, a user should be able to search for 1235 and find all hooks that have the order number Examples of search tags include Tulipwood, which is a wood type tag, 5mm H, which is size tag, Chris which is a user tag, and Made, Shipped, or Received, which are fulfillment tags. Here s a full list of our tags: Wood type tags Tulipwood Olivewood Blackwood Rosewood Bloodwood Cocobolo Purpleheart Size Tags 3.25mm - D 3.5mm - E 3.75mm - F 4.0mm - G 4.5mm G+ 5.0mm - H 5.5mm - I 6.0mm - J 6.5mm - K 7.0mm - L 8.0mm - M 9.0mm - N 10.0mm - P 13.0mm PP 15.0mm Q User Tags Unassigned Chris Alex Cyrus Fulfillments Tags Not Made Made Not Shipped Shipped Not Received

7 Received Not Archived Archived When a user searches for any of these tags, the system should display only hooks with the tags. In the future we may have more users, other wood types, and more sizes, so we will need someway to add more tags, even if this is just access to the original code files. Step 6. Around the top search bar are also 5 other title links. The title links should display certain hooks or perform certain actions depending on what they are. Home- The home page should be the default page. This page should show all hook orders that have not been archived or shipped and should paginate by 40 hook orders. When an order is made and shipped it has its Made AND Shipped checkboxes checked- meaning that the tags Not Made and Not Shipped are removed and the tags Made and Shipped are added- it should not show on the homepage and should only show in the Shipped page. Again, the homepage should display all orders except those with Made and Shipped tags. Shipped- This page should show all hook orders that have not been archived but have been shipped and should paginate by 40 hook orders. If an order has its Made and Shipped boxes unchecked, it should not show on the Shipped page any more and should return back to the Home page. When an order is made, shipped, and archived, it should be removed from the Shipped page and it should not show on the homepage. It will be added to a PDF and then displayed on the Archive page. Archives The archives should only show the PDFs that have been created and filled with archived orders. It should display them as text links that bring up the PDFs in a new page. Users You can see that if you click on the Users link it displays our 3 assigned users, Chris, Cyrus and Alex. If a user click on one of their names, we need the app to show only the orders that have been assigned to them. For example, if a user click on Chris the app should only show orders that have the Chris tag. Import Orders If a user clicks on the Import Orders button, it should manually bring in any new orders. The Import Orders button SHOULD NOT bring in any orders that are already in the system, only new ones.

8 Step 7. Under the title links are 3 blocks that show live information about our hooks. These 3 blocks should on every page. Total Hooks The total hooks block should display the total number of hooks that have not been shipped yet (i.e. the total number of hooks that have the Not Shipped tag). Hooks over 10 days This block should display the total number of hooks that have not been shipped yet that are more than 10 days old. Hooks over 20 days This block should display the total number of hooks that have not been shipped yet that are more than 20 days old. Step 8. We need an area to keep track of the inventory for each turner. You can see on the demo by clicking on Inventory that this is just a simple table that stores values for each wood type and each turner. We do not need this to sync with the rest of the app, it can be a stand- alone table that is editable. The inventory section should also have the ability to add Turners or Woodtypes (indicated by the small pluses on the table headers). If a Turner or Wood type is added, the new turner name or wood type name should be added as a tag so that users can search through orders for them. If a turner has been added, the new turner name should show up as a list item under the turners tab in the top navigation. Other notes: Our draft on Codepen should be used a rough template for the html and css. If you want to use that structure that s fine. We will need all files made available and editable to us so we can change the html, css, (we will definitely be making styling changes in the future) and add to any other code if necessary. If you have any questions during the creation process, please Harrison@furlscrochet.com as soon as possible. SKUs and Their Tags All of the SKUs we need importing from Shopify come from one product- our Alpha Series Wooden hooks. These products have two variants, wood type and size, that are denoted by two different SKUs. For example, if a customer orders a Tulipwood, 5.0mm hook, their order will have the SKU CHRFFCRO- TUL and the SKU All the SKUs and their associated variants/tags are below:

9 Wood Types: Tulipwood- CHRFFCRO- TUL Olivewood- CHRFFCRO- OLI Blackwood- CHRFFCRO- BLA Rosewood- CHRFFCRO- ROS Purpleheart- CHRFFCRO- PUR Bloodwood- CHRFFCRO- BLO Cocobolo- CHRFFCRO- COC Sizes: 3.25mm- 3.5mm- 4.0mm- 4.5mm- 5.0mm- 5.5mm- 6.0mm- 6.5mm- 7.0mm- 8.0mm- 9.0mm- 10.0mm- 13.0mm

10 15.0mm Because each hook contains two SKUs, the Shopify integration must find the Wood Type SKU and then the associated Size SKU to create the full hook details. Most of our orders contain more than one wooden hook and more than one product, so the integration must leave out all other products that are not wooden hooks AND it must put the proper wood type SKU and size SKU together so that the customer gets the hook they ordered. In some cases, our Shopify storefront will glitch and a customer checks out with ONLY a wooden type SKU (and no size) or ONLY a size SKU (and no wood). If they check out with only a wooden type SKU, the order should show up in the app, just with no size. This will prompt our team to inquire with the customer about what size they want. If a customer checks out with only a size SKU, or has one woodtype SKU and two size SKUs in their order, the app should only pull the woodtype and the size associated with the woodtype.

How To Import From Amazon On Kubana

How To Import From Amazon On Kubana Prepare Getting Started Guide Revised: 07/10/2015 Table of Contents 1. Product Import...1 2. Listing SKU Import...2 3. Vendor SKU Import...4 Integrate 1. Warehouse...5 2. Warehouse Inventory Spreadsheet........6

More information

How to Login Username Password:

How to Login Username Password: How to Login After navigating to the SelecTrucks ATTS Call Tracking & Support Site: www.selectrucksatts.com Select Corporate Link to login for Corporate owned Centers/Locations. Username: Your Email Address

More information

CMS Training. Prepared for the Nature Conservancy. March 2012

CMS Training. Prepared for the Nature Conservancy. March 2012 CMS Training Prepared for the Nature Conservancy March 2012 Session Objectives... 3 Structure and General Functionality... 4 Section Objectives... 4 Six Advantages of using CMS... 4 Basic navigation...

More information

5.7. Quick Guide to Fusion Pro Schedule

5.7. Quick Guide to Fusion Pro Schedule 5.7 Quick Guide to Fusion Pro Schedule Quick Guide to Fusion Pro Schedule Fusion 5.7 This publication may not be reproduced, in whole or in part, in any form or by any electronic, manual, or other method

More information

Affiliated Provider Billing/Coding

Affiliated Provider Billing/Coding Affiliated Provider Billing/Coding ED BILLING USING FIRSTNET Table of Contents Affiliated Provider ED Billing...2 icentra FirstNet...2 Accessing FirstNet...2 To access FirstNet:...2 Checking In as a Provider...2

More information

Welcome to PowerClaim Net Services!

Welcome to PowerClaim Net Services! Welcome to PowerClaim Net Services! PowerClaim Net Services provides a convenient means to manage your claims over the internet and provides detailed reporting services. You can access PowerClaim Net Services

More information

Account Access User Guide

Account Access User Guide Account Access User Guide Available within AgriPoint How to manage your accounts online, anytime, anywhere. Rev. 10/12/2015 This guide is designed to familiarize you with the features and options available

More information

The Inventory Module. At its core, ecomdash is an inventory management system. Use this guide as a walkthrough to the Inventory module.

The Inventory Module. At its core, ecomdash is an inventory management system. Use this guide as a walkthrough to the Inventory module. The Inventory Module At its core, ecomdash is an inventory management system. Use this guide as a walkthrough to the Inventory module. What can I do in the Inventory Module? View current inventory Add

More information

Frog VLE Update. Latest Features and Enhancements. September 2014

Frog VLE Update. Latest Features and Enhancements. September 2014 1 Frog VLE Update Latest Features and Enhancements September 2014 2 Frog VLE Update: September 2014 Contents New Features Overview... 1 Enhancements Overview... 2 New Features... 3 Site Backgrounds...

More information

emarketing Manual- Creating a New Email

emarketing Manual- Creating a New Email emarketing Manual- Creating a New Email Create a new email: You can create a new email by clicking the button labeled Create New Email located at the top of the main page. Once you click this button, a

More information

ECOMDASH OVERVIEW...2 STOREFRONT SETUP (MARKETPLACES & SHOPPING CARTS)...3 SHIPPING SETUP...5 INVENTORY SETUP...6 USER AND COMPANY SETUP...

ECOMDASH OVERVIEW...2 STOREFRONT SETUP (MARKETPLACES & SHOPPING CARTS)...3 SHIPPING SETUP...5 INVENTORY SETUP...6 USER AND COMPANY SETUP... Thank you for your interest in using ecomdash for your ecommerce business. Here are steps needed to setup your storefronts, inventory and shipping integrations to get you up and running! ECOMDASH OVERVIEW...2...

More information

DataDirector Getting Started

DataDirector Getting Started DataDirector Getting Started LOG-IN 1. Login to the DataDirector website: https://www.achievedata.com/yourdistrictname 2. Enter your User Name and Password. 3. You may need to select the site and level

More information

UnitedHealthcare Agent Toolkit QUICK START GUIDE

UnitedHealthcare Agent Toolkit QUICK START GUIDE UnitedHealthcare Agent Toolkit QUICK START GUIDE NOTE: The Quick Start Guide was created using a UnitedHealth Producers account; however this guide applies to both UnitedHealth Producers and Advisors.

More information

3dCart Shopping Cart Software V3.X Affiliate Program Guide

3dCart Shopping Cart Software V3.X Affiliate Program Guide INTRODUCTION 2 SETUP THE AFFILIATE MENU LINK 2 UPLOAD BANNERS 4 ENABLE THE AFFILIATE PROGRAM 6 REGISTRATION PROCESS 7 APPROVE AFFILIATES 11 MANAGE ORDERS 12 MANAGE COMMISSION PAYOUTS 13 END YOU VE REACHED

More information

Table of Contents. What is ProSite? What is Behance? How do ProSite & Behance work together? Get Started in 6 Easy Steps.

Table of Contents. What is ProSite? What is Behance? How do ProSite & Behance work together? Get Started in 6 Easy Steps. The Beginners Guide Table of Contents 03 04 05 06 34 35 What is ProSite? What is Behance? How do ProSite & Behance work together? Get Started in 6 Easy Steps See Live Examples Need More Help? What is ProSite?

More information

Custom Reporting System User Guide

Custom Reporting System User Guide Citibank Custom Reporting System User Guide April 2012 Version 8.1.1 Transaction Services Citibank Custom Reporting System User Guide Table of Contents Table of Contents User Guide Overview...2 Subscribe

More information

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades.

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades. 28 VIRTUAL EXHIBIT Virtual Exhibit (VE) is the instant Web exhibit creation tool for PastPerfect Museum Software. Virtual Exhibit converts selected collection records and images from PastPerfect to HTML

More information

Chronicle USER MANUAL

Chronicle USER MANUAL Chronicle USER MANUAL 1st Edition 2 IN THIS MANUAL Part One The Chronicle Interface The Overview Screen The Bill Detail Screen Part Two Creating, Editing and Viewing Bills Creating Your First Bill Editing

More information

Online Bill Pay Guide

Online Bill Pay Guide Online Bill Pay Guide Contents How to Make a Payment 2 Single Payment 2 Recurring Payment 3 Payment History Prior to X Date View Payment History 4 How to Add a Payee Adding a Company Payee 5 Adding an

More information

leveraging your Microsoft

leveraging your Microsoft Kanban Task Manager for SharePoint Manual Table of contents 1 INTRODUCTION... 3 1.1 LANGUAGES... 4 1.2 REQUIREMENTS... 4 2 INSTALLATION OF KANBAN TASK MANAGER... 4 2.1 INTRODUCTION... 4 2.2 INSTALL AND

More information

css href title software blog domain HTML div style address img h2 tag maintainingwebpages browser technology login network multimedia font-family

css href title software blog domain HTML div style address img h2 tag maintainingwebpages browser technology login network multimedia font-family technology software href browser communication public login address img links social network HTML div style font-family url media h2 tag handbook: id domain TextEdit blog title CANAJOHARIE CENTRAL SCHOOL

More information

ithenticate User Manual

ithenticate User Manual ithenticate User Manual Updated November 20, 2009 Contents Introduction 4 New Users 4 Logging In 4 Resetting Your Password 5 Changing Your Password or Username 6 The ithenticate Account Homepage 7 Main

More information

Microsoft Expression Web

Microsoft Expression Web Microsoft Expression Web Microsoft Expression Web is the new program from Microsoft to replace Frontpage as a website editing program. While the layout has changed, it still functions much the same as

More information

www.clearbooks.co.uk 1

www.clearbooks.co.uk 1 www.clearbooks.co.uk 1 Content Clear Books Demo 1. Customising your Dashboard 2. Setting up for the first time A) Details B) Toggle Features C) Reporting Periods D) Adding a new user E) Invoice Themes

More information

MicroStrategy Tips and Tricks

MicroStrategy Tips and Tricks MicroStrategy Tips and Tricks 1. If a prompt is required, it will have a red (Required) note. 2. If a prompt has been answered, it will have a green flag on the left-hand side of the screen. 3. You can

More information

My Contact Management and Reporting Features. The New Look & Feel

My Contact Management and Reporting Features. The New Look & Feel My Contact Management and Reporting Features The New Look & Feel We ve made some enhancements to the contact management and reporting features within your Constant Contact account! You ll be able to do

More information

Contents 1. Introduction... 3 2. Login... 4 3. Order Status... 5. 3.1 Search for pre-advice and orders... 5 3.2 View pre-advice or order...

Contents 1. Introduction... 3 2. Login... 4 3. Order Status... 5. 3.1 Search for pre-advice and orders... 5 3.2 View pre-advice or order... Contents 1. Introduction... 3 2. Login... 4 3. Order Status... 5 3.1 Search for pre-advice and orders... 5 3.2 View pre-advice or order... 5 3.2.1 Coli... 7 3.2.2 Coli and Tracking and Tracing... 8 3.2.3

More information

UW- Green Bay QuickBooks Accounts Receivable User Manual

UW- Green Bay QuickBooks Accounts Receivable User Manual UW- Green Bay QuickBooks Accounts Receivable User Manual Table of Contents Topic Page Number Logging into QuickBooks 2 Changing your password. 3 Creating Invoices. 4 Customer Entry/Search. 5-7 Entering

More information

css href title software blog domain HTML div style address img h2 tag maintainingwebpages browser technology login network multimedia font-family

css href title software blog domain HTML div style address img h2 tag maintainingwebpages browser technology login network multimedia font-family technology software href browser communication public login address img links social network HTML div style font-family url media h2 tag handbook: id domain TextEdit blog title PORT JERVIS CENTRAL SCHOOL

More information

Instructions for applying data validation(s) to data fields in Microsoft Excel

Instructions for applying data validation(s) to data fields in Microsoft Excel 1 of 10 Instructions for applying data validation(s) to data fields in Microsoft Excel According to Microsoft Excel, a data validation is used to control the type of data or the values that users enter

More information

Radian6: Reporting. The New Topic Analysis Widget compares results based off of your topic profile. It can compare results about

Radian6: Reporting. The New Topic Analysis Widget compares results based off of your topic profile. It can compare results about Contents Radian6: Reporting Topic Analysis Widget.1 Use Keywords...1 Use Topics...7 New Topic Trends Widget..14 Conversation Cloud Widget...14 New Influence Viewer...15 River of News Widget 17 Example.19

More information

Themes and Templates Manual FOR ADVANCED USERS

Themes and Templates Manual FOR ADVANCED USERS Manual FOR ADVANCED USERS Table of Contents Introduction... 3 Key Information... 3 Portal Structure... 4 Portal Structure: Template... 5 Overview... 5 1) Editing a Portal Template... 6 2) Adding a Portal

More information

Creating Online Surveys with Qualtrics Survey Tool

Creating Online Surveys with Qualtrics Survey Tool Creating Online Surveys with Qualtrics Survey Tool Copyright 2015, Faculty and Staff Training, West Chester University. A member of the Pennsylvania State System of Higher Education. No portion of this

More information

User Guide to the Content Analysis Tool

User Guide to the Content Analysis Tool User Guide to the Content Analysis Tool User Guide To The Content Analysis Tool 1 Contents Introduction... 3 Setting Up a New Job... 3 The Dashboard... 7 Job Queue... 8 Completed Jobs List... 8 Job Details

More information

Bank OnLine Commercial Administrator User s Guide

Bank OnLine Commercial Administrator User s Guide Bank OnLine Commercial Administrator User s Guide Rev12-15 P.O. Box 6469 Corpus Christi, Texas 78466-6469 Cash Management E-mail: CashManagement@AmericanBank.com Support Team: (361) 653-5296 Sales Team:

More information

Rochester Institute of Technology. Finance and Administration. Drupal 7 Training Documentation

Rochester Institute of Technology. Finance and Administration. Drupal 7 Training Documentation Rochester Institute of Technology Finance and Administration Drupal 7 Training Documentation Written by: Enterprise Web Applications Team CONTENTS Workflow... 4 Example of how the workflow works... 4 Login

More information

One of the fundamental kinds of Web sites that SharePoint 2010 allows

One of the fundamental kinds of Web sites that SharePoint 2010 allows Chapter 1 Getting to Know Your Team Site In This Chapter Requesting a new team site and opening it in the browser Participating in a team site Changing your team site s home page One of the fundamental

More information

How To Connect Your Transactions To Quickbooks Online From Your Bank Or Credit Card Account On A Pc Or Mac Computer Or Ipa Device

How To Connect Your Transactions To Quickbooks Online From Your Bank Or Credit Card Account On A Pc Or Mac Computer Or Ipa Device You can save time and reduce errors by downloading your transactions directly from your bank and credit card accounts from a secure online connection. QuickBooks Online allows you to set these transactions

More information

Teacher References archived classes and resources

Teacher References archived classes and resources Archived Classes At the end of each school year, the past year s academic classes are archived, meaning they re still kept in finalsite, but are put in an inactive state and are not accessible by students.

More information

STX Beacon User Guide Setup

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

More information

MINISTRY MOBILIZER. Paperless Risk Management Solution. Client Manual

MINISTRY MOBILIZER. Paperless Risk Management Solution. Client Manual MINISTRY MOBILIZER Paperless Risk Management Solution Client Manual April 2015 Ministry Mobilizer Paperless Risk Management Solution Ministry Mobilizer requires no technical expertise. If you can use the

More information

Strategic Asset Tracking System User Guide

Strategic Asset Tracking System User Guide Strategic Asset Tracking System User Guide Contents 1 Overview 2 Web Application 2.1 Logging In 2.2 Navigation 2.3 Assets 2.3.1 Favorites 2.3.3 Purchasing 2.3.4 User Fields 2.3.5 History 2.3.6 Import Data

More information

Business Analytics Enhancements June 2013

Business Analytics Enhancements June 2013 Business Analytics Enhancements June 03 Enhancement Summary June 03 Item # Site Location Enhancement Welcome Page New style - Fonts and colors have changed as a result of the enhanced reporting engine

More information

9 Vendors. Add Vendor. Edit Vendor. Vendors is designed for simple vendor management. The main view is a Vendor List, a

9 Vendors. Add Vendor. Edit Vendor. Vendors is designed for simple vendor management. The main view is a Vendor List, a 9 Vendors Vendors is designed for simple vendor management. The main view is a Vendor List, a summary of all vendors. Tabs at the bottom of the page help you navigate Vendors: Vendor List, Vendor Details,

More information

Microsoft Outlook 2010. Reference Guide for Lotus Notes Users

Microsoft Outlook 2010. Reference Guide for Lotus Notes Users Microsoft Outlook 2010 Reference Guide for Lotus Notes Users ContentsWelcome to Office Outlook 2010... 2 Mail... 3 Viewing Messages... 4 Working with Messages... 7 Responding to Messages... 11 Organizing

More information

Title: SharePoint Advanced Training

Title: SharePoint Advanced Training 416 Agriculture Hall Michigan State University 517-355- 3776 http://support.anr.msu.edu support@anr.msu.edu Title: SharePoint Advanced Training Document No. - 106 Revision Date - 10/2013 Revision No. -

More information

Business Objects Enterprise version 4.1. Report Viewing

Business Objects Enterprise version 4.1. Report Viewing Business Objects Enterprise version 4.1 Note about Java: With earlier versions, the Java run-time was not needed for report viewing; but was needed for report writing. The default behavior in version 4.1

More information

Grapevine Mail User Guide

Grapevine Mail User Guide Grapevine Mail User Guide Table of Contents Accessing Grapevine Mail...2 How to access the Mail portal... 2 How to login... 2 Grapevine Mail user guide... 5 Copying your contacts to the new Grapevine Mail

More information

MEDIAplus administration interface

MEDIAplus administration interface MEDIAplus administration interface 1. MEDIAplus administration interface... 5 2. Basics of MEDIAplus administration... 8 2.1. Domains and administrators... 8 2.2. Programmes, modules and topics... 10 2.3.

More information

Faculty Access for the Web 7 - New Features and Enhancements

Faculty Access for the Web 7 - New Features and Enhancements Faculty Access for the Web 7 - New Features and Enhancements New Design...................................................................... 2 Alerts............................................................................

More information

Table of Contents. Manual for Core Staff - Equipment/Scheduling Core Facilities

Table of Contents. Manual for Core Staff - Equipment/Scheduling Core Facilities Table of Contents 1. Overview 2. How do I manage my account? 3. Equipment Scheduling Workflow Overview 4. Equipment Scheduling Walk Through a. How do I access the list of calendars available for scheduling?

More information

STEPfwd Quick Start Guide

STEPfwd Quick Start Guide CERT/Software Engineering Institute June 2016 http://www.sei.cmu.edu Table of Contents Welcome to STEPfwd! 3 Becoming a Registered User of STEPfwd 4 Learning the Home Page Layout 5 Understanding My View

More information

Business Objects 4.1 Quick User Guide

Business Objects 4.1 Quick User Guide Business Objects 4.1 Quick User Guide Log into SCEIS Business Objects (BOBJ) 1. https://sceisreporting.sc.gov 2. Choose Windows AD for Authentication. 3. Enter your SCEIS User Name and Password: Home Screen

More information

Intro to Mail Merge. Contents: David Diskin for the University of the Pacific Center for Professional and Continuing Education. Word Mail Merge Wizard

Intro to Mail Merge. Contents: David Diskin for the University of the Pacific Center for Professional and Continuing Education. Word Mail Merge Wizard Intro to Mail Merge David Diskin for the University of the Pacific Center for Professional and Continuing Education Contents: Word Mail Merge Wizard Mail Merge Possibilities Labels Form Letters Directory

More information

ithenticate User Manual

ithenticate User Manual ithenticate User Manual Version: 2.0.2 Updated March 16, 2012 Contents Introduction 4 New Users 4 Logging In 4 Resetting Your Password 5 Changing Your Password or Username 6 The ithenticate Account Homepage

More information

Creating Accessible Word Forms. Contents. Introduction

Creating Accessible Word Forms. Contents. Introduction Word 2010: Contents Word 2010:... 1 Introduction... 1 Form Specifications... 2 File Type... 2 Zoom Level... 2 Form Margins... 2 Table Layout... 2 Borders... 4 Row Height... 5 Headers... 5 Top Row... 5

More information

M-F: 7:00AM 1:00AM ET (800)704-7237 7:00 AM 12:00AM ET

M-F: 7:00AM 1:00AM ET (800)704-7237 7:00 AM 12:00AM ET Agent Guide LeadRouter Customer Service (800)704-7237 Help@LeadRouter.com M-F: 7:00AM 1:00AM ET Weekends: 7:00 AM 12:00AM ET Version 1.4 May 2012 Contents What is LeadRouter?... 4 The LeadRouter Approach...

More information

User Training Guide. 2010 Entrinsik, Inc.

User Training Guide. 2010 Entrinsik, Inc. User Training Guide 2010 Entrinsik, Inc. Table of Contents About Informer... 6 In This Chapter... 8 Logging In To Informer... 8 The Login... 8 Main Landing... 9 Banner... 9 Navigation Bar... 10 Report

More information

Click on Faculty & Staff Then Staff Resources. Click on Kiosk

Click on Faculty & Staff Then Staff Resources. Click on Kiosk Click on Faculty & Staff Then Staff Resources Click on Kiosk 1 Login For First Time Users without a password, you will want to click where the arrow is instructing you. When prompted, you must use your

More information

Managing Online and Offline Archives in Outlook

Managing Online and Offline Archives in Outlook Managing Online and Offline Archives in Outlook Contents How to Enable the Online Archive Feature in Outlook... 1 For Outlook 2007:... 2 How to Set the AutoArchive Properties for a Folder in Outlook 2007:...

More information

Chapter 14: Links. Types of Links. 1 Chapter 14: Links

Chapter 14: Links. Types of Links. 1 Chapter 14: Links 1 Unlike a word processor, the pages that you create for a website do not really have any order. You can create as many pages as you like, in any order that you like. The way your website is arranged and

More information

Titan Apps. Drive (Documents)

Titan Apps. Drive (Documents) Titan Apps Drive (Documents) University of Wisconsin Oshkosh 7/11/2012 0 Contents What is Titan Apps?... 1 Need Help with Titan Apps?... 1 What other resources can I use to help me with Titan Apps?...

More information

UCL INFORMATION SERVICES DIVISION INFORMATION SYSTEMS. Silva. Introduction to Silva. Document No. IS-130

UCL INFORMATION SERVICES DIVISION INFORMATION SYSTEMS. Silva. Introduction to Silva. Document No. IS-130 UCL INFORMATION SERVICES DIVISION INFORMATION SYSTEMS Silva Introduction to Silva Document No. IS-130 Contents What is Silva?... 1 Requesting a website / Web page(s) in Silva 1 Building the site and making

More information

Table of Contents. Page 1 MLS PIN Customer Support 800 695 3000 Monday Friday 8 am to 7:30 pm, Saturday 9 am to 5 pm, Sunday 9 am to 1 pm

Table of Contents. Page 1 MLS PIN Customer Support 800 695 3000 Monday Friday 8 am to 7:30 pm, Saturday 9 am to 5 pm, Sunday 9 am to 1 pm Table of Contents Activity... 4 Chart Time Frame... 4 Listing Activity Chart... 4 View Price Activity Chart... 4 Archive... 4 Archive Contacts... 4 Unarchiving Contacts... 5 Assign Contacts... 5 Assigned

More information

Infoview XIR3. User Guide. 1 of 20

Infoview XIR3. User Guide. 1 of 20 Infoview XIR3 User Guide 1 of 20 1. WHAT IS INFOVIEW?...3 2. LOGGING IN TO INFOVIEW...4 3. NAVIGATING THE INFOVIEW ENVIRONMENT...5 3.1. Home Page... 5 3.2. The Header Panel... 5 3.3. Workspace Panel...

More information

How To Download Nvision Reports In Awnsoft Peoplesoft Report Manager And Nvision Operating Reports In Excel

How To Download Nvision Reports In Awnsoft Peoplesoft Report Manager And Nvision Operating Reports In Excel Objectives By the end of this exercise you will be able to: Locate you reports in the Report Manager Share your reports with other individuals Content 1. Overview of Report Manager 2. Month End nvision

More information

Best Practices for Managing Your Public Web Space and Private Work Spaces

Best Practices for Managing Your Public Web Space and Private Work Spaces Best Practices for Managing Your Public Web Space and Private Work Spaces So You re an Administrator to a Committee, Round Table, System User Group or Task Force? This Guide will introduce you to best

More information

USER GUIDE. Unit 2: Synergy. Chapter 2: Using Schoolwires Synergy

USER GUIDE. Unit 2: Synergy. Chapter 2: Using Schoolwires Synergy USER GUIDE Unit 2: Synergy Chapter 2: Using Schoolwires Synergy Schoolwires Synergy & Assist Version 2.0 TABLE OF CONTENTS Introductions... 1 Audience... 1 Objectives... 1 Before You Begin... 1 Getting

More information

AN INTRODUCTION TO DIAMOND SCHEDULER

AN INTRODUCTION TO DIAMOND SCHEDULER AN INTRODUCTION TO DIAMOND SCHEDULER Draft 11/26/2014 Note: Please send suggestions to jhall@cactusware.com Cactusware, LLC AN INTRODUCTION TO DIAMOND SCHEDULER WELCOME Welcome to Diamond Scheduler Sports

More information

Allied Marketing Storefront Guide

Allied Marketing Storefront Guide Allied Marketing Storefront Guide Table of Contents I. Introduction... 2 Marketing Storefront Overview... 2 Benefits of Marketing Storefront... 2 Features of Marketing Storefront... 2 Accessing Marketing

More information

COGNOS REPORTING SYSTEM USER GUIDE

COGNOS REPORTING SYSTEM USER GUIDE COGNOS REPORTING SYSTEM USER GUIDE Last Updated: 4/14/2016 Purpose This user guide provides instructions on navigating the Cognos Reporting System. Instructions are given for accessing reports and setting

More information

Bulk Email. What s Inside this Guide. Bulk Email and How To Get There 2. Bulk Email Setup 4. Bulk Email Details 7

Bulk Email. What s Inside this Guide. Bulk Email and How To Get There 2. Bulk Email Setup 4. Bulk Email Details 7 Bulk Email What s Inside this Guide Bulk Email and How To Get There 2 Bulk Email Setup 4 Bulk Email Details 7 Bulk Email and How To Get There Bulk Email allows you to send a mass email to the records on

More information

Microsoft Excel 2007 Mini Skills Overview of Tables

Microsoft Excel 2007 Mini Skills Overview of Tables To make managing and analyzing a group of related data easier, you can turn a range of cells into a Microsoft Office Excel table (previously known as an Excel list). A table typically contains related

More information

The Task Pane within the Workflow screen allows users to receive, send and manage tasks

The Task Pane within the Workflow screen allows users to receive, send and manage tasks INBOX / TASKS The Task Pane within the Workflow screen allows users to receive, send and manage tasks THE WORKFLOW / TASK WINDOW You should always see your name in the top banner: SORTING You can sort

More information

Increasing Productivity and Collaboration with Google Docs. Charina Ong Educational Technologist charina.ong@nus.edu.sg

Increasing Productivity and Collaboration with Google Docs. Charina Ong Educational Technologist charina.ong@nus.edu.sg Increasing Productivity and Collaboration with Google Docs charina.ong@nus.edu.sg Table of Contents About the Workshop... i Workshop Objectives... i Session Prerequisites... i Google Apps... 1 Creating

More information

Guidelines for Creating Reports

Guidelines for Creating Reports Guidelines for Creating Reports Contents Exercise 1: Custom Reporting - Ad hoc Reports... 1 Exercise 2: Custom Reporting - Ad Hoc Queries... 5 Exercise 3: Section Status Report.... 8 Exercise 1: Custom

More information

CyberSource Business Center

CyberSource Business Center CyberSource Business Center CS-5-123110 Copyright 2010 Harris Connect, LLC. all rights reserved. Reproduction in any form without the express written consent of Harris Connect, LLC. is strictly prohibited

More information

Adobe Dreamweaver CC 14 Tutorial

Adobe Dreamweaver CC 14 Tutorial Adobe Dreamweaver CC 14 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site

More information

1-Step Appraisals Jewelry Appraisal Software

1-Step Appraisals Jewelry Appraisal Software User Guide for 1-Step Appraisals Jewelry Appraisal Software Version 5.02 Page Table of Contents Installing 1-Step Appraisals... Page 3 Getting Started... Page 4 Upgrading from a Previous Version... Page

More information

How to build Dashboard - Step by Step tutorial/recipe

How to build Dashboard - Step by Step tutorial/recipe How to build Dashboard - Step by Step tutorial/recipe Contents How to build Dashboard - Step by Step tutorial/recipe...1 How to create Excel Dashboard [ as direct connection ]...2 Purpose of this Dashboard

More information

Mailchimp Integration Addon

Mailchimp Integration Addon Purpose Mailchimp Integration Addon This addon provides integration between your shopping cart and the Mailchimp.com email marketing system. You can export existing customers, users, subscribers and ecommerce

More information

How to Create a Form and Manage the Spreadsheet in Google Docs

How to Create a Form and Manage the Spreadsheet in Google Docs How to Create a Form and Manage the Spreadsheet in Google Docs Table of Contents Create, send, share, and edit a form... 2 Create and send a Google form... 2 Add items and questions to a form... 2 Split

More information

NJCU WEBSITE TRAINING MANUAL

NJCU WEBSITE TRAINING MANUAL NJCU WEBSITE TRAINING MANUAL Submit Support Requests to: http://web.njcu.edu/its/websupport/ (Login with your GothicNet Username and Password.) Table of Contents NJCU WEBSITE TRAINING: Content Contributors...

More information

Invoice Quotation and Purchase Orders Maker

Invoice Quotation and Purchase Orders Maker Invoice Quotation and Purchase Orders Maker Professional Edition Version 2.0.0.0 Help File By: Khaled Aljundi Software developer 1 P a g e Table of Contents 1.0 License Agreement... 3 2.0 About This Software...

More information

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve.

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve. Quick Start Guide DocuSign Retrieve 3.2.2 Published April 2015 Overview DocuSign Retrieve is a windows-based tool that "retrieves" envelopes, documents, and data from DocuSign for use in external systems.

More information

MICROSOFT ACCESS TABLES

MICROSOFT ACCESS TABLES MICROSOFT ACCESS TABLES Create a New Table... 1 Design View... Datasheet View... 5 Table Tools in Datasheet View... 6 Sorting and Filtering Data... 8 Import and Export Data... 10 Relationships... 11 Relationship

More information

The Welcome screen displays each time you log on to PaymentNet; it serves as your starting point or home screen.

The Welcome screen displays each time you log on to PaymentNet; it serves as your starting point or home screen. PaymentNet Cardholder Quick Reference Card Corporate Card ffwelcome to PaymentNet The Welcome screen displays each time you log on to PaymentNet; it serves as your starting point or home screen. PaymentNet

More information

Redtail Integration. Establishing the Redtail Connection. 1. From the Applications dropdown, choose Setup.

Redtail Integration. Establishing the Redtail Connection. 1. From the Applications dropdown, choose Setup. In this user guide, we will demonstrate how to integrate your Redtail service into the emoney platform. This will allow the Advisor to import and link clients currently in Redtail into emoney. Establishing

More information

ireceivables User Guide

ireceivables User Guide ireceivables User Guide Contents Processing invoices in ireceivables... 2 Create a New Credit Card Account... 7 Partial Payment on Invoice... 12 Multiple Invoice Payment... 14 Changing Passwords in ireceivables...

More information

Salesforce Customer Portal Implementation Guide

Salesforce Customer Portal Implementation Guide Salesforce Customer Portal Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

FAQs. How do I remove the search bar completely?

FAQs. How do I remove the search bar completely? FAQs Company Logo How do I change the logo? Can I make the logo larger or smaller? How do I add change or remove the logo in the footer? Can I add a favicon? Navigation Menu How do I change my navigation

More information

Introduction to Google Docs

Introduction to Google Docs Introduction to Google Docs If you do not have a Google account please see the instructor about setting up an account before the class begins. If you do not want to set up an account you can follow along

More information

Context-sensitive Help Guide

Context-sensitive Help Guide MadCap Software Context-sensitive Help Guide Flare 11 Copyright 2015 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this

More information

JobsCentral Employer Module Guide P a g e 1

JobsCentral Employer Module Guide P a g e 1 JobsCentral Employer Module Guide P a g e 1 Welcome to JobsCentral! This is a quick guide to help you navigate the new JobsCentral Employer Module, to understand and use the features available. You can

More information

SAP Business Intelligence (BI) Reporting Training for MM. General Navigation. Rick Heckman PASSHE 1/31/2012

SAP Business Intelligence (BI) Reporting Training for MM. General Navigation. Rick Heckman PASSHE 1/31/2012 2012 SAP Business Intelligence (BI) Reporting Training for MM General Navigation Rick Heckman PASSHE 1/31/2012 Page 1 Contents Types of MM BI Reports... 4 Portal Access... 5 Variable Entry Screen... 5

More information

Basecamp Manual. Managing Projects Using Basecamp s Project Management Software

Basecamp Manual. Managing Projects Using Basecamp s Project Management Software 271 Grove Avenue Webster Commons - Building C, Suite 4 Verona, NJ 07044 T: 973.239.9002 www.lform.com Basecamp Manual Managing Projects Using Basecamp s Project Management Software LFORM DESIGN 271 Grove

More information

PAYROLL and BILLING TRAINING GUIDE

PAYROLL and BILLING TRAINING GUIDE PAYROLL and BILLING TRAINING GUIDE The following is our recommended best practices for processing your billing and payroll within HomeTrak Companion. These functions may be done by different staff members

More information

introduction to emarketing

introduction to emarketing introduction to emarketing emarketing is typically used for promotional campaigns for attendee generation and for attendee communication. It works closely with ereg which also includes email capabilities

More information

Contact Manager HELP GUIDE

Contact Manager HELP GUIDE Contact Manager HELP GUIDE Monday Friday 8 am 7:30 pm, Saturday 9 am 5 pm, Sunday 9 am 1 pm Revised: June 3, 2014 Table of Contents Managing Contacts... 4 Create A New Contact... 4 Contact Name(s)... 4

More information

Advanced Excel 10/20/2011 1

Advanced Excel 10/20/2011 1 Advanced Excel Data Validation Excel has a feature called Data Validation, which will allow you to control what kind of information is typed into cells. 1. Select the cell(s) you wish to control. 2. Click

More information