Version Notes
Latest version including format changes for street address and multiple currencies
Download this release
Release Info
Developer | Magento Core Team |
Extension | Bluejalappeno_Orderexport |
Version | 2.8.1 |
Comparing to | |
See all releases |
Code changes from version 2.8.0 to 2.8.1
- package.xml +9 -10
package.xml
CHANGED
@@ -1,24 +1,23 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Bluejalappeno_Orderexport</name>
|
4 |
-
<version>2.8.
|
5 |
<stability>stable</stability>
|
6 |
-
<license uri="http://www.opensource.org/licenses/osl-3.0.php
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>Export
|
10 |
<description>Order Export includes:
|
11 |

|
12 |
-export of full order details including customer details, payment, tax, shipping method
|
13 |
- standard csv format also includes item details and custom options with one line item per row
|
14 |
-Sage export is pre-formatted for upload to Sage accounting systems
|
15 |
-
-Highrise export will connect with your Highrise CRM account and update your customer details, order history and background information
|
16 |
-
</description>
|
17 |
<notes>Latest version including format changes for street address and multiple currencies</notes>
|
18 |
-
<authors><author><name>Genevieve Eddison</name><user>
|
19 |
-
<date>2012-07-
|
20 |
-
<time>
|
21 |
-
<contents><target name="magecommunity"><dir name="Bluejalappeno"><dir name="Orderexport"><dir name="Block"><dir name="Sales"><dir name="Order"><file name="Grid.php" hash="b9b3a0b810c7fd756d5dbd7ec99a83a5"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="54167d4d52bbe2a993031b12d29f0b89"/></dir><dir name="Model"><dir name="Export"><file name="Abstractcsv.php" hash="01607a1c81b14816fa8236a2f9eaf2bd"/><file name="Csv.php" hash="f00ae2076f43a7f73e30fd86ca940371"/><file name="Highrise.php" hash="31ae70d18988e31ab951bae6ebe0445a"/><file name="Sage.php" hash="1a0ddeb628010327883a9ca7390932af"/><file name="Status.php" hash="9864800aa692cfc3846a50cead36c4b1"/></dir><dir name="Options"><file name="Options.php" hash="21f4fdf0df408aad2a0898d1e1459cfd"/></dir></dir><
|
22 |
<compatible/>
|
23 |
-
<dependencies
|
24 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Bluejalappeno_Orderexport</name>
|
4 |
+
<version>2.8.1</version>
|
5 |
<stability>stable</stability>
|
6 |
+
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Export your Magento orders in three versatile formats, including exports for CSV, Sage 50 and Highrise</summary>
|
10 |
<description>Order Export includes:
|
11 |

|
12 |
-export of full order details including customer details, payment, tax, shipping method
|
13 |
- standard csv format also includes item details and custom options with one line item per row
|
14 |
-Sage export is pre-formatted for upload to Sage accounting systems
|
15 |
+
-Highrise export will connect with your Highrise CRM account and update your customer details, order history and background information.</description>
|
|
|
16 |
<notes>Latest version including format changes for street address and multiple currencies</notes>
|
17 |
+
<authors><author><name>Genevieve Eddison</name><user>auto-converted</user><email>sales@bluejalappeno.com</email></author></authors>
|
18 |
+
<date>2012-07-20</date>
|
19 |
+
<time>08:06:19</time>
|
20 |
+
<contents><target name="magecommunity"><dir name="Bluejalappeno"><dir name="Orderexport"><dir name="Block"><dir name="Sales"><dir name="Order"><file name="Grid.php" hash="b9b3a0b810c7fd756d5dbd7ec99a83a5"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="54167d4d52bbe2a993031b12d29f0b89"/></dir><dir name="Model"><dir name="Export"><file name="Abstractcsv.php" hash="01607a1c81b14816fa8236a2f9eaf2bd"/><file name="Csv.php" hash="f00ae2076f43a7f73e30fd86ca940371"/><file name="Highrise.php" hash="31ae70d18988e31ab951bae6ebe0445a"/><file name="Sage.php" hash="1a0ddeb628010327883a9ca7390932af"/><file name="Status.php" hash="9864800aa692cfc3846a50cead36c4b1"/></dir><dir name="Options"><file name="Options.php" hash="21f4fdf0df408aad2a0898d1e1459cfd"/></dir></dir><dir name="controllers"><dir name="Sales"><dir name="Order"><file name="ExportController.php" hash="8343ada483bb5813eb7d04387267cef0"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="ca9f504d6cf8da1ec80808e2c19046ba"/><file name="system.xml" hash="84050b2d60b7706351982d86a9ccaea2"/></dir><file name="changelog.txt" hash="8751dfd9d46306c70b2d0428a70d863d"/><file name="versions_supported.txt" hash="a3e69dd4d9f892aab0dcbf0a5dd246e2"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Bluejalappeno_Orderexport.xml" hash="2475d3204e4ed96a2969993d51eacfe2"/></dir></target></contents>
|
21 |
<compatible/>
|
22 |
+
<dependencies/>
|
23 |
</package>
|