betaout-export-orders - Version 1.1.1

Version Notes

This is stable version of this extension and has been tested on various version of community editions.In this particular version we are supporting it to run on PHP V 5.5.X

Download this release

Release Info

Developer jitendra
Extension betaout-export-orders
Version 1.1.1
Comparing to
See all releases


Code changes from version 1.1.0 to 1.1.1

app/code/community/Betaoutexport/Exporter/controllers/Adminhtml/ExporterController.php CHANGED
@@ -33,6 +33,7 @@ class Betaoutexport_Exporter_Adminhtml_ExporterController extends Mage_Adminhtml
33
  public function exportallAction()
34
  {
35
  $orders = Mage::getModel('sales/order')->getCollection()
 
36
  ->addAttributeToSelect('entity_id');
37
  $order_arr = array();
38
  foreach ($orders as $order) {
33
  public function exportallAction()
34
  {
35
  $orders = Mage::getModel('sales/order')->getCollection()
36
+ ->addFieldToFilter('status', 'complete')
37
  ->addAttributeToSelect('entity_id');
38
  $order_arr = array();
39
  foreach ($orders as $order) {
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>betaout-export-orders</name>
4
- <version>1.1.0</version>
5
  <stability>stable</stability>
6
  <license>GPL</license>
7
  <channel>community</channel>
@@ -10,9 +10,9 @@
10
  <description>To update and integrate previous orders with Betaout.com, CSV file format is required with particular fields and columns.This plugin helps in exporting orders in the format required by Betaout.com. By using this plugin all previous orders are exported in CSV format which has to be uploaded on Betaout.com -&amp;gt; Settings -&amp;gt; Order Import. If you face any difficulty while uploading previous order files with Betaout, please contact us on support@betaout.com.</description>
11
  <notes>This is stable version of this extension and has been tested on various version of community editions.In this particular version we are supporting it to run on PHP V 5.5.X</notes>
12
  <authors><author><name>jitendra</name><user>jitendra</user><email>jitendra@getamplify.com</email></author></authors>
13
- <date>2015-07-13</date>
14
- <time>10:24:50</time>
15
- <contents><target name="magecommunity"><dir name="Betaoutexport"><dir name="Exporter"><dir name="Block"><dir name="Adminhtml"><dir name="Exporter"><dir name="Edit"><file name="Form.php" hash="23e72a3a82210d8a935958d1ba4b31c2"/><dir name="Tab"><file name="Form.php" hash="d0aef918900801a5cb671ac2eeb8a1ae"/></dir><file name="Tabs.php" hash="33a20debd15d14958dcf1dc482f86625"/></dir><file name="Edit.php" hash="b4ae20794000c506f61c192708232132"/><file name="Grid.php" hash="fd5e10366d242e089d2dbb2ba1e2d537"/></dir><file name="Exporter.php" hash="74e9025184f145889646f5ac4ade7a54"/></dir><file name="Exporter.php" hash="2af96bdb10485937a1bb29a7cd3f8603"/><dir name="Sales"><dir name="Order"><dir name="Form"><file name="Form.php" hash="42a20eabcc3bbe621337eecffb256220"/></dir><file name="Items.php" hash="0256d736c83e6c04d2df9b5cd83abc70"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="ba2568dd2f30a66807934369a174763f"/></dir><dir name="Model"><file name="Createorder.php" hash="ef05b0d63f64c4f5b21e323c0d8b0546"/><file name="Exporter.php" hash="ff6921cf8c57bd585bd3396490d8828d"/><file name="Exportorders.php" hash="08a321059ee5e6c40be5f88321637cec"/><file name="Importorders.php" hash="36b6ebf26e84a61c79648d3ab1a98c7a"/><dir name="Operations"><file name="Creditmemo.php" hash="d8ce7817ea45fb467d744acd2b71642a"/><file name="Invoice.php" hash="924e5781cdab72c7d04207aa37f76e39"/><file name="Shipment.php" hash="fc85bb22fa37a9f357a5d74473eb4eaf"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="ExporterController.php" hash="051d4b52ffe40aefcec01d9cbf779812"/><file name="ImporterController.php" hash="b601a97adac752dcb5b05783440a32bd"/></dir></dir><dir name="etc"><file name="config.xml" hash="61da68f67da884d604712ea77f051a12"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Betaoutexport_Exporter.xml" hash="7aaa2597d186170618bbb37b8c10482b"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="betaoutexporter.xml" hash="71898e2f5ad4a8cf1ba3b0d63146fe17"/></dir></dir></dir></dir></target><target name="mage"><dir name="var"><dir name="betaoutexport"><dir name="exporter"><file name="order_exception_log.htm" hash="f082f69ad76d9230d50fd7f134966446"/></dir></dir></dir></target></contents>
16
  <compatible/>
17
- <dependencies><required><php><min>5.0.0</min><max>5.6.7</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>betaout-export-orders</name>
4
+ <version>1.1.1</version>
5
  <stability>stable</stability>
6
  <license>GPL</license>
7
  <channel>community</channel>
10
  <description>To update and integrate previous orders with Betaout.com, CSV file format is required with particular fields and columns.This plugin helps in exporting orders in the format required by Betaout.com. By using this plugin all previous orders are exported in CSV format which has to be uploaded on Betaout.com -&amp;gt; Settings -&amp;gt; Order Import. If you face any difficulty while uploading previous order files with Betaout, please contact us on support@betaout.com.</description>
11
  <notes>This is stable version of this extension and has been tested on various version of community editions.In this particular version we are supporting it to run on PHP V 5.5.X</notes>
12
  <authors><author><name>jitendra</name><user>jitendra</user><email>jitendra@getamplify.com</email></author></authors>
13
+ <date>2015-07-16</date>
14
+ <time>06:54:45</time>
15
+ <contents><target name="magecommunity"><dir name="Betaoutexport"><dir name="Exporter"><dir name="Block"><dir name="Adminhtml"><dir name="Exporter"><dir name="Edit"><file name="Form.php" hash="23e72a3a82210d8a935958d1ba4b31c2"/><dir name="Tab"><file name="Form.php" hash="d0aef918900801a5cb671ac2eeb8a1ae"/></dir><file name="Tabs.php" hash="33a20debd15d14958dcf1dc482f86625"/></dir><file name="Edit.php" hash="b4ae20794000c506f61c192708232132"/><file name="Grid.php" hash="fd5e10366d242e089d2dbb2ba1e2d537"/></dir><file name="Exporter.php" hash="74e9025184f145889646f5ac4ade7a54"/></dir><file name="Exporter.php" hash="2af96bdb10485937a1bb29a7cd3f8603"/><dir name="Sales"><dir name="Order"><dir name="Form"><file name="Form.php" hash="42a20eabcc3bbe621337eecffb256220"/></dir><file name="Items.php" hash="0256d736c83e6c04d2df9b5cd83abc70"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="ba2568dd2f30a66807934369a174763f"/></dir><dir name="Model"><file name="Createorder.php" hash="ef05b0d63f64c4f5b21e323c0d8b0546"/><file name="Exporter.php" hash="ff6921cf8c57bd585bd3396490d8828d"/><file name="Exportorders.php" hash="08a321059ee5e6c40be5f88321637cec"/><file name="Importorders.php" hash="36b6ebf26e84a61c79648d3ab1a98c7a"/><dir name="Operations"><file name="Creditmemo.php" hash="d8ce7817ea45fb467d744acd2b71642a"/><file name="Invoice.php" hash="924e5781cdab72c7d04207aa37f76e39"/><file name="Shipment.php" hash="fc85bb22fa37a9f357a5d74473eb4eaf"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="ExporterController.php" hash="c353b94760f9a1ae84052de188c43413"/><file name="ImporterController.php" hash="b601a97adac752dcb5b05783440a32bd"/></dir></dir><dir name="etc"><file name="config.xml" hash="61da68f67da884d604712ea77f051a12"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Betaoutexport_Exporter.xml" hash="7aaa2597d186170618bbb37b8c10482b"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="betaoutexporter.xml" hash="71898e2f5ad4a8cf1ba3b0d63146fe17"/></dir></dir></dir></dir></target><target name="mage"><dir name="var"><dir name="betaoutexport"><dir name="exporter"><file name="order_exception_log.htm" hash="f082f69ad76d9230d50fd7f134966446"/></dir></dir></dir></target></contents>
16
  <compatible/>
17
+ <dependencies><required><php><min>5.0.0</min><max>5.7.0</max></php></required></dependencies>
18
  </package>