Prophet 21 Acclaim. Understanding Acclaim Databases

Size: px
Start display at page:

Download "Prophet 21 Acclaim. Understanding Acclaim Databases"

Transcription

1 Prophet Acclaim Understanding Acclaim Databases

2 Overview P Acclaim databases File Layout Browse Common Questions What tables to use How do these tables relate to each other linking tables Handling unexpected output Enumerated values

3 This course will NOT cover Querying tools MS Office products Acclaim Navigation

4 Elements of Report Writing You MUST know Exactly what you want on the report How the data is stored How to use the selected querying tool (i.e. CorVu, ODBC, Crystal Reports)

5 Understanding P Databases Where is my data? Prophet or XL files Item Customer Order Processing Progress data (gl or dyn) Real Time Sales History General Ledger Accounting

6 File Layout Browse Helpful in finding information for your analysis Three main components Databases Tables Fields

7 File Layout Browse Accessing the File Layout Browse [F7] Toolbox Browse File Layouts

8 File Layout Browse A Database must be selected first

9 File Layout Browse (Tables) Once you choose a database, the tables in that database are listed

10 File Layout Browse (Fields) Once you choose a table, you will see all of the fields in that table

11 Enumerated Values Field names and Descriptions are listed Additional information is available at bottom of screen [Enter] to view the enumerated values

12 Enumerated Values

13 Searching the File Layout Browse If you don t know the table in which a field is held, or the field name, you can search for the field. [Tab] to re-index the browse, and select Keyword or Field Search Keyword - Searches File Names and File Descriptions Field Search - Searches ALL fields in each table (displays tables for selection)

14 What are the 3 main components of the File Layout Browse?. Databases, Files and Fields. Databases, Tables and Fields 3. Keywords, Fields and Windows 4. None of the above

15 Before you start writing a query you need to know.. exactly what you want on the report. how the data is stored 3. how to use the selected querying tool 4. All of the above

16 Let s work on some examples You have been asked to come up with a list of items that have free stock and have NOT sold in the last year

17 Let s work on some examples You have been asked to come up with a list of items that have free stock and have NOT sold in the last year Showing a value of this slow stock will help in determining which items to attack first (Purchase Std Cost * Free Stock)

18 Let s work on some examples In this example, we will discuss: Which tables to use Linking those tables What criteria to set What to show on report Handling unexpected output Enumerated data fields

19 Tables What tables will we need? Why? Table (file name) p.item p.item_status Why??? Purchase Standard Cost Free Stock information Date of Last Sale

20 Linking Tables Table Status Stock Item LOC FRECNO FREE ITEM_REC Item Table DRESS 6 PANTS 5 SHIRT 4 SOCKS 3 BOOTS SHOES ITEM CODE FRECNO

21 Linking Tables Table Status Stock Item LOC FRECNO FREE ITEM_REC Item Table DRESS 6 PANTS 5 SHIRT 4 SOCKS 3 BOOTS SHOES ITEM CODE FRECNO Universal Communicator

22 Linking Tables Item Stock Status Table Item Table FRECNO ITEM CODE FRECNO ITEM_REC LOC FREE SHOES BOOTS SOCKS SHIRT PANTS DRESS FRECNO = Free Record Number

23 Table Status Stock Item LOC FRECNO FREE ITEM_REC Item Table DRESS 6 PANTS 5 SHIRT 4 SOCKS 3 BOOTS SHOES ITEM CODE FRECNO Link FRECNO to FRECNO 50 DRESS 6 0 SOCKS PANTS 5 3 LOC 5 SHIRT 4 FREE ITEM CODE FRECNO

24 Table Status Stock Item LOC FRECNO FREE ITEM_REC Item Table DRESS 6 PANTS 5 SHIRT 4 SOCKS 3 BOOTS SHOES ITEM CODE FRECNO Link FRECNO to ITEM_REC 00 0 BOOTS 50 BOOTS 30 BOOTS 0 3 BOOTS LOC FREE ITEM CODE FRECNO

