moloni/

Moloni 为 Magento 2 开发的模块

安装次数: 5,218

依赖者: 0

建议者: 0

安全: 0

星级: 6

关注者: 2

分支: 3

公开问题: 1

类型:magento2-module

1.3.9 2023-07-04 15:29 UTC

This package is auto-updated.

Last update: 2024-09-05 12:41:20 UTC


README

厌倦了手动处理发票?使用本扩展,您将能够

  • 自动创建您的发票
  • 直接向客户发送您的发票
  • 为他们提供一个可以查看和下载文档的地方
  • 在 Moloni 和您的网店之间同步您的产品

使用 Composer 安装指南

通过 composer 安装扩展

composer require moloni/magento2

验证扩展是否已安装

bin/magento module:status

启用扩展

bin/magento module:enable Invoicing_Moloni --clear-static-content

注册扩展

bin/magento setup:upgrade

重新编译 Magento 项目

bin/magento setup:di:compile

清理缓存

bin/magento cache:clean

更新指南

如果您想更新扩展,请运行以下操作

更新 composer 包

composer update moloni/magento2

升级、部署并清理缓存

php bin/magento setup:upgrade --keep-generated
php bin/magento setup:static-content:deploy
php bin/magento cache:clean