Connect ERP system quickbooks, does something exist already?
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!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Connect ERP system quickbooks, does something exist already?
i read here
https://aimeos.org/docs/Developers/Cont ... controller
and here
https://aimeos.org/docs/Laravel/Configure_cronjobs
what interests me currently is:
there are two files
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?
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)
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
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
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
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,
give us a star
If you like Aimeos,