25 Linking Tables

26 Linking Tables No links between tables Unexpected results

27 Linking Tables

28 Linking Tables Incorrect Link Incorrect results

29 Linking Tables

30 Linking Tables Correct link Correct results

31 Criteria What criteria to set

32 Criteria What criteria to set item_status.loc_id = 0 item_status.last_sale less than date of choice item_status.free greater than 0

33 Data Show the information Item Item Code Purchase Standard Cost Unit Size Item Status Free Stock

34 Results Query results show all items that have a last sale date less than the date entered This information can be used to try to proactively sell the items on the list

35 Any time you see the field FRECNO when working with more than one table, it should be the link between the tables.. True. False

36 Example We need to create a report that shows us all of the items that have the Return to Stock flag set to NO

37 Example We need to create a report that shows us all of the items that have the Return to Stock flag set to NO Resulting in incorrect inventory counts Causes Improper training Employee Theft

38 Data On this report we need to see the following: Item Code Description One SalesRep Order Number Customer Code

39 Tables What tables will we need? Why? Table (file name) p.order Why??? Order Header Information (Sales Rep and Order Number) p.ord_line Line Item Information

40 Linking How do they link together?

41 Linking How do they link together? By Order Number

42 Criteria What criteria do we need to set? RTS_flag = NO

43 Results Results show all items that were returned and the person entering in the return replied N to the Return to Stock Flag

44 Results Results show all items that were returned and the person entering in the return replied N to the Return to Stock Flag These results can now be used to start an inquiry about the error in the system Human error Training issue Theft

45 Example: Open A/R You need to analyze your open receivables, to lessen you re A/R days Create query that shows all customers that have an open A/R balance Do not need to see the following: Customers set to NO-LIMIT Service Charge Invoices

46 Tables Table (file name) dyn.ar dyn.ar_amount_bat p.customer Invoice number Why??? Total amount of invoice, amount open and amount paid Customers Credit Type

47 ar to ar_amount_bat How do you think these tables are linked?

48 ar to ar_amount_bat ar_ikey

49 ar to customer How do you think these tables are linked?

50 ar to customer customer_code to CUST_CODE

51 Criteria What criteria do we need? Cred_type_desc <> No credit limit Amount_open >0 ar_payment_acct_enum =

52 ar_payment_acct_enum In the ar_amount_bat table, there is a listing for each invoice based upon the breakdown of the receivable For invoice , there are 4 listings

53 ar_payment_acct_enum Each one coincides with the ar_payment_acct_enum field and is broken down as follows: A/R Sales State Tax Discount

54 ar_payment_acct_enum You can use the File Layout Browse to find this information.

55 Criteria What criteria do we need? Cred_type_desc <> No credit limit Amount_open >0 ar_payment_acct_enum =

56 Criteria What criteria do we need? Cred_type_desc <> No credit limit Amount_open >0 ar_payment_acct_enum = Exclude service charge invoices By order number <> ar_receivable_type_enum <>4 -OR-

57 Data and Results What do we want to see on this report? Customer code and name Invoice number Invoice Date Total Amount Amount Open Amount Paid

58 Summary How to Use the File Layout Browse Troubleshoot unexpected output Linking tables together

59 For More Information Acclaim Help Files Visit Activant on the web: View Educational Services course offerings Browse Documentation Search the Solutions database Submit a Support case Consulting Services consult-sales@activant.com Professional Services Sales pss@activant.com

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

Activant Prophet 21. Understanding Prophet 21 Databases

Activant Prophet 21. Understanding Prophet 21 Databases Activant Prophet 21 Understanding Prophet 21 Databases This class is designed for Prophet 21 users that are responsible for report writing System Administrators Operations Managers Helpful to be familiar

More information

Activant Prophet 21. Using Fast Edits on Your Database

Activant Prophet 21. Using Fast Edits on Your Database Activant Prophet 21 Using Fast Edits on Your Database This class is designed for Prophet 21 users who are involved with any type of data entry Objectives Identify the fast edits that are available Select

More information

Activant Acclaim. Taking Control of Your Activant Data with Acclaim s Import/Export Feature

Activant Acclaim. Taking Control of Your Activant Data with Acclaim s Import/Export Feature Activant Acclaim Taking Control of Your Activant Data with Acclaim s Import/Export Feature This class is designed for Acclaim users who are: Familiar with Acclaim functionality responsible for maintaining

More information

Activant Prophet 21. Automating Workflow with Business Alerts

Activant Prophet 21. Automating Workflow with Business Alerts Activant Prophet 21 Automating Workflow with Business Alerts This class is designed for Anyone in your organization that is familiar with the Prophet 21 processes and transactions looking to streamline

More information

Backup System Administrators

Backup System Administrators Activant Prophet 21 Prophet 21 System Administration This class is designed for System Administrators Backup System Administrators Objectives Perform manual backups Restore the system Upload database and

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

Activant Prophet 21. Prophet 21 System Administration

Activant Prophet 21. Prophet 21 System Administration Activant Prophet 21 Prophet 21 System Administration This class is designed for System Administrators Backup System Administrators Objectives Perform manual backups Restore the system Upload database and

More information

Activant Prophet 21. Intro to Prophet 21 Form Package (Crystal)

Activant Prophet 21. Intro to Prophet 21 Form Package (Crystal) Activant Prophet 21 Intro to Prophet 21 Form Package (Crystal) This class is designed for Prophet 21 users responsible for the maintenance and design of their business forms User s with a basic knowledge

More information

Request for Credit in Accounts Payable

Request for Credit in Accounts Payable App Number: 010045 Request for Credit in Accounts Payable Last Updated 28 September 2016 Powered by: AppsForGreentree.com 2014 1 Table of Contents Features... 3 Detailed Features... 3 Important Notes...

More information

Basic Data Mining with CorVu. This class is designed for. Overview

Basic Data Mining with CorVu. This class is designed for. Overview Basic Data Mining with CorVu CorVu Suite Course 1 of 3 This class is designed for Anyone responsible for extracting data from their Acclaim system that wants to learn how to use CorVu to extract their

More information

Activant Acclaim Managing AIX Print Queues

Activant Acclaim Managing AIX Print Queues Activant Acclaim Managing AIX Print Queues AIX suite: course 2 of 3 Overview What is an AIX queue? Concept behind AIX print queue Specific AIX print queue commands Basic AIX printer problem troubleshooting

More information

Prophet 21 CommerceCenter Automating Workflow with Business Alerts. This class is designed for anyone in your organization that is:

Prophet 21 CommerceCenter Automating Workflow with Business Alerts. This class is designed for anyone in your organization that is: Prophet 21 CommerceCenter Automating Workflow with Business Alerts This class is designed for anyone in your organization that is: familiar with the CommerceCenter processes and transactions looking to

More information

Alcoholic Beverage Distributor s Monthly Report

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

More information

ODBC. Getting Started OpenLink Server Software Using ODBC

ODBC. Getting Started OpenLink Server Software Using ODBC Getting Started OpenLink Server Software Using The documentation in this publication is provided pursuant to a Sales and Licensing Contract for the Prophet 21 System entered into by and between Prophet

More information

Gift Card Instructions Daxko Spectrum

Gift Card Instructions Daxko Spectrum Gift Cards Gift card are good to use for a variety of reason: 1. You can track the declining balance on them. 2. You can recharge them; treat it as a cash card. The cards can be attached to a recipient.

More information

ADDING CUSTOMERS. 5. Customer name and address information may be added in one of two ways:

ADDING CUSTOMERS. 5. Customer name and address information may be added in one of two ways: ADDING CUSTOMERS 1. Enter the customer name into the Customer Lookup field (refer to the Customer Lookup chapter for more information). 2. If the customer does not exist in the system, select Add Customer.

More information

