Version Notes
- Automatically change the status of orders
- Enable automatic invoice and shipment generation
- Automatically send invoice email
Download this release
Release Info
Developer | Magento Core Team |
Extension | auto-invoice-free-extension |
Version | 1.0.5 |
Comparing to | |
See all releases |
Code changes from version 1.0.4 to 1.0.5
- BSS_AutoInvoice_v1.0.4/.DS_Store +0 -0
- BSS_AutoInvoice_v1.0.4/app/.DS_Store +0 -0
- {BSS_AutoInvoice_v1.0.4/app → app}/code/community/Bss/Autoinvoice/Helper/Data.php +0 -0
- {BSS_AutoInvoice_v1.0.4/app → app}/code/community/Bss/Autoinvoice/Model/Observer.php +0 -0
- {BSS_AutoInvoice_v1.0.4/app → app}/code/community/Bss/Autoinvoice/etc/config.xml +0 -0
- {BSS_AutoInvoice_v1.0.4/app → app}/code/community/Bss/Autoinvoice/etc/system.xml +0 -0
- {BSS_AutoInvoice_v1.0.4/app → app}/etc/modules/Bss_Autoinvoice.xml +0 -0
- package.xml +6 -6
BSS_AutoInvoice_v1.0.4/.DS_Store
DELETED
Binary file
|
BSS_AutoInvoice_v1.0.4/app/.DS_Store
DELETED
Binary file
|
{BSS_AutoInvoice_v1.0.4/app → app}/code/community/Bss/Autoinvoice/Helper/Data.php
RENAMED
File without changes
|
{BSS_AutoInvoice_v1.0.4/app → app}/code/community/Bss/Autoinvoice/Model/Observer.php
RENAMED
File without changes
|
{BSS_AutoInvoice_v1.0.4/app → app}/code/community/Bss/Autoinvoice/etc/config.xml
RENAMED
File without changes
|
{BSS_AutoInvoice_v1.0.4/app → app}/code/community/Bss/Autoinvoice/etc/system.xml
RENAMED
File without changes
|
{BSS_AutoInvoice_v1.0.4/app → app}/etc/modules/Bss_Autoinvoice.xml
RENAMED
File without changes
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
-
<name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://bsscommerce.com/Bss-Commerce-License.txt">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
@@ -19,9 +19,9 @@ Key Features
|
|
19 |
- Enable automatic invoice and shipment generation
|
20 |
- Automatically send invoice email</notes>
|
21 |
<authors><author><name>BSSCommerce</name><user>auto-converted</user><email>support@bsscommerce.com</email></author></authors>
|
22 |
-
<date>2016-01-
|
23 |
-
<time>
|
24 |
-
<contents><target name="
|
25 |
<compatible/>
|
26 |
-
<dependencies
|
27 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
+
<name>BssCommerceAutoInvoice</name>
|
4 |
+
<version>1.0.5</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://bsscommerce.com/Bss-Commerce-License.txt">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
19 |
- Enable automatic invoice and shipment generation
|
20 |
- Automatically send invoice email</notes>
|
21 |
<authors><author><name>BSSCommerce</name><user>auto-converted</user><email>support@bsscommerce.com</email></author></authors>
|
22 |
+
<date>2016-01-29</date>
|
23 |
+
<time>03:09:40</time>
|
24 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Bss_Autoinvoice.xml" hash="fea148ebae4c57b86273790f57423702"/></dir></target><target name="magecommunity"><dir name="Bss"><dir name="Autoinvoice"><dir name="Helper"><file name="Data.php" hash="d27d40287907297d31f17c40a5ce2642"/></dir><dir name="Model"><file name="Observer.php" hash="726beafa5f0cbe6b47a46e8a6a7389de"/></dir><dir name="etc"><file name="config.xml" hash="62649d18903b2e78d03b9b67271ea602"/><file name="system.xml" hash="407e0ae898288993ea177f2d2eafafc4"/></dir></dir></dir></target></contents>
|
25 |
<compatible/>
|
26 |
+
<dependencies/>
|
27 |
</package>
|