GCS - Generate Group POS Interface

Size: px
Start display at page:

Download "GCS - Generate Group POS Interface"

Transcription

1 GCS - Generate Group POS Interface Golf Computer Systems MMS_Generate_Interface Version July 2009

2 Introduction Golf Computer Systems Generate Group Point of Sale Interface (named the Interface for the remainder of this document) is a module designed to accept data across a TCP/IP connection from Generate Group Point of Sale terminals or Back Office server into GCS s Membership Management System and return information about members or accept payments. Generate Group will also have an interface application which will similarly facilitate 2-way data communication from POS and/or back office. Functionally the interfaces will enable member validation from MMS to occur when a member is identified at POS. Following successful validation the member POS transactions may pass across the interface and record against appropriate ledgers within MMS, either for account charging or reduction of credit account balances. Additionally the interface will enable account balance queries on a per member basis, and account payments by members to any applicable ledgers within MMS. In the latter case the payment will register for cash reconciliation in POS but will not form part of sales revenue. Interface traffic should be able to be logged to an external file for support purposes. Contact Questions relating to the Interface specification should be directed to Chris Matheson of Golf Computer Systems by phone on (07) or to chris@golfclub.com.au. 2 GCS-Generate Interface

3 Interface Settings... 4 MMS Configuration... 4 Interface Configuration... 4 Data Format... 7 Functions... 7 Sales Transaction... 8 Transmission... 8 Sale Data... 9 Response... 9 Balance Enquiry Transmission Response Balance Data Payment Transmission Response Check Interface Transmission Response Member Details Transmission Response Member Data Lookup Details Transmission Response Lookup Data Journals Transmission Response Member Information Transmission Response Output Format Error Checking GCS-Generate Interface 3

