BGL Simple Fund FundNet Setup Guide

Size: px
Start display at page:

Download "BGL Simple Fund FundNet Setup Guide"

Transcription

1 BGL Simple Fund FundNet Setup Guide 1. FundNet Overview What is FundNet? Demonstration of FundNet FundNet Requirements ISAPI enabled server Dedicated FundNet Web Server Bandwidth requirements Related Knowledge Base Articles Installing FundNet Module Installation Instructions Adding FundNet access in Simple Fund Update your Registration to allow FundNet access Setup user accounts in Simple Fund FundNet Installation Example Installation Example on Windows Installation Instructions Step 1 - Establish a Virtual Directory Optional: Configuring fundnet.dll as the default document Step 2: Setting up Access Permissions Adding an entry to the Web Service Extension list :2 - Establishing sufficient security permissions About IIS user accounts and permissions Using FundNet Running FundNet BGL Demonstration Version Fund Reporting Fund Transactions Input XML Export File Loading the Data in Simple Fund...23 Last updated July

2 1. FundNet Overview 1.1. What is FundNet? FundNet, is an additional module clients can purchase for Simple Fund. It is a browser interface to their Simple Fund database, so provides the ability for the clients or staff of the accounting firm to access super funds without using Simple Fund, via an intranet or over the internet. It includes the ability to prepare reports such as investment reports, member reports, and financial statements and also allows users to enter transactions. Each client is set up with a user name and password in Simple Fund as normal, and the 'FundNet option is selected. To run FundNet you need to have an Internet/Intranet Server that supports Internet Standard Application Programming Interface (ISAPI) DLL s. Therefore clients will require their own IT assistance. FundNet is not currently supported on Linux servers Demonstration of FundNet BGL's demonstration version of FundNet is accessed at The Username required to log in is Demo. There is no password. If you are unable to access this path, your IT consultant may need to configure the firewall to allow access to port FundNet Requirements ISAPI enabled server FundNet uses the ISAPI extensions and will run on any ISAPI enabled Server namely APACHE or Windows IIS 5 or IIS Dedicated FundNet Web Server BGL recommend it is set up is on dedicated web server running Win 2000 or Windows 2003 platform behind a firewall (most probably in a DMZ). Internet clients will access the web server, only. The web server will retrieve the required data from a copy of the SFUND database either on the webserver directly.or by using a secure VPN connection between the webserver and a separate live client database/file server. Which method you chose will depend on your budget and also the number of users they expect to use the service and how often they use it Bandwidth requirements In terms of bandwidth this all depends on the number of clients assessing FundNet. If it is frequent use then I would suggest using permanent VPN hardware routers between the two machines, and either set up an encrypted folder using standard Window 2003 file server tools or purchasing additional third party file transfer/backup applications. If infrequent web use then could possibly set up a VPN connection with software connection that would transfer the data at a set time each day, but this would probably not be as stable and it would also depend on the size of the Simple Fund data they transfer Related Knowledge Base Articles Article Agent.dbf locked when accessing FundNet Article Unable to access FundNet 2

3 2. Installing FundNet Module These installation instructions can be accessed through the Client Centre via Software Downloads Installation Instructions Click START RUN. Locate the FundNet setup32.exe file that you have been sent from BGL. Click OK. At the Welcome screen, Input the Installation Password: DATAIN and click NEXT. The installation routine will then prompt you where Internet Server is located. Select the location of your Web server. The fundnet.dll will be installed to this location. This defaults to C:\FUNDNET. Click NEXT. At the Select Simple Fund Data screen, select the location of your Simple Fund database, usually?:\sfund. Click NEXT. 3

4 At the Select CAS Data Directory screen, select the location of your BGL Central Database. If you share your People list with CAS, this is normally?:\caswin\casdata. where? is the drive on which CAS is installed. If you do not share People with CAS, this is normally?:\sfund\database where? is the drive on which Simple Fund is installed. Click NEXT. At the Select XML Data Export Directory screen, select the location where you wish transactions input across FundNet to be saved. This is usually?:\sfund\datain. This is where the.xml file will be saved for the transaction upload. 4

5 Click NEXT Click INSTALL. Click FINISH. This installation will create a FUNDNET.INI file in the FundNet installation directory, normally C:\FUNDNET on the web server Adding FundNet access in Simple Fund Update your Registration to allow FundNet access If you have not already done so, you must contact BGL and update your registration details in your Simple Fund program Setup user accounts in Simple Fund Each user will require a Username and Password. Add these through Administration User Maintenance, ensuring you click the FundNet access checkbox. Once added, the user access defaults to All data options. To change the access, highlight the user and click access to change the settings. FundNet Fund Level Security FundNet access allows Fund Level Security, which allows the user to only have access to certain funds. 5

6 3. FundNet Installation Example 3.1. Installation Example on Windows FundNet operates as an ISAPI server extension DLL. This is an example of how to establish this service on a Windows server environment. These steps are carried out following the installation of the FundNet files to the server hard disk (documented in the FundNet Installation Instructions) Installation Instructions The installation is a two step process. Step 1 - Establish a Virtual Directory This step involves establishing a virtual directory within Internet Information Server. This is where users will browse to access FundNet (e.g. The BGL demonstration is The :6500 means it runs through port 6500 and not the normal web browsing port 80. Because 6500 is not a standard port, firewalls may block this location, so clients may need to allow this through their firewall to run the demonstration version. Step 2 - Setting Permissions This step involves setting up the correct permissions on the local files so that the web server can access the FundNet files. In this example, FundNet has been installed to c:\fundnet Step 1 - Establish a Virtual Directory Overview of Internet Information Services (IIS) Manager This is a part of Windows and your network administrator would need to log on to the server to allow access to this option. Normal web pages are simple html pages, but when a web site is required to run a process, such as process payments, record bookings, or in the case of FundNet, generate reports and save transaction information, then applications are required to run on that website. Through IIS you are adding FundNet as the application to run across the internet. Click START ALL PROGRAMS ADMINISTRATIVE TOOLS INTERNET INFORMATION SERVICES (IIS) MANAGER. Right-click Default Website. A menu of options is displayed for the folder. Select NEW VIRTUAL DIRECTORY. 6

7 The Virtual Directory Creation Wizard will begin. 7

8 Click NEXT. The Virtual Directory Alias screen will now appear. Input the desired Virtual Directory name: this is the location where FundNet will be accessed (e.g. For this example the Virtual Directory will be titled FundNet. 8

9 Once this is complete click NEXT. You will be prompted to enter the path to the directory that contains the content for this Virtual Directory. It is here that the path where FundNet was installed to during the installation must be specified. In this example, the files were installed to C:\FUNDNET Click NEXT. The Virual Directory Creation Wizard will now display: 9

10 At this point the access permissions for the FundNet virtual directory are set. Ensure that the EXECUTE checkbox is checked. This allows execution of the FundNet DLL file by IIS. Click NEXT. Click FINISH. This completes creation of the Virtual Directory via which FundNet will be accessed. The new Virtual Directory will now be present in the Default Web Site Folder. 10

11 Optional: Configuring fundnet.dll as the default document The Virtual Directory can be configured to automatically run the fundnet dll file when this Virtual Directory is browsed to on a web browser. What this means is that FundNet can be opened by browsing to instead of having to specify the full path to the folder and the fundnet dll file i.e. Click on the new Virtual Directory that has been created in Step 1(shown as FundNet below). Right mouse click and select PROPERTIES from the menu. 11

12 Click the Document tab. 12

13 Click Add.. Input fundnet.dll and click OK. The list of default documents will be updated. Click on fundnet.dll on the Default Document list and click the up arrow to move this file to the top of the list. The list will then appear as follows. 13

14 Click OK. This completes the optional configuration of the default document for this Virtual Directory 3.3. Step 2: Setting up Access Permissions The second task in getting FundNet up and running involves the following steps: Add an entry in the Web Service Extensions list (shown below) so that Internet Information Server knows the FundNet DLL file is permitted to run. Internet Information Server needs sufficient rights to access the folder in which the Simple Fund database is located Adding an entry to the Web Service Extension list This step is only required for IIS version 6 or later. Open the IIS Manager and click the Web Services Extensions folder. The following will be displayed: 14

15 Right click on the Web Services Extensions folder. Click Add a new Web service extension 15

16 This will display a dialog in which the FundNet details will be entered. Type FundNet: Next, the fundnet.dll file needs to be added to the Required Files list for this Web service. Click Add. Input the location of the fundnet.dll file and click OK. The fundnet.dll file will now be added to the Required Files list. After the new Web Service is added for FundNet, it will appear on the right side of the IIS Manager window :2 - Establishing sufficient security permissions Here is an example of a Windows server security permissions: 16

17 Permissions are divided up into Full Control Modify Read & Execute List Folder Contents Read Write To fully access the database and run all available reports, FundNet requires Read & Execute, List Folder Contents and Read permissions to The FundNet folder The folder where the Simple Fund database is located If users are to be granted the ability to use the Persons Details Change feature of FundNet, the location that was specified as the BGL Central Database location during the FundNet installation, normally?:\sfund\database, needs to have the Modify and Write permissions granted. If you share the People List with CAS, this location is normally?:\caswin\casdata About IIS user accounts and permissions Internet Information Server 6 by default allows the virtual directory to permit anonymous access, using an account that is called IUSR_<name of the computer>. In this document, the 2003 Server is called 2K3SVR and the default anonymous user is IUSR_2K3SVR (referred to as the default Internet user). 17

18 New folders that are created on an NTFS volume by Windows Server 2003 during the FundNet installation inherit sufficient permissions for FundNet to function normally. It is recommended that these permissions are only modified by users experienced in Windows 2003 security and user permission configuration. If the default anonymous access is disabled, or strict NTFS filesystem security is applied (ie by removing inherited permissions and restricting access to the Simple Fund database location), then FundNet users may require a username/password to be able to use FundNet. This concludes Step 2 of the configuration. FundNet should now be accessible by directing a browser to the Windows 2003 Server and specifying the Virtual Directory that was entered in Step 1. In this example, directing a browser to on the Windows 2003 Server opens the FundNet login screen. Internet Information Server also requires sufficient security privileges to access the folder where the Simple Fund database is located (specified as part of the FundNet installation). This may require the repetition of Step 2 for the folder where the Simple Fund data is located, depending on the current security policy. 18

19 4. Using FundNet 4.1. Running FundNet Once FundNet is installed, start your Internet Browser and type: server host name>/isapi/fundnet.dll into the location bar. Your browser should display the following page: Input your Username and Password and click Login FundNet will then display a list of funds that your user permissions have provided you access to. Click on a fund name to begin. Then select from Fund Reporting or Fund Transactions Input to continue using FundNet BGL Demonstration Version To run the BGL Demonstration Version, input the address into your web browser. Username Input demo and click Login. The following options will display. 19

20 Fund Reporting Leave this as Fund Reporting and click Process. A list of funds that particular user (demo) will have access to will display. Click on a fund. You can now choose which report you wish to prepare and which reporting period. The reporting period is the default reporting period from your Simple Fund database. 20

21 Select Investment Income Report and click Prepare Report. The selected report will display. From here you can print the report Fund Transactions Input Options Click Fund List to return to the list of funds this user has access to. Click FundNet Options Select Fund Transactions Input and click Process. Click on a fund. You can now record these types of transactions: Investment income - such as dividends, interest, trust distributions New Investments - such as shares, managed funds, term deposits Member Income/Expenses - such as contributions, transfers in/out, pensions paid 21

22 Expenses - such as accounting and audit fees, bank fees, investment expenses Example Click Investment Income Record a $1000 dividend for Coles Myer on 13/9/2002 with $ imputation credit. Select the Bank Account where the dividend was received as St George Cash Management Account. Click Post Transaction XML Export File The Transaction Exported details will display. The transaction has been added to an XML file for later transaction upload in Simple Fund. The transactions do not load directly into the superannuation fund ledger and are later imported using the Transaction Upload function in Simple Fund. The XML file is named by the Fund Code, then fn. Eg. the fund code below was SAMPLE02, so the XML file will be named SAMPLE02fn.XML. This XML file is saved in the location specified in FUNDNET.INI. The path is usually the SFUND\DATAIN directory. 22

23 Click Post another Transaction to return to Fund Transactions Input. All the transactions recorded will display. You can Edit or Delete these transactions. Click Logout to exit FundNet Loading the Data in Simple Fund To load the transactions, in Simple Fund, select the fund. From the Simple Fund Explorer, click Data In/Out. From the Transaction Upload tab: Data Source File Name Select BGL Import Select the XML file created during FundNet's Fund Transactions Input. The file will be in the location specified in the fundnet.ini, usually SFUND\DATAIN Click Upload. Refer to Simple Fund Upload feature. Help for further information regarding the Transaction 23

Business Insights Dashboard

Business Insights Dashboard Business Insights Dashboard Sage 500 ERP 2000-2013 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service names mentioned herein are registered trademarks or trademarks

More information

Installation Instructions

Installation Instructions New System Installation Instructions Last updated January 2014 Table of Contents SYSTEM REQUIREMENTS... 3 1. OVERVIEW... 4 1.1 CD ROM CONTENTS... 4 1.2 PRODUCT REGISTRATION NUMBERS... 4 Manual Product

More information

Sage 500 ERP 2016 Business Insights Dashboard Guide

Sage 500 ERP 2016 Business Insights Dashboard Guide Sage 500 ERP 2016 Business Insights Dashboard 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

Toolkit Activity Installation and Registration

Toolkit Activity Installation and Registration Toolkit Activity Installation and Registration Installing the Toolkit activity on the Workflow Server Install the Qfiche Toolkit workflow activity by running the appropriate SETUP.EXE and stepping through

More information

Secure Single Sign On with FingerTec OFIS

Secure Single Sign On with FingerTec OFIS Secure Single Sign On with FingerTec OFIS User Guide CONTENTS 3 1 INTRODUCTION Welcome to OFIS Gateway 4-11 2 INSTALLATION & SETUP Registering Your OFIS Gateway Installing & Setting Up Your OFIS Gateway

More information

Password Changer User Guide

Password Changer User Guide Active@ Password Changer User Guide Copyright 1999-2017, LSOFT TECHNOLOGIES INC. All rights reserved. No part of this documentation may be reproduced in any form or by any means or used to make any derivative

More information

MassTransit Server Installation Guide for Windows

MassTransit Server Installation Guide for Windows MassTransit 6.1.1 Server Installation Guide for Windows November 24, 2009 Group Logic, Inc. 1100 North Glebe Road, Suite 800 Arlington, VA 22201 Phone: 703-528-1555 Fax: 703-528-3296 E-mail: info@grouplogic.com

More information

Web Suite Time Billing and Business Management Software

Web Suite Time Billing and Business Management Software Web Suite Time Billing and Business Management Software Built With Your Industry Knowledge Web Suite 2012 Getting Started Guide BQE Software, Inc. 2601 Airport Drive Suite 380 Torrance CA 90505 Support:

More information

User Documentation for School Activity Funds Accounting

User Documentation for School Activity Funds Accounting User Documentation for School Activity Funds Accounting By: Applied Business Services, Inc. 800 S. Frederick Avenue, Suite 101 Gaithersburg, MD 20877 1-800-451-7447 ext. 130 www.appliedbusinessservices.com

More information

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning umapps Using umapps Center for Teaching and Learning (CTL) 100 Administration Bldg., Memphis, TN 38152 Phone: 901.678.8888 Email: itstrainers@memphis.edu Center for Teaching and Learning Website 6/14/2017

More information

Configuring Web services

Configuring Web services Configuring Web services (Week 15, Monday 4/17/2006) Abdou Illia, Spring 2006 1 Learning Objectives Install FTP & NNTP Services Configure FTP sites Configure Web sites 70-216:8 @0-13:16/28:39 2 Internet

More information

NTP Software File Auditor for Windows Edition

NTP Software File Auditor for Windows Edition NTP Software File Auditor for Windows Edition An NTP Software Installation Guide Abstract This guide provides a short introduction to installation and initial configuration of NTP Software File Auditor

More information

Inmagic Content Server Enterprise Inmagic Content Server Standard Version 1.3 Installation Notes

Inmagic Content Server Enterprise Inmagic Content Server Standard Version 1.3 Installation Notes Inmagic Content Server Enterprise Inmagic Content Server Standard Version 1.3 Installation Notes Thank you for purchasing Inmagic Content Server. Content Server is an enterprise-wide scalable content management

More information

Rabo Supplier Finance User Manual - Suppliers -

Rabo Supplier Finance User Manual - Suppliers - Rabo Supplier Finance User Manual - Suppliers - Page 2 of 33 Table of Contents 1 About This Document... 3 1.1 Objectives of This Document... 3 1.2 Inside This Document... 3 2 Rabo Supplier Finance platform...

More information

Prolender Miracle Integration Guide 8/21/07

Prolender Miracle Integration Guide 8/21/07 Miracle Integration Guide 1 Prolender Miracle Integration Guide 8/21/07 You can import your Prolender loan information into Miracle Online by either using a secured web page upload or our desktop application

More information

Published by Reckon Limited

Published by Reckon Limited Projects Workbook Published by Reckon Limited All Rights Reserved Copyright Reckon Limited Copyright No part of these materials may be reproduced, stored in or introduced into a retrieval system, or transmitted

More information

CompTIA Network+ Lab Series Network Concepts. Lab 2: Types of Networks

CompTIA Network+ Lab Series Network Concepts. Lab 2: Types of Networks CompTIA Network+ Lab Series Network Concepts Objective 1.5: Identify common TCP and UDP default ports Objective 1.6: Explain the function of common networking protocols Document Version: 2015-09-18 otherwise

More information

NTP Software File Reporter Analysis Server

NTP Software File Reporter Analysis Server NTP Software File Reporter Analysis Server Installation Guide Version 8.2 This guide provides quick instructions for installing NTP Software File Reporter Analysis Server from an administrator s perspective.

More information

AndroPay Admin Center Getting Started

AndroPay Admin Center Getting Started USER MANUAL AndroPay Admin Center Getting Started Introduction: The Customer Administration Center, or Admin Center, is your central site for all things AndroPay. Through the Admin Center, you can upload

More information

BRIGGS & VESELKA CO. ProSystem fx Portal. Client Portal Admin User Guide

BRIGGS & VESELKA CO. ProSystem fx Portal. Client Portal Admin User Guide BRIGGS & VESELKA CO. ProSystem fx Portal Client Portal Admin User Guide Keys Quick reference to the key aspects of a particular function Icon Legend Tip Notes Best practice tips and shortcuts Informational

More information

Portal Client User Guide

Portal Client User Guide Portal Client User Guide Keys Quick reference to the key aspects of a particular function Icon Legend Tip Notes Best practice tips and shortcuts Informational notes about functions Warning Important warnings

More information

INTERNAL ACCOUNTS SURVEY

INTERNAL ACCOUNTS SURVEY INTERNAL ACCOUNTS SURVEY Due June 30th Training Manual 5/6/2011 School Financial Services Internal Accounts Page i Table of Contents Completing the... 1 Buttons in the Internal Account Survey... 2 Login...

More information

WinSCP. Author A.Kishore/Sachin

WinSCP. Author A.Kishore/Sachin WinSCP WinSCP is a freeware windows client for the SCP (secure copy protocol), a way to transfer files across the network using the ssh (secure shell) encrypted protocol. It replaces other FTP programs

More information

epnplugin v Financial Software Payments Module for QuickBooks epnbillpay Module User Guide

epnplugin v Financial Software Payments Module for QuickBooks epnbillpay Module User Guide epnplugin v3.1.58 Financial Software Payments Module for QuickBooks epnbillpay Module User Guide eprocessing Network LLC 7/2/2012 epnplugin 3 epnbillpay Module Guide Table of Contents OVERVIEW... 3 REQUIREMENTS

More information

Protect Your Investment In Asure ID. Thank You For Purchasing Asure ID Let s Get Started! Section 1 Installing Asure ID

Protect Your Investment In Asure ID. Thank You For Purchasing Asure ID Let s Get Started! Section 1 Installing Asure ID QuickStart Guide Protect Your Investment In Asure ID Save Valuable Time And Money With Asure ID Protect! Asure ID Protect is a comprehensive customer care program designed to ensure that you receive the

More information

Inmagic Content Server Standard Version 9.00 Installation Notes for New and Upgrade Installations

Inmagic Content Server Standard Version 9.00 Installation Notes for New and Upgrade Installations Inmagic Content Server Standard Version 9.00 Installation Notes for New and Upgrade Installations Revision 2 Thank you for purchasing Inmagic Content Server. This document is intended for the following

More information

XIA Configuration Server

XIA Configuration Server XIA Configuration Server XIA Configuration Server v6 Cloud Services Quick Start Guide Tuesday, 20 May 2014 1 P a g e X I A C o n f i g u r a t i o n C l o u d S e r v i c e s Contents Overview... 3 Creating

More information

Minimum requirements for Portal (on-premise version):

Minimum requirements for Portal (on-premise version): Minimum requirements for Portal (on-premise version): Windows Server 2012 R2 Windows 10 (licensed) with the latest updates (64 bit only). All Windows applications must be licensed and activated. SQL Server

More information

CORAL Resources Module User Guide

CORAL Resources Module User Guide CORAL Resources Module User Guide About CORAL Resources A component of Hesburgh Libraries locally developed ERM, CORAL Resources aids in the management of the electronic resource workflow from the initial

More information

Fairfield University Using Xythos for File Storage

Fairfield University Using Xythos for File Storage Fairfield University Using Xythos for File Storage Version 7.0 Table of Contents I: Accessing your Account...2 II: Uploading Files via the Web...2 III: Manage your Folders and Files via the Web...4 IV:

More information

Premium Pro Enterprise Local Installation Guide for Database Installation on a desktop PC (Cloudscape)

Premium Pro Enterprise Local Installation Guide for Database Installation on a desktop PC (Cloudscape) Premium Pro Enterprise Local Installation Guide for Database Installation on a desktop PC (Cloudscape) This guide is to be used if you intend on installing enterprise as a stand alone application on one

More information

Easthampton Savings Bank Online Business Banking User Guide

Easthampton Savings Bank Online Business Banking User Guide Easthampton Savings Bank Online Business Banking User Guide Page 1 of 100 Table of Contents SECURITY...6 PASSWORD TAB FUNCTIONALITY...6 SECURE DELIVERY TAB FUNCTIONALITY...9 CHALLENGE CODE TAB FUNCTIONALITY...10

More information

TOP Server Version 6 Security Settings

TOP Server Version 6 Security Settings TOP Server 1 (10) TOP Server Version 6 TOP Server 2 (10) Contents Security Built In... 3 User Manager Configuration... 3 New User Accounts... 5 New User Group and Properties... 5 Configuration Security...

More information

Installing and Activating a Multi-User Network License for Statgraphics 18

Installing and Activating a Multi-User Network License for Statgraphics 18 Installing and Activating a Multi-User Network License for Statgraphics 18 Step 1: Download and Install Statgraphics 18... 2 Step 2: Create a Statgraphics Registration Account... 2 Step 3: Register the

More information

Checkbox Quick Start Guide

Checkbox Quick Start Guide Checkbox 5.0 - Quick Start Guide This How-To Guide will guide you though the process of creating a survey and adding a survey item to a page. Contents: - Log-In - How to create a survey - How to add/change

More information

Microsoft Dynamics GP. Analytical Accounting

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

More information

Crystal Enterprise. Overview. Contents. Web Server Overview - Internet Information System (IIS)

Crystal Enterprise. Overview. Contents. Web Server Overview - Internet Information System (IIS) Overview Contents This document provides an overview to web server technology particularly Microsoft s Internet Information Server (IIS) and its relationship with. Although this article has been written

More information

Command Alkon Customer Website

Command Alkon Customer Website The Command Alkon Customer Website allows you to view and print copies of your statements, invoices, and credits. You will also be able to view (in real time) cash postings to your account. Click on a

More information

Download installation package and documentation Installation procedure. Network installation Installing updates

Download installation package and documentation Installation procedure. Network installation Installing updates -Manual d-basics I Manual d-basics Table of Contents Chapter I Introduction 1 Chapter II Installation 3 1... Download installation package and documentation 4 2... Installation procedure 4 3... Registration

More information

Portal User Guide. E. Martin Davidoff & Associates, CPAs E. Martin Davidoff, Attorney at Law

Portal User Guide. E. Martin Davidoff & Associates, CPAs E. Martin Davidoff, Attorney at Law Portal User Guide E. Martin Davidoff & Associates, CPAs E. Martin Davidoff, Attorney at Law As of February 17, 2011 Keys Quick reference to the key aspects of a particular function Icon Legend Tip Notes

More information

Sage One Accountant Edition. User Guide. Professional user guide for Sage One and Sage One Accountant Edition. Banking. Invoicing. Expenses.

Sage One Accountant Edition. User Guide. Professional user guide for Sage One and Sage One Accountant Edition. Banking. Invoicing. Expenses. Banking Invoicing Professional user guide for and Canadian Table of contents 2 2 5 Banking 8 Invoicing 15 21 22 24 34 35 36 37 39 Overview 39 clients 39 Accessing client books 46 Dashboard overview 48

More information

CASHNet - Departmental Deposits Instructions for Departments

CASHNet - Departmental Deposits Instructions for Departments CASHNet - Departmental Deposits Instructions for Departments Getting Started... 2 Logging in to CASHNet... 2 Home Page Menu / Accessing Departmental Deposits Module... 2 Adding a New Deposit... 4 Reference

More information

Table of Contents. Section 1: DocSTAR WebView v1.0 Requirements & Installation CD... 1 Section 2: DocSTAR WebView v1.

Table of Contents. Section 1: DocSTAR WebView v1.0 Requirements & Installation CD... 1 Section 2: DocSTAR WebView v1. WebView v1.0 Installation Guide Revision 3 7/29/2003 WebView v1.0 Installation GuG ide Revision 3 7/29/2003 u Introduction Table of Contents Section 1: DocSTAR WebView v1.0 Requirements & Installation

More information

WEBppliance for Windows User Administrator's Help

WEBppliance for Windows User Administrator's Help WEBppliance for Windows User Administrator's Help September 23, 2003 Contents About This Document...3 How to use this Help system...4 Getting started...6 What to do first... 6 Viewing your account settings...

More information

WebStore User Guide. For Lifetouch Yearbook Users

WebStore User Guide. For Lifetouch Yearbook Users WebStore User Guide For Lifetouch Yearbook Users 10812 Telesis Court, Suite 100 - San Diego, CA 92121 (858) 964-3800 Toll free (888) 543-7223 Fax (858) 551-7619 (888) 490-1555 Support http://www.activeeducate.com

More information

Configuring the SMA 500v Virtual Appliance

Configuring the SMA 500v Virtual Appliance Using the SMA 500v Virtual Appliance Configuring the SMA 500v Virtual Appliance Registering Your Appliance Using the 30-day Trial Version Upgrading Your Appliance Configuring the SMA 500v Virtual Appliance

More information

BROWSER-BASED SUPPORT CONSOLE USER S GUIDE. 31 January 2017

BROWSER-BASED SUPPORT CONSOLE USER S GUIDE. 31 January 2017 BROWSER-BASED SUPPORT CONSOLE USER S GUIDE 31 January 2017 Contents 1 Introduction... 2 2 Netop Host Configuration... 2 2.1 Connecting through HTTPS using Certificates... 3 2.1.1 Self-signed certificate...

More information

Password Memory 7 User s Guide

Password Memory 7 User s Guide C O D E : A E R O T E C H N O L O G I E S Password Memory 7 User s Guide 2007-2018 by code:aero technologies Phone: +1 (321) 285.7447 E-mail: info@codeaero.com Table of Contents How secure is Password

More information

BENEVOLENT AND PROTECTIVE ORDER OF ELKS COMPLETING THE ANNUAL FINANCIAL REPORT EXCEL FILE PREPARER S GUIDE

BENEVOLENT AND PROTECTIVE ORDER OF ELKS COMPLETING THE ANNUAL FINANCIAL REPORT EXCEL FILE PREPARER S GUIDE BENEVOLENT AND PROTECTIVE ORDER OF ELKS COMPLETING THE ANNUAL FINANCIAL REPORT EXCEL FILE PREPARER S GUIDE 2017 2018 REPORTING CYCLE INTRODUCTION The Annual Financial Report (AFR) has been extensively

More information

CIT Enterprise Edition Setup Guide FOR TAX YEAR 2016

CIT Enterprise Edition Setup Guide FOR TAX YEAR 2016 CIT Enterprise Edition Setup Guide FOR TAX YEAR 2016 Thank you for choosing TaxAct CIT Enterprise Edition. We look forward to helping make this your best tax season ever! Remember, TaxAct s dedicated Professional

More information

Swimming Lesson Online Enrolment Process

Swimming Lesson Online Enrolment Process Swimming Lesson Online Enrolment Process P a g e 2 Table of Contents Step 1. Class Self-Assessment... 3 Step 2. Browse Class Timetable... 4 Step 3. Create Account... 4 Step 4. Login & Book... 5 FAQ...

More information

Installation Guide. Research Computing Team V2.0 RESTRICTED

Installation Guide. Research Computing Team V2.0 RESTRICTED Installation Guide Research Computing Team V2.0 RESTRICTED Document History This document relates to the BEAR DataShare service which is based on the product Power Folder, version 10.3.232 ( some screenshots

More information

Wireless Setup Instructions

Wireless Setup Instructions Wireless Setup Instructions THESE INSTRUCTIONS ARE VERY IMPORTANT TO SECURE YOUR WIRELESS NETWORK The purpose of this procedure is to "lock" your router so other users can not access your network without

More information

Comodo LoginPro Software Version 1.0

Comodo LoginPro Software Version 1.0 Comodo LoginPro Software Version 1.0 User Guide Guide Version 1.0.102512 Comodo Security Solutions 1255 Broad Street STE 100 Clifton, NJ 07013 Table of Contents 1.Introduction to Comodo LoginPro... 3 1.1.System

More information

CorpSystem Workpaper Manager

CorpSystem Workpaper Manager CorpSystem Workpaper Manager Networking Best Practices Guide Version 6.5 Summer 2010 Copyright: 2010, CCH, a Wolters Kluwer business. All rights reserved. Material in this publication may not be reproduced

More information

VII. Corente Services SSL Client

VII. Corente Services SSL Client VII. Corente Services SSL Client Corente Release 9.1 Manual 9.1.1 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Table of Contents Preface... 5 I. Introduction... 6 Chapter 1. Requirements...

More information

Xton Access Manager GETTING STARTED GUIDE

Xton Access Manager GETTING STARTED GUIDE Xton Access Manager GETTING STARTED GUIDE XTON TECHNOLOGIES, LLC PHILADELPHIA Copyright 2017. Xton Technologies LLC. Contents Introduction... 2 Technical Support... 2 What is Xton Access Manager?... 3

More information

Accounting Table of Contents

Accounting Table of Contents Accounting Table of Contents Accounting Table of Contents 1 About Church Windows Accounting 4 Chart of Accounts Setup 6 Adding and Removing Accounts 7 Managing the Chart of Accounts 9 Detail tab 9 Balance

More information

Certify User Guide CREATING & SUBMITTING EXPENSE REPORTS

Certify User Guide CREATING & SUBMITTING EXPENSE REPORTS Certify User Guide CREATING & SUBMITTING EXPENSE REPORTS Copyright 2018 All Rights Reserved This version is current as of July 1, 2018 For continuously updated instructions, please visit our Help Center

More information

Payment.Solution Enterprise Manager Users Guide

Payment.Solution Enterprise Manager Users Guide Payment.Solution Enterprise Manager Users Guide Installation Payment.Solution Enterprise Manager Introduction Payment.Solution Enterprise Manager is a management console used to report on the activities

More information

FORUM Business Online Banking

FORUM Business Online Banking FORUM Business Online Banking FORUM Business Online Banking has a new look but still offers the same level of service and security. Complete privacy, controlled through encryption and passwords, ensures

More information

E-filing User Guide: Los Angeles Superior Court

E-filing User Guide: Los Angeles Superior Court E-filing User Guide: Los Angeles Superior Court Section One: Creating a New Case Anywhere E-filing Account From your Case Anywhere account, click the E-file link located at the top of the page. For LA

More information

Copyright Maxprograms

Copyright Maxprograms Copyright 2008-2017 Maxprograms Table of Contents Introduction... 1 RemoteTM Web Server... 1 Installation and Configuration... 2 Requirements... 2 Preparation... 2 Installation... 2 Email Server Configuration...

More information

Remote Deposit. Getting Started Guide

Remote Deposit. Getting Started Guide Remote Deposit Getting Started Guide Table of Contents Introduction... 3 Minimum System Requirements... 3 Direct Merchant Smart Deposit Installation Instructions... 6 Multi-Factor Authentication Enrollment...

More information

ACCOUNTING CS. Setup Instructions for Firm-Hosted Client Access

ACCOUNTING CS. Setup Instructions for Firm-Hosted Client Access ACCOUNTING CS Setup Instructions for Firm-Hosted Client Access TL 31003 (2/21/17) Copyright Information Text copyright 2009-2017 by Thomson Reuters. All rights reserved. Video display images copyright

More information

Web+Center Version 9.x Windows Quick Install Guide 2 Tech Free Version Rev January 2, 2017

Web+Center Version 9.x Windows Quick Install Guide 2 Tech Free Version Rev January 2, 2017 Web+Center Version 9.x Windows Quick Install Guide 2 Tech Free Version Rev January 2, 2017 1996-2017 Internet Software Sciences Welcome to the Web+Center Installation and Configuration guide. This document

More information

APP NOTES Onsight Rugged Smart Camera Wireless Network Configuration

APP NOTES Onsight Rugged Smart Camera Wireless Network Configuration APP NOTES Onsight Rugged Smart Camera Wireless Network Configuration July 2016 Table of Contents 1. Overview... 4 1.1 Onsight Setup Wizard... 4 1.2 Onsight Wireless Manual Setup... 4 1.3 Hotspot Login...

More information

Internet Applications

Internet Applications Internet Applications Sage ERP MAS 500 2000-2011 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service names mentioned herein are registered trademarks or trademarks

More information

Reporting Guide V7.0. iprism Web Security

Reporting Guide V7.0. iprism Web Security V7.0 iprism Web Security 800-782-3762 www.edgewave.com 2001 2012 EdgeWave. All rights reserved. The EdgeWave logo, iprism and iguard are trademarks of EdgeWave Inc. All other trademarks and registered

More information

Chancellor s Office Information Technology Services Corporate Information Management FIRMS Budget Review Hyperion Process

Chancellor s Office Information Technology Services Corporate Information Management FIRMS Budget Review Hyperion Process Step Open Internet Explorer and type in the following URL: http://peterson.calstate.edu:8080/hyperion/browse/login The Hyperion Login screen will display. Enter your User Id and Password > click on the

More information

CCH Portal Client User Guide

CCH Portal Client User Guide CCH Portal Client User Guide 4/30/2014 Icon Legend Keys Quick reference to the key aspects of a particular function Tip Best practice tips and shortcuts Notes Informational notes about functions Warning

More information

Inmagic Genie 2.10 Installation Notes, Revision 3, for New and Upgrade Installations

Inmagic Genie 2.10 Installation Notes, Revision 3, for New and Upgrade Installations Inmagic Genie 2.10 Installation Notes, Revision 3, for New and Upgrade Installations Thank you for purchasing Inmagic Genie. This document is intended for the following installations: New Genie installations

More information

WAVELINK AVALANCHE REMOTE CONTROL 3.0 QUICK START GUIDE

WAVELINK AVALANCHE REMOTE CONTROL 3.0 QUICK START GUIDE This document provides information about using Remote Control to connect to mobile devices. OVERVIEW This document contains the following sections: Overview Installing the Remote Control Setup Kit Activating

More information

Installing and Configuring Worldox/Web Mobile

Installing and Configuring Worldox/Web Mobile Installing and Configuring Worldox/Web Mobile SETUP GUIDE v 1.1 Revised 6/16/2009 REVISION HISTORY Version Date Author Description 1.0 10/20/2008 Michael Devito Revised and expanded original draft document.

More information

PACS. Installation & Going Live. User Guide. pacs1.4

PACS. Installation & Going Live. User Guide. pacs1.4 PACS Installation & Going Live User Guide pacs1.4 Tribal SchoolEdge Level 1, 17 Madden Grove RICHMOND VIC 3121 Support Centre: Web: https://support.schooledge.com.au/ Email: support.schooledge@tribalgroup.com

More information

How do I apply the patch files?

How do I apply the patch files? How do I apply the patch files? 1. Once the patch file has been saved to your hard disk, use Windows Explorer (Start > Programs > [Accessories > ] Windows Explorer) to browse to the directory where the

More information

BBVA Compass Spend Net Payables

BBVA Compass Spend Net Payables User Guide BBVA Compass Spend Net Payables User Guide Vault Services Table of Contents Introduction 2 Technical Requirements 2 Getting started 3 Sign In 3 General Navigation 4 Upload/Create Payment 5

More information

Treasury Management Services CD-ROM/IMAGE VIEWER FOR CHECKING & LOCKBOX

Treasury Management Services CD-ROM/IMAGE VIEWER FOR CHECKING & LOCKBOX Treasury Management Services CD-ROM/IMAGE VIEWER FOR CHECKING & LOCKBOX User Guide Version 2.0.1 May 2018 TABLE OF CONTENTS OVERVIEW... 3 Security... 3 General Information... 3 SYSTEM REQUIREMENTS... 4

More information

A.S.A.P. HELP GUIDE. ASAP Advice Pty Ltd. 725 Sandy Bay Road, Sandy Bay, TAS 7005 ABN

A.S.A.P. HELP GUIDE. ASAP Advice Pty Ltd. 725 Sandy Bay Road, Sandy Bay, TAS 7005 ABN Accountants Scaled Advice Platform A.S.A.P. HELP GUIDE Contents: Tutorial: Ordering a Statement of Advice Using the platform o How do I become a member of A.S.A.P. s platform? o What are the requirements

More information

Chapter 10. Administration

Chapter 10. Administration Chapter 10 Administration This Page Left Blank Intentionally CTAS User Manual 10-1 Administration: Introduction The Admin section is where you enter your local government s required and optional system

More information

Intuit QuickBooks Desktop Enterprise. Installation and Setup Guide

Intuit QuickBooks Desktop Enterprise. Installation and Setup Guide Intuit QuickBooks Desktop Enterprise Installation and Setup Guide Copyright Copyright 2017 Intuit Inc. All rights reserved. First printing, September 2008 STATEMENTS IN THIS DOCUMENT REGARDING THIRD-PARTY

More information

Wellington City Council Funding Portal Quick Reference Guide for Applicants

Wellington City Council Funding Portal Quick Reference Guide for Applicants Wellington City Council Funding Portal Quick Reference Guide for Applicants Before you Begin The intended audience for this document is a new user who is registering for the first time or for a returning

More information

WhatsUp Gold 2016 Installation and Configuration Guide

WhatsUp Gold 2016 Installation and Configuration Guide WhatsUp Gold 2016 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup 1 Installation Overview 1 Overview 1 Security considerations 2 Standard WhatsUp

More information

v1.0 Rentec Direct Sync with Quickbooks User Manual

v1.0 Rentec Direct Sync with Quickbooks User Manual Rentec Direct Sync with Quickbooks User Manual v1.0 Introduction Rentec Direct provides a simple, quick, and easy to learn management platform for managing your rental properties. Many tasks which are

More information

INBUSINESS BANKING SYSTEM

INBUSINESS BANKING SYSTEM Introducing your new INBUSINESS BANKING SYSTEM Companion Guide to Business Banking Video Tutorials Updated 0.09.8 WELCOME TO THE INBUSINESS SYSTEM The InBusiness System will help you efficiently and securely

More information

Eastern Bank TreasuryConnect Balance Reporting User Manual

Eastern Bank TreasuryConnect Balance Reporting User Manual Eastern Bank TreasuryConnect Balance Reporting User Manual This user manual provides instructions for setting up or editing a user and accessing services within the three Balance related groups. Within

More information

Enabling Your MSDNAA Hosted ELMS Software Solution. September 2007

Enabling Your MSDNAA Hosted ELMS Software Solution. September 2007 Enabling Your MSDNAA Hosted ELMS Software Solution Contents Introduction:...4 What is Traditional ELMS?...4 What is Hosted ELMS?...4 How Do I Enable Hosted ELMS Delivery?...5 Adding New Software titles

More information

Author A.Kishore/Sachin WinSCP

Author A.Kishore/Sachin   WinSCP WinSCP WinSCP is a freeware windows client for the SCP (secure copy protocol), a way to transfer files across the network using the ssh (secure shell) encrypted protocol. It replaces other FTP programs

More information

Using Expressions Web to Edit an FCNet Department Web Site

Using Expressions Web to Edit an FCNet Department Web Site Using Expressions Web to Edit an FCNet Department Web Site Here are the steps to open and edit a site on the new FcWebDept shared department web site server using Microsoft Expression Web 4. The steps

More information

Sage Upgrade Guide. July 2017

Sage Upgrade Guide. July 2017 Sage 300 2018 Upgrade Guide July 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 and service names mentioned

More information

MyFloridaNet-2 (MFN-2) Remote Access VPN Reference Guide

MyFloridaNet-2 (MFN-2) Remote Access VPN Reference Guide MyFloridaNet-2 (MFN-2) Remote Access VPN Reference Guide Document Control Number: 7055011 Contract Number: DMS-13/14-024 Prepared for: Florida Department of Management Services Division of Departmental

More information

ALL MEMBERS AND PAYEES

ALL MEMBERS AND PAYEES Table of Contents Click a link to walk through a specific procedure. ALL MEMBERS AND PAYEES 1 GETTING STARTED How do I register? How do I log on? How do I update security questions? How do I retrieve/reset

More information

Table of Contents. Section 1: DocSTAR NetConnect v1.0 Requirements & Installation CD. DocSTAR NetConnect v1.0 Installation Guide

Table of Contents. Section 1: DocSTAR NetConnect v1.0 Requirements & Installation CD. DocSTAR NetConnect v1.0 Installation Guide NetConnect v1.0 Installation Guide Revision 7 8/7/2002 NetConnect v1.0 Installation GuG ide Revision 7 8/7/2002 u Introduction Table of Contents Section 1: DocSTAR NetConnect v1.0 Requirements & Installation

More information

Installing and Setting Up SiteMaster 200 v4 What you need to know.

Installing and Setting Up SiteMaster 200 v4 What you need to know. Installing and Setting Up SiteMaster 200 v4 What you need to know. Table of Contents Important Information 1 System Requirements 2 Installing SiteMaster 200 v4 2 When You First Run SiteMaster 200 v4 4

More information

9.4 Authentication Server

9.4 Authentication Server 9 Useful Utilities 9.4 Authentication Server The Authentication Server is a password and account management system for multiple GV-VMS. Through the Authentication Server, the administrator can create the

More information

Online Reporting and Information Management System (ORIMS) Manage Financial Returns User Guide for Banks & Trust Companies

Online Reporting and Information Management System (ORIMS) Manage Financial Returns User Guide for Banks & Trust Companies (ORIMS) Manage Financial Returns User Guide for Banks & Trust Companies March 31, 2015 Version 1.0 Version History Version Changes Date 1.0 Original release March 31, 2015 2 Table of Contents 1. Introduction...

More information

Web+Center Version 8.x Windows Quick Install Guide 2 Tech Free Version Rev March 13, 2014

Web+Center Version 8.x Windows Quick Install Guide 2 Tech Free Version Rev March 13, 2014 Web+Center Version 8.x Windows Quick Install Guide 2 Tech Free Version Rev March 13, 2014 1996-2014 Internet Software Sciences Welcome to the Web+Center Installation and Configuration guide. This document

More information

Mailbox Manager Getting Started Guide. Licensing Installation Options System Requirements Installation Instructions

Mailbox Manager Getting Started Guide. Licensing Installation Options System Requirements Installation Instructions Mailbox Manager Getting Started Guide Licensing Installation Options System Requirements Installation Instructions Mailbox Manager Release 5.4 December 2006 Table of Contents Introduction... 1 Licenses...

More information

ESET Mobile Security for Windows Mobile. Installation Manual and User Guide - Public Beta

ESET Mobile Security for Windows Mobile. Installation Manual and User Guide - Public Beta ESET Mobile Security for Windows Mobile Installation Manual and User Guide - Public Beta Contents...3 1. Installation of ESET Mobile Security 1.1 Minimum...3 system requirements 1.2 Installation...3 1.2.1

More information

TREENO ELECTRONIC DOCUMENT MANAGEMENT. Administration Guide

TREENO ELECTRONIC DOCUMENT MANAGEMENT. Administration Guide TREENO ELECTRONIC DOCUMENT MANAGEMENT Administration Guide February 2012 Contents Introduction... 8 About This Guide... 9 About Treeno... 9 Managing Security... 10 Treeno Security Overview... 10 Administrator

More information