the following steps are required:
1) Make sure that the Yuki Module in installed in the user access menus:
In menus table 1 entry
menu_title menu_url
YUKI, ' ExportToYuki/customer_yuki.aspx '
In page_tab_access 3 entries:
page_name tab_name
ExportToYuki_ customer_yuki
ExportToYuki_ invoice_yuki
ExportToYuki_ payment_yuki
2) Add in the web.config of the merchant the following entries:
<add key="YukiAdministrationName" value="ENTER Yuki Administration name" />
<add key="YukiApiKey" value="ENTER API KEY AVAILABLE IN YUKI SECTIONAPI INTEGRATION" />
<add key="YukiAdministrationCoCNumber" value="ENTER Yuki account CoCNumber " />
<add key="YukiContactUrl" value="https://api.yukiworks.be/ws/Contact.asmx" /> fixed
<add key="YukiSalesUrl" value="https://api.yukiworks.be/ws/Sales.asmx" /> fixed