dev-master
9999999-devAutomatically invoice all complete orders in your Magento 2 store
OSL-3.0
The Requires
- php ~7.0.0
- magento/framework 100.1.*
- magento/module-sales 100.1.*
The Development Requires
Automatically invoice all complete orders in your Magento 2 store
Magento 2 procedure to automatically invoice orders in a given status., (*1)
This extension supports the following versions of Magento:, (*3)
$ composer require aune-io/magento2-autoinvoice
$ bin/magento module:enable Aune_AutoInvoice $ bin/magento setup:upgrade
The configuration of this module is under Stores > Configuration > Sales > Auto Invoice. There, you will be able to activate processing via cron job, and choose the behaviour of the procedure., (*4)
The configuration matrix will allow you to set on for which combinations of status and payment method the extension should invoice the orders, as well as the destination status and capture mode. A configuration example follows., (*5)
, (*6)
The module supports two different usage methods., (*7)
The following command will execute the procedure:, (*8)
$ bin/magento aune:autoinvoice:process
A dry run mode is also available, just to see what orders would be affected by the procedure:, (*9)
$ bin/magento aune:autoinvoice:process --dry-run=1
By activating the cron, the procedure will be automatically executed every hour., (*10)
Author: - Renato Cason, (*11)
Licensed under the Open Software License version 3.0, (*12)
Automatically invoice all complete orders in your Magento 2 store
OSL-3.0