Page 1 of 1

Connect ERP system quickbooks, does something exist already?

Posted: 29 Jul 2016, 01:28
by jossnaz
i read here

https://aimeos.org/docs/Developers/Cont ... controller

and here

https://aimeos.org/docs/Laravel/Configure_cronjobs

what interests me currently is:

Code: Select all

order/service/delivery (process order delivery services like sending orders to ERP systems)
there are two files

Code: Select all

ff-laravel/ext/ai-controller-jobs/controller/jobs/src/Controller/Jobs/Order/Service/Payment/Standard.php

ff-laravel/ext/ai-controller-jobs/controller/jobs/src/Controller/Jobs/Order/Service/Delivery/Standard.php
but i am not sure, is there something already written that just does that? my client uses quickbooks, maybe someone wrote something similar already?

if not, what would be the correct way to write it, so people can reuse it?

Re: Connect ERP system quickbooks, does something exist alre

Posted: 01 Aug 2016, 14:37
by aimeos
The controllers are only to start the process for the orders.

The interface to the ERP system (or the file that should be created) must be implemented as a delivery service provider:
https://aimeos.org/docs/Developers/Library/Service