4 Interface Settings MMS Configuration The settings for the Interface are stored in the database and access by the Membership Management System (MMS) application. In MMS; click View Configuration on the main menu. Go to the POS Interface tab. Set the POS System to Generate. Configure other settings and click Save. The other settings on this tab, and the other tabs, are explained in greater detail in the Membership Management System User manual (available from the Golf Computer Systems webiste at Interface Configuration When the Interface is launched, it appears as an icon on the system tray. Right-click and select Open or double-click to show the main form. 4 GCS-Generate Interface

5 The Status tab shows the state of the Nexus database connection and the number of current connections. Image Status No problems encountered Error or function disabled check Logs for more detail The status could not be determined An internal application error has occurred The Settings tab allows changes to the configuration of the Interface: Application These settings relate to the application. Registered Name the name of the entity the Interface is registered to Registration Code the registration code Registration Expires this is generated automatically based on the registration code Log Filename the file where all interface information is logged Log Information when this is checked, the log will contain non-error information Append to log check this to append to the log file instead of overwriting Close button minimises changes the behaviour of the Close button Hide application on startup hides the interface on startup GCS Database Settings for the GCS database connection. Nexus Server name or IP address of the GCS Nexus database server Alias name of the database alias Interface Settings for the Interface TCP Port sets the TCP/IP port to be used Auto-Start Interface automatically starts the interface when run System Tray Icon The system tray icon shows the status of the interface. Image Status Interface is running and ready to receive connections There is a problem preventing the interface from starting An error has occurred, see the log for more information An application exception has occurred, contact GCS GCS-Generate Interface 5

6 Information Log The Interface logs errors and exceptions in the log file specifed. If the Log Information option is enabled, then warnings and information entries are also recorded. Use the GCS Log Viewer to read this log file. The GCS Log Viewer uses icons for information types: Image Status Information there were no problems Warning the operation proceeded regardless Error the operation was halted due to a problem Exception an internal application error has occurred Log Viewer The information log is a Microsoft Excel compatible CSV text file and can be read in notepad. It contains some information such as date/time that is numerical and the GCS Log Viewer was created to make this file easier to read. Enter the path to the log file to open it. Double click a log entry to open the Message in a separate window. Click Types to toggle the four information types on or off. If the log file is very large, use the option to Load last X lines only in the Options screen. Click Refresh (or press F5) to re-load the log file. Note: There may be slight changes to the appearance of the Interface form or GCS Log Viewer not covered in this document, contact Golf Computer Systems on (07) if required. 6 GCS-Generate Interface

7 Data Format All communication with the Interface is done via a blocking TCP connection. The data sent over this connection uses the following format: SOH FT EOT FS Data All communication with the Interface begins with a Start of Header (SoH), contain a Function Type (FT) and ends with an End of Transmission (EoT). Additionally, any number of Data fields separated by the Field Separator (FS) may be included. Some functions may use another separator character to embed multiple records within a single Data field. This sub level data uses Pipe as a field separator and Tilde as a record separator. Character Code Hex Example Use SOH Start of Header FS 28 1C Field Separator EOT End of Transmission Pipe 124 7C Sub level Field Separator Tilde 126 7E ~ Sub level Record Separator Functions The following is a list of all the Interface functions available after version Function Sales Transaction Balance Enquiry Payment Check Interface Member Details Lookup Details Journals Member Information Description Point of Sale transaction sent to MMS to be written to a Member s account. Returns the balance of all ledgers and all fee links for a Member. Makes a payment onto a Members account. Checks the state of the Interface and returns version information. This can be used like an echo request (ping) to check the Interface is running and will accept transactions. A lack of response to this request after a few seconds is a good indication that the Interface is not running. Returns a list of all Members and their available balances for use in offline transactions. Returns the contents of a GCS lookup table. For example the Tender Types table is required for the Payment function. Writes a journal directly to a Member s account. Returns a list of member numbers and names in a customisable format or sends that list to a file. GCS-Generate Interface 7

8 Sales Transaction Transmission (Sales Items in blue) SOH Function Type FS Member Number FS POS Reference FS Reference ID FS Sent Date FS Sent Time FS Transaction Type FS Billing Link FS Charge Amount FS Charge Description FS Ledger Code FS Offline Transaction FS Item Name Quantity Price Inc Tax Tax Amount Stock Name Ledger Code [~ Sale Item ] EOT Function Type Integer 1 POS Sale Transaction (must be 1) Member Number String[10] Membership number of GCS Member. If numerical and prepended with + then this is read as a GCS Player ID. Depending on the settings in MMS, the member number may be padded to a number of zeroes. Eg 2 may be converted to before being used to lookup the member. POS Reference String[20] POS Terminal Reference for this transaction GCS Reference Integer GCS internal reference ID. Manditory if transaction is a Resend or Reverse. Optional for New transaction or set to 0 for internal creation. Sent Date Date Any date format, but prefer as yyyy-mm-dd Sent Time Time Any time format, but prefer 24hr as hh:mm:ss Transaction Type Integer 1 New transaction 2 Resend existing transaction (Reference ID must be set) 3 Reverse existing transaction (Reference ID must be set) Billing Link String[10] Membership number of Linked GCS Member. If numerical and prepended with + then is read as a GCS Player ID. Set to 0 to show no link. Charge Amount Float Total value of the transaction Charge Description String[50] Description of transaction Ledger Type (AR) String[4] Ledger Type (AR) for this transaction. The valid codes for this field are available from Balance Enquiry and other Interface functions. Offline Transaction Integer 0 Transaction is live 1 This transaction was created while the Interface was not contactable. Sale Items Sale Data See notes for more information :30: Pro Shop purchase Golf Club ~Golf ball GCS-Generate Interface

9 Sale Data Item Name Quantity Price Inc Tax Tax Amount Stock Name Ledger Code [~ Sale Item ] Item Name String[20] Description of sale item Quantity Float Quantity of this item Price Inc Tax Float Gross per unit item price Tax Amount Float Tax amount of per unit item price Ledger Code (GL) Ledger Type (AR) String[4] String[4] Used to find the Ledger Code (GL) for this item. Must match the Code field of the lookup table. If not supplied Susp will be used. Ledger Type (AR) for this item. This must match the Ledger Type of the Sale record. Response SOH Function Type FS POS Reference FS Reference ID FS Result EOT Function Type Integer 1 POS Sale Transaction (always 1) POS Reference String[20] POS Terminal Reference for this transaction GCSReference Integer GCS POS Reference ID, this is used for any further communication regarding this particular transaction. This is returned as -1 if there is no GCS transaction record. Result String[50] If the transaction is successful, this will be blank, otherwise it will contain the reason for the failure Insufficient funds GCS-Generate Interface 9

10 Balance Enquiry Transmission SOH Function Type FS Member Number FS POS Reference FS Ledger Type EOT Function Type Integer 2 Balance Enquiry (must be 2) Member Number String[10] Membership number of GCS Member. If numerical and prepended with + then this is read as a GCS Player ID. POS Reference String[20] POS Terminal Reference for this transaction Ledger Type (AR) String[4] If specified, then only the requested ledger is returned. Note: Depending on the settings in MMS, the member number may be padded to a certain length with zeroes. Eg 2 may be converted to before being used to lookup the member. In the following example, the same member is returned abc UA Response (Balance Data in blue) SOH Function Type FS POS ReferenceFS Ledger Type Code Ledger Description Payments Allowed Visible Ledger Period End Date Period End Balance Current Balance [~ Balance Data ] FS Result FS Last Name FS First/Preferred Name EOT Function Type Integer 2 Balance Enquiry (always 2) POS Reference String[20] POS Terminal Reference for this transaction Balances Balance Data Balances of all available Ledger Types. Result String[50] This will return any problems with the input parameters or information like the member account being on hold. If it is blank then no problems were encountered. Last Name String[25] Member s last name Preferred Name String[50] Member s preferred first name User Defined String CSV of User Defined fields from Member Category and Member. Includes "On Hold,True" if Member s account is on hold. On hold accounts cannot process Sales. 10 GCS-Generate Interface

11 Balance Data Ledger Type Code Ledger Description Payments Allowed Visible Ledger Period End Date Period End Balance Current Balance [~ Balance Data ] Ledger Type (AR) String[4] GCS Code for this Ledger type Ledger Description String[30] Display name Visible Ledger Integer Always 1 Payments Allowed Integer 0 Payments cannot be made to this ledger 1 Payments can be made to this ledger via the Interface Transactions Allowed Integer 0 Sales transactions cannot be made to this ledger 1 This ledger can be used for sales Charge to Account Integer 0 You cannot spend more than the current balance 1 There is no credit limit on this ledger Current Balance Float The balance as at the current date Main Ledger ~0001 Loyalty Points ~UA U sable Advance Adams Harold UserDefined= Subs ~0001 House Adams Harold "On Hold,Tru e" Note: A negative balance means the member has their own money (credit) in the account, positive means they owe the club money. Note: Only POS Visible ledgers are returned. GCS-Generate Interface 11

12 Payment Transmission SOH Function Type FS Member Number FS POS Reference FS Reference ID FS Sent Date FS Sent Time FS Transaction Type FS Billing Link FS Charge Amount FS Charge Description FS Ledger Code FS Offline Transaction FS Tender Type EOT Function Type Integer 3 Payment (must be 3) Member Number String[10] Membership number of GCS Member. If numerical and prepended with + then this is read as a GCS Player ID. Depending on the settings in MMS, the member number may be padded to a number of zeroes. Eg 2 may be converted to before being used to lookup the member. POS Reference String[20] POS Terminal Reference for this transaction Reference ID Integer GCS POS Reference ID, must be set if this transaction is a Resend or Reverse. Sent Date Date Any date format, but prefer as yyyy-mm-dd Sent Time Time Any time format, but prefer 24hr as hh:mm:ss Transaction Type Integer 1 New transaction 2 Resend existing transaction (Reference ID must be set) 3 Reverse existing transaction (Reference ID must be set) Billing Link String[10] Membership number of Linked GCS Member. If numerical and prepended with + then is read as a GCS Player ID. Set to 0 to show no link. Charge Amount Float Total value of the transaction Charge Description String[50] Description of transaction Ledger Type (AR) String[4] Ledger Type (AR) this transaction will be applied to. The valid codes for this field are available from Balance Enquiry and other Interface functions. Offline Transaction Integer 0 Transaction is live 1 This transaction was created while the Interface was not contactable. Payment Type String[4] Code from GCS Payment_Type lookup table ABC :30: Payment GCS-Generate Interface

13 Response SOH Function Type FS POS Reference FS Reference ID FS Result EOT Function Type Integer 3 Payment Transaction (always 3) POS Reference String[20] POS Terminal Reference for this transaction Reference ID Integer GCS POS Reference ID, this is used for any further communication regarding this particular transaction. This is returned as -1 if there is no GCS transaction record. Result String[50] If the transaction is successful, this will be blank, otherwise it will contain the reason for the failure. GCS-Generate Interface 13

14 Check Interface Transmission SOH Function Type EOT Function Type Integer 4 Check Interface (must be 4) Response SOH Function Type FS Accept Transactions FS Current Version FS Update Requirement EOT Function Type Integer 4 Check Interface (always 4) Accept Transactions Integer 0 The Interface can not accept transactions at this time 1 The Interface is functioning and can be used Current Version Float The current version of the Interface Update Requirement Float The GCS Database Update requirement. If this requirement is not met, the Interface cannot be started GCS-Generate Interface

15 Member Details Transmission SOH Function Type FS Ledger Balance FS UA Balance EOT Function Type Integer 5 Member Details (must be 5) Ledger Type (AR) String[4] If a Ledger Type (AR) code is received, the balance for that ledger is returned. UA ledger code not valid. Leave blank for no balance check. Set to ALL to get the sum of all POS chargeable balances. UA Balance Integer Set to 1 to include current Usable Advance balance Response (Member Data in blue) SOH Function Type FS Member Number Last Name First Name Player ID Ledger Balance UA Balance [~Member Data ] EOT Function Type Integer 5 Member Details (always 5) Member Details Member Data Details of Members and their balances Member Data Member Number Last Name First Name Player ID Ledger Balance UA Balance [~Member Data ] Member Number String[10] The Membership number of this Member Last Name String[25] Member s last name Preferred Name String[50] Member s preferred first name Player ID Integer GCS unique Player ID Ledger Balance Float Balance of requested ledger(s) UA Balance Float Balance of Usable Advance Adams Harold ~00003 Adams Vic 3 0 0~00243 Smith John GCS-Generate Interface 15

16 Lookup Details Transmission SOH Function Type FS Lookup Table EOT Function Type Integer 6 Lookup Details (must be 6) Lookup Table String[30] Name of the lookup table to be returned, valid inputs are: Payment_Type, Ledger_Type, Ledger 6 Ledger_Type Response (Lookup Data in blue) SOH Function Type FS Code Comment [~Lookup Data ] EOT Function Type Integer 6 Lookup Details (always 6) Lookup Details Lookup Data Details of the Lookup Table Lookup Data Code Comment [~Lookup Data ] Code String[4] The GCS internal code for this Lookup item Comment String[30] The display name for this item this is displayed on the screen when using this lookup item Main~0001 Points~UA Usable Advance Cash~0001 Cheque~0002 Credit Card 16 GCS-Generate Interface

17 Journals Transmission SOH Function Type FS Member Number FS POS Reference FS Reference ID FS Amount FS Description FS Ledger Type FS Ledger EOT Function Type Integer 7 Journals (must be 7) Member Number String[10] Membership number of GCS Member. If numerical and prepended with + then this is read as a GCS Player ID. Depending on the settings in MMS, the member number may be padded to a number of zeroes. Eg 2 may be converted to before being used to lookup the member. POS Reference String[20] POS Terminal Reference for this transaction Reference ID Integer GCS POS Reference ID (not used, must be 0) Amount Float Total value of the journal Description String[100] Journal description Ledger Type (AR) Ledger Code (GL) String[4] String[4] T Loyalty Credit Ledger Type (AR) this transaction will be applied to. The valid codes for this field are available from Balance Enquiry and other Interface functions. Ledger Code (GL) for this journal. The journal description is appended to the Ledger Code comment. Response SOH Function Type FS POS Reference FS Reference ID FS Result EOT Function Type Integer 7 Journals (always 7) POS Reference String[20] POS Terminal Reference for this transaction Reference ID Integer GCS Journal Reference ID Result String[50] If the transaction is successful, this will be blank, otherwise it will contain the reason for the failure T GCS-Generate Interface 17

18 Member Information Transmission SOH Function Type FS Output Format FS Output File EOT Function Type Integer 8 Member Information (must be 8) Output Format String[20] This string determines the format of the member information returned. See below for more information on the format characters. If not specified, the following format is used: 000mmmmmss L p Output Filename String[120] If specified, the output of this function will be written to this file instead of being returned by the interface. 8 mmmmm L f 8 \\server\share\filename.txt Response (Member Information in blue) SOH Function Type FS Result FS [Member Information...] EOT Function Type Integer 8 Member Information (always 8) Result String[50] This will return any problems with the input parameters or information like the member account being on hold. If it is blank then no problems were encountered. Member Information String If a filename was specified for the output, this field will be empty. Otherwise it will contain the member information. Output Format Format Information Character 0 Zero literal m Member number. Repeat for the number of characters required to be padded to. Eg mmmmm is member number padded to 5 characters with zeros. s Sequence number. As with member number, repeat for padding. Pipe literal, field separator L or l Member last name, use L to capitalise the last name or l to set it to mixed case. Eg. L for SMITH and l for Smith. F or f Member first name can be multiple names, up to 50 characters. P or p Member preferred name is one name up to 15 characters. 18 GCS-Generate Interface

19 HAZER Matthew~ SMITH Robert 8 Invalid characters were received in the Output Format 8 The output file could not be created: Access denied 8 The output file could not be created: Insufficient disk space GCS-Generate Interface 19

20 Error Checking Checks are made on received data and the following is a list of errors and their causes. Any post that returns an error is not entered onto a Member s account. Error returned Reason Invalid date Data read as a date is not in a valid date format Invalid time Data read as a time is not in a valid time format Invalid reference number The supplied reference number does not appear to be numeric Unable to validate member Unable to locate a member with this member number or PlayerID Unable to validate linked member Unable to locate a linked member with this member number or PlayerID Invalid status The supplied status is not one of the valid statuses Invalid amount The amount does not appear to be numeric Insufficient Usable Advance The member does not have enough Usable Advance balance balance to cover this transaction and the UA ledger is not set to allow members to charge to account Unable to charge to this Ledger This ledger is not flagged as Redeemable at POS Unable to communicate with The interface has lost connection with the Nexus database database. Check the interface settings are correct and the Nexus server is running Credit limit exceeded The member has met or exceeded their credit limit Insufficient funds The requested ledger does not have enough balance to cover this transaction and is not set to allow members to charge to account Account on hold This member s account is flagged as On Hold and no transactions can be applied to it Unable to add to Usable Advance An internal error occurred updating the UA balance balance field, contact GCS Invalid quantity The quantity of a sale item does not appear to be numeric Invalid tax The tax amount of a sale item does not appear to be numeric An unknown error occurred An exception occurred converting received data, converting the transaction contact GCS Unable to write transaction to tables An exception occurred writing data to the database, contact GCS Unable to post to Member POS An exception occurred writing data to the database, table contact GCS Unable to post to Member POS An exception occurred writing data to the database, Item table contact GCS Unable to post to Member Journal An exception occurred writing data to the database, table contact GCS Unable to post to Member Journal An exception occurred writing data to the database, Item table contact GCS Ledger type (%s) invalid %s is the name of a supplied ledger type that is not 20 GCS-Generate Interface

21 Ledger code invalid or not found Payment type does not exist Unable to start database transaction Unable to end database transaction Unable to reverse original transaction A problem was encountered. Transaction has not completed successfully The received data was not valid Lookup Table not valid The Journal record was not created Usable Advance is not available Transaction total does not match sale items valid The supplied ledger code is not valid The supplied payment type code is not valid Unable to start a database transaction, contact GCS Unable to end a database transaction, contact GCS An error occurred trying to reverse an existing transaction, contact GCS The received payment was not processed, contact GCS The number of fields received does not match the transaction type. For example a balance enquiry has four fields. The table requested by a Lookup routine is not valid An exception occurred writing data to the database, contact GCS Usable Advance was selected but is not enabled or configured in MMS The total supplied does not match the sum of the sale items. GCS-Generate Interface 21

Door Access. Golf Computer Systems Door Access Version

Door Access. Golf Computer Systems Door Access Version Golf Computer Systems Version 1.04.8.36 05 June 2009 Introduction Golf Computer Systems is a software module designed to work with magnetic stripe or RFID door access systems, allowing them to integrate

More information

Shopkeeper V Update Notes

Shopkeeper V Update Notes Shopkeeper V8.0.14 Update Notes April 2014 Shopkeeper V8.0.14 Update Notes Information in this document is subject to change without notice. Companies, names and data used in examples herein are fictitious

More information

CASH & Release Features. Draft /01/ Josh Farrar [Type here]

CASH & Release Features. Draft /01/ Josh Farrar [Type here] CASH 2017.2 & 2018.1 Release Features Draft 1.0 04/01/2018 - Josh Farrar Josh@mentorbs.com [Type here] Contents Global changes... 2 Installation... 2 Release Code... 2 Sage Compatibility... 3 Themes...

More information

Welcome to our online Web Help for the Activity Fund Accounting System software.

Welcome to our online Web Help for the Activity Fund Accounting System software. Welcome to our online Web Help for the Activity Fund Accounting System software. Version 1.2 LOCAL GOVERNMENT CORPORATION ALL RIGHTS RESERVED 2010-2018 REV. 02/06/2018 Portions copyright 1988 - Acucorp,

More information

Contents. This manual is a work in progress. If you see procedures that could be improved, please your suggestions to

Contents. This manual is a work in progress. If you see procedures that could be improved, please  your suggestions to This manual is a work in progress. If you see procedures that could be improved, please email your suggestions to MSUEVend@anr.msu.edu The directions in this manual are compatible with the ipad app with

More information

What's New in General Ledger Munis - Financials: General Ledger

What's New in General Ledger Munis - Financials: General Ledger [MU-FN-4-F] [MU-FN-10-E] What's New in General Ledger Munis - Financials: General Ledger CLASS DESCRIPTION This session will highlight some of the new functionality available in the version 11.2 of the

More information

Release Features CASH v2018.3

Release Features CASH v2018.3 Release Features CASH v2018.3 Document issue history Date Issue 01/10/2018 Draft 1.0 C J M Farrar Page 1 of 16 Table of Contents 1 Global... 3 1.1 CASH Launcher... 3 1.1.1 CF29004920 Changes to the Cashforwindows.exe

More information

Getting Started - TireMaster 7.2.0

Getting Started - TireMaster 7.2.0 Getting Started - TireMaster 7.2.0 This document includes information about program changes and instructions for settings you need to complete to use TireMaster 7.2.0. If you have questions about this

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

Client-Account Receivable

Client-Account Receivable Nexsure Training Manual - Accounting Client-Account Receivable In This Chapter Client Accounts Receivable Entity Definition Receive Payments from Clients Relating to Policies Allocation of Payment Leave

More information

This document provides an overview of the enhancements and support issue fixes in this Minfos release.

This document provides an overview of the enhancements and support issue fixes in this Minfos release. Release Notes Minfos 3.11.1 Welcome to Minfos 3.11.1 This document provides an overview of the enhancements and support issue fixes in this Minfos release. Highlights of this release: New Script Enquiry

More information

User Manual SL-DD-Collect-1 v2.0.9 (with v2010)

User Manual SL-DD-Collect-1 v2.0.9 (with v2010) User Manual SL-DD-Collect-1 v2.0.9 (with v2010) Objective A means to collect money from customer accounts via the Sales Ledger in Sage 200 using Direct Debit mechanisms provided by BACS systems, in a similar

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

Accounts Receivable. Billing Functions. Establishing House Accounts

Accounts Receivable. Billing Functions. Establishing House Accounts 18 The billing functionality in FTD Mercury allows you to set up an automated billing system, complete with aging cycles, finance charges, and statements for your customers. You can bill your customers

More information

Personal account manual A ME

Personal account manual A ME Personal account manual A.005.34.01-01.ME 08.04.2019 Table of Contents 1. Logging in... 4 2. Main page... 6 3. Orders monitor... 6 3.1. Orders search... 7 3.2. Search results... 9 3.3. Saving data to file...

More information

The Studio Director QuickBooks Help

The Studio Director QuickBooks Help The Studio Director QuickBooks Help Copyright 2016 The Studio Director OnVision Solutions, Inc. P.O. Box 3221 Monument, CO 80132 http://www.thestudiodirector.com Table of Contents OVERVIEW & REQUIREMENTS...

More information

TECSYS Streamline Enterprise System Page 1 of 7

TECSYS Streamline Enterprise System Page 1 of 7 TECSYS Streamline Enterprise System Page 1 of 7 Section 1: Module: A/P Accounts Payable 1. 10.3.1 Enhancement to Interface to Scan and Store A/P Invoice Images Module: A/R Accounts Payable > A/P Invoicing..

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

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

Transactions: Transaction List

Transactions: Transaction List Transactions Transactions: Transaction List Purpose The Transaction List allows you to view transactions for selected dates; create new transactions; open, edit or delete existing transactions; open client

More information

Table of Contents. Introduction Technical Support Getting Started Data Synchronization General Website Settings...

Table of Contents. Introduction Technical Support Getting Started Data Synchronization General Website Settings... E-Commerce Table of Contents Introduction... 1 Technical Support... 1 Introduction... 1 Getting Started... 2 Data Synchronization... 2 General Website Settings... 3 Customer Groups Settings... 4 New Accounts

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

Personal account manual A ME

Personal account manual A ME Personal account manual A.005.34.01-01.ME 05.07.2018 Table of Contents 1. Logging in... 4 2. Main page... 6 3. Orders monitor... 6 3.1. Orders search... 7 3.2. Search results... 8 3.3. Saving data to file...

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

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

What's New on Release 26.1

What's New on Release 26.1 What's New on Release 26.1 Welcome to Eagle Release 26.1 (server Level 38). This document summarizes the new features and enhancements. Use the red links below to take you to a particular section of this

More information

Release Summary Notes Maestro Version

Release Summary Notes Maestro Version Incident # Type Description Version Module 55135 SW AR Statements Skipping Folios 5.1.103 AR If a folio in A/R is settled the folio is closed automatically. Should the folio then be re-opened, to reverse

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

Tables Screen. Table State Buttons: Changes the state of the selected table to one of the following: Table Open. Table Reserved Needs Bussing

Tables Screen. Table State Buttons: Changes the state of the selected table to one of the following: Table Open. Table Reserved Needs Bussing Task 1: Log on to POS 1. Select the point of service icon. 2. Choose your Name. 3. Select Keyboard on the Login screen. 4. Enter your Password. 5. Select Enter on the Keyboard screen. Task 2: Open a Serving

More information

m360 creating invoices for tepsa products

m360 creating invoices for tepsa products m360 creating invoices for tepsa products 1. In m360, Quick Search to search the member. 2. After m360 has located the correct member, click on the member s ACCOUNTING tab. 3. Click ADD INVOICE. 4. If

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

Table of Contents. OTC End-of-Month Local Revenue Disbursements Process

Table of Contents. OTC End-of-Month Local Revenue Disbursements Process Table of Contents PROCESSING LOCAL REVENUE DISBURSEMENTS... 2 STEP 1: Verify Data... 2 STEP 2: Create Local Revenue Bills... 3 STEP 3: Run the Billing Interface... 5 STEP 4: Run Disbursement Reports...

More information

Defect Repair Report as of 10/10/2014

Defect Repair Report as of 10/10/2014 27.05 Page 1 of 16 Release Notes By Module Framework The system reports no longer fail due to special characters in certain report names. 27.05-632 Framework The EFI Pace server now includes a patch for

More information

Oracle Applications White Paper R12: Bank Reconciliation through a Case Study

Oracle Applications White Paper R12: Bank Reconciliation through a Case Study Oracle Applications White Paper Contributors: Purvi Purswani, Shikha Sinha, Vinutha Ram Manohar Reviewer: Sriram Ramanujam Versions: 1.0 Creation Date: 11-Feb-2015 Update Date: 11-Feb-2015 Contents INTRODUCTION...

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

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

NCLTEC Accounting User Manual

NCLTEC Accounting User Manual NCLTEC Accounting User Manual Latest Update: Feb 6, 0 For information about customer support, please visit our homepage at http://www.ncltec.com on the World Wide Web. Copyright 05 NCL Energy Technology

More information

Creating Actuals Journals Using NUFinancials

Creating Actuals Journals Using NUFinancials NUIT Administrative Systems Creating Actuals Journals Using Journals record the effects of financial transactions on Northwestern University s ledger. This training guide explains how to create, update,

More information

Receiving Payments on House Accounts

Receiving Payments on House Accounts 18 The billing functionality in FTD Mercury allows you to set up an automated billing system, complete with aging cycles, finance charges, and statements for your customers. You can bill your customers

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

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

Table Service Daily Steps for Cashiers

Table Service Daily Steps for Cashiers Table Service Daily Steps for Cashiers Process Sales Tasks This section provides information on processing sales from the Process Sales screen. Tasks Select menu items Steps Option 1: (single course meal)

More information

Lockbox. Chapter 13. Lockbox Integration Setup. Nexsure Training Manual - Admin. In This Chapter

Lockbox. Chapter 13. Lockbox Integration Setup. Nexsure Training Manual - Admin. In This Chapter Lockbox In This Chapter Lockbox Integration Setup Notification Setup Accounting Setup Invoice Defaults Setup Territory Level Lockbox Sestup Lockbox Exceptions Handling Lockbox Integration Setup Lockbox

More information

An Integrated Solution for Nonprofits

An Integrated Solution for Nonprofits An Integrated Solution for Nonprofits 100411 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including

More information

Table of Contents. OTC End-of-Month Local Revenue Disbursements Balt City DC

Table of Contents. OTC End-of-Month Local Revenue Disbursements Balt City DC Table of Contents PROCESSING LOCAL REVENUE DISBURSEMENTS... 2 STEP 1: Verify Data... 2 STEP 2: Create Local Revenue Bills... 3 STEP 3: Run the Billing Interface... 5 STEP 4: Run Disbursement Reports...

More information

CREATE INVOICE (WITHOUT A PO)

CREATE INVOICE (WITHOUT A PO) CREATE INVOICE (WITHOUT A PO) DESCRIPTION This process is used to submit a Non PO invoice. If you still have questions, please email NobleInvoiceOnly@nblenergy.com. PROCEDURE STEP 1: Login to Oracle (https://oracledmzpnob1i.nobleenergyinc.com/oa_html/appslogin).

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

Q: The barcode on the item is not scanning or the product is not found, what should I do to complete the transaction for my customer?

Q: The barcode on the item is not scanning or the product is not found, what should I do to complete the transaction for my customer? FAQ s Q: The barcode on the item is not scanning or the product is not found, what should I do to complete the transaction for my customer? First, scan the Scrubs and Beyond sticker ticket. If the sticker

More information

ADD/EDIT VENDOR. 1. To add a new vendor to the system from within the Accounts Payable module, navigate to: Accounts Payable Vendors.

ADD/EDIT VENDOR. 1. To add a new vendor to the system from within the Accounts Payable module, navigate to: Accounts Payable Vendors. ADD/EDIT VENDOR 1. To add a new vendor to the system from within the Accounts Payable module, navigate to: Accounts Payable Vendors. Vendors can also be added from within the Purchasing module. Regardless

More information

Chart of Accounts. Owner of this document is: Scott Wiacek Purpose of this document

Chart of Accounts. Owner of this document is: Scott Wiacek Purpose of this document Chart of Accounts Owner of this document is: Scott Wiacek swiacek@feedingamerica.org Purpose of this document This document demonstrates how to effectively create a list of the accounts used by a business

More information

Microsoft Dynamics GP Release Integration Guide For Microsoft Retail Management System Headquarters

Microsoft Dynamics GP Release Integration Guide For Microsoft Retail Management System Headquarters Microsoft Dynamics GP Release 10.0 Integration Guide For Microsoft Retail Management System Headquarters Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable

More information

HCSS Accounting Release Notes v1.2

HCSS Accounting Release Notes v1.2 HCSS Accounting Release Notes v1.2 Page 1 HCSS Accounting Release Notes v1.2 1. Auto Generation of Reference Numbers This function automatically generates reference numbers for transactions. A bespoke

More information

EFI Pace Accounts Receivable Module

EFI Pace Accounts Receivable Module EFI Pace Accounts Receivable Module User Quick Start Guide July 2010 Version 23.02 Copyright 2010 by Electronics for Imaging, Inc. All Rights Reserved. EFI Pace Accounts Receivable Module Administrator

More information

Student Activities Purchase Orders (Internal Accounts) Munis > Financials > Student Activity > Activity Transactions

Student Activities Purchase Orders (Internal Accounts) Munis > Financials > Student Activity > Activity Transactions Activity: Student Activities Purchase Orders (Internal Accounts) Enter a Purchase Order (PO) 3. Click Purchase Order 4. Input PO information a. Input general PO information i. Input Location (Cost Center)

More information

Prime Cost Wizard QuickBooks Export Guide

Prime Cost Wizard QuickBooks Export Guide Prime Cost Wizard QuickBooks Export Guide QuickBooks 1sttime Setup Install the QuickBooks Web Connector link to PCW Import Vendors and Chart of Accounts Activate QuickBooks Vendors in PCW Map PCW sales

More information

August Release 2017 v12.8

August Release 2017 v12.8 August Release 2017 v12.8 Contents Page DEPENDANCIES... 4.NET Framework 4.6... 4 LICENSING... 4 Automatic User Licence Infringement Check... 4 ACCOUNTS... 5 Customer and Supplier Adjustments Write Off

More information

Handling Warnings in the Import Blotters

Handling Warnings in the Import Blotters Handling Warnings in the Import Blotters Overview - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 How do I know if items are in warning status on a blotter? - - - - - - -

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

PAYMENT SYSTEM RESPONSE CODES

PAYMENT SYSTEM RESPONSE CODES PAYMENT SYSTEM RESPONSE CODES Bank s Text Text APPROVED 00 Approved 08 Honour with ID 11 Approved VIP (not used) 16 Approved, Update Track 3 (not used) 77 Approved (ANZ only) DECLINED 01 Refer to Card

More information

QUICKBOOKS EXPORT FILE: Manual. avfuel QUICKBOOKS EXPORT FILE MANUAL

QUICKBOOKS EXPORT FILE: Manual. avfuel QUICKBOOKS EXPORT FILE MANUAL avfuel QUICKBOOKS EXPORT FILE MANUAL 1 INDEX Overview... 3 Initial Setup... 6 Avfuel Hub Item Names For Mapping Transaction Pro Importer Advanced Feature - Importing One File TPI Import Wizard Program

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

CASH MANAGEMENT HOW-TO

CASH MANAGEMENT HOW-TO Vision Municipal Solutions CASH MANAGEMENT How-To Guide Contents Set-Up... 4 Changing Your Default Period... 4 How to Change Your Default Period... 4 Payment Centers... 4 Adding a Payment Center... 4 Drawers...

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

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

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

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

3-8 Sage 300 CRE: Office Connector Overview/Roundtable

3-8 Sage 300 CRE: Office Connector Overview/Roundtable 3-8 Sage 300 CRE: Office Connector Overview/Roundtable Presented By: Don Bannister Biltmore Construction Co, Inc. 3-8 Sage 300 CRE: Office Connector Overview/Roundtable - 1 Review Office Connector Launch

More information

Setup Specification Document

Setup Specification Document Setup Specification Document Project: Quickbooks Data Interface Developed For: Quickbooks users Date: January 7, 2007 T3C, Inc. DBA Vital Link POS 8567 Vinup Rd. Lynden WA 98284 (360) 318-9946 Voice (360)

More information

Table of Contents. Part I Introduction 2. Part II Options 3. Part III About Network Programming 5. Part IV Transactions 5.

Table of Contents. Part I Introduction 2. Part II Options 3. Part III About Network Programming 5. Part IV Transactions 5. Contents I Table of Contents Foreword 0 Part I Introduction 2 1 NETePay... 2 2 Options Vs Network... Programming 2 Part II Options 3 1 Settings 2 Servers 3 Draft 4 Printers 5 Pin Pad... 3... 3... 3...

More information

User s Guide. (Virtual Terminal Edition)

User s Guide. (Virtual Terminal Edition) User s Guide (Virtual Terminal Edition) Table of Contents Home Page... 4 Receivables Summary... 4 Past 30 Day Payment Summary... 4 Last 10 Customer Transactions... 4 View Payment Information... 4 Customers

More information

PeopleSoft (9.1): Journals and Internal Funds Transfer (IFT)

PeopleSoft (9.1): Journals and Internal Funds Transfer (IFT) Financial Services Training Guide PeopleSoft (9.1): Journals and Internal Funds Transfer (IFT) Page 1 Table of Contents 1 Journals: an overview... 3 1.1. What is a journal?... 3 1.2. Journal types/sources...

More information

Munis Account Central

Munis Account Central Munis Account Central Procedural Documentation For more information, visit www.tylertech.com. Accounts The Accounts option provides access to the Account Central program. This program offers an overview

More information

How to... Use PO Convert

How to... Use PO Convert STEP 1 - Select My POs The My POs page gives you the ability to: 1) Manage Purchase Orders that have been delivered to Tungsten Network from your customer. Click My POs 2) Submit invoices/ credit notes:

More information

PROMAS Landmaster. Questions and Answers. Questions below. Questions with answers begin on page 5. Questions

PROMAS Landmaster. Questions and Answers. Questions below. Questions with answers begin on page 5. Questions PROMAS Landmaster Questions and Answers Questions below. Questions with answers begin on page 5 Questions NAVIGATION Q. How can I keep the find list active? Q. I received an email from fishcatcher27@gmail.com.

More information

Talking Sage 200. talkingsage200.wordpress.com Sage 200 Navigating the Desktop

Talking Sage 200. talkingsage200.wordpress.com Sage 200 Navigating the Desktop Talking Sage 200 talkingsage200.wordpress.com Twitter: @talkingsage200 Sage 200 Navigating the Desktop Contents Preface... 4 Desktop... 6 Tool bar... 6 Navigation bar... 6 Work area... 7 3 talkingsage200.wordpress.com

More information

Unit 4 Agresso 571 Web Services. Journal Registration

Unit 4 Agresso 571 Web Services. Journal Registration Unit 4 Agresso 571 Web Services Journal Registration Author S J Price June 2018 CONTENTS Starting Agresso Web... 3 Login Screen... 3 Journal Registration... 4 Registered Journals enquiry... 9 Journal Registration

More information

HELLO! WELCOME TO UPAY

