Home
Softono
a

aune-io

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
1

Software by aune-io

magento2-autoinvoice
Open Source

magento2-autoinvoice

# Magento 2 Auto Invoice Magento 2 procedure to automatically invoice orders in a given status. [![Build Status](https://travis-ci.org/aune-io/magento2-autoinvoice.svg?branch=master)](https://travis-ci.org/aune-io/magento2-autoinvoice) [![Coverage Status](https://coveralls.io/repos/github/aune-io/magento2-autoinvoice/badge.svg?branch=master)](https://coveralls.io/github/aune-io/magento2-autoinvoice?branch=master) [![Latest Stable Version](https://poser.pugx.org/aune-io/magento2-autoinvoice/v/stable)](https://packagist.org/packages/aune-io/magento2-autoinvoice) [![Latest Unstable Version](https://poser.pugx.org/aune-io/magento2-autoinvoice/v/unstable)](https://packagist.org/packages/aune-io/magento2-autoinvoice) [![Total Downloads](https://poser.pugx.org/aune-io/magento2-autoinvoice/downloads)](https://packagist.org/packages/aune-io/magento2-autoinvoice) [![License](https://poser.pugx.org/aune-io/magento2-autoinvoice/license)](https://packagist.org/packages/aune-io/magento2-autoinvoice) ## System requirements This extension supports the following versions of Magento: * Community Edition (CE) versions 2.2.x and 2.3.x and 2.4.x * Enterprise Edition (EE) versions 2.2.x and 2.3.x and 2.4.x ## Installation 1. Require the module via Composer ```bash $ composer require aune-io/magento2-autoinvoice ``` 2. Enable the module ```bash $ bin/magento module:enable Aune_AutoInvoice $ bin/magento setup:upgrade ``` ## Configuration 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. 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. <img src="https://github.com/aune-io/magento2-autoinvoice/blob/master/screenshots/settings.png" /> ## Usage The module supports two different usage methods. ### Command line The following command will execute the procedure: ```bash $ bin/magento aune:autoinvoice:process ``` A dry run mode is also available, just to see what orders would be affected by the procedure: ```bash $ bin/magento aune:autoinvoice:process --dry-run=1 ``` ### Cron By activating the cron, the procedure will be automatically executed every hour. 1. Login to the admin 2. Go to Stores > Configuration > Sales > Auto Invoice 3. Set _Schedule procedure_ to yes 4. Specify a custom cron expression, if needed 5. Clean the cache ## Authors, contributors and maintainers Author: - [Renato Cason](https://github.com/renatocason) ## License Licensed under the Open Software License version 3.0

CMS Plugins & Extensions Invoicing & Billing
35 Github Stars