Skip to content

AutoInvoice automatically sends an invoice when payment is received.

Notifications You must be signed in to change notification settings

dhrumin44/magento2_autoinvoice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

magento2_autoinvoice

AutoInvoice automatically sends an invoice when payment is received.

Support

This plugin supports Magento 2 up to version 2.2.2. It might work on more recent versions, but we cannot make any guarantees.

Installation

  1. Please go to the Magento2 root directory and run the following commands in the shell:

    php bin/magento module:enable Dmn112_Autoinvoice
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento cache:clean

  2. If Magento is running in production mode, deploy static content:

    php bin/magento setup:static-content:deploy -f

Uninstall

php bin/magento module:uninstall Dmn112_Autoinvoice
php bin/magento setup:upgrade

About

AutoInvoice automatically sends an invoice when payment is received.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages