Furthermore remember to uninstall the old DWI client before replacing it with the new version.

Size: px
Start display at page:

Download "Furthermore remember to uninstall the old DWI client before replacing it with the new version."

Transcription

1 Table shortcuts: ERP to the Web Shop: Products - Related Products - Stock Product groups Product group relations - Segments Segment groups - Price - Variants Variant groups Variant group relation - Variant Product Relation - Customers Customer groups - B2B groups - Orders Web Shop to ERP: Orders Order lines - Language -Currency - Countries - Units DWI DATA SHEET This document contains the complete DWI datasheet. The tables below show the fields with their meaning and possible deviations from the standard values. In order to use v it is required that these fields are added to the database and that these fields are included in the export from the ERP system. They need to be present in order to make the data exchange. Furthermore remember to uninstall the old DWI client before replacing it with the new version. Data types and standard values unless other values are specified in the comments. Int = 0 Float = 0 Money = 0 Boolean = false Bit = 0 If it is desired to use your own database instead of the included MS-Access database the customer should use this database as a basis because different standard values are entered in the specific fields. The DWI module reads and writes data to and from the shop. The tables are assigned into two groups that enable the module to keep the shop updated with information from the customers ERP and the ERP with changes from the shop. Furthermore the module will insert values in some of the tables that make the setup in the shop easier. ERP system to SHOP These tables are used to update data in the customers shop from the ERP system records of data are read depending on the setup and are exported to the shop. If the transfer is successful the records are removed from the relevant local database.

2 The system can handle updates and inserts by itself. But the customer will have to change the field [JobAction] to the value 1 if a deletion of data necessary. The tables are divided into categories according to their affiliation New and/or changed (data type and standard value) database fields: DWI client version

3 Products Product Create / Delete products. Table: DWIProduct (Products are transferred from the ERP system to the shop) Field Description Unique Format Comment JobAction 0 = Create/Update product (standard) 1 = Delete the product in the shop 2 = Deletes existing product group relations JobAction type 2 is similar to 0. But all existing relations to the groups are removed. It can also be used to move a product from one product group to another. ProductNumber Product number TEXT(100) Required field VendorNumber Vendor number ProductName Product name CategoryNumber The id number corresponding to the product group the product is placed in. TEXT(50) ProdType Product type ID CostPrice Product cost price. MONEY Is entered using the shops default currency. Weight Product weight. FLOAT The unit is kg. Unit The weight unit is not included, For example 1=1 kg 0, 1 = 100 gram. PictureLink Product picture link The link will have to be relative. For example: /images/ jpg

4 PictureBigLink Product picture link to the large picture The link will have to be relative. For example: /images/ jpg PDFLink Link to a PDF file for example containing a description of the product. StockCount Stock count StockLimit DeliverTime Stock limit Indicates at what stock count the shop shifts between the message In stock and Few in stock Delivery time specified in number of days. TEXT(50) ShortDescription Short description of the product. TEXT(1000) The description can contain breaks. (CRLF) LongDescription Long description of the product TEXT(4000) The description can contain breaks. (CRLF) LongDescription2 Long description (field 2) of the product TEXT(4000) The description can contain breaks. (CRLF) Keywords Keywords related to the product Keywords are separated with spaces LanguageID LanguageID. Relates to the DWILanguage table. Required field. The language/site has to be active in the shop. CurrencyID Currency. Relates to the DWICurrency table. TEXT Required field The currency has to be active in the language the product is imported to.

5 Amount Amount (Does the price apply to a purchase of 1, 10, 100 pcs. etc.) The default value is one in version and onwards. Should be set to 1 as the minimum. Otherwise the buy button will not be shown. UnitPrice Unit price MONEY Product price Avance Possible profit FLOAT Is calculated based on costprice = 0 unless profit calculation is active. UnitNumber Hidden Frontpage News Unit number corresponding to the unit designation. Can be viewed in the DWIUnit table. Should the product be hidden? Possible values are true and false. Should the product be shown on the front page? Possible values are true and false. Should the product be shown as a new product? Possible values are true and false. BOOL BOOL BOOL NewsPeriod Period number TEXT(50) SortOrder States the sorting priority. A lower the value place the product higher on the product list. MinBuyAmount Minimum buy amount (Usually set to 1) Default = 0 Should be set to 1 as minimum otherwise the buy button is hidden.

6 RetailPrice Recommended retail price MONEY This price is shown as the recommended retail price in the shop And it is used to calculate the savings. EDBPrices EDBPriser product number 0 deletes.. TEXT Required field defaults to an empty string Default = Empty IsVariantMaster Decides whether or not the product is a variant master. BOOL The value can be true or false. MasterProdNumber Decides what variant master this variant product is related to. Nvarchar(100) This value has to be identical with the ProductNumber if the Bit for IsVariantMaster is set. ReservedField1 Reserved field ReservedField2 Reserved field ReservedField3 Reserved field ReservedField4 Reserved field ReservedField5 Reserved field ReservedField6 Reserved field ReservedField7 Reserved field ReservedField8 Reserved field ReservedField9 Reserved field ReservedField10 Reserved field MetaDescription Description from meta tag, TEXT(1000)

7 DeliverTimeNotInStock Delivery time (when not in stock) specified in number of days TEXT(50) Related products This creates a relation between two products using the product number. Table: DWIProductRelated (Related products transferred from the ERP system to the shop) Jobaction EGER 0 = Create/Update relation 1 = Delete the relation in the shop ProductNumber The product number is added TEXT(100) RelatedProductNumber The product number the related product is added to. TEXT(100) SortOrder Sort order.

8 Stock This table makes updating the stock value on a product easy. Table: DWIStock (Stock is transferred from ERP system to the shop)(optional) ProductNumber Product number TEXT(100) Mandatory StockCount Stock count for the product Product groups Table: DWIProductGroup (Product groups are transferred form the ERP system to the shop) (Optional) JobAction 0 = Creates/updates the product group 1 = Deletes a product group in the shop 2 = Deletes existing product group relations. JobAction type 2 is similar to 0 but with a significant difference that all existing relations the group has to other groups are removed. CategoryNumber Product group number YES TEXT(50) ProductCatName Product group name ParentCategoryNumber Hidden SortOrder Product group ID for the parent group the group is sub category to. If the product group is a main product group this has to be 0. Decides whether or not the product group is hidden. Possible values are 0 or 1. Sets the sorting priority. The lower the value the higher up the product group is placed. TEXT(50) BOOL ProductCatLink Product group link/images. ProductCatDescription Product group description LanguageID Language ID. Relates to the DWILanguage table.

