Connect ERP system quickbooks, does something exist already?

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
jossnaz
Posts: 46
Joined: 22 Jul 2016, 01:19

Connect ERP system quickbooks, does something exist already?

Post by jossnaz » 29 Jul 2016, 01:28

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?

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Connect ERP system quickbooks, does something exist alre

Post by aimeos » 01 Aug 2016, 14:37

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
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply