https://github.com/magesuite/erp-connector
ERP connector module offers a solution to configure and control the connection to ERP systems. The functionality makes managing the exchange of data with an external system simpler as some changes can be made directly in the admin panel, without the need to change the code. This allows for a quick reaction, for example, when communication with a system needs to be shut down for a certain period of time.
Installation
This module is optional.
composer require "creativestyle/magesuite-erp-connector" ^1.0.0
User manual
Admin settings
It’s the general configuration of the Erp Connector.
Configuration can be found in the admin panel:
Stores > Configuration > MageSuite > Erp Connector
General
Enabled
- field allows to enable/disable ERP integration. If disabled, data won’t be sent to providers.
Additional Code List
- Additional codes, which are used in the provider configuration
Scheduler
Method
- Which method should be used by the scheduler, Cron
or RabbitMQ
Backend
To be added
Frontend
The is nor frontend functionalities in this module.