Dataloy - Xledger Integration Viewledger Documentation
Chapter Contents:
Company Setup in Dataloy
Xledger companies needs to be setup in Dataloy master data. The company codes must equal the Xledger company codes (5 digit code), get these from View Maritime.
- First create a company that has the same code as the company group in Xledger. All customers, suppliers, projects and cost centers will be transferred to the company group in Xledger and will then be available for all companies in Xledger.
- Setup the companies to be used when posting invoices to Xledger. Link these companies to the company group created in step 1 by using "Company Link" in Companies Master Data.
- If you need invoices from multiple companies in Dataloy to be posted to one company in Xledger, link these to a company created in step 2 by using "Company Link" in Companies Master Data.
All companies, except for the company group in step 1, should have a company link.
Invoice integration
Integration checks for invoices ready for posting every 10 seconds and send the invoices immediately after they have been identified. The invoices are transferred to Xledger which has a scheduled job picking up new invoices at a certain interval. The scheduled job in Xledger can also be triggered manually by a User.
VAT
VAT invoice lines in Dataloy VMS are ignored from the invoice lines transferred to Xledger, but is included in the total amount.
Requirements for posting an invoice
The following requirements need to be fulfilled to post an invoice, otherwise an error message will appear when posting and invoice will not be posted:
- GL Account
- External document number needs to be existing for invoice and credit note in accounts payable
- Business partner for accounts payable invoices can not be a charterer
Field Mapping
Dataloy | Xledger Header | Xledger Lines | Example |
---|---|---|---|
Vessel code | Posting1, cost center | Posting1, cost center | |
Voyage reference number | Posting2, project | Posting2, project | |
XGL | If xgl property in integration properties = poolCode, then poolCode is inserted in XGL If xgl property in integration properties = isTc, then XGL = TC for TC voyages and VC for VC voyages If property is not set then XGL = DLVMS | ||
Posting3 | If company country = Singapore and business partner country = Singapore then Posting3 = LS else Posting3 = FS | ||
Business partner code from Dataloy document header | SubledgerNo | ||
Business partner code from Dataloy document line | SubledgerNo | If there is a co broker or broker commission on hire payable, then SubledgerNo = business partner code from Dataloy document line | |
Due date from payment term | DueDate | If there is a co broker or broker commission on hire payable, DueDate is set on Xledger line | |
Due date from payment term | DueDate | Credit Note: todays date Otherwise: due date from Dataloy VMS payment terms | |
VAT code | TaxRule | ||
Document currency | Currency | Currency | |
Document amount | CurrencyAmount | CurrencyAmount | |
Company currency amount | Amount | Amount | |
Document date | VoucherDate | VoucherDate | |
Document date | InvoiceDate | ||
Document date year | FiscalYear | FiscalYear | |
Document date month | PeriodNo | PeriodNo | |
Document line text | Text | ||
External document number | InvoiceNo | InvoiceNo | If external document number in Dataloy is empty InvoiceNo = Dataloy document number If reverse an invoice or credit note InvoiceNo = Dataloy document number |
XIdentifier | XIdentifier | In Dataloy external document number users can append a pipe | and enter KID after external document number. For example: 1234|000123. This field is optional. | |
Business partner bank account | SubledgerBankAccount | ||
VoucherType | VoucherType | Invoice In and Credit In: AP Invoice Out and Credit Out: AR Otherwise: GL | |
Document ID | VoucherNo | VoucherNo | |
GLAccount | Account | Account | Invoice Lines: GL Account Invoice In, Credit In: APX account in Dataloy Invoice Out, Credit Out: ARX account in Dataloy |
Project and Cost Center integration
Integration checks for new data that is ready for posting every 10 seconds and then posts it immediately. Data will transfered to the company group.
Business Partner integration
Integration checks for new data that is ready for posting every 10 seconds and then posts the data immediately. It is possible to setup which Dataloy Business Partner Type/s are to be transferred as customers and suppliers. Data will transfered to the company group.
Exchange Rate integration
Exchange rates are transferred from Xledger to Dataloy VMS once daily, Monday to Friday.
Payment/receipt integration
Payments are collected from Xledger to Dataloy VMS every hour (on the hour). All payments for one month back in time is collected. The Xledger transaction types transferred are: DR, AB, OCR, BA, GL, CHD. For a payment to be transferred to Dataloy VMS a payment and an invoice must have the the matching ID and the invoice must have a reference to a Dataloy VMS invoice. If a payment is missing in Dataloy VMS, check:
- Setup Xledger Test Client.
- Open the Xledger Test Client and enter:
- User Name: username.
- Password: password.
- EntityCode: Company code for the company that the invoice belongs to.
- Web Service Method: Export - GetSupplierTransactions or Export - GetCustomerTransactions depending on if its customer og supplier transaction, (when uncertain do two requests to get all payments).
- Free Text: leave blank.
- Filter: Set a date filter to avoid too much data.
Example:
[Created] > "2016-03-01 00:00:00". - DataOption: All
- Copy the data from Step 2 above to a text editor and search for <MatchID>insert a match id</MatchID>.
- Locate the transaction with <TrSource> = AP or AR. This is the invoice and should have a <InvoiceNo> matching a tbl_document.document_no in Dataloy VMS.
- Locate the transaction with one of the <TrSource> values: DR, AB, OCR, BA, GL, CHD, EFT, DGL
- If 4 or 5 is missing, then this is the reason why no payment has been transferred to Dataloy VMS.
- If both 4 and 5 is there, there is a problem with the integration. Register a support case at Dataloy Support.
Actuals integration
Actuals are collected from Xledger to Dataloy VMS every hour (on the hour), in test it is transferred every 10 minutes. Actuals created since last actuals run will be transferred. The process is listed below:
- Collect all projects from Xledger for companies listed in integration.properties
- For all companies in integration.properties and all gl accounts in Dataloy except for the following accounts: FOC, DOC, FLC, DLC, APX and ARX
- Collect data from GeneralLedger service in Xledger that has been created within last hour (since last actuals run)
- Voyage is collected from GLObjectValue2Code
- If GLObjectValue2Code is not a Dataloy voyage, then skip this transaction
- Special case
- If account = freight and related voyage is tc
- use account charter hire instead
- if account = charter hire and related voyage is vc
- use account freight instead
- If account = freight and related voyage is tc
- Voyage is collected from GLObjectValue2Code
- Collect data from GeneralLedger service in Xledger that has been created within last hour (since last actuals run)
- If project related to GeneralLedger record is open for posting (field is called allowPosting in Xledger service) and XGL code = VMS
- If actual is already inserted to Dataloy
- Update actual in Dataloy
- If actual is not existing in Dataloy
- Insert actual in Dataloy
- If actual is already inserted to Dataloy
Setup Xledger Test Client
Xledger Test Client can be used to retrieve data from Xledger that can be used for investigating a problem, for instance missing payments from Xledger to Dataloy VMS. To setup the client:
- Install a certificate for the Xledger user account in Windows. To install:
- Download, unzip, install and run http://apps.xledger.net/CertificateManager/XCertificateManagerSetup.zip.
- Select Get New Certificate.
- Enter the Xledger Web Service User Name and Password.
- Select Get Security Code (E-mail).
- Enter the Security Code.
- Select Get Certificate. The certificate will automatically be installed.
- Download and install Xledger Test Client: http://apps.xledger.net/WebServices/XWSTestClient.zip.
- Start the client and check that the certificate is listed in the first drop down selector.
- Enter username and password.
- Select Web Service Method.
- Filter needed data.
- Always use DataOption: All
Click Get DataSet to contact the Xledger Web Service.
Example:
Attachment
From version 3.2, attachments can be transferred together with the invoice to Xledger. To do this, use the Assemble and Attach button when assembling an invoice. When the invoice is posted transferred to Xledger, the attachment will exist in Xledger. Its currently only possible to transfer one attachment and the format must be pdf or tiff.
Information that View Maritime needs to provide to Dataloy when setting up a new Xledger Integration
- Should we be using Xledger test or demo for testing?
- View Maritime will setup companies and also add "konsern" as company in VMS. Provide the list of companies and "konsern" to Dataloy.
- Companies should be linked to "konsern" using company link
- What info should we send in Posting1 and Posting2?
- Should VAT be setup automatically
- If yes, which VAT code
- Should actuals/accruals be setup?
- Are there any custom requirements?