9 Product group relation This creates the relation between a product and a product group. Both will have to be created on the shop before the relation is made. Table: DWIProductGroupRelation (Product relation transferred from ERP to shop) (Optional) JobAction 0 = Create/update relation 1 = Delete the relation in the shop. 2 = Delete existing product group relations NOTE: If you want to use JobAction 2, it should only be used once for every product and always as the first. If this is not respected the product will never get other relations apart from the last one received with JobAction 2 ProductNumber Product number TEXT(100) CategoryNumber Product group number for the product YES TEXT(50) Segments Table: DWIProductSegments (Product segments from ERP to the shop) (Optional) JobAction 0 = Create/update product segment relation. 1 = Delete product segment relation in the shop. ProductNumber Product number YES TEXT(100) ProductSegmentNumber Product segment ID YES TEXT(50)

10 Segment group Table: DWIProductGroupSegments (Product group segments from ERP system to the shop) (Optional) JobAction 0 = Create/updates the product segment relation 1 = Deletes the product segment relation in the shop. CategoryNumber Product group number YES TEXT(50) SegmentNumber Product segment ID YES TEXT(50) Price Table: DWIPrice (Prices from ERP system to the shop)(optional) JobAction 0 = Create/update price 1 = Deletes the price in the shop ProductNumber Product number Amount Amount (Does the price apply to 1, 10, 100 pcs etc.) UnitPrice Unit price MONEY Avance Possible profit FLOAT Is calculated based on cost price=0 Unless profit calculation is active. CurrencyID Currency ID. Relates to the DWICurrency table. TEXT B2BGroupNumber Indicates what B2B Group the price is applied to. Has to be set to 0 if the price applies to customers that are not logged in.(note: B2BGroupName is wanted here) Standard=0 0 = All -1 = All B2B -2 = All B2C

11 SpecialOfferPeriodID Sets the period in which the special offer is valid TEXT(50) If set it has to exist in the shop. SpecialOfferPrice Special offer price MONEY The key for DWIPrice is ProductNumber + Amount + CurrencyID + B2BGroupNumber

12 Variants Variant Table: DWIProductVariant (Product variant transferred from ERP system to the shop) Jobaction Decides what happens to the record. 0 = Creates/updates the variant in the shop 1 = Deletes the variant in the shop EGER GroupName Variant group name VariantName Variant name LanguageID Language ID for the language the variant is assigned to EGER SortOrder Variant sorting priority EGER ConfiguratorProductNumber Product number that can be used if the product variant is to be used in a product configurator. TEXT(100) Variant group Table: DWIProductVariantGroup (Variant groups transferred from ERP system to the shop) Jobaction 0 = Creates/updates the variant group in the shop. 1 = Delete the variant group in the shop EGER GroupName Variant group name LanguageID FreeTextVariant ID for the language the variant group is added to Set if the group is a free text variant group. EGER BOOL SortOrder Sorting priority LONG

13 SelectText Select variant text content in the drop down menu FreetextDefaultValue Standard value for the variant selector TEXT(100) Only used with free text variant FreetextMinValue Free text variant validation minimum value EGER Only used with free text variant FreetextMaxValue Free text variant validation maximum value EGER Only used with free text variant FreetextRegExValPattern Free text variant validation RegEx TEXT(100) Only used with free text variant FreetextValFailedText Error message if validation fails TEXT(100) Only used with free text variant FreetextReadOnly Only used if the free text shouldn t be edited BOOL Only used with free text variant IsProductConfigurator Used if it is created as a Product Configurator BOOL Variant group relation Creates the relation between a variant and a variant group, Table: DWIProductVariantGroupRelation (Variant group relations transferred from the ERP system to the shop) Jobaction 0 = Creates/updates the variant relation in the shop 1 = Deletes the variant relation in the shop EGER GroupName Group name LanguageID Language ID the variant group is related to EGER ProductNumber Product number the group is added to TEXT(100)

14 Variant product relation This creates a relation between a variant and a product. Table: DWIVariantRelation (Variant relations are transferred from the ERP system to the shop) Jobaction 0 = Creates/updates the variant relation in the shop 1 = Deletes the variant relation in the shop EGER GroupName Group name VariantName Variant name LanguageID Language ID EGER ProductNumber Related product number TEXT(100) SimpleVariant Deactivates simple variant BOOL

15 Customers Table: DWICustomer (Customers are transferred from the ERP system to the shop) (Optional) JobAction 0 = Creates/updates the customer in the shop 1 = Deletes the customer in the shop Number Customer number Yes Company Company name Name Name and surname Address Address Address2 Alternate address ZipCode Zip code/postal code City City CountryID Country ID. Refers to one of the active countries in the shop. ID can be found under settings -> countries Phone Phone number Fax Fax number address VATRegnum Company VAT no. ReservedField1 Reserved field 1 from the customer files ReservedField2 Reserved field 2 from the customer files ReservedField3 Reserved field 3 from the customer files ReservedField4 Reserved field 4 from the customer files ReservedField5 Reserved field 5 from the customer files

16 IsB2BCustomer B2BGroupNumber B2B customer 0/False = Not B2B customer 1/True = B2B customer Sets the group affiliation for the customer. 0 is the value for a regular customer BOOL B2BUsername Username the user will be using to login. B2Bpassword Password the user will be using to login. EAN TypeID EAN no. Customer type 0 = Private 1 = Company Default = 0 Private customer GroupNumber Customer group no. TEXT(100) BonusDiscount BonusDisabled Bonus percentage (not implemented in the shop code) Bonus Deactivated (not implemented in the shop code) DECIMAL BOOL LanguageID Language ID EGER This field can be set to Null. Empty is not allowed. Customer group Table: DWICustomerGroup (Customer groups transferred from the ERP system to the shop) Jobaction 0 = Creates/updates the group in the shop EGER LanguageID 1 = Deletes the group in the shop Language ID the customer group is related to EGER GroupNumber Sets the ID number for the group TEXT(50) GroupName Sets the name of the group TEXT(100)

