mahout-erp / module-magento2-erp
Module for integration with Mahout ERP Cloud
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.2 || ~7.3 || ~7.4
- magento/magento-composer-installer: *
Requires (Dev)
- magento/product-community-edition: 2.*
README
Main Functionalities
Magento 2 Module for integration with Mahout ERP Cloud
Installation
* = in production please use the --keep-generated
option
Type 1: Composer
- Add the composer repository to the configuration by running:
composer config repositories.mahout_erp composer https://packagist.org/
- Install the module composer by running:
composer require mahout-erp/module-magento2-erp
- enable the module by running:
php bin/magento module:enable Mahout_ERP
- apply database updates by running:
php bin/magento setup:upgrade
- Flush the cache by running:
php bin/magento cache:flush
Type 2: Zip file
- Unzip the zip file in
app/code/Mahout
- Enable the module by running
php bin/magento module:enable Mahout_ERP
- Apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Configuration
- Enable (mahout_erp/configuration/enable)
- Environment (mahout_erp/configuration/environment)
- Development Token (mahout_erp/configuration/token_dev)
- Production Token (mahout_erp/configuration/token_prod)
- Development Public Key (mahout_erp/configuration/public_key_dev)
- Production Public Key (mahout_erp/configuration/public_key_prod)
- Debug (mahout_erp/configuration/debug)
Specifications
-
Model
-
Queue
-
sales_order_invoice_register > Mahout\ERP\Observer\Sales\OrderInvoiceRegister
-
-
Cronjob
- mahout_erp_queue
-
Crongroup
- default