Tripletex 20
Import tool package
System version | Unknown |
|---|---|
Tool version | 1.0 |
Tool files |
|
Tool name | wmx2tripletex20.exe |
Tripletex 20 is a web-based solution, we can run this tool on our servers.
Requirements and notes
Please note: Tripletex 20 API does not support purchase orders.
you need Tripletex СonsumerToken and EmployeeToken
Import tool settings
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>
<!--Token provided to the consumer by Tripletex after the API 2.0 registration is completed-->
<СonsumerToken>22fef240-5b17-486f-b74f-79798543d493</СonsumerToken>
<!--Token created by an administrator in your Tripletex account via the user settings and the tab "API access". Each employee token must be given a set of entitlements-->
<EmployeeToken>8477cce5-2100-4926-af57-d24461613640</EmployeeToken>
</Account>
<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>