17 BonusPercent Bonus percentage for the group (not implemented in the shop code) DECIMAL BonusPointFactor Bonus factor (not implemented in the shop code) DECIMAL IsDefault Set if new customers should be created in this group. BOOL If this is set to standard group the previous standard group will be reset. B2B group Table: DWIB2BGroup (B2B groups are transferred from the ERP system to the shop)(optional) JobAction 0 = Creates/updates B2B group 1 = Deletes B2B group in the shop B2BGroupID Group number Yes Needs to be >0 B2BGroupName B2B group name B2BGroupDescription Description of the B2B group for example Price class B. Orders This table contains the data that can be updated on an order. Table: DWIOrderUpdate (Data is transferred from the ERP system to the shop) OrderID Order no. Yes Needs to be > 0. OrderStateID Order state ID no. Needs to be > 0. NULL is also allowed (An order without an order state). Special note regarding tables: DWIProduct, DWIPriceStock, DWIProductGroup, DWIProductGroupRelation, DWICustomer, DWIB2BGroup, DWIProductSegments, DWIProductGroupSegments - Is transferred every time the data transfer is made. - When a record is handled it is deleted in the table.

18 SHOP to ERP system Orders and settings are sent from the shop to the customer database. Orders Table: DWIOrderHead (Order head transferred from the shop to the ERP system) OrderID ReferenceNumber OrderID. Consecutive no. assigned by the shop Customer reference field. Can be used for the customer requisition no. TEXT(50) OrderDate Order date DATE PayMethod The selected payment method TEXT(50) PayMethodFee Payment fee MONEY ShippingMethod The selected shipping method TEXT(50) ShippingFee Shipping fee MONEY TotalWeight Combined total weight of all the products included in the order. FLOAT TotalPrice Total price incl. VAT MONEY CurrencyID CustomerComments TransactionNumber IpAddress CurrencyID. Relates to the DWI Currency table Customer comments related to the order Transaction no. assigned when payment is made using a credit card Client ip-address for the customer that has made the order TEXT TEXT(500) TEXT(100) TEXT(50) SalesDiscount Sales discount MONEY LanguageID LanguageID. Relates to the DWILanguage table. VAT VAT rate TEXT

19 PayMethodFeeADDVAT Bit Calculate Pay Method VAT BOOL ShippingFeeADDVAT Bit Calculate Shipping Fee VAT BOOL CUSCompany Customer Company name CUSName Customer Name and surname CUSAddress Customer - Address CUSAddress2 Customer Address2 CUSZipCode Customer Zip code/postal code CUSCity Customer City CUSCountryID Customer Country ID. It refers to the countries that are active in the shop. ID can be found under settings > countries CUSPhone Customer Phone number JA CUSFax Customer Fax number CUS Customer - address CUSVATRegnum Customer Company VAT no. CUSReservedField1 CUSReservedField2 CUSReservedField3 CUSReservedField4 CUSReservedField5 CUSB2BGroupNumber Customer Reserved field 1 in the customer file Customer Reserved field 2 in the customer file Customer Reserved field 3 in the customer file Customer Reserved field 4 in the customer file Customer Reserved field 5 in the customer file Customer Indicates what B2B group the customer belongs to Is 0 or (empty) if it is a regular B2B customer.

20 CUSB2BUserName CUSB2Bpassword Customer User name the customer has to use in order to log in. Customer Password the customer has to use in order to log in. CUSEAN EAN no. DTOCompany Delivery address Company name DTOName Delivery address Name and surname DTOAddress Delivery address - Address DTOAddress2 Delivery address Address2 DTOZipCode Delivery address Zip code/postal code DTOCity Delivery address - City DTOCountryID Delivery address Country ID Refers to on of the active countries in the shop. ID is located under settings > countries DTOPhone Delivery address Phone number JA DTOFax Delivery address - Fax number DTO Delivery address - address BonusPercent BonusFactor BonusDiscount BonusAddedToCustomer Bonus percentage (not implemented in the shop code) Bonus factor (not implemented in the shop code) Bonus Discount (not implemented in the shop code) Bonus value added to the customer (not implemented in the shop code) nvarchar(100) DECIMAL DECIMAL CUSNumber Customer number OrderStateID Orderstate ID InvoiceNumber Invoice number InvoiceDate Invoice date DATE

21 InvoiceState Invoice state InvoicePaid Invoice paid BOOL InvoiceDueDate Invoice due date DATE CreditNoteNumber Credit note number Orderlines Table: DWIOrderLine (Orderlines transferred from the shop to the ERP system) OrderID Order ID. Consecutive no. assigned by the shop ProductNumber Product number TEXT(100) ProductName Product name Variant Variant text TEXT(1000) Amount Amount purchased UnitPrice Unit price MONEY TotalPrice Total price MONEY VAT Order line VAT TEXT(50) Especially for tables: DWIOrderHead, DWIOrderLine Transferred every time the transfer is executed. Setup tables: Language Table: DWILanguage (Language transferred from the shop to the ERP system) LanguageID Language ID Yes LanguageName Language name TEXT(50) Currency Table: DWICurrency (Currency transferred from the shop to the ERP system) CurrencyID Currency ID Yes TEXT

22 CurrencyText Currency name CurrencySymbol Currency code. For example DKK CurrencyFactor Currency conversion factor FLOAT ISO Currency ISO standard code Countries Table: DWICountry (Countries transferred from the shop to the ERP system) CountryID Country ID Yes CountryName Country name CountryVAT VAT rate for the country MONEY LanguageID Language ID ISO ISO standard country designation Text(50) Units Table: DWIUnit (Units transferred from the shop to the ERP system) UnitNumber Unit number Yes UnitText Unit name For example Pcs, Boxes and Pallets. LanguageID Language ID Especially for the tables: DWILanguage, DWICurrency, DWICountry, DWIUnit -Is only transferred once after the DWI service is started.

E-Commerce Installation and Configuration Guide

E-Commerce Installation and Configuration Guide E-Commerce Installation and Configuration Guide Rev: 2011-05-19 Sitecore E-Commerce Fundamental Edition 1.1 E-Commerce Installation and Configuration Guide A developer's guide to installing and configuring

More information

E-Commerce Installation and Configuration Guide

E-Commerce Installation and Configuration Guide E-Commerce Installation and Configuration Guide Rev: 2012-02-17 Sitecore E-Commerce Services 1.2 E-Commerce Installation and Configuration Guide A developer's guide to installing and configuring Sitecore

More information

AJ Shopping Cart. Administration Manual

AJ Shopping Cart. Administration Manual AJ Shopping Cart Administration Manual AJ Square Consultancy Services (p) Ltd., The Lord's Garden, #1-12, Vilacheri Main Road, Vilacheri, Madurai-625 006.TN.INDIA, Ph:+91-452-2485553, 2485554. Fax : 2484600

