mahout-erp/module-magento2-erp

Mahout ERP Cloud 集成模块

1.0.9 2021-01-14 14:44 UTC

This package is auto-updated.

Last update: 2024-09-23 01:59:01 UTC


README

主要功能

Mahout ERP Cloud 集成的 Magento 2 模块

安装

* = 在生产环境中请使用 --keep-generated 选项

类型 1: Composer

  • 通过运行以下命令将 composer 存储库添加到配置中:
    • composer config repositories.mahout_erp composer https://packagist.org.cn/
  • 通过运行以下命令安装模块 composer:
    • composer require mahout-erp/module-magento2-erp
  • 通过运行以下命令启用模块:
    • php bin/magento module:enable Mahout_ERP
  • 通过运行以下命令应用数据库更新:
    • php bin/magento setup:upgrade
  • 通过运行以下命令刷新缓存:
    • php bin/magento cache:flush

类型 2: Zip 文件

  • app/code/Mahout 中解压 zip 文件
  • 通过运行以下命令启用模块:
  • php bin/magento module:enable Mahout_ERP
  • 通过运行以下命令应用数据库更新:

配置

  • php bin/magento setup:upgrade
  • 通过运行以下命令刷新缓存:
  • php bin/magento cache:flush
  • 启用 (mahout_erp/configuration/enable)
  • 环境 (mahout_erp/configuration/environment)
  • 开发令牌 (mahout_erp/configuration/token_dev)
  • 生产令牌 (mahout_erp/configuration/token_prod)

规格

  • 开发公钥 (mahout_erp/configuration/public_key_dev)

    • 生产公钥 (mahout_erp/configuration/public_key_prod)

    • 调试 (mahout_erp/configuration/debug)

  • 模型

    • 队列
  • sales_order_invoice_register > Mahout\ERP\Observer\Sales\OrderInvoiceRegister

    • 定时任务