Uniconta

Uniconta

Import tool package

System version

Unknown

Tool version

1.0

Tool files

 

Tool name

wmx2uniconta.exe

Uniconta is a web-based solution, we can run this tool on our servers.

Requirements and notes

 You need to create a file called settings.xml and place it in the same folder as the tool.
 You can define own log4net configuration — just place log4net.config in the same folder as the tool.

settings.xml

<?xml version="1.0" encoding="utf-8"?> <Settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Account> <!--Uniconta account provided by Uniconta--> <AccessIdent>GUID VALUE</AccessIdent> <Login>XXX</Login> <Password>YYY</Password> </Account> <!-- ERP Web Service account provided by Webmercs --> <Email></Email> <Password></Password> <!-- Email for receiving error reports. Separate multiple emails with ; --> <AdminEmail></AdminEmail> </Settings>

ERP WebService can not be accessed from the FTP machine using default HTTPS scheme .
To fix it, the following line should be added to the Settings.xml:

<WebServiceUrl>http://secure.webmercs.com/erplinkservice/service.asmx</WebServiceUrl>

How to use the import tool