More information

[MP2 TRAINING MANUAL]

[MP2 TRAINING MANUAL] 2015 Technical Services James Titford [MP2 TRAINING MANUAL] Process for Work Order and Purchase Requisition entry on MP2. Table of Contents Introduction... 2 Logging on to MP2... 2 Navigating MP2:... 3

More information

Stripe Payment Module Magento 2 USER MANUAL MAGEDELIGHT.COM SUPPORT E: SUPPORT@MAGEDELIGHT.COM P: +1-(248)-275-1202

Stripe Payment Module Magento 2 USER MANUAL MAGEDELIGHT.COM SUPPORT E: SUPPORT@MAGEDELIGHT.COM P: +1-(248)-275-1202 Stripe Payment Module Magento 2 USER MANUAL MAGEDELIGHT.COM SUPPORT E: SUPPORT@MAGEDELIGHT.COM P: +1-(248)-275-1202 License Key After successful installation of Stripe Payment extension by using the Magento

More information

Creating Database Tables in Microsoft SQL Server

Creating Database Tables in Microsoft SQL Server Creating Database Tables in Microsoft SQL Server Microsoft SQL Server is a relational database server that stores and retrieves data for multi-user network-based applications. SQL Server databases are

More information

nopcommerce User Guide

nopcommerce User Guide nopcommerce User Guide Open source ecommerce solution Version 1.90 Copyright Notice Information in this document, including URL and other Internet Web site references, is subject to change without notice.

More information

Managing Customers. Pipfrog AS www.pipfrog.com

Managing Customers. Pipfrog AS www.pipfrog.com Customer Management Managing Customers Customer management takes place in the Manage Customers submenu of Customers menu. Customer management page displays information on registered customers. Customers

More information

Google Content Extension

Google Content Extension Google Content Extension About Google has launched new Shopping APIs that replaced Google Base Data API for shopping use cases. Google Base Data API was be fully retired on June 1, 2011 and merchants using

More information

account multiple solutions

account multiple solutions Quick Start Guide 1 Our easy to use guide will get you up and running in no time! The guide will assist you with: Generating your Sage Pay login Navigation Creating contacts Creating system users Setting

More information

DNNSmart Super Store User Manual

DNNSmart Super Store User Manual DNNSmart Super Store User Manual Description This is one simple but useful e-commerce module. It consists of multiple submodules which can help you setup your DNN E-commerce sites quickly. It's very easy

More information

ecommerce User Guide LS Nav 2013 (7.1) Copyright 2014, LS Retail ehf. All rights reserved. All trademarks belong to their respective holders

ecommerce User Guide LS Nav 2013 (7.1) Copyright 2014, LS Retail ehf. All rights reserved. All trademarks belong to their respective holders ecommerce User Guide LS Nav 2013 (7.1) Copyright 2014, LS Retail ehf. All rights reserved. All trademarks belong to their respective holders Contents 1 Introduction... 1 1.1 System Requirements... 2 2

More information

Download Path for 7 Zip : ( Username & Password to download = sqlutility ) **Make sure install the right one or else you can t find 7 Zip to Extract.

Download Path for 7 Zip : ( Username & Password to download = sqlutility ) **Make sure install the right one or else you can t find 7 Zip to Extract. How to Migrate Data from UBS? Step 1 : Get the UBS Backup file ( BACKUP.ACC & BACKUP.STK ) and place the UBS backup file to C:\UBSACC90\DB\20140704, every time create new folder under DB for new backup

More information

Magento Handbook. Client Name. agency.info@nublue.co.uk 0800 033 7074 1

Magento Handbook. Client Name. agency.info@nublue.co.uk 0800 033 7074 1 Magento Handbook Client Name agency.info@nublue.co.uk 0800 033 7074 1 Content 1. What is Magento? 3 2. Logging in 4 Your Login Information 4 The Magento Dashboard 4 3. Understanding Products 5 Simple Products

More information

User Documentation SEO EXPERT

User Documentation SEO EXPERT The SEO Expert module helps you quickly: User Documentation SEO EXPERT Create and personalize Friendly URLs Insert Meta tags for product pages, Facebook posts and Twitter Cards in your shop This module

More information

Using Microsoft Dynamics AX 2012

Using Microsoft Dynamics AX 2012 Exercise Guide Andreas Luszczak Using Microsoft Dynamics AX 2012 Springer Vieweg, 2nd Edition 2012 ISBN 978-3-8348-1742-6 September 2012 VI Exercise Guide Registered and/or industrial names, trade names,

More information

Setup Guide for Magento and BlueSnap

Setup Guide for Magento and BlueSnap Setup Guide for Magento and BlueSnap This manual is meant to show you how to connect your Magento store with your newly created BlueSnap account. It will show step-by-step instructions. For any further

More information

LiteCommerce Authorize.Net Module. Version 2.4

LiteCommerce Authorize.Net Module. Version 2.4 LiteCommerce Authorize.Net Module Version 2.4 Reference Manual LiteCommerce Authorize.Net Module Reference Manual I Table of Contents Introduction...1 1....2 Administrator Zone...3 1.1 Installing the Module...4

More information

CPM 5.2.1 5.6 release notes

CPM 5.2.1 5.6 release notes 1 (18) CPM 5.2.1 5.6 release notes Aditro Oy, 2014 CPM Release Notes Page 1 of 18 2 (18) Contents Fakta version 5.2.1. version 1.2.1... 3 Fakta version 5.2.1.1038 sp1 version 1.2.1.300 sp1... 4 Fakta version

More information

Index. Terminology Pg. 2 Your Backend Pg. 3. Settings Pg. 5 Shipping methods Pg. 5 Tax settings Pg. 6 Store settings Pg. 7 SEO Settings Pg.

Index. Terminology Pg. 2 Your Backend Pg. 3. Settings Pg. 5 Shipping methods Pg. 5 Tax settings Pg. 6 Store settings Pg. 7 SEO Settings Pg. Index Terminology Pg. 2 Your Backend Pg. 3 Settings Pg. 5 Shipping methods Pg. 5 Tax settings Pg. 6 Store settings Pg. 7 SEO Settings Pg. 8 Content Pg. 9 Homepage Image Pg. 9 Events Pg. 9 News Articles

More information

for Sage 100 ERP Paperless Office Overview Document

for Sage 100 ERP Paperless Office Overview Document for Sage 100 ERP Paperless Office Document 2012 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and the Sage Software product and service names mentioned herein are registered

More information

for Sage 100 ERP Business Insights Overview Document

for Sage 100 ERP Business Insights Overview Document for Sage 100 ERP Business Insights Document 2012 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and the Sage Software product and service names mentioned herein are registered

More information

Create e-commerce website Opencart. Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo.

Create e-commerce website Opencart. Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo. Create e-commerce website Opencart Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo.com Create e-commerce website Opencart What is opencart? Opencart

More information

User Manual Web DataLink for Sage Line 50. Version 1.0.1

User Manual Web DataLink for Sage Line 50. Version 1.0.1 User Manual Web DataLink for Sage Line 50 Version 1.0.1 Table of Contents About this manual...3 Customer support...3 Purpose of the software...3 Installation...6 Settings and Configuration...7 Sage Details...7

More information

idelpi Software Quick Install and Basic Configuration Guide

idelpi Software Quick Install and Basic Configuration Guide idelpi Software Quick Install and Basic Configuration Guide (Trial version) This documentation helps you in installing the trial version of idelpi construction software on your computer. Prerequisites

More information

Impreso: 22/02/2011 Página 1 de 19. Origen: FSC Versión: 2011-v3 EBILLING FAQ

Impreso: 22/02/2011 Página 1 de 19. Origen: FSC Versión: 2011-v3 EBILLING FAQ Impreso: 22/02/2011 Página 1 de 19 EBILLING FAQ Impreso: 22/02/2011 Página 2 de 19 Contents 1. Which web page you should access to upload the invoices... 3 2. Invoice management... 4 2.1 How to create

More information

M4 Advanced Recurring Billing. User Guide

M4 Advanced Recurring Billing. User Guide M4 Advanced Recurring Billing User Guide Version 8.23 Last Updated: November 2009 Table of Contents Overview 4 Introduction 4 Summary of Features 4 Key Benefits 5 Installation / Maintenance 6 Software

More information

DarwiNet Client Level

DarwiNet Client Level DarwiNet Client Level Table Of Contents Welcome to the Help area for your online payroll system.... 1 Getting Started... 3 Welcome to the Help area for your online payroll system.... 3 Logging In... 4

More information

CHAPTER 4: PURCHASE ORDER MANAGEMENT

CHAPTER 4: PURCHASE ORDER MANAGEMENT Chapter 4: Purchase Order Management CHAPTER 4: PURCHASE ORDER MANAGEMENT Objectives Introduction The objectives are: Review the setup of Purchase Order Management, including vendors, receiving options,

More information

Last Updated on 11/06/2008. www.jobprotech.com

Last Updated on 11/06/2008. www.jobprotech.com Last Updated on 11/06/2008 www.jobprotech.com Copyright JobPro Technology, 2008 How to Use this Guide This manual is designed as a reference for JobPro customers. It is not intended to be a replacement

More information

Contents INDEX...61 ECRM...1

Contents INDEX...61 ECRM...1 ecrm Guide 111011 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 photocopying, recording,

More information

SoftwarePlanner Active Directory Authentication

SoftwarePlanner Active Directory Authentication User s Guide SoftwarePlanner Active Directory Authentication This document provides an explanation of using Active Directory with SoftwarePlanner. 1 Narrative In some situations, it may be preferable to

More information

Sage 300 ERP 2014. Tax Services User's Guide

Sage 300 ERP 2014. Tax Services User's Guide Sage 300 ERP 2014 Tax Services User's Guide This is a publication of Sage Software, Inc. Copyright 2014. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service

More information

Welcome to EMP Monitor (Employee monitoring system):

Welcome to EMP Monitor (Employee monitoring system): Welcome to EMP Monitor (Employee monitoring system): Overview: Admin End. User End. 1.0 Admin End: Introduction to Admin panel. Admin panel log in. Introduction to UI. Adding an Employee. Getting and editing

More information

ONE POS User Manual. A brief hand guide for ONE ERP POS SYSTEM MYIT SOLUTION. Latest update on: 03/09/12

ONE POS User Manual. A brief hand guide for ONE ERP POS SYSTEM MYIT SOLUTION. Latest update on: 03/09/12 ONE POS User Manual A brief hand guide for ONE ERP POS SYSTEM MYIT SOLUTION Latest update on: 03/09/12 TABLE OF CONTENTS CHAPTER 1 - SETTINGS Database Setup... 3 Printer Configuration... 5 Cash Drawer

More information

Adagio Inventory 8.1E First Edition

Adagio Inventory 8.1E First Edition Adagio Inventory 8.1E First Edition Trademark Adagio is a registered trademark of Softrak Systems Inc. All product names mentioned are trademarks or service marks of their respective owners. Copyright

More information

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

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

More information

Magento module Documentation

Magento module Documentation Table of contents 1 General... 4 1.1 Languages... 4 2 Installation... 4 2.1 Search module... 4 2.2 Installation in Magento... 6 2.3 Installation as a local package... 7 2.4 Uninstalling the module... 8

More information

LiteCommerce 2Checkout.com Module

LiteCommerce 2Checkout.com Module LiteCommerce 2Checkout.com Module Version 2.11 Reference Manual LiteCommerce 2Checkout.com Module Reference Manual I Table of Contents Introduction...1 Administrator...2 Zone Installing...3 the Module...4

More information

MODULE 4: PURCHASE ORDER MANAGEMENT

MODULE 4: PURCHASE ORDER MANAGEMENT MODULE 4: PURCHASE ORDER MANAGEMENT Module Overview Timely purchases that are made at the best price improve a company s inventory management, reduce costs, and have a direct effect on the company s ability

More information

How to create database in GlycomcsPortal?

How to create database in GlycomcsPortal? How to create database in GlycomcsPortal? 1. Log- in Log in through Log in 2. Submit Content Click Submit Content on the menu. 3. Choose Database Choose Database as a type of entry you desire to create.

More information

February 2010 Version 6.1

February 2010 Version 6.1 HansaWorld University Point Of Sales (POS) Training Material HansaWorld Ltd. February 2010 Version 6.1 Table Of Contents INTRODUCTION...5 What is Point Of Sales?...5 THE 4 DIFFERENT WAYS OF USING POS...6

More information

Normalization Summary

Normalization Summary Normalization Summary A User View Creating the Unnormalized Table The figure above is a report (a user view) that might be produced by a database system for which the table represented by the report needs

More information

Reporting User Guide. Version Oct 2011 Page 1 of 65

Reporting User Guide. Version Oct 2011 Page 1 of 65 Version Oct 2011 Page 1 of 65 Table of Contents Purpose...3 1. Quick Balances...3 1.1. Quick Balances Setup...3 2. Scheduled Statement Reporting...5 2.1. Scheduled Daily Operating Account Statement...5

More information

Prospect module. Quick reference guide. Opmetrix app version 4.10 onwards

Prospect module. Quick reference guide. Opmetrix app version 4.10 onwards Prospect module Quick reference guide Opmetrix app version 4.10 onwards Contents Introduction... 3 Head office... 4 Business process considerations... 4 Setting up prospects... 5 Prospect transaction types...

More information

emobile Bulk Text User Guide Copyright Notice Copyright Phonovation Ltd

emobile Bulk Text User Guide Copyright Notice Copyright Phonovation Ltd emobile Bulk Text User Guide Copyright Notice Copyright Phonovation Ltd Important Notice: The Information contained in this document is subject to change without notice and should not be construed as a

More information

nopcommerce User Guide

nopcommerce User Guide nopcommerce User Guide Open source ecommerce solution Version 2.40 Copyright Notice Information in this document, including URL and other Internet Web site references, is subject to change without notice.

More information

NetSuite Customer Center Portal Tutorial

NetSuite Customer Center Portal Tutorial NetSuite Customer Center Portal Tutorial Hub Pen Work Instruction Controlled By: Hub Pen Department of Information Systems Ver: 030713 Page 1 of 29 Contents 1. Navigation... 3 1.1. Links... 3 1.2. Home

More information

Admin Reference Guide. PinPoint Document Management System

Admin Reference Guide. PinPoint Document Management System Admin Reference Guide PinPoint Document Management System 1 Contents Introduction... 2 Managing Departments... 3 Managing Languages... 4 Managing Users... 5 Managing User Groups... 7 Managing Tags... 9

More information

Introduction to Mamut Point of Sale

Introduction to Mamut Point of Sale // Mamut Point of Sale Introduction to Mamut Point of Sale Contents News in Mamut Point of Sale version 3.5... 2 Mamut Point of Sale... 3 Definitions of words and expressions used in the program... 7 Getting

More information

Global Image Management System For epad-vision. User Manual Version 1.10

Global Image Management System For epad-vision. User Manual Version 1.10 Global Image Management System For epad-vision User Manual Version 1.10 May 27, 2015 Global Image Management System www.epadlink.com 1 Contents 1. Introduction 3 2. Initial Setup Requirements 3 3. GIMS-Server

More information

TheFinancialEdge. Configuration Guide for Accounts Payable

TheFinancialEdge. Configuration Guide for Accounts Payable TheFinancialEdge Configuration Guide for Accounts Payable 102312 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic,

More information

User s Guide. Version 2.1

User s Guide. Version 2.1 Content Management System User s Guide Version 2.1 Page 1 of 51 OVERVIEW CMS organizes all content in a tree hierarchy similar to folder structure in your computer. The structure is typically predefined

More information

Accounting & Finance. Guidebook

Accounting & Finance. Guidebook Accounting & Finance Guidebook January 2012 TABLE OF CONTENTS Table of Contents... 2 Preface... 6 Getting Started... 8 Accounting... 10 Accounting Welcome... 10 Sales Quotes... 11 New Sales Quote... 11

More information

e-invoicing your guide to using with TNT

e-invoicing your guide to using with TNT e-invoicing your guide to using with TNT A For any technical assistance please email Atherstone.Helpdesk@tnt.com or call 01827 711 611 Contents welcome to e-invoicing with TNT 03 registering for e-invoicing

More information

User Guide and Tutorial Central Stores Online Ordering System. Central Stores Financial Services Western Washington University

User Guide and Tutorial Central Stores Online Ordering System. Central Stores Financial Services Western Washington University User Guide and Tutorial Central Stores Online Ordering System Central Stores Financial Services Western Washington University TABLE OF CONTENTS 1. Introduction... Page 3 2. Finding and Logging into Central

More information

Personal Training. Chapter 27. FrontDesk v4.1.25. PT Specific Program Options. Contract Templates. Set Member s Secure Check In Password

Personal Training. Chapter 27. FrontDesk v4.1.25. PT Specific Program Options. Contract Templates. Set Member s Secure Check In Password Chapter 27 Personal Training FrontDesk v4.1.25 PT Specific Program Options Empl oyees Contract Templates Personal Training Window in Contract Wizard Contract Manager / Personal Training Information Clear

More information

User Manual. BarcodeOCR 4.12.3.2. Version: September 2012 - Page 1 of 25 - BarcodeOCR 4.12.3.2

User Manual. BarcodeOCR 4.12.3.2. Version: September 2012 - Page 1 of 25 - BarcodeOCR 4.12.3.2 User Manual BarcodeOCR 4.12.3.2 Version: September 2012 - Page 1 of 25 - BarcodeOCR 4.12.3.2 Contents Contents... 2 Introduction... 3 What is BarcodeOCR?... 3 Which barcodes are supported?... 3 System

More information

Barclaycard Spend Management Training Guide. December 2010

Barclaycard Spend Management Training Guide. December 2010 Barclaycard Spend Management Training Guide December 2010 About this Guide The following slides are intended to assist with cardholder and manager (approver) Barclaycard Spend Management training. The

More information

Format the USB Thumb Drive for Ghost

Format the USB Thumb Drive for Ghost First, download the 3 files found on this FTP site: ftp://ftp.meta.moleculardevices.com/outgoing/kudoh/ Also, download the files found here: ftp://ftp.meta.moleculardevices.com/support/wavetracer/ You

More information

3dCart Shopping Cart Software V3.X Gift Registry Guide

3dCart Shopping Cart Software V3.X Gift Registry Guide INTRODUCTION 2 ENABLE THE GIFT REGISTRY 2 CREATE A GIFT REGISTRY MENU LINK 3 CREATE A GIFT REGISTRY 4 ADD PRODUCTS TO THE REGISTRY 7 SEND NOTIFICATION OF REGISTRY 9 SEARCH/ACCESS A REGISTRY 11 END YOU

More information

ecommerce LMS Administrator s Manual

ecommerce LMS Administrator s Manual ecommerce LMS Administrator s Manual Table of Contents Introduction... 1 Logging in to the System... 2 Welcome Screen... 3 Modifying Your Personal Profile... 3 Changing Your Password... 7 Modifying Your

More information

SETTING UP SALESFORCE ORDERS FOR YOUR ORGANIZATION

SETTING UP SALESFORCE ORDERS FOR YOUR ORGANIZATION SETTING UP SALESFORCE ORDERS FOR YOUR ORGANIZATION Summary Use orders to automate your organization s post-deal process. Create orders using your contract and account data in Salesforce. Then, track order

More information

Terex Management System (TMS)

Terex Management System (TMS) Terex Management System (TMS) TMS ecommerce Version 2.1 User Manual Electronic Spare Parts Catalog and Ordering Platform Terex Compact (Schaeff) Terex Fuchs Table of Contents Course Overview... 1 Overview

More information

Shopping Cart Software

Shopping Cart Software Shopping Cart Software QuickStart Guide 1 Please note: The Quick Start guide covers only the minimum requirements to get your cart up and running; there are many more features for you to take advantage

More information

EMAIL MAKER FOR VTIGER CRM

EMAIL MAKER FOR VTIGER CRM EMAIL MAKER FOR VTIGER CRM Introduction The Email Maker is extension tool designed for the vtiger CRM. Using EMAIL Maker you can create email templates with predefined information and send them from all

More information

DPD shipping module documentation. Magento module version 2.0.3

DPD shipping module documentation. Magento module version 2.0.3 DPD shipping module documentation Magento module version 2.0.3 Table of Contents Introduction...3 Document version history...3 Definitions...3 Short user manual...3 Added functionality...4 Use cases...4

More information

2. A typical business process

2. A typical business process I. Basic Concepts on ERP 1. Enterprise resource planning (ERP) Enterprise resource planning (ERP) is the planning of how business resources (materials, employees, customers etc.) are acquired and moved

More information

Active Directory Integration for Greentree

Active Directory Integration for Greentree App Number: 010044 Active Directory Integration for Greentree Last Updated 14 th February 2013 Powered by: AppsForGreentree.com 2013 1 Table of Contents Features... 3 Options... 3 Important Notes... 3

More information

Quick Start Guide HOSTED VERSION

Quick Start Guide HOSTED VERSION Quick Start Guide HOSTED VERSION Table of Contents Remote Desktop Login for Hosted GQ7... 3 Getting Started using GQ7... 7 COMPANY SCREEN ENTRY:... 7 BILLING CODES:... 9 TAX ENTRY... 15 VENDOR ENTRY...

More information

M4 Systems. Advanced Timesheets and Expenses (ATS&E) User Guide

M4 Systems. Advanced Timesheets and Expenses (ATS&E) User Guide M4 Systems Advanced Timesheets and Expenses (ATS&E) User Guide M4 Systems Ltd Tel: 0845 5000 777 International: +44 (0)1443 863910 www.m4systems.com www.dynamicsplus.net Table of Contents Operating the

More information

Share Point Document Management For Sage 100 ERP

Share Point Document Management For Sage 100 ERP Share Point Document Management For Sage 100 ERP 457 Palm Drive Glendale, CA 91202 818-956-3744 818-956-3746 sales@iigservices.com www.iigservices.com Share Point Document Management 2 Information in this

More information

Table Of Contents. Welcome to Abebooks HomeBase Inventory Management Software version 2.3... 1. Quick Tour... 2. Toolbar... 2

Table Of Contents. Welcome to Abebooks HomeBase Inventory Management Software version 2.3... 1. Quick Tour... 2. Toolbar... 2 HomeBase 2.3 Table Of Contents Welcome to Abebooks HomeBase Inventory Management Software version 2.3... 1 Quick Tour... 2 Toolbar... 2 Navigating in Abebooks HomeBase... 3 Getting Started... 3 Loading

More information

// Mamut Business Software. Complete CRM, Sales Management and Web Solutions

// Mamut Business Software. Complete CRM, Sales Management and Web Solutions // Mamut Business Software Complete CRM, Sales Management and Web Solutions Produced and distributed by: Mamut Software Ltd. a Visma company. 90 Long Acre Covent Garden London WC2E 9RZ Tel: 020 7153 0900

More information

Vodafone Bulk Text. User Guide. Copyright Notice. Copyright Phonovation Ltd

Vodafone Bulk Text. User Guide. Copyright Notice. Copyright Phonovation Ltd Vodafone Bulk Text User Guide Copyright Notice Copyright Phonovation Ltd Important Notice: The Information contained in this document is subject to change without notice and should not be construed as

More information

CDC Enterprise Inventory Management System. The Basics

CDC Enterprise Inventory Management System. The Basics CDC Enterprise Inventory Management System The Basics Page 2 of 71 Table of Contents 1 User Manager:... 6 1.1 Create New User:... 7 1.2 User Permissions... 7 1.3 Edit Existing User:... 8 1.4 Register User:...

More information

USER GUIDE - May 2010

USER GUIDE - May 2010 USER GUIDE - May 2010 Login...2 Browse.................................................................. 3 By Product Type By Manufacturer Search....4 By Keyword Via Quick Find Via Quick Order Search Results

More information

Retail User Training. IT Retail, Inc. 2010. Inventory Training Retail 7

Retail User Training. IT Retail, Inc. 2010. Inventory Training Retail 7 Retail User Training IT Retail, Inc. 2010 Inventory Training Retail 7 RETAIL 7 User Training: Inventory Using RETAIL 7 ITRetail, Inc. RETAIL User Training TABLE OF CONTENTS Inventory MANAGE INVENTORY...

More information

Setup Guide for PrestaShop and BlueSnap

Setup Guide for PrestaShop and BlueSnap Setup Guide for PrestaShop and BlueSnap This manual is meant to show you how to connect your PrestaShop store with your newly created BlueSnap account. It will show step-by-step instructions. For any further

More information

How to Create Your Own Crystal Report

How to Create Your Own Crystal Report How to Create Your Own Crystal Report Step 1 Figure out what table you need to use for your report. Click on Resources, then File Layouts and Program Information. Click on File Layouts to see the available

More information

Magento-Twinfield Module

Magento-Twinfield Module Magento-Twinfield Module V 1.2 (beta) Installation Manual V 1.2.1, November 23, 2011 Contact information Tauros Media Nederland B.V. E: twinfield@taurosmedia.com 1 1. Index 1) Index.2 2) Introduction..3

More information

Trytond Magento Documentation

Trytond Magento Documentation Trytond Magento Documentation Release 3.4.11.0 Openlabs Technologies & Consulting (P) Limited June 23, 2015 Contents 1 Introduction 3 2 Installation 5 2.1 Installation of Magento Core API extension...............................

More information

DocuSign for SharePoint 2010 1.5.1

DocuSign for SharePoint 2010 1.5.1 Quick Start Guide DocuSign for SharePoint 2010 1.5.1 Published December 22, 2014 Overview DocuSign for SharePoint 2010 allows users to sign or send documents out for signature from a SharePoint library.

More information

Vehicle fleet manager User guide

Vehicle fleet manager User guide Vehicle fleet manager User guide Table of Contents Vehicle fleet manager... 4 Main window... 5 Vehicles menu... 7 Expenses menu...9 Options menu... 10 Vehicles... 12 General tab...13 Fuel transactions

More information

Magento Integration User Guide

Magento Integration User Guide Magento Integration User Guide 2 Magento integration user guide Table of Contents INTRODUCTION 4 Getting Help 4 Disclaimer 4 Supported Magento Verisons 5 UNLEASHED SUPPORTS COMMUNITY EDITION 1.3 ONWARDS

More information

[Jet-Magento Integration]

[Jet-Magento Integration] CedCommerce. All rights reserved. SUPPORT@CEDCOMMERCE.COM [Jet-Magento Integration] CedCommerce Jet-Magento Integration, an extension by CedCommerce, establishes synchronization of inventory, price, other

More information

X-POS GUIDE. v3.4 INSTALLATION. 2015 SmartOSC and X-POS

X-POS GUIDE. v3.4 INSTALLATION. 2015 SmartOSC and X-POS GUIDE INSTALLATION X-POS v3.4 2015 SmartOSC and X-POS 1. Prerequisites for Installing and Upgrading Server has Apache/PHP 5.2.x/MySQL installed. Magento Community version 1.7.x or above already installed

More information

Magento Woopra Visitor & Event Tracking Installation and User Guide. Version 1.0

Magento Woopra Visitor & Event Tracking Installation and User Guide. Version 1.0 Magento Woopra Visitor & Event Tracking Installation and User Guide Version 1.0 Website: http://www.woopra.com Support: support@woopra.com Table of Contents 1. Installation... 2 2. Magento Configuration...

More information

CHAPTER 3: SALES PRICES AND DISCOUNTS

CHAPTER 3: SALES PRICES AND DISCOUNTS Chapter 3: Sales Prices and Discounts CHAPTER 3: SALES PRICES AND DISCOUNTS Objectives The objectives are: Overview of Sales Prices Define Sales Prices Set up Sales Prices and Customer Price Groups Maintain

More information

Prestashop ERP User manual

Prestashop ERP User manual Prestashop ERP User manual 1 / 17 Summary Overview... 4 Installation... 4 Files copy... 4 Module installation... 4 Hooks installation... 5 Supplier sheet... 5 Product sheet (back office)... 5 Product sheet

More information

ASULPUNTO Magento unicenta opos integration extension Version 1.0.0

ASULPUNTO Magento unicenta opos integration extension Version 1.0.0 ASULPUNTO Magento unicenta opos integration extension Version 1.0.0 Magento unicenta opos Integration Extension Version 1.0.0 Page 1 Table of Contents Requirements...3 A working copy of unicenta opos on

More information

Database Query 1: SQL Basics

Database Query 1: SQL Basics Database Query 1: SQL Basics CIS 3730 Designing and Managing Data J.G. Zheng Fall 2010 1 Overview Using Structured Query Language (SQL) to get the data you want from relational databases Learning basic

More information

ESMO ONLINE EVENT REGISTRATION INSTRUCTION REGISTER YOURSELF

ESMO ONLINE EVENT REGISTRATION INSTRUCTION REGISTER YOURSELF ESMO ONLINE EVENT REGISTRATION INSTRUCTION REGISTER YOURSELF INDEX Preliminary information Registration requirements... Page 2 Individual registration 1. Account with ESMO... Page 3 2. Login into your

More information

Property of PCI Compliance, LLC

Property of PCI Compliance, LLC Property of PCI Compliance, LLC 1 st Time Users / 1 st Time User to the New Portal: Click Register/Begin Return Users: Login with your Username and Password 1 st Time Users / 1 st Time Users on the New

More information

Magento Integration Guide. Everything you need to know to integrate Unleashed inventory management with Magento ecommerce. Contents.

Magento Integration Guide. Everything you need to know to integrate Unleashed inventory management with Magento ecommerce. Contents. Contents Contents Magento Integration Guide Everything you need to know to integrate Unleashed inventory management with Magento ecommerce Direct integration between two powerhouses of online sales and

More information

SAP BusinessObjects Financial Consolidation Web User Guide

SAP BusinessObjects Financial Consolidation Web User Guide SAP BusinessObjects Financial Consolidation Document Version: 10.0 Support Package 18 2016-02-19 SAP BusinessObjects Financial Consolidation Web User Guide Content 1 General user functions....12 1.1 To

More information

Contents 1 Overview 2 Steps to run an Excel Add-In Setup: 3 Add-Ins 4 LOGIN 5 SEND SMS 5.1 Send Text or Flash Sms 5.2 Select Range 5.

Contents 1 Overview 2 Steps to run an Excel Add-In Setup: 3 Add-Ins 4 LOGIN 5 SEND SMS 5.1 Send Text or Flash Sms 5.2 Select Range 5. Contents 1 Overview 2 Steps to run an Excel Add-In Setup: 3 Add-Ins 4 LOGIN 5 SEND SMS 5.1 Send Text or Flash Sms 5.2 Select Range 5.3 Selected Range Preview List 5.4 Scheduling of Messages 5.5 Scheduled

More information

Connecting to the Remote Desktop Service

Connecting to the Remote Desktop Service Connecting to the Remote Desktop Service What is the Remote Desktop Service? Connecting to a University of Greenwich Remote Desktop allows you to work securely on documents and files held on the University's

More information

account multiple solutions

account multiple solutions Quick Start Guide 1 Our easy to use guide will get you up and running in no time! The guide will assist you to: Validate bank numbers Validate ID numbers Access number tips Release funds to your bank Transfer

More information

Studio Designer 80 Guide

Studio Designer 80 Guide Table Of Contents Introduction... 1 Installation... 3 Installation... 3 Getting started... 5 Enter your company information... 5 Enter employees... 6 Enter clients... 7 Enter vendors... 8 Customize the

More information