Activant Prophet 21 Version 12.0: System Administration New Features

Activant Prophet 21 Version 12.0: System Administration New Features Activant Prophet 21 Version 12.0: System Administration New Features New Features Suite Course 1 of 5 This class is designed for System Administrators Objectives Discuss v12.0 System Administration new

More information

Understanding Prophet 21 Databases

Understanding Prophet 21 Databases Understanding Prophet 21 Databases Presented By: Jennifer Bankos Objectives Explain the difference between databases, tables and columns Extract data from different areas of the system Discuss basic SQL

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

ODBC DOCUMENTATION UPDATES

ODBC DOCUMENTATION UPDATES DOCUMENTATION UPDATES Date Description Where Changed 5/16/03 New upgrading instructions have been added to upgrade OpenLink to version 4.1. Getting Started chapter, in the Upgrading OpenLink section (page

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

Review Financial Information - Ledger Inquiry Step 1

Review Financial Information - Ledger Inquiry Step 1 Step 1 View ledger detail and summary information based on selected criteria. The example below shows how to run the report for a capital project. Screen shots at the end show the criteria to use to run

More information

Please note these differences are broadly categorized and discussed as such under the following headings:

Please note these differences are broadly categorized and discussed as such under the following headings: Introduction This article explains how to troubleshoot differences observed between the VAT Control account, or total of all VAT Control accounts balances (if relevant), and the Tax Reports Tax Report.

More information

Reports in QuickBooks

Reports in QuickBooks QuickBooks Online Student Guide Chapter 11 Reports in QuickBooks Chapter 2 Chapter 11 In this chapter, you ll learn how QuickBooks helps you find information in your business. Lesson Objectives In this

More information

CRM Overview Opportunities, Sales and Marketing Tools

CRM Overview Opportunities, Sales and Marketing Tools CRM Overview Opportunities, Sales and Marketing Tools Presented by: Jennifer Bankos Objectives Set up the system to use Opportunity Maintenance Enter and track leads through Opportunity Maintenance Set

More information

Clearnine Cart Pricing and Features

Clearnine Cart Pricing and Features Clearnine Cart Pricing and Features Updated May 2011 Prices subject to change without notice Clearnine, LLC, Fountain Hills, Arizona www.us.clearnine.com Clearnine Cart - E-Commerce for MAS 90/MAS 200

More information

SETTING UP THE SYSTEM

SETTING UP THE SYSTEM SETTING UP THE SYSTEM L O G G I N G I N Once the Thin Clients or Single User system is successfully installed, double click on the Thin Client or Single User to Log In. The Log In Screen below should appear.

More information

Division of Alcoholic Beverages and Tobacco. Beer Manufacturer s Monthly Report

Division of Alcoholic Beverages and Tobacco. Beer Manufacturer s Monthly Report Division of Alcoholic Beverages and Tobacco Beer Manufacturer s Monthly Report Logging Into EDS Log in with the user id and password provided through the EDS registration process and click on the Login

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

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

1. About AP Invoice Wizard

1. About AP Invoice Wizard 1. About AP Invoice Wizard Welcome to AP Invoice Wizard. We have developed this tool in response to demand from Oracle Payables users for a user friendly and robust spreadsheet tool to load AP Invoices

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

Activant Acclaim. JCM Tips, Tricks and Troubleshooting

Activant Acclaim. JCM Tips, Tricks and Troubleshooting Activant Acclaim JCM Tips, Tricks and Troubleshooting This class is designed for Acclaim system administrators and other employees responsible for creating and maintaining JCMs Objectives Employ tips to

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

I S B N

I S B N Peachtree Update 7/20/06 10:43 AM Page 1 I S B N 0-7638-2945-5 9 780763 829452 Peachtree Update 7/19/06 3:48 PM Page 2 ISBN-13: 978-0-7638-2945-2 ISBN-10: 0-7638-2945-5 2007 by EMC Publishing, a division

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

Activant FASPAC. FasData Exchange

Activant FASPAC. FasData Exchange Activant FASPAC FasData Exchange This class is designed for FASPAC Users familiar with: FASPAC system operations Database structures Data Views Microsoft Excel and / or Microsoft Access Other ODBC data

More information

Tenrox 2015 R1 Great Plains Integration Guide

Tenrox 2015 R1 Great Plains Integration Guide Tenrox 2015 R1 Great Plains Integration Guide Copyright 2017 by Upland Software. All rights reserved. Table of Contents About this Tenrox and Great Plains Integration Guide...5 About this Tenrox and Great

More information

Bank Reconciliation Release 2015

Bank Reconciliation Release 2015 Bank Reconciliation Release 2015 Disclaimer This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references, may change without notice.

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

Invoice 13 Pro Outline

Invoice 13 Pro Outline Invoice 13 Pro Outline Invoice 13 Pro is a feature rich productivity tool for the small business or company from 1 to 30 users. It is notjust an Invoicing software. It is in fact an Invoicing, Accounts

More information

Activant Prophet 21. DynaChange Designer

Activant Prophet 21. DynaChange Designer Activant Prophet 21 DynaChange Designer This class is designed for System Administrators familiar with Prophet 21 modules and screens Objectives Create and assign user roles Assign rights to users Set

More information

01 Transaction Pro Importer version 6.0

01 Transaction Pro Importer version 6.0 01 Transaction Pro Importer version 6.0 PLEASE READ: This help file gives an introduction to the basics of using the product. For more detailed instructions including frequently asked questions (FAQ's)

More information

Invoicing brings it all together

Invoicing brings it all together Invoicing brings it all together Chad Klein TECHNICAL LEVEL: EASY INTERMEDIATE ADVANCED What we ll cover Using keyboard shortcuts Displaying a quantity discount message Opening the cash drawer Printing

More information

Contents OVERVIEW... 3

Contents OVERVIEW... 3 Contents OVERVIEW... 3 Feature Summary... 3 CONFIGURATION... 4 System Requirements... 4 ConnectWise Manage Configuration... 4 Configuration of Manage Login... 4 Configuration of Integrator Login... 5 Option

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

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

Macola Enterprise Suite Release Notes: Macola ES version ES

Macola Enterprise Suite Release Notes: Macola ES version ES Page 1 of 6 Macola Enterprise Suite Release Notes: Macola ES version ES9.6.100 Release: version ES9.6.100 Main: Support Product Know How Category: Release Notes Sub Category: General Assortment: Macola

More information

ACTIVANT SDI. Accounts Receivable Subsystems Reference Manual. Version 13.0

ACTIVANT SDI. Accounts Receivable Subsystems Reference Manual. Version 13.0 ACTIVANT SDI Reference Manual Version 13.0 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual itself are

More information

Introduction to SQL 2000: Installation and Implementation. SQL Server Administration suite: course 1 of 4

Introduction to SQL 2000: Installation and Implementation. SQL Server Administration suite: course 1 of 4 Introduction to SQL 2000: Installation and Implementation SQL Server Administration suite: course 1 of 4 This class is designed for Beginner SQL/Prophet 21 (CC) Users who are responsible for SQL Administration

More information

Microsoft Dynamics GP. Localization Chile

Microsoft Dynamics GP. Localization Chile Microsoft Dynamics GP Localization Chile Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,

More information

2. QuickBooks Desktop Integration User Guides

2. QuickBooks Desktop Integration User Guides 2. QuickBooks Desktop Integration User Guides Thank you for purchasing my extension. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact

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

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

Recipes can be created in the system for theoretical costs and the tracking of sales through the separate Point of Sale System.

Recipes can be created in the system for theoretical costs and the tracking of sales through the separate Point of Sale System. RedRock Software Recipe Module Recipes can be created in the system for theoretical costs and the tracking of sales through the separate Point of Sale System. Table of Contents Quick Introduction to SAMMS...

More information

Activant Acclaim AIX: Basic System Administration

Activant Acclaim AIX: Basic System Administration Activant Acclaim AIX: Basic System Administration AIX suite: course 1 of 3 Overview AIX backup Maintain AIX file systems Make new AIX users Troubleshoot Port Lockups System Shutdown AIX backup Must be

More information

Brandon s Cabinet Shop

Brandon s Cabinet Shop Brandon s Cabinet Shop Module 1 Transactions For June 3-9 Page 1 Begin Brandon s Cabinet Shop Record the transactions When you have: (1) carefully read the Introduction, (2) a good understanding of the

More information

Activant Solutions Inc. MORE Microsoft Excel Tips and Tricks

Activant Solutions Inc. MORE Microsoft Excel Tips and Tricks Activant Solutions Inc. MORE Microsoft Excel Tips and Tricks Objectives Work more efficiently with Excel worksheets Utilize formatting and charts to get your message across effectively Use Conditional

More information

Sage 100 Evolution Version 8.00 What s New?

Sage 100 Evolution Version 8.00 What s New? Sage 100 Evolution Version 8.00 What s New? At Sage 100 Evolution we continuously invest in research and development to ensure that you are kept up to date with the latest and most cutting-edge business

More information

Analysis and Report Utility

Analysis and Report Utility Analysis and Report Utility Microsoft Excel SAP Crystal Reports Revised: July 12, 2012 Analysis and report utility This utility allows you to access data in your OGC-Plus software so that you can organize

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

Invoice QuickStart Guide

Invoice QuickStart Guide Invoice QuickStart Guide Table of Contents Working with Payment Requests Manually Creating a Payment Request from an Existing Vendor Creating a Recurring Payment Request Adding Distributions to a Payment

More information

SAMS Club Web Sites Online Store

SAMS Club Web Sites Online Store SAMS Club Web Sites Online Store Last Updated: November 14, 2007 Copyright 2007 Innuity, Inc. All Rights Reserved No part of this document may be reproduced or distributed in any form or by any means,

More information

Munis Self Service Vendor Self Service

Munis Self Service Vendor Self Service Munis Self Service Vendor Self Service User Guide Version 10.5 For more information, visit www.tylertech.com. TABLE OF CONTENTS Vendor Self Service Overview... 3 Vendor Self Service Users... 3 Vendor Registration...

More information

IMPORTING QUICKBOOKS DATA. Use this guide to help you convert from QuickBooks to Denali

IMPORTING QUICKBOOKS DATA. Use this guide to help you convert from QuickBooks to Denali IMPORTING QUICKBOOKS DATA Use this guide to help you convert from QuickBooks to Denali Importing QuickBooks Data Copyright Notification At Cougar Mountain Software, Inc., we strive to produce high-quality

More information

Accounts Receivable Payment Error Correction - Wrong Amount

Accounts Receivable Payment Error Correction - Wrong Amount UNIVERSITY OF HAWAII Accounts Receivable Payment Error Correction - Wrong Amount Process Document 08/21/2017 1 Overview Background The previous release (KFS 4.1), to correct an applied payment, on the

More information

E2 Shop System Beta Release Notes

E2 Shop System Beta Release Notes The purpose of this document is to provide licensed users of the E2 Shop System with the most up to date information regarding changes made in this release. If you have any questions about this update,

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

Sage Singapore Tax Reports User's Guide. August 2018

Sage Singapore Tax Reports User's Guide. August 2018 Sage 300 2019 Singapore Tax Reports User's Guide August 2018 This is a publication of Sage Software, Inc. 2018 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product

More information

SIRCON FOR CARRIERS SIRCON FOR AGENCIES/BROKERAGES RELEASE NOTES VERSION 5.1

SIRCON FOR CARRIERS SIRCON FOR AGENCIES/BROKERAGES RELEASE NOTES VERSION 5.1 SIRCON FOR CARRIERS SIRCON FOR AGENCIES/BROKERAGES RELEASE NOTES VERSION 5.1 This production release of Sircon for Carriers and Sircon for Agencies/Brokerages features several bug fixes, makes existing

More information

DEA Licensing WDNSW DC P21 DEA LICENSING

DEA Licensing WDNSW DC P21 DEA LICENSING DEA Licensing WDNSW DC P21 DEA LICENSING This manual contains information about software products from Epicor Software Corporation. The software described in this manual and the manual itself are furnished

More information

Release Notice. Version Release Date: June 12, (440)

Release Notice. Version Release Date: June 12, (440) Release Notice Version 5.7.57 Release Date: June 12, 2017 www.sedonaoffice.perennialsoftware.com (440) 247-5602 Table of Contents About this Document... 5 Overview... 5 Applications Enhancements/Improvements...

More information

Printed Documentation

Printed Documentation Printed Documentation Table of Contents Getting Started... 1 Technical Support... 1 Introduction... 1 Getting Started... 3 Payment Option:... 3 Data Synchronization... 4 General Website settings... 5

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

Contents OVERVIEW... 3

Contents OVERVIEW... 3 Contents OVERVIEW... 3 Feature Summary... 3 CONFIGURATION... 4 System Requirements... 4 ConnectWise Manage Configuration... 4 Configuration of Manage Login... 4 Configuration of GL Accounts... 5 Configuration

More information

Financial Management 1099 Processing Year-End Update Guide

Financial Management 1099 Processing Year-End Update Guide Financial Management 1099 Processing - 2016 Year-End Update Guide December 20, 2016 2016 Tyler Technologies. All Rights Reserved. All rights reserved. Information within this document is the sole property

More information

Custom Fields in QuickBooks

Custom Fields in QuickBooks Custom Fields in QuickBooks November 20, 2013 By Charlie Russell 41 Replies Every business has some sort of unique information that is important to its operation. While QuickBooks Desktop provides the

More information

CRE/RPE - QuickBooks Invoice (Itemized) Sales Export Guide

CRE/RPE - QuickBooks Invoice (Itemized) Sales Export Guide 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 CRE/RPE - QuickBooks Invoice (Itemized) Sales Export Guide CRE/RPE

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

If you have previously saved parameters for statement printing, these parameters display automatically. Press: F1

If you have previously saved parameters for statement printing, these parameters display automatically. Press: F1 1 Customers: Using CounterPoint Printing Statements Overview Customer statements are generally printed at the end of each billing cycle (e.g., at the end of each month). CounterPoint provides three pre-defined

More information

What's New: Release to

What's New: Release to 26-Apr-2016 Page : 1 14:47:43 Report Group: DEVMODS Modification and Development Release Notes, new development and modifications completed in release version range included on report. Please review and

More information

B2B User Guide: Getting started:

B2B User Guide: Getting started: B2B User Guide: Overview: Although this site is fairly intuitive this document covers the functions provided to Toyo dealers on this site. Not all functions may be provisioned for your particular user

More information

Nexsure Training Manual - Accounting. Chapter 13

Nexsure Training Manual - Accounting. Chapter 13 Tax Authority In This Chapter Tax Authority Definition Reconciling Tax Authority Payables Issuing Disbursement for Tax Authority Payables Paying the Tax Authority Prior to Reconciling Tax Authority Definition

More information

MYOB Advanced. Release Notes

MYOB Advanced. Release Notes MYOB Advanced Release Notes 2017.1.5 Contents Introduction 1... 1 Installing this Release... 1 New Features 2 Payroll Updates... 2 Updates to Payroll Tax... 2 Regenerating Payslips... 3 Improvements to

More information

v.5 Accounts Payable: Best Practices

v.5 Accounts Payable: Best Practices v.5 Accounts Payable: Best Practices (Course #V210) Presented by: Dave Heston Shelby Consultant 2017 Shelby Systems, Inc. Other brand and product names are trademarks or registered trademarks of the respective

More information

In-State Tobacco Products Wholesale Dealer s Report

In-State Tobacco Products Wholesale Dealer s Report In-State Tobacco Products Wholesale Dealer s Report Logging Into EDS Log in with the user id and password provided through the EDS registration process and click on the Login button. If you have not registered,

More information

CYMA IV. Accounting for Windows. CYMA IV Getting Started Guide. Training Guide Series

CYMA IV. Accounting for Windows. CYMA IV Getting Started Guide. Training Guide Series CYMA IV Accounting for Windows Training Guide Series CYMA IV Getting Started Guide November 2010 CYMA Systems, Inc. 2330 West University Drive, Suite 4 Tempe, AZ 85281 (800) 292-2962 Fax: (480) 303-2969

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

How to correct Dynamics GP Errors Lab Exercises

How to correct Dynamics GP Errors Lab Exercises How to correct Dynamics GP Errors Lab Exercises Matt Mason mmason@manersolutions.com Fixing GP Errors Lab Exercise 1 Running Check Links Screen: (From Toolbar). Microsoft Dynamics GP Maintenance Check

More information

MV Advanced Features Overview. MV Advanced Features Workshop: Steps: 1. Logon to Multiview 1. Username: MANAGER 2. Password: manager 3.

MV Advanced Features Overview. MV Advanced Features Workshop: Steps: 1. Logon to Multiview 1. Username: MANAGER 2. Password: manager 3. MV Advanced Features Workshop: Ever wonder what some of the screens actually do in Multiview? Well this is the session for you! During this handson session, we'll explore some of the little used but very

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

F U N D ACCOUNTS RECEIVABLE USER S GUIDE

F U N D ACCOUNTS RECEIVABLE USER S GUIDE F U N D ACCOUNTS RECEIVABLE USER S GUIDE Accounts Receivable User s Guide Copyright Notification At Cougar Mountain Software, Inc., we strive to produce high-quality software at reasonable prices. We can

More information

Daily Amortization Utility for Service Contracts GL-1060

Daily Amortization Utility for Service Contracts GL-1060 Daily Amortization Utility for Service Contracts GL-1060 Overview This Extended Solution provides an amortization utility which uses a daily rate for the purpose of recognizing revenue on service contracts

More information

Reconciling Procurement Card Transactions in BFS - Adding Documentation as a Comment

Reconciling Procurement Card Transactions in BFS - Adding Documentation as a Comment Reconciling Procurement Card Transactions in BFS - Adding Documentation as a Comment University of California, Berkeley Card Program Services Earl Warren Hall, Suite 101A Berkeley, CA 94720 creditcard@berkeley.edu

More information

SLIM CD LEVEL 3 User Manual Slim CD Inc

SLIM CD LEVEL 3 User Manual Slim CD Inc SLIM CD LEVEL 3 User Manual 2017 Slim CD Inc. support@slimcd.com 1-877-475-4623 954-752-9309 0 support@slimcd.com Contents WHAT IS LEVEL 3?... 2 SLIM CD LEVEL 3 EXPRESS... 3 ITEMS... 4 CUSTOMERS... 6 ADD

More information

Exact General Ledger Setup and Operation

Exact General Ledger Setup and Operation Exact General Ledger Setup and Operation In order to set up the General Ledger in EXACT you need to have already decided on how you want to operate your ledger and the format that the codes for the ledger

More information

SERIAL NUMBERS DOCUMENTATION UPDATES

SERIAL NUMBERS DOCUMENTATION UPDATES DOCUMENTATION UPDATES Date Description Where Changed 03/28/00 Several places in the manual previously indicated to access the item browse to browse for a specific location. The text now indicates to access

More information

Hold Flags for Sales Order SO-1328

Hold Flags for Sales Order SO-1328 Hold Flags for Sales Order SO-1328 Overview This Extended Solution to the Sales Order module allows you to place orders on specific types of hold : Terms Hold, Credit Hold and Margin Hold. The Custom Office

More information

Table of Contents Page 2

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

More information