HELLO! WELCOME TO UPAY HELLO! WELCOME TO UPAY LET US SHOW YOU AROUND! Upay User Guide Welcome to Upay! Upay is a sophisticated online payment processing and account management portal designed to be used in environment such as,

More information

02_Setting up Memberships_Nov2014 Draft

02_Setting up Memberships_Nov2014 Draft 02_Setting up Memberships_Nov2014 Draft 1 Overview of today s training session Today s session is about covering concepts that will help you understand what is involved in setting up membership types,

More information

EZ Parent Center Directions Parent Sign Up and Meal Preordering

EZ Parent Center Directions Parent Sign Up and Meal Preordering EZ Parent Center Directions Parent Sign Up and Meal Preordering Sign Up for Returning Parents Who Used EZ School Lunch POS the Previous Year (All others scroll down to New Parent Sign Up) Parents should

More information

Eagle SSE. Accounts Receivable. Quick Reference Guide

Eagle SSE. Accounts Receivable. Quick Reference Guide Eagle SSE Accounts Receivable Quick Reference Guide This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual

More information

UNIVERSITY OF CENTRAL FLORIDA Finance & Accounting Offline Journal Entry

UNIVERSITY OF CENTRAL FLORIDA Finance & Accounting Offline Journal Entry UNIVERSITY OF CENTRAL FLORIDA Finance & Accounting Offline Journal Entry Overview The Spreadsheet Journal Entry feature facilitates rapid data entry using Microsoft Excel giving you the ability to arrange

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

AFTER HOURS EMERGENCY POS SUPPORT ext 126 Press 4 when prompted

AFTER HOURS EMERGENCY POS SUPPORT ext 126 Press 4 when prompted AFTER HOURS EMERGENCY POS SUPPORT 519-442-3153 ext 126 Press 4 when prompted TEC REGISTER POS Operations Manual A complete guide to the operations of the point-of-sale (POS) unit. Calendar Club of Canada

More information

Journal Entries Overview

Journal Entries Overview Journal Entries Overview To access the Journal Entries screen: Option 1: 1. From the Desktop, click on the Accounting Icon 2. Click on Account Transactions in the left navigation 3. Click on the Journal

More information

REVONU Restaurant POS SIMPLE MANUAL

REVONU Restaurant POS SIMPLE MANUAL REVONU Restaurant POS SIMPLE MANUAL VERSION 1.0 ALL RIGHTS RESERVED Table of Contents CHAPTER 1. GETTING STARTED... 4 Database Sync & Update... 4 Program Run & Login... 5 Main Program... 6 Beginning Balance...

More information

Umoja Sales-Based Least-Out

Umoja Sales-Based Least-Out Umoja Sales-Based Least-Out Use this How-To- as a reference when carrying out activities related to Sales-Based Lease-Outs in Real Estate. Sales-Based Lease-Outs are leases with a commercial entity where

More information

Getting Started. AccountEdge. AccountEdge Plus. AccountEdge Plus Network Edition

Getting Started. AccountEdge. AccountEdge Plus. AccountEdge Plus Network Edition Getting Started AccountEdge AccountEdge Plus AccountEdge Plus Network Edition Mamut Software Ltd 90 Long Acre Covent Garden London WC2E 9RZ 0800 032 5616 United Kingdom Website www.visma.co.uk 2017 Acclivity

More information

Classification: Public ANZ TRANSACTIVE GLOBAL USER GUIDE

Classification: Public ANZ TRANSACTIVE GLOBAL USER GUIDE Classification: Public ANZ TRANSACTIVE GLOBAL USER GUIDE 03 2015 CONTENTS PURPOSE 3 Users in ANZ Transactive Global 4 Function Roles and Data Roles 4 GETTING STARTED IN ANZ TRANSACTIVE GLOBAL 5 ANZ Transactive

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

ONLINE FORMS... 3 CUSTOM FIELDS... 4 MEMBERSHIP PRODUCTS... 5 SIGNUP DISCLAIMER... 8 ONLINE REGISTRATION... 9 ENABLE ONLINE PAYMENT GATEWAY...

ONLINE FORMS... 3 CUSTOM FIELDS... 4 MEMBERSHIP PRODUCTS... 5 SIGNUP DISCLAIMER... 8 ONLINE REGISTRATION... 9 ENABLE ONLINE PAYMENT GATEWAY... Online Forms ONLINE FORMS... 3 CUSTOM FIELDS... 4 MEMBERSHIP PRODUCTS... 5 SIGNUP DISCLAIMER... 8 ONLINE REGISTRATION... 9 ENABLE ONLINE PAYMENT GATEWAY... 14 2 Page Online Forms Introduction Online forms

More information

P-CARD WORKS CARDHOLDER TRAINING

P-CARD WORKS CARDHOLDER TRAINING P-CARD WORKS CARDHOLDER TRAINING 1 7/19/2005 You can always return to this home page by clicking on the icon shown here. Under Action Required click on Sign Off to see the transactions that have been charged

More information

U s e r s g U i d e 1

U s e r s g U i d e 1 User s guide 1 Contents 2 Welcome 3 User Service Activation 4 Introduction 4 Purpose 5 Key Features 6 Activation 8 Using the System 8 Login 9 Credit Sale 10 For Swipe Capable Devices 10 For Manual Entry

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

User Guide v1.4 squid SchoolPay USER GUIDE

User Guide v1.4 squid SchoolPay USER GUIDE User Guide v1.4 squid SchoolPay USER GUIDE June 2016 The latest version can be found at: squidcard.com/welcome/school-administrators Page 1 CONTENTS 1. Login page 4 2. Home screen 4 3. My account 5 4.

More information

Point of Sale Powered by Coalition

Point of Sale Powered by Coalition Point of Sale Powered by Coalition Cash Management July 8, 2004 Version 5.5.09 2004 NSB Retail Systems, plc The contents of this manual and the software it describes are the property of NSB and are copyrighted.

More information

DSWR User Guide. In effect from January 29 th,, BCLDB Direct Sales Web Reporting User Guide Page 1

DSWR User Guide. In effect from January 29 th,, BCLDB Direct Sales Web Reporting User Guide Page 1 DSWR User Guide In effect from January 29 th,, 2017 BCLDB Direct Sales Web Reporting User Guide Page 1 Contents Introduction... 4 Before You Get Started... 4 Registering for the DSWR Application... 5 Log-in...

More information

User s. Guide. Integrated Library System. Acquisitions

User s. Guide. Integrated Library System. Acquisitions User s Guide Integrated Library System Acquisitions VIRTUA ILS INTEGRATED LIBRARY SYSTEM Acquisitions User s Guide Version 43.1 January 2004 Copyright 1999-2004 VTLS Inc. All Rights Reserved. Virtua and

More information

28 Simply Confirming On-site Status

28 Simply Confirming On-site Status 28 Simply Confirming On-site Status 28.1 This chapter describes available monitoring tools....28-2 28.2 Monitoring Operational Status...28-5 28.3 Monitoring Device Values... 28-11 28.4 Monitoring Symbol

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

STORE CREDIT USER GUIDE

STORE CREDIT USER GUIDE support@magestore.com sales@magestore.com Phone: 084.4.8585.4587 STORE CREDIT USER GUIDE Version 1.0.0 Magento Compatibility: CE 2.0 Table of Contents 1. INTRODUCTION... 3 2. HOW TO USE (Frontend)... 5

More information