W719 - Understanding Stanpak File Structures

Size: px
Start display at page:

Download "W719 - Understanding Stanpak File Structures"

Transcription

1 W719 - Understanding Stanpak File Structures Pre-requisites: None Pulling data from Stanpak will be much easier if you have a thorough understanding of Stanpak's file structures. This session will explain the data tables available and how to read them. Attend this session to learn what files to use to report on specific data. Jack Scheuer Implementation Services Wednesday, 5:00 p.m. 2 Session Objectives Describe the type of files used in Stanpak and the characteristics of fields in those files Indicate where you can acquire information about the files and how to interpret the documents Explain how the files relate to each other (linkage) Build a linkage and then create a QICLOOK program to demonstrate how it works

2 3 Return on Investment Opportunity Knowing the files and what they contain, it is possible to create output that is otherwise not part of the normal Stanpak options Create unique reports or data files to satisfy specific criteria Become a true Power User armed with this information 4 Fields, Files, Database Field a single element of data Think of it as a single piece of paper Examples: Item Description, Customer Name File a collection of fields Think of it as a manila folder containing many papers Examples: Item file, Customer file, BCBI file Database a collection of files Think of it as the file drawer in which the manila folders are stored Example: the Stanpak database

3 5 File Structures Keyed Files The most prevalent type Each individual record has one or more fields that are unique and can be used to access that specific record The Key can be a single field Item file item number Customer file customer number The Key can be a combination of fields BCBI file Customer # + Category Code + Item # Invoice History file Cust # + Shipto # + Invoice # + Line # 6 File Structures Sequential Files Used primarily for temporary or work files Physical Inventory count file is a sequential file Each record stands by itself and can only be accessed by reading through the file on a record by record basis Is commonly used when outputting an intermediate file in QICLOOK

4 7 Files in Stanpak Characteristics Maximum file size is 756 characters, but when files are created, their size is directly related to the maximum size, i.e., file sizes of 84, 108, 252, 378 characters is common Most, but not all files, will contain only one type of record all of the same format Exceptions Order Header File Contains both bill to and ship to records each of a different format Order Line Item File Contains line item records and the order total record different formats 8 Order Files ORDERS ORDER.HEADER.A O1A FILE ORDER.HEADER.B - O1A FILE ORDER.LINE.ITEM O1 FILE ORDER.LINE.TOTL O1 FILE Note the file names above ORDER.HEADER.A is the name by which the file is identified in QICLOOK O1A is the file by which it s known by the software

5 9 Invoice Files Separate file for each record type IH.HEADER.A Bill To O1AAX FILE IH.HEADER.B Ship to O1ABX FILE IH.LINE Line item detail O1X FILE IH.LINE.TOT Total records O1TX FILE One file, but one record per line item IH.MASTER INVHST FILE 10 QICLOOK Selection Statements ORDER.HEADER.A Bill To Records only SELECTING IF A.CONSTANT.ID EQ A ORDER.HEADER.B Ship To Records only SELECTING IF B.CONSTANT.ID EQ B ORDER.LINE.ITEM Line item records only DEFINE TOTRCD AS [[ SUB(BIN.LOCATION,1,4) ]] SELECTING IF TOTRCD NE OTAL ORDER.LINE.TOTL Order total records only SELECTING IF TOTAL.TEST EQ TOTAL

6 11 Data Fields Characteristics Each field has a predefined size which cannot be changed Types of data fields String (aka alphanumeric) can contain anything that s found on the keyboard Numeric can contain numbers and if applicable, a period (.) and/or minus sign (-) 12 Date Fields in Stanpak Most, but not all, dates are in format MM/DD/YY Notable exceptions A/R files Reference Date is YYYYMMDD Invoice History file Ship Date is MM/DD/YY, but Invoice Date is YYYYMMDD BCBI file Last Sell Date is MMDDYY, Last Contract Date is YYMMDD, First Purchase Date is MM/DD/YY For correct sorting, dates should be in the format YYYYMMDD Conversion may be needed CONVERT SHIP.DATE FROM MM/DD/YY TO CCYYMMDD GIVING DATE.OF.SHIPMENT

7 13 What Does a Record Look Like? 14 File Definitions QICLOOK To print the data dictionary that defines the files accessible in QICLOOOK From the Selection prompt, enter *EDIT Within the Editor, enter R (space) *FILES Enter P to print the directory

8 15 File Definitions QICLOOK You want all files You want the directory You want all associated fields You do not want the linkage map since it s of little value Record position order N = fields in alphabetic sequence Y = sequence in which the fields exist in the file 16 QICLOOK File Definitions Report

9 17 QICLOOK Files Frequently Used Data Dictionary report shows ALL files in the system Some files are not available in Stanpak Some files are used very frequently Frequently Used Files 18 File Linkages General Rule If the link doesn t already exist, you may not be able to get there from here Specific Rule To link from file A to file B, you must have the key field(s) for file B available in file A Absolute linkage All fields are available in file A for the file B key Partial linkage File A contains a field which represents the beginning of the File B key

10 19 Building a File Link 20 A QICLOOK Report to Use the New Link Initiate the QICLOOK inquiry Designate the primary file (CUSTOMER.MASTER) The F2 key will display other files that are accessible from the CUSTOMER.MASTER Note option 1 CIA.TO.BCBID link

11 21 A QICLOOK Report to Use the New Link Continue processing the inquiry until the fields to be included on the report are requested The F2 key will ask which file is to be shown and BCBI.DESC would be entered 22 A QICLOOK Report to Use the New Link This represents the final version of the QICLOOK inquiry

12 23 A QICLOOK Report to use the New Link Final report is on the next screen Note that not all customers are displayed In a linkage situation, if the records in the secondary file (BCBI.DESC) can t be found, then the records in the primary file (CUSTOMER.MASTER) will not be processed 24 A QICLOOK Report to use the New Link

13 25 Additional Resources Customer Web Site Documentation QICLOOK Data Dictionary Solutions Database Search for QICLOOK Online Idea Exchanges Stanpak User Forums QICLOOK documentation on your QANTEL CD Stanpak Support (800) Session T717 Using QICLOOK with Microsoft EXCEL, Thursday at 3:45 p.m. 26 Suggested Action Plan Print the data file dictionary and review it to find out exactly what field information is available in individual files Start using QICLOOK to create simple lists Expand your QICLOOK inquiries by accessing multiple files that are logically linked Experiment - It s the best way to learn and you can t hurt anything

14 27 Summary File Structures and layouts Processing order files in QICLOOK Data fields Structures of date fields The Data Dictionary File linkages 28 Thank You for Attending W719 Understanding Stanpak File Structures Jack Scheuer Please submit the Session Feedback Form To receive NASBA credits, please be sure to complete the Session Feedback Form and sign the class roster in the back of the room

15 Stanpak File Layout Guide - Frequently Used Files for Reporting Menu Table Name Description Extended Description AR AR_HIST Accounts receivable history file includes all purged accounts receivable records Includes all purged accounts receivable records, invoices and payments (only if INSTALL is set save A/R history). The first two characters of the TRANS.CODE filed are a 'CP' for a payment and a 'DI' for an invoice. TRANS.DATE is in the format YYMMDD. AR AR_MASTER Accounts receivable master file Includes all open accounts receivable records, invoices and payments since the last time the A/R purge was run. The first two characters of the TRANS.CODE filed are a 'CP' for a payment and a 'DI' for an invoice. TRANS.DATE is in the format YYMMDD. C BCBI By Customer/By Item pricing history file One record for every item each customer has purchased in the past. Only shows the most recent sale in detail but includes a field for YTD.SALES. LAST.SELL and LAST.COST are stored in the pricing UOM. Indicates whether the last sale was an actual sale or a quote. C CUST_HIST_2 Customer secondary master file. Contains all the information found on the second screen of customer maintenance such as the five user defined fields, customer fax number and tax exempt numbers. C CUST_HISTORY Customer sales history Sales figures MTD and for the prior 12 MONTHS.MTD and YTD profits and a few other statistics. To get a true picture of YTD sales as of now, add YTD + MTD sales as YTD sales is as of the end of the last complete month. C CUST_SHIP_TO Customer ship-to addresses All shipping addresses for customers including the shipping name, address, route, and tax jurisdiction. C CUSTOMER_MASTER Customer master file This file contains all the information found in the first screen of customer maintenance.(name, billing address, ship via, invoice with order, route etc.) Some customer statistics are also found in this file such value of open orders, ytd net profit, and open accounts receivables. Receivables information (30, 60, 90, 120 day values) are current as of the last time program RSPI was run. C CUSTOMER_MISC Customer miscellaneous file This is the large block of miscellaneous customer information found in customer service and in order entry. It is broken into two records, an 'A' or first half, and a 'B' record the second half. Each half is 6 lines of 60 characters. Use field CONSTANT.FLAG to test for the A or B record. C WARRANTY_FILE By Customer/By Item history of items purchased with warranty If an item number is set to "SERIAL NUMBER REQUIRED" = "Y" this information is prompted for input during ship confirmation of an order. Customer number, item number, order number, cost and sell price, vendor, ship and warranty dates, and serial number are saved. Page 1 File Layout Guide

16 Stanpak File Layout Guide - Frequently Used Files for Reporting Menu Table Name Description Extended Description CT CONTRACT_COST Contract master file All individual contracts (CUSTOMER/ITEM), class, ALL, and group contacts (by customer/item IF generated) are in this file. All information in CCM is found in this file, the customer and item number, contract loaded and actual rebated cost, price, expiration dates and quantities, YTD quantities and contract number. If the individual contract was generated from a group, there is a field for group id. CT CONTRACT_SALES Contract sales reporting file. One record for each sale that occurred under a contract by period (YYMM). This is the file used to generate the rebate reports. GL GL_BUDGET General Ledger Budget file Contains 12 months of budget figures by organization, by account number and by fiscal year. GL GL_HISTORY General Ledger prior year history file Contains 12 months of prior period figures by organization, by account number and by fiscal year. GL GL_MASTER General Ledger Account master field Contains the information found in GMM, account number, name, type etc. GL GL_TRANSACTION Detailed general ledger transactions Detailed transactions by organization and account number for all open periods for all open periods GL GL_YTD General Ledger year-to-date history file Detailed transactions by organization and account number for all closed periods if INSTALL is set to save this detail. I CATEGORY_DESC Catalog Category description Category code, category description, extended category text and the sales group to which the category belongs. I INVENTORY_TRANS Inventory transaction audit file - cardex Summary or detailed transactions (sales, purchases, adjustments) by item. Level of detail determined by critical qty filed in IM. Set to "-1" to track all items in detail. I ITEM Item master file (first screen and cost screen in IM) All fields found in the first screen and the cost screen of item maintenance. Inventory numbers are also found in this file (QTY.ONHAND, QTY.COMMITTED, QTY.ON.ORDER) Remember if calculating an inventory value to use QTY.ONHAND (saved in the stocking UOM) * PRICING.UOM * desired cost (LAST.PURCH.COST+FRT.LAST.PURCH, AVERAGE.COST). I ITEM.RETL.HIST Retail item sales history, inventory Contains the QTY.ONHAND values, MIN/MAX and sales history of the item in the RETAIL STORE. These sales and inventory are tracked and maintained separately if the field 'SPECIAL FEATURES' in IM is set to "R" for retail. I ITEM_AUX Item secondary master file (Info screen in IM) All information found in the "I"nfo screen of item maintenance is located in this file. User defined fields, UPC.CODE, MSDS number are a few of the more commonly accessed fields in this file. I ITEM_FIFO FIFO inventory layer file One record for each purchase of an item. The vendor number, po number, qty and cost, freight amounts, and purchase date are all stored here. I ITEM_HISTORY Item sales history 12 months of quantity sales by item last purchase, sales and adjustment dates and quantities. Number of picks YTD, and YTD directs are also found in this file. I PRICE_BOOK Price book file by item Item number and 8 price brackets and qty breaks as of the last time program I1E was run (released in 4.0.5). Page 2 File Layout Guide

17 Stanpak File Layout Guide - Frequently Used Files for Reporting Menu Table Name Description Extended Description I SALES_GROUP Sales group description file Sales group code, sales group description, extended text. N AP_MASTER Accounts payable master files. All open and paid invoices, all payments since the last purge. O ORDER_HEADER_A Open order header record A Contains the header information (first screen in OE and OM). If reporting on open orders, you must get the customer number from this file if you wish to link to the customer master file. The ORDER.DATE is found in this file in the format MM/DD/YY. The operators initials from order entry are stored in this file. The open order header 'A' and the 'B' are located physically in the same file. See documentation for details on the criteria to use to select the A record. O ORDER_HEADER_B Open order header record B with ship-to information Contains ship to information form the open order header. Any special instructions, and the truck code (if using OSM) are found in this file. The open order header 'A' and the 'B' are located physically in the same file. See documentation for details on the criteria to use to select the B record. O ORDER_LINE_ITEM Open order line item information One record for every line on the order, including notes. All quantity fields (ordered, shipped, backordered) are stored in the pricing UOM. Multiply QTY.SHIPPED by UNIT.PRICE to get total line price. The same applies to get total line cost. When reporting on line detail in *QICLOOK be sure to specify this file first, followed by or linked to the ORDER.HEADER.A or ORDER.HEADER.B. The ORDER.LINE.ITEM and the ORDER.LINE.TOTL records are located physically in the same file. See documentation for details on criteria to use to exclude the total records when using this file. O ORDER_LINE_TOTL Open order total record Stores the grand totals, tax dollars, freight and minimum order charges, total price and cost and total weight, cube and piece count. One useful field found here, if you have the proper parameters set up in install, is the net profit on the order. The ORDER.LINE.ITEM and the ORDER.LINE.TOTL records are located physically in the same file. See documentation for details on criteria to use to exclude the line item records when using this file. O QTY_CHANGE_AUD Audit file of all changes made to open orders. PO PO_HEADER_A Open purchase orders header record A PO PO_HEADER_B Open purchase orders header record B This is the file used to drive the (R-OQA) report. This file is often reported on to look at backorders only, rather than all changes (required in the food service industry) Contains the purchase order header information (first screen in QE and QM). The P/O due date is found in this file in the format MM/DD/YY. The purchase order header 'A' and the 'B' are located physically in the same file. Select PO.CONSTANT EQUALS "A" to see the header A record. Contains the purchase order ship to header information. This address will be your own unless the P/O is a direct. The purchase order header 'A' and the 'B' are located physically in the same file. Select PO.CONSTANT EQUALS "B" to see the header B record. PO PO_LINE_ITEM Open purchase orders line file One record for every line on the purchase order. When reporting on open purchase orders to an item detail level, include this file FIRST, then link to the PO.HEADER.A and B files if necessary second. Be cautious of the result when linking to the item file as the item in the purchase order may be a non stock special and the link cannot be made. Page 3 File Layout Guide

18 Stanpak File Layout Guide - Frequently Used Files for Reporting Menu Table Name Description Extended Description S SALESMAN Salesman master file Contains all the information found in "SM" (salesman's number, name, address, phone number) plus cost and sales MTD, QTD, YTD and for the last 12 prior months. Remember there are two records for each salesman, one for inventory sales, one for directs. S SLSM_COM_DETAIL Monthly commission audit file by line item Optional commission file (option activated in INSTALL) that tracks commission down to the line on a order. S SLSM_COMM_AUDIT Monthly commission audit file by order One record for each invoice. Reported on and cleared by the cat report. Contains the salesman number, order number, date, sale and cost, commission percentage, whether the sale was a non-qual, and whether the invoice has been paid by the customer (if paying by collections). The same applies for reporting on this file as in the cat report, if paying by collections, the A/R purge must be run first as this sets the invoice paid flag. S SLSMAN_HISTORY Salesman sales history Tracks by salesman number, number of orders over the last 12 months by the source code SA IH_HEADER_A Invoice history order header record A SA IH_HEADER_B Invoice history order header record B with ship-to information in OE (phone, mail, taken) and # of new items. Contains the header information (first screen in OE and OM). If reporting on the invoice history, you must get the customer number from this file if you wish to link to the customer master file. The invoice date (ORDER.DATE) is found in this file in the format MM/DD/YY. The operators initials from order entry are stored in this file. The open order header 'A' and the 'B' are located physically in the same file. See documentation for details on the criteria to use to select the A record. Contains ship to information form the invoice header. Any special instructions, and the truck code (if using OSM) are found in this file. The invoice header 'A' and the 'B' are located physically in the same file. See documentation for details on the criteria to use to select the B record. SA IH_LINE Invoice history line item information One record for every line on the order, including notes. All quantity fields (ordered, shipped, backordered) are stored in the pricing UOM. Multiply QTY.SHIPPED by UNIT.PRICE to get total line price. The same applies to get total line cost. When reporting on line detail in *QICLOOK be sure to specify this file first, followed by or linked to the ORDER.HEADER.A or ORDER.HEADER.B. The ORDER.LINE.ITEM and the ORDER.LINE.TOTL records are located physically in the same file. See documentation for details on criteria to use to exclude the total records when using this file. SA IH_LINE_TOT Invoice history order total record Stores the grand totals, tax dollars, freight and minimum order charges, total price and cost and total weight, cube and piece count. One useful field found here, if you have the proper parameters set up in install, is the net profit on the order. The ORDER.LINE.ITEM and the ORDER.LINE.TOTL records are located physically in the same file. See documentation for details on criteria to use to exclude the line item records when using this file. V VENDOR Vendor master file All information found and maintained in VM is located in this file. The vendor address fields and the check address fields are at this time the same although defined separately. V VENDOR_AUX Secondary vendor master file Contains only the vendor emergency response number and the default GL posting account. Page 4 File Layout Guide

19 Session Feedback Form Summit 2007 Las Vegas, NV Please take a moment to evaluate this session and offer feedback. Activant uses your input to understand your needs and to determine future Summit sessions. Session Name: Session Number: Presenter s Name: How important is this topic to your job/company? Not Important Important Please rate the educational value you received from this session Low Value High Value 1. What software are you currently using? 2. How long have you personally used this software? 3. Describe the effectiveness of your instructor. 4. What is your overall evaluation of this session? 5. What could have been done to improve this session? 6. What sessions would you like to see presented at future conferences? 7. What issues will be critical to your business in the next months? Check here if you would like CPE credits. To receive credits, be sure to sign your name at the bottom of this form and sign the roster in the session room. Answering the following questions is OPTIONAL (but required for CPE Credits). Yes No Did this session meet your expectations, based on the description/objectives in the registration materials? Were the pre-requisite requirements stated in the course description appropriate? Did the session materials contribute to achieving the learning objectives? Did the equipment (screen, microphone, projector, etc.) in the room enhance the instruction? Was the time allotted for the session appropriate for the topic? Name: Company:

W619 - FILEOUT Enhancements: Improved Information Sharing

W619 - FILEOUT Enhancements: Improved Information Sharing W619 - FILEOUT Enhancements: Improved Information Sharing Prerequisite: None FILEOUT Data Export Utility captures report information and writes it to a file for easy import into Microsoft Word and Excel.

More information

W706 Troubleshooting Transactions Using SQL Profiler

W706 Troubleshooting Transactions Using SQL Profiler W706 Troubleshooting Transactions Using SQL Profiler Pre-requisites: Session W607 or similar knowledge A perfect follow-up to session W607, this class will provide a more detailed look at the specific

More information

W607 Review of SQL Profiler

W607 Review of SQL Profiler W607 Review of SQL Profiler Pre-requisites: Basic knowledge of SQL One of our most popular sessions at previous conferences, this class offers a complete look at SQL Profiler. Being instructed in SQL 2005,

More information

W622 - Less Typing: Efficiency Tricks in Turns. Session Objectives. Show how many common keystrokes can be replaced by. Summit 2007: Get Connected

W622 - Less Typing: Efficiency Tricks in Turns. Session Objectives. Show how many common keystrokes can be replaced by. Summit 2007: Get Connected W622 - Less Typing: Efficiency Tricks in Turns Pre-requisites: None Think of those programs you run the same way every time. Now imagine hitting a button that answers all those prompts for you so you no

More information

Table of Contents General Information Table Maintenance Top Ten Reports

Table of Contents General Information Table Maintenance Top Ten Reports Table of Contents General Information 1 Windows Print Manager 1 Print Button for Documents 1 Print Spooling 1 Print Spool Buttons 2 Report Destination 2 Single document 3 All Documents 3 Delete 3 Clear

More information

W408 Supply Chain Interface XML

W408 Supply Chain Interface XML W408 Supply Chain Interface XML Pre-requisites: none The world of e-commerce connectivity is changing rapidly. Once upon a time, realtime supply chain information came at the touch of a button -- actually,

More information

2016 Autosoft, Inc. All rights reserved.

2016 Autosoft, Inc. All rights reserved. Copyright 2016 Autosoft, Inc. All rights reserved. The information in this document is subject to change without notice. No part of this document may be reproduced, stored in a retrieval system, or transmitted

More information

W717 Keeping the Array System Up-to-Date

W717 Keeping the Array System Up-to-Date W717 Keeping the Array System Up-to-Date Pre-requisites: None This session should prove invaluable for Array system administrators. Discussion will center around keeping your hardware and software up-to-date,

More information

Upgrading to CounterPoint

Upgrading to CounterPoint 1 Installation and Configuration: Getting Started Upgrading to CounterPoint Overview This document provides instructions for upgrading your data to CounterPoint from earlier versions of SYNCHRONICS software

More information

POSTING INVOICES TO A/R IN C.O.P.

POSTING INVOICES TO A/R IN C.O.P. Introduction POSTING INVOICES TO A/R IN C.O.P. The Post Invoices To A/R application transfers all transactions that were previously created in Order Entry into the A/R Open Item File. In addition it sends

More information

W604 - Using Style Sheets to Update B2B Seller

W604 - Using Style Sheets to Update B2B Seller W604 - Using Style Sheets to Update B2B Seller Pre-requisites: Basic HTML Knowledge This advanced session focuses on the differences among the various concepts of web development. The review will focus

More information

ACTIVANT STANPAK. Open Gateway SQL Tips. Version 6.0

ACTIVANT STANPAK. Open Gateway SQL Tips. Version 6.0 ACTIVANT STANPAK Open Gateway SQL Tips Version 6.0 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual itself

More information

User Documentation. t-commerce User s Guide

User Documentation. t-commerce User s Guide User Documentation t-commerce User s Guide TRIBUTE INC. USER DOCUMENTATION t-commerce User s Guide Copyright Notice and Trademarks 2000-2007 Tribute, Inc. All rights reserved t-commerce is a registered

More information

W517 Monitoring Array System Performance

W517 Monitoring Array System Performance W517 Monitoring Array System Performance Pre-requisites: None Designed for the Array system administrator, this session will center around troubleshooting system performance. Topics covered will be recommended

More information

W621 Increasing Productivity with Shell Scripting

W621 Increasing Productivity with Shell Scripting W621 Increasing Productivity with Shell Scripting Pre-requisites: Unix knowledge Cliché statements are generally true. Isn t it better to work smarter not harder? While many companies opt to pay for custom

More information

Machine and Contract Setup

Machine and Contract Setup Machine and Contract Setup Updated July 2016 Contents About Machine and Contract Setup...3 Machine Detail...3 Machine Depreciation...4 Creating Database Records...5 Printing the Depreciation Report...5

More information

MSI Fixed Assets Version 4.0

MSI Fixed Assets Version 4.0 MSI Fixed Assets Version 4.0 User s Guide Municipal Software, Inc. 1850 W. Winchester Road, Ste 209 Libertyville, IL 60048 Phone: (847) 362-2803 Fax: (847) 362-3347 Contents are the exclusive property

More information

Enhancements Guide. Applied Business Services, Inc. 900 Wind River Lane Suite 102 Gaithersburg, MD General Phone: (800)

Enhancements Guide. Applied Business Services, Inc. 900 Wind River Lane Suite 102 Gaithersburg, MD General Phone: (800) Enhancements Guide Applied Business Services, Inc. 900 Wind River Lane Suite 102 Gaithersburg, MD 20878 General Phone: (800) 451-7447 Support Telephone: (800) 451-7447 Ext. 2 Support Email: support@clientaccess.com

More information

Furniture Work in Progress

Furniture Work in Progress Updated July 2016 Contents...3 Planning to Use the Application...4 Setting Parameters...4 Viewing Furniture Works in Progress...6 Manually Adjusting a WIP Order to Bring it into Balance...9 Changing After

More information

Quick Reference Guide Welcome to the SUNY TierOne Diversity Site

Quick Reference Guide Welcome to the SUNY TierOne Diversity Site Quick Reference Guide Welcome to the SUNY TierOne Diversity Site HOMEPAGE CONTRACT Select Contract from your location dropdown to shop SUNY Pre-approved items. NON-CONTRACT Select NonContract from your

More information

LESSON 10 Accounts Payable Setup

LESSON 10 Accounts Payable Setup LESSON 10 Learning Objectives In this lesson you will: 1. activate the module 2. access the A/P Transactions Visual Process Flow 3. set up the Options 4. enter account sets 5. enter distribution codes

More information

EDI PROCESSING INTERFACE MODULE... 1 EDI PROCESSING OVERVIEW... 3

EDI PROCESSING INTERFACE MODULE... 1 EDI PROCESSING OVERVIEW... 3 Table of Contents... 1 EDI PROCESSING OVERVIEW... 3 SETUP AND MAINTENANCE PROGRAMS... 14 EDITPM-... EDI TRADING PARTNER MAINTENANCE... 14 EDITPVM-... EDI TRADING PARTNER VENDOR MAINTENANCE.... 26 EDISVM-...

More information

Activant Stanpak. PDA Updater for Pocket PC. Version 6.0

Activant Stanpak. PDA Updater for Pocket PC. Version 6.0 Activant Stanpak PDA Updater for Pocket PC Version 6.0 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual

More information

ACTIVANT B2B Seller. New Features Guide. Version 5.5

ACTIVANT B2B Seller. New Features Guide. Version 5.5 ACTIVANT B2B Seller New Features Guide Version 5.5 1 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual

More information

Vendor Maint/Reports Menu Vendor Inquiry/Reports MUNIS Version 7

Vendor Maint/Reports Menu Vendor Inquiry/Reports MUNIS Version 7 Module: Topic: Accounts Payable Vendor Maint/Reports Menu Vendor Inquiry/Reports MUNIS Version 7 Objective This document gives you step by step instructions for using the Vendor Inquiry/Reports program

More information

New BoundTree.com User Guide Fall Version 6

New BoundTree.com User Guide Fall Version 6 New BoundTree.com User Guide Fall 2016 Version 6 Table of Contents Overview Navigating the Home Page Creating an Account Logging into an Existing Account Forgot Your Password? Reviewing Your Account Editing

More information

What's New: Release to

What's New: Release to 26-Apr-2016 Page : 1 14:48:39 Modification and Development Release Notes, new development and modifications completed in release version range included on report. Please review and if interested in any,

More information

Getting Started with Serialized

Getting Started with Serialized Getting Started with Serialized Updated August 2016 Contents Introduction...3 Adding Serial Records...3 Adding the Serial Customer...3 Adding Serialized Departments...5 Adding Serialized Items...5 Marking

More information

Item Sales History SO-1023

Item Sales History SO-1023 Item Sales History SO-1023 Overview This Extended Solution allows you to view detailed Item Sales History by Customer/Item Number from Sales Order Entry, S/O Invoice Entry, A/R Customer Maintenance and

More information

Main Menu Version 6.3 May 1, 2006

Main Menu Version 6.3 May 1, 2006 AIMS Version 6.3 May 1, 2006 Copyright Western Canadian Software, 2006 - TABLE OF CONTENTS Rebuild Indexes...5 Backup Files...5 Go Home...6 End System...8 OnQ Reporting...8 Client s Own M enu...9 Fax M

More information

Activant Stanpak. JQUOTE: The New Quote Writer

Activant Stanpak. JQUOTE: The New Quote Writer Activant Stanpak JQUOTE: The New Quote Writer Objectives Use JQUOTE and the supplied quote template to build a quote letter Use JQUOTE to create a customer price list Modify the quote template Use JQUOTE

More information

PATRONAGE / EQUITY USER'S GUIDE

PATRONAGE / EQUITY USER'S GUIDE PATRONAGE / EQUITY USER'S GUIDE This document is non-technical and explains the operation of the Patronage / Equity programs. It is intended for both accounting staff and operators. COPYRIGHT 2017 AgTrax

More information

V15 PTF PM Prerequisite: PMRELV15

V15 PTF PM Prerequisite: PMRELV15 Excellence in Software Equinox Software Systems, Inc. 2413 Stilling Lane, McHenry, IL 60050 www.equinoxsoftware.com Tel: (815) 788-0850 Fax: (815) 788-0854 V15 PTF PM101203 Prerequisite: PMRELV15 1. Cash

More information

VSS. Catalog Of Modifications. For Mark Users

VSS. Catalog Of Modifications. For Mark Users VSS Catalog Of Modifications For Mark Users 1. Quotation Conversion Report A report that shows a salesperson s effectiveness in converting quotations to sales. It is run for a specified time period and

More information

Data Import Guide DBA Software Inc.

Data Import Guide DBA Software Inc. Contents 3 Table of Contents 1 Introduction 4 2 Data Import Instructions 5 3 Data Import - Customers 10 4 Data Import - Customer Contacts 16 5 Data Import - Delivery Addresses 19 6 Data Import - Suppliers

More information

Once you click on the Enterprise Icon found on your desktop you will be asked for your password. This Default Code Is

Once you click on the Enterprise Icon found on your desktop you will be asked for your password. This Default Code Is Once you click on the Enterprise Icon found on your desktop you will be asked for your password. This Default Code Is You should now see the main screen which is called the main screen or menu screen.

More information

Returning Dealer Log In: Password Retrieval: Sign up for existing dealer without web access:

Returning Dealer Log In: Password Retrieval: Sign up for existing dealer without web access: Returning Dealer Log In: 1) For returning dealer, select the first option: I m ready to log in. 2) Enter Dealer ID (customer #), email address & password. 3) Choose sign in Password Retrieval: 1) If you

More information

RESOLV EDI CONTROL. User Guide Version 9.2 for HANA PRESENTED BY ACHIEVE IT SOLUTIONS

RESOLV EDI CONTROL. User Guide Version 9.2 for HANA PRESENTED BY ACHIEVE IT SOLUTIONS RESOLV EDI CONTROL User Guide Version 9.2 for HANA PRESENTED BY ACHIEVE IT SOLUTIONS Copyright 2011-2016 by Achieve IT Solutions These materials are subject to change without notice. These materials are

More information

Vendor Inquiry and Reports Munis Version 11.2

Vendor Inquiry and Reports Munis Version 11.2 Objective This document gives you step by step instructions for using the Vendor Inquiry/Reports program to query the vendor master table for information regarding a specific vendor(s) and how to produce

More information

SALES ANALYSIS REPORTS AND INQUIRIES... 1

SALES ANALYSIS REPORTS AND INQUIRIES... 1 SALES ANALYSIS REPORTS AND INQUIRIES Table of Contents SALES ANALYSIS REPORTS AND INQUIRIES... 1 ADVR-...ADVERTISING ALLOWANCE REPORT... 3 COGS-...COST OF GOODS SOLD... 5 CILST-...CUSTOMER/ITEM LOT/SERIAL

More information

ACTIVANT STANPAK. PDA Updater for Palm OS. Version 6.0

ACTIVANT STANPAK. PDA Updater for Palm OS. Version 6.0 ACTIVANT STANPAK PDA Updater for Palm OS Version 6.0 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual

More information

Financials Module: General Ledger

Financials Module: General Ledger The Priority Enterprise Management System Financials Module: General Ledger Contents Introduction... 2 Chart of Accounts... 2 Entry Journal... 4 Reconciliations... 7 Financial Statements... 9 Cash Flow...

More information

General Ledger Updated December 2017

General Ledger Updated December 2017 Updated December 2017 Contents About General Ledger...4 Navigating General Ledger...4 Setting Up General Ledger for First-Time Use...4 Setting Up G/L Parameters...5 Setting the G/L Parameters...6 Setting

More information

Table of Contents Page 2

Table of Contents Page 2 Table of Contents Reservation... 4 Wait List Report... 5 Tape Chart Report... 6 eres Reservations Report... 8 Travel Agent Reservations Report... 9 Corporate Reservations Report... 11 Reservations by Check-in

More information

MSI Business License Version 4.0

MSI Business License Version 4.0 MSI Business License Version 4.0 User s Guide Municipal Software, Inc. 1850 W. Winchester Road, Ste 209 Libertyville, IL 60048 Phone: (847) 362-2803 Fax: (847) 362-3347 Contents are the exclusive property

More information

3096 Temple Ave Pomona, CA Tel: Fax: Website:

3096 Temple Ave Pomona, CA Tel: Fax: Website: NETcellent s Sales Order Import For ELLIOTT VERSION 7.4x From NETcellent System, Inc. 3096 Temple Ave Pomona, CA 91766 Tel: 909.622.5009 Fax: 909.622.5119 E-mail: sales@netcellent.com Website: www.netcellent.com

More information

ShelbyNext Financials Portal

ShelbyNext Financials Portal How To Use ShelbyNext Financials Portal Updated: 6/21/2016 2016 Shelby Systems, Inc. All Rights Reserved Other brand and product names are trademarks or registered trademarks of the respective holders.

More information

Contents GENERAL OVERVIEW 3. User Profile and Permissions... 3 Regional Manager... 3 Manager... 3 User... 4 Security... 4

Contents GENERAL OVERVIEW 3. User Profile and Permissions... 3 Regional Manager... 3 Manager... 3 User... 4 Security... 4 SYNERGY USER GUIDE Contents GENERAL OVERVIEW 3 User Profile and Permissions... 3 Regional Manager... 3 Manager... 3 User... 4 Security... 4 Budgets... 4 Spending Limits... 5 PO Hold Review... 5 Regional

More information

i -Global System Sales Management Module User Manual

i -Global System Sales Management Module User Manual i -Global System Sales Management Module User Manual i-global System Copyright 2004, i-global Solutions Limited. All rights reserved. Sales Management Module User Manual -- Version: 1.02 This product and

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 State of Arkansas Email Address Welcome1

More information

1. From the Tyler Menu, go to Financials>Purchasing>Purchase Order Processing> Requisitions (i.e. click on requisitions)

1. From the Tyler Menu, go to Financials>Purchasing>Purchase Order Processing> Requisitions (i.e. click on requisitions) TO REQUEST A PURCHASE ORDER 1. From the Tyler Menu, go to Financials>Purchasing>Purchase Order Processing> Requisitions (i.e. click on requisitions) 2. The following screen will appear. Click New. The

More information

How to Receive on a Purchase Order

How to Receive on a Purchase Order Module: Purchasing Topic: Purchase Order Receiving How to Receive Munis Version 11.1 How to Receive on a Purchase Order Objective This document provides instructions on how to record the receipt of items

More information

EDI PROCESSING INTERFACE MODULE... 1

EDI PROCESSING INTERFACE MODULE... 1 Table of Contents... 1 EDI PROCESSING OVERVIEW... 3 TRANSACTIONS PROCESSED:... 3 PRODUCT REQUIREMENTS:... 3 CUSTOMER TRANSACTION FLOW:... 3 VENDOR TRANSACTION FLOW... 4 SETUP PROCEDURE... 5 TRANSFER PROCEDURE...

More information

Macola Enterprise Suite Release Notes: Macola ES

Macola Enterprise Suite Release Notes: Macola ES Page 1 of 8 Macola Enterprise Suite Release Notes: Macola ES9.5.300 Release: version ES9.5.300 Controlled Release Date: October 26, 2009 Mai Cat Sub Ass Rel Doc ID: Dat General Availability Release Date:

More information

6. Vendor Maintenance

6. Vendor Maintenance 6. Vendor Maintenance Table of Contents Vendor Maintenance... 2 Direct Pay Info... 7 History... 8 Accounts... 10 Del Move... 11 Click on 6. Vendor Maintenance from the Main Menu and the following window

More information

Welcome. To We have taken the best from Partwizard.com and Servias and created the complete dealer access site!

Welcome. To   We have taken the best from Partwizard.com and Servias and created the complete dealer access site! Welcome To WWW.PARTWIZARD.BIZ We have taken the best from Partwizard.com and Servias and created the complete dealer access site! We have created this tutorial to help guide you through our new site. If

More information

Sage ERP Accpac Online 5.5

Sage ERP Accpac Online 5.5 Sage ERP Accpac Online 5.5 Integration Resource Guide for Sage ERP Accpac And Sage CRM (Updated: July 11, 2010) Thank you for choosing Sage ERP Accpac Online. This Resource Guide will provide important

More information

Feature List as of 11/20/14 Page 1 of 12

Feature List as of 11/20/14 Page 1 of 12 Feature List as of 11/20/14 Page 1 of 12 User Interface 27.05-552 The Send Email feature now includes more extensive email lists and more detail for the email addresses you select from the lists. You can

More information

EDI PROCESSING INTERFACE MODULE... 1 EDI PROCESSING OVERVIEW... 3

EDI PROCESSING INTERFACE MODULE... 1 EDI PROCESSING OVERVIEW... 3 Table of Contents... 1 EDI PROCESSING OVERVIEW... 3 SETUP AND MAINTENANCE PROGRAMS... 15 EDITPM-... EDI TRADING PARTNER MAINTENANCE... 15 EDITPVM-... EDI TRADING PARTNER VENDOR MAINTENANCE.... 28 EDISVM-...

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

Inventory Field Reference Guide

Inventory Field Reference Guide DATA PLUS HOSPITALITY SOLUTIONS Inventory Field Reference Guide Version 8.0 Table of Contents Overview...4 Inventory...5 File Maintenance...6 File Maintenance/Lists...6 Parameters... 7 Issue/Adjustment

More information

Furniture Wizard Security Introduction

Furniture Wizard Security Introduction Furniture Wizard Security Introduction In this section, we will introduce you to the new security features of Furniture Wizard. Furniture Wizard s security will allow you to set permissions for different

More information

CHAPTER 8B PURCHASE ORDER MANAGEMENT

CHAPTER 8B PURCHASE ORDER MANAGEMENT CHAPTER 8B PURCHASE ORDER MANAGEMENT Chapter 8B...1 Purchase Order Maintenance...2 Purchase Order Maintenance...3 Retrieving an Existing Purchase Order...5 Quick Search...6 Deleting an Existing Purchase

More information

Autologue User s Manual Multi-Store. Table Of Contents

Autologue User s Manual Multi-Store. Table Of Contents Autologue User s Manual Multi-Store Page i Table Of Contents 18. Introduction Multi-Store... 1 18.1 Definitions Of Vocabulary... 2 18.2 Accessing A Remote Store... 3 18.3 Multi-Store Purchasing Overview...

More information

HANSAWORLD UNIVERSITY. Standard Bar Version 6.3 HansaWorld Ltd.

HANSAWORLD UNIVERSITY. Standard Bar Version 6.3 HansaWorld Ltd. HANSAWORLD UNIVERSITY Standard Bar 12 2011 Version 6.3 HansaWorld Ltd. Table of Contents INTRODUCTION & INSTALLATION...3 System Requirements...3 Installation...3 CONFIGURING A NEW DATABASE...4 Starting

More information

OM Marketplace. October, 2017

OM Marketplace. October, 2017 OM Marketplace October, 2017 1 CONTENTS Contents Page # OM Marketplace Basics 3 About OM Marketplace 4 Login 5 User Preferences 8 Order Management 17 Place An Order 18 Quick Key 27 Upload Order 29 View

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

PURCHASING MODULE USER'S GUIDE

PURCHASING MODULE USER'S GUIDE PURCHASING MODULE USER'S GUIDE This document is non-technical and explains the operation of the Purchasing Module programs. It is intended for both accounting staff and operators. COPYRIGHT 2017 AgTrax

More information

Sage 300. Sage CRM 2018 Integration Upgrade Guide. October 2017

Sage 300. Sage CRM 2018 Integration Upgrade Guide. October 2017 Sage 300 Sage CRM 2018 Integration Upgrade Guide October 2017 This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product

More information

Dstewart.com FAQs Reference Guide

Dstewart.com FAQs Reference Guide Dstewart.com FAQs Reference Guide Find answers to the most common questions regarding The Douglas Stewart Company s online experience Table of Contents: 1. Where can I find: Quick Order Order History Wish

More information

Step-By-Step Guide. ecommerce

Step-By-Step Guide. ecommerce Step-By-Step Guide ecommerce TABLE OF CONTENTS ecommerce Step-By-Step Guide Overview... 3 Customer Registration... 5 Log on to Grainger.com... 9 Search... 11 Online Catalog... 14 Compare Products and Item

More information

NorthStar Club Management System

NorthStar Club Management System NorthStar Club Management System The Version 3.2.0 GL- 03252008 March 25, 2008 CONTENTS OVERVIEW OF THE GL (GENERAL LEDGER) MODULE... 5 ACCESSING THE GL MODULE... 6 GL INTRODUCTION:... 8 Inquiry... 8 Admin...

More information

Sage 300. Sage CRM 7.3 Integration Upgrade Guide

Sage 300. Sage CRM 7.3 Integration Upgrade Guide Sage 300 Sage CRM 7.3 Integration Upgrade Guide This is a publication of Sage Software, Inc. Copyright 2015. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service

More information

RPA QUICK REFERENCE GUIDE

RPA QUICK REFERENCE GUIDE RPA QUICK REFERENCE GUIDE When you receive an invoice to be processed that is not on a PO you will create a RPA document. If it is an invoice for a BAM PO or AggieBuy PO send to invoices@tamu.edu. From

More information

Ordering Tool. The Cisco. Ordering Tool. User Guide

Ordering Tool. The Cisco. Ordering Tool. User Guide Ordering Tool The Cisco Ordering Tool User Guide Table of Contents Ordering Tool User Guide TABLE OF CONTENTS...2 ABOUT THIS GUIDE...6 BENEFITS OF USING THE ORDERING TOOL...6 USING THE ORDERING TOOL...6

More information

Accounts Payable MODULE USER S GUIDE

Accounts Payable MODULE USER S GUIDE Accounts Payable MODULE USER S GUIDE INTEGRATED SOFTWARE SERIES Accounts Payable MODULE USER S GUIDE Version 3.1 Copyright 2005 2009, Interactive Financial Solutions, Inc. All Rights Reserved. Integrated

More information

NextMark User s Guide. Order Processing Brokerage

NextMark User s Guide. Order Processing Brokerage NextMark User s Guide Order Processing Brokerage Table of Contents NextMark Order Processing... 3 Product Overview... 3 Scope and Content... 3 Getting Help...3 Getting Started... 3 Tools you will need:...

More information

REMOTE SERVICE Module Reference Manual. Version 11.0 Revision Date 5/1/04

REMOTE SERVICE Module Reference Manual. Version 11.0 Revision Date 5/1/04 REMOTE SERVICE Module Reference Manual Version 11.0 Revision Date 5/1/04 The documentation in this publication is provided pursuant to a Sales and Licensing Contract for the Prophet 21 System entered into

More information

FINANCE MANAGER. Accounting Manual Finance Manager.

FINANCE MANAGER. Accounting Manual Finance Manager. FINANCE MANAGER Accounting Manual 2010 Finance Manager Accounting Setup - Table of Contents Start Page... 1 Setup Which Files Should Be Completed First?... S-1 Items... S-2 Item Categories... S-7 Unit

More information

RELEASE NOTES: FEBRUARY 23, 2016

RELEASE NOTES: FEBRUARY 23, 2016 RELEASE NOTES: 2.16.01 FEBRUARY 23, 2016 Highlights from this release Report Criteria Favourites Change Name on WO/LOT/INV with blend Save report criteria so you can run it the same way next time. Read

More information

Vendors and Purchase Orders

Vendors and Purchase Orders One Blue Hill Plaza, 16 th Floor, PO Box 1546 Pearl River, NY 10965 1-800-PC-AMERICA, 1-800-722-6374 (Voice) 845-920-0800 (Fax) 845-920-0880 Vendors and Purchase Orders CRE/RPE can help you keep track

More information

Activant Acclaim Improving Company Communication with Activant Acclaim and Workflow

Activant Acclaim Improving Company Communication with Activant Acclaim  and Workflow Activant Acclaim Improving Company Communication with Activant Acclaim E-mail and Workflow Acclaim System Administration suite: course 6 of 7 This class is designed for System administrators and other

More information

Overview of individual file utilities

Overview of individual file utilities 1 System: Special Topics File Utilities Overview File utilities refers to a group of utilities that work with your CounterPoint data files. File utilities allow you to export your data files to ASCII text

More information

Visual Streamline. Scheduled Orders

Visual Streamline. Scheduled Orders Summary of Scheduled Order Program: Visual Streamline To access Scheduled Order Entry from the main menu, go to the following: Sales Order Processing > Processing > There is a user right required to be

More information

Table of Contents *** IMPORTANT NOTE ***

Table of Contents *** IMPORTANT NOTE *** Table of Contents Using QuickBooks With E2 Pg. 2 Installing the Interface File Pg. 3 Conversion from QuickBooks Pg. 4 Settings in E2 for Sync Option Pg. 6 Settings in QuickBooks for Sync option Pg. 7 Transferring

More information

ACTIVANT STANPAK. SalesFORCE Web Order Entry. Version 8.0

ACTIVANT STANPAK. SalesFORCE Web Order Entry. Version 8.0 ACTIVANT STANPAK SalesFORCE Web Order Entry Version 8.0 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual

More information

ShipRite s Account Receivable Instructions

ShipRite s Account Receivable Instructions ShipRite s Account Receivable Instructions Setting up a new account Click on the POS button Enter the existing customer s PHONE number here. If they are in the database, their information will appear at

More information

What's New Update 1L - This update contains more than 300 projects

What's New Update 1L - This update contains more than 300 projects What's New 9.0.1 Update 1L - This update contains more than 300 projects Contents Purpose... 2 Training Info... 2 General Info... 3 Accounts Payable... 3 Accounts Receivable... 3 Agtrax Interface... 3

More information

Purchase Order User Manual

Purchase Order User Manual User Manual Copyright 2014 by Samco Software Inc. PROPRIETARY RIGHTS NOTICE: All rights reserved. No part of this material may be reproduced or transmitted in any form or by any means, electronic, mechanical,

More information

MecWise Accounting Getting Started Kit

MecWise Accounting Getting Started Kit MecWise Accounting Getting Started Kit Last updated on: 10/14/2009 Getting Started How do I start enjoying MecWise Accounting? 1.1 Be familiar with the toolbar icons. 1.2 To maintain the company s basic

More information

PO110 Create and Maintain Purchase Orders Training Guide

PO110 Create and Maintain Purchase Orders Training Guide Training Guide COPYRIGHT & TRADEMARKS Copyright 1998, 2009, 2010 Oracle, IBM and Grant MacEwan University and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation

More information

Warranty, Parts and Sales Data Entry System Operations Manual

Warranty, Parts and Sales Data Entry System Operations Manual Winnebago Industries Warranty, Parts and Sales Data Entry System Operations Manual Winnebago Industries Part Number 701674-51-000 Revised 10-02 TABLE OF CONTENTS TOPIC PAGE # SECTION A - General Information

More information

Check for Expired Credit Cards 2 Setup Products / Subscription 2 Setup Shipping Templates 2

Check for Expired Credit Cards 2 Setup Products / Subscription 2 Setup Shipping Templates 2 Wine Direct 4.1 Wine Club Fulfillment Quick Steps Wine Club Preparation Page Check for Expired Credit Cards 2 Setup Products / Subscription 2 Setup Shipping Templates 2 Fulfillment Processing Verify Wine

More information

Order Entry 2 Updated July 2016

Order Entry 2 Updated July 2016 Updated July 2016 Contents About This Document...3 Credit Returns...3 Planning to Use Credit Returns...3 Creating a Credit Return...4 Select the Order to Credit...4 Entering Global Credit Data...5 Entering

More information

Animation: Enter Vouchers by Item or Amount?

Animation: Enter Vouchers by Item or Amount? Creating Manual Vouchers Topic 1 Monday, May 23, 2011 Page 1: Animation: Enter Vouchers by Item or Amount? Teacher Narration: When your company has a non-inventory expense, such as a utility bill, a cleaning

More information

Getting Started: Setting up Your ecommerce Site

Getting Started: Setting up Your ecommerce Site West Virginia University Information Technology Services ecommerce Getting Started Getting Started: Setting up Your ecommerce Site Table of Contents Introduction... 3 Access Your Site... 4 Logging In...

More information

2013 TRIM-P.O.S. Software Corp. (519) Flashpoint POS Software

2013 TRIM-P.O.S. Software Corp. (519) Flashpoint POS Software CORPORATE OPERATIONS...3 SETTING UP THE CORPORATE CONTROLLER...4 CORPORATE ENCRYPTION...4 SETUP REGIONS AND LOCATIONS...5 Setup Locations...5 Setup Regions...7 Web Management...8 CORPORATE EMPLOYEE SETUP...9

More information

Solar Eclipse General Ledger. Release 9.0

Solar Eclipse General Ledger. Release 9.0 Solar Eclipse General Ledger Release 9.0 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the viewpoints, dates

More information

PBS Version New Enhancements. Passport Software, Inc. 181 Waukegan Road Suite 200 Northfield, IL

PBS Version New Enhancements. Passport Software, Inc. 181 Waukegan Road Suite 200 Northfield, IL PBS Version 12.06 New Enhancements Passport Software, Inc. 181 Waukegan Road Suite 200 Northfield, IL 60093 847.729.7900 Welcome to PBS v12.06 PBS v 12.06 is the second installment of enhancements that

More information

DEALER RESOURCE CENTER TUTORIAL

DEALER RESOURCE CENTER TUTORIAL DEALER RESOURCE CENTER TUTORIAL Please review the General System Requirements and Navigation rules below before proceeding. System Requirements Internet Access is required; the faster, the better. It is

More information