Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

This page will guide you through how to integrate accessplanit with your Sage financial software.

You must be within the Advanced band or higher to integrate with Zynk/Sage as this is a chargeable module/integration. Please speak to your CSM if you are unsure whether you should have access to this feature.

You must have an account with Zynk, and for Sage integration you must be using Sage 50.

Sage Integration Preparation

Before starting the integration process to connect  accessplanit with your Sage account, please review the following questions and provide the answers to the accessplanit team member that will be supporting you with the set-up of Sage integration

  1. Would you like your invoices to be 'posted' or 'non-posted'
  2. Can you provide accessplanit with the Sage IDs assigned to your current customers to prevent duplicates being created?
  3. Would you like accessplanit to send customer data over to Sage?
  4. Would you like accessplanit to send invoice data over to Sage?
  5. Would you like accessplanit to send transactions data over to Sage?
  6. What would you like the format of your new customers IDs in Sage to be? This is typically “5|3|DESC” which means five alpha-characters and descending three numeric-characters (from 999)
  7. Would you like manually generated credit notes to be ignored by the integration? these are typically hidden
  8. Would you like any negative valued invoice items (such as a -£10 discount) to be merged into your positive valued invoice items?
    If you do not handle negative valued invoice items in Sage, this option will evenly absorb any minus figures into the positive values
  9. Would you like to use the Invoice Reference Number as the unique invoice identifier rather than the Invoice ID?
    This is not a valid option if you have multiple training providers in your platform than use the same Sage account.
  10. What would you like your default nominal code to be for your invoices? Within Sage this is typically '4000'
  11. What would you like your default nominal code to be for your transactions? Within Sage this is typically '1200'

Integrating with Sage

To integrate with Sage you will need to download the middleware Zynk. This service has its own charges so please get in touch with Zynk to find out about their annual charge. Zynk converts the Invoices and associated information stored in  accessplanit  into information that can be processed and imported into your Sage account.

You will need to download and set up Zynk in the correct way so that it interprets your accessplanit data for Xero, and this guide will walk you through this process. Zynk does not have a download option for Macs (.dmg) so please ensure that you have access to Windows to use this middleware. 

Please note that Sage integration is an additional module. If you do not have this module or you are unsure, please get in touch with your Customer Success Manager.

Downloading Zynk

A trial of Zynk can be obtained from the following website: http://zynk.com/download-trial/

Once you have completed the form, you will receive an email with your Licence Key and a link to download Zynk, click this link to go to your Browser and Download Zynk.

Once you have downloaded and installed Zynk you’ll be asked for your Licence Key.

Click Activate to open Zynk.

Workflow Quick Guide

Please find below an example of the workflow used for integrating with Sage 50:

  1. HTTP Get/Post to Web Page
    1. Accesses integration module.
    2. Produces and downloads all data since last export as an XML file.
    3. Sets preliminary marker for when the export was performed, which can be confirmed as successful (or unsuccessful) later.
  2. Import Customers
    1. Supplied with an XML file from point 1 as a source.
    2. Imports all customer records related to the exported invoices/credit notes/transactions.
  3. Import Invoices
    1. Supplied with an XML file from point 1 as a source.
    2. Imports all invoice/credit note records in the exported data.
  4. Import Transactions
    1. Supplied with an XML file from point 1 as a source.
    2. Imports all transaction records in the exported data.
  5. HTTP Get/Post to Web Page
    1. Accesses integration module.
    2. Confirms successful export.
      1. At this point it is also possible to let the platform know that the import failed by using an alternate URL.


How to create HTTP 1 Task for a Sage - Zynk Workflow


  1. To create HTTP Task 1, click File and New.
  2. Open the Web folder from left panel.
  3. Select HTTP Task from your workflow task list and change options in the right panel as follows:

    Change the Output File's Data Type to File.

    Create a notepad file, and save it somewhere on your hard drive with a .xml extension by naming the file something like “SageData.xml”. Then, click the Browse button and select the file.  Click OK.
  4. Add the following URL to the workflow. Make sure you change the ‘your system name here’ to your platform’s name and change the encrypted code. Your implementation manager will be able to provide you with this:
    https://yoursystemnamehere.accessplanit.com/accessplantest/services/sageintegration.asmx/GetInvoices?encrypted=12345678901234567890&dm=2
  5. Click Save once you have made these changes.

  6. Open the Accounting folder from left panel and open the Sage 50 UK folder.

How to create a Customer Task

  1. Double click on Import Customers from your workflow task list to add it to your Tasks
  2. Select it from your Tasks list and change the options in the right panel as follows:

    To set up the Sage 50 Connection, click the down arrow and click New.

    Name the connection as you see fit and click Next.

    Select your target Sage 50 company from the list and provide your login details for your Sage instance.

    Select the Input File, and change the Intput File's Data Type to File.

    Browse to the folder you used for the HTTP Task and supply the filename you used, e.g. “SageData.xml”, and then click OK.

How to create the Invoice Task

  1. Double click on Import Invoices from your workflow task list to add it to your Tasks.
  2. Select it from your Tasks list and change the options in the right panel as follows:

    For your Sage 50 Connection, select the connection you built for the Import Customers task.

    Select the Input File, and change the Intput File's Data Type to File.

    Browse to the folder you used for the HTTP Task and supply the filename you used, e.g. “SageData.xml”, and then click OK.

How to create a Transactions Task

  1. Double click on “Import Transactions” from your workflow task list to add it to your Tasks.
  2. Select it from your Tasks list and change the options in the right panel as follows:

    For your Sage 50 Connection, select the connection you built for the Import Customers task.

    Select the Input File, and change the Intput File's Data Type to File.

    Browse to the folder you used for the HTTP Task and supply the filename you used, e.g. “SageData.xml”, and then click OK.

    Please let accessplanit know what the Bank Reference for your transactions should be. If this is not in place your transactions task will fail

How to create HTTP 2 Task

  1. Open “Web” folder from left panel
  2. Select the last “HTTP Task” from your workflow task list and change options in the right panel as follows:

    Add the following URL. Make sure you change the ‘your system name here’ to your platform's name and change the encrypted code. Your implementation manager will be able to provide you with this
    https://yoursystemnamehere.accessplanit.com/accessplantest/services/sageintegration.asmx/GetInvoices?encrypted=12345678901234567890&dm=2&changeExportStatus=1

    Note that if you want to keep testing the output from accessplanit, rather than only new customers/invoices/transactions created since the last export, you should use the following URL instead to reset the last export date:
    https://yoursystemnamehere.accessplanit.com/accessplantest/services/sageintegration.asmx/ResetLastExportTime?encrypted=12345678901234567890&dm=2

  3. Before continuing, ensure that Sage is not open on any machine, otherwise the files will be locked and the imports will fail.

  4. Click Run which will prompt you to name and save your workflow.
  5. If you wish to save the workflow and not run it at this time, click Save.
  6. After the workflow has been run, status messages and errors/issues can be found in the footer section on Zynk:

What information is sent to Sage from accessplanit?

There are three sets of data in the Sage XML feed

  • Customer Data
  • Invoice Data
  • Transactions Data

Each set of data is reliant on the last one being successful, for example you cannot integrate the transactions into Sage until you have successfully integrated the invoices.


Customer Data

To (Sage)From (accessplanit)
A/C

External Sage ID (System Mapping)

Company Name

Account Name

Terms Agreed

Always 1

Default Tax Code

User Attribute

Accounts do not have a setting

Contact Name

Blank for Accounts

Title for Users

Contact Name

‘Finance’ for Accounts

Forenames for Users

Contact Name

‘Manager’ for Accounts

Surname for Users

Street 1

Account/User Address. If a separate billing address is provided this will be used instead of the main address.

Town

Account/User Town. If a separate billing address is provided this will be used instead of the main town.

Post Code

Account/User Postcode. If a separate billing address is provided this will be used instead of the main postcode.

County 

Account/User County. If a separate billing address is provided this will be used instead of the main county.

Country

Account/User Country. If a separate billing address is provided this will be used instead of the main country.

Telephone

Account/User Phone. If a separate billing address is provided this will be used instead of the main phone.

Fax

Account/User Fax. If a separate billing address is provided this will be used instead of the main fax.

Telephone 2

Account/User Mobile. If a separate billing address is provided this will be used instead of the main mobile.

Email

Account/User Email. If a separate billing address is provided this will be used instead of the main email.

   
   


Invoice Data

To (Sage)

From (accessplanit)

Inv. No.

Invoice ID

A/C

External Sage ID

Notes 1

Full Invoice Reference

PaymentType

Either:

  • SalesReceipt - When the invoice is posted the payment will be created on the account and allocated.
  • SalesReceiptOnAccount - will create the payment on the account when the invoice is posted but will not allocate.

Always ‘SalesReceipt’

Date

Date Created

Type, this can be any of the following

  • ProductInvoice
  • ProductCredit
  • ServiceInvoice
  • ProductProforma
  • ServiceProforma
  • ProductQuotation

Invoices: ProductInvoice

Credit Notes: ProductCredit

Invoice Name

Customer forename

Invoice Name

Customer surname

Invoice Addresss 1

Customer address

Invoice Address 3

Customer town

Invoice Address 5

Customer postcode

Invoice Address 4

Customer county

Product Code

Always ‘S2’, this means that the items are special lines and should show at the top of the Invoice product list.

Description

Invoice item label. Depending on the item this could be:

-          Name of the course.

-          Discount label.

-          Delegate name (Delegate status).

Placeholder bookings are not included.

Comment 1

For course Invoice items this displays the date range of the course. For eLearning Delegates is displays the start date.

Comment 2

Always blank.

Quantity

This is always ‘1’ even if multiple Delegates or a Placeholders have been booked.

Unit Price

Net value of the Invoice item.

Nominal Code

Nominal Code

Invoice Item TaxCodeTax Code stored within the related Course Template's Attribute.
Global Tax Code

Tax Code This is the tax code assigned to the invoice issuer (training provider).


Transactions Data

From (accessplanit)

Transaction’s ID (note not the Transaction ID field). For SalesInvoice transactions, the Invoice ID is used.

External Sage ID

Invoice ID

The transaction type is generated based on what the transaction is:

SalesInvoice - these transactions are the request for payment, every invoice with a value will have one of these transactions.

SalesReceipt - payment made on the invoice, this references the SalesInvoice.

SalesCredit - Credit Note payment.

SalesPayment - a refund transaction.

Date Created

Net value of the transaction

Tax value of the transaction

Nominal Code

Bank Reference

Transaction method

Derived from the Invoice

Transaction tax rate

Settings available to configure

You can now send Invoices from accessplanit to Sage with a status of 'not posted', allowing you to make changes to them before they are fully committed.

You can also now hide two fields from the feed:

  • Global Tax Rate
  • Global Nominal Code

If you choose to hide the two 'Global' values from the feed, this means the tax rate and nominal codes are pulled from each individual Invoice item rather than the Invoice itself.

  • No labels