24SevenOffice
Import tool package
System version | Unknown |
|---|---|
Tool version | 1.5 |
Tool files | |
Tool name | wmx224SO.exe |
For info about 24SO purchase orders contact: |
Vi har en løsning for innkjøp i vårt modul for MRP, MasterPlan: https://24sevenofficeus.com/erp/mrp/
Denne skal lages i en light versjon som kan brukes på det Nordiske marked.
Samt at vi har en ny produktmodul i systemet som vi har begynt arbeider med å få på plass innkjøp.
Since 24SevenOffice is a web-based solution, we can run this tool on our servers.
Requirements and notes
Please note: 24SevenOffice API does not support purchase orders.
you need 24SevenOffice webservice login and password
you need at least one category to put products in (and we need to know the ID of this category)
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">
<SOAccount>
<!-- Username and password for 24SevenOffice Web Service provided by 24SevenOffice -->
<UserName></UserName>
<Password></Password>
</SOAccount>
<!-- 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>