iparcel_connect - Version 2.4.6

Version Notes

Notes

Download this release

Release Info

Developer Patryk Grudniewski
Extension iparcel_connect
Version 2.4.6
Comparing to
See all releases


Code changes from version 2.4.5 to 2.4.6

app/code/community/Iparcel/Shipping/Block/Adminhtml/Catalog/Checkitems/Button.php CHANGED
@@ -17,7 +17,7 @@ class Iparcel_Shipping_Block_Adminhtml_Catalog_Checkitems_Button extends Mage_Ad
17
  */
18
  protected function _getElementHtml(Varien_Data_Form_Element_Abstract $element)
19
  {
20
- $url = Mage::helper('adminhtml')->getUrl("shippingip/sync_ajax/checkitems");
21
 
22
  $html = $this->getLayout()->createBlock('adminhtml/widget_button')
23
  ->setType('button')
17
  */
18
  protected function _getElementHtml(Varien_Data_Form_Element_Abstract $element)
19
  {
20
+ $url = Mage::helper('adminhtml')->getUrl("adminhtml/shippingip_sync_ajax/checkitems");
21
 
22
  $html = $this->getLayout()->createBlock('adminhtml/widget_button')
23
  ->setType('button')
app/code/community/Iparcel/Shipping/Block/Adminhtml/Catalog/Mapping/Button.php CHANGED
@@ -17,7 +17,7 @@ class Iparcel_Shipping_Block_Adminhtml_Catalog_Mapping_Button extends Mage_Admin
17
  */
18
  protected function _getElementHtml(Varien_Data_Form_Element_Abstract $element)
19
  {
20
- $url = Mage::helper('adminhtml')->getUrl("shippingip/sync_ajax/catalog");
21
 
22
  $html = $this->getLayout()->createBlock('adminhtml/widget_button')
23
  ->setType('button')
17
  */
18
  protected function _getElementHtml(Varien_Data_Form_Element_Abstract $element)
19
  {
20
+ $url = Mage::helper('adminhtml')->getUrl("adminhtml/shippingip_sync_ajax/catalog");
21
 
22
  $html = $this->getLayout()->createBlock('adminhtml/widget_button')
23
  ->setType('button')
app/code/community/Iparcel/Shipping/Block/Adminhtml/Salesrule/Rule/Sync.php CHANGED
@@ -17,7 +17,7 @@ class Iparcel_Shipping_Block_Adminhtml_Salesrule_Rule_Sync extends Mage_Adminhtm
17
  */
18
  protected function _getElementHtml(Varien_Data_Form_Element_Abstract $element)
19
  {
20
- $url = Mage::helper('adminhtml')->getUrl("shippingip/sync/salesrule");
21
 
22
  $html = $this->getLayout()->createBlock('adminhtml/widget_button')
23
  ->setType('button')
17
  */
18
  protected function _getElementHtml(Varien_Data_Form_Element_Abstract $element)
19
  {
20
+ $url = Mage::helper('adminhtml')->getUrl("adminhtml/shippingip_sync/salesrule");
21
 
22
  $html = $this->getLayout()->createBlock('adminhtml/widget_button')
23
  ->setType('button')
app/code/community/Iparcel/Shipping/controllers/Adminhtml/{LogController.php → Shippingip/LogController.php} RENAMED
@@ -6,7 +6,7 @@
6
  * @package Iparcel_Shipping
7
  * @author Patryk Grudniewski <patryk.grudniewski@sabiosystem.com>
8
  */
9
- class Iparcel_Shipping_Adminhtml_LogController extends Mage_Adminhtml_Controller_Action
10
  {
11
  /**
12
  * Init adminhtml response
6
  * @package Iparcel_Shipping
7
  * @author Patryk Grudniewski <patryk.grudniewski@sabiosystem.com>
8
  */
9
+ class Iparcel_Shipping_Adminhtml_Shippingip_LogController extends Mage_Adminhtml_Controller_Action
10
  {
11
  /**
12
  * Init adminhtml response
app/code/community/Iparcel/Shipping/controllers/Adminhtml/{Sync → Shippingip/Sync}/AjaxController.php RENAMED
@@ -6,7 +6,7 @@
6
  * @package Iparcel_Shipping
7
  * @author Patryk Grudniewski <patryk.grudniewski@sabiosystem.com>
8
  */
9
- class Iparcel_Shipping_Adminhtml_Sync_AjaxController extends Mage_Adminhtml_Controller_Action
10
  {
11
  /**
12
  * Preparing handles for controller
@@ -19,7 +19,7 @@ class Iparcel_Shipping_Adminhtml_Sync_AjaxController extends Mage_Adminhtml_Cont
19
  $update = $this->getLayout()->getUpdate();
20
  /* @var $update Mage_Core_Model_Layout_Update */
21
  $update->resetHandles();
22
- $update->addHandle('shippingip_sync_ajax');
23
  foreach ($handles as $handle) {
24
  if (is_string($handle)) {
25
  $update->addHandle($handle);
@@ -151,7 +151,7 @@ class Iparcel_Shipping_Adminhtml_Sync_AjaxController extends Mage_Adminhtml_Cont
151
  }
152
  } else {
153
  // show layout if not
154
- $this->_setupHandles(array('shippingip_sync_ajax_catalog'))
155
  ->renderLayout();
156
  }
157
  }
@@ -174,7 +174,7 @@ class Iparcel_Shipping_Adminhtml_Sync_AjaxController extends Mage_Adminhtml_Cont
174
  }
175
  } else {
176
  // show layout if not
177
- $this->_setupHandles(array('shippingip_sync_ajax_checkitems'))
178
  ->renderLayout();
179
  }
180
  }
6
  * @package Iparcel_Shipping
7
  * @author Patryk Grudniewski <patryk.grudniewski@sabiosystem.com>
8
  */
9
+ class Iparcel_Shipping_Adminhtml_Shippingip_Sync_AjaxController extends Mage_Adminhtml_Controller_Action
10
  {
11
  /**
12
  * Preparing handles for controller
19
  $update = $this->getLayout()->getUpdate();
20
  /* @var $update Mage_Core_Model_Layout_Update */
21
  $update->resetHandles();
22
+ $update->addHandle('adminhtml_shippingip_sync_ajax');
23
  foreach ($handles as $handle) {
24
  if (is_string($handle)) {
25
  $update->addHandle($handle);
151
  }
152
  } else {
153
  // show layout if not
154
+ $this->_setupHandles(array('adminhtml_shippingip_sync_ajax_catalog'))
155
  ->renderLayout();
156
  }
157
  }
174
  }
175
  } else {
176
  // show layout if not
177
+ $this->_setupHandles(array('adminhtml_shippingip_sync_ajax_checkitems'))
178
  ->renderLayout();
179
  }
180
  }
app/code/community/Iparcel/Shipping/controllers/Adminhtml/{SyncController.php → Shippingip/SyncController.php} RENAMED
@@ -6,7 +6,7 @@
6
  * @package Iparcel_Shipping
7
  * @author Patryk Grudniewski <patryk.grudniewski@sabiosystem.com>
8
  */
9
- class Iparcel_Shipping_Adminhtml_SyncController extends Mage_Adminhtml_Controller_Action
10
  {
11
  public function salesruleAction()
12
  {
6
  * @package Iparcel_Shipping
7
  * @author Patryk Grudniewski <patryk.grudniewski@sabiosystem.com>
8
  */
9
+ class Iparcel_Shipping_Adminhtml_Shippingip_SyncController extends Mage_Adminhtml_Controller_Action
10
  {
11
  public function salesruleAction()
12
  {
app/code/community/Iparcel/Shipping/etc/adminhtml.xml CHANGED
@@ -38,7 +38,7 @@
38
  <log>
39
  <title>Logs</title>
40
  <sort_order>20</sort_order>
41
- <action>shippingip/log/index</action>
42
  </log>
43
  </children>
44
  </iparcel>
38
  <log>
39
  <title>Logs</title>
40
  <sort_order>20</sort_order>
41
+ <action>adminhtml/shippingip_log/index</action>
42
  </log>
43
  </children>
44
  </iparcel>
app/code/community/Iparcel/Shipping/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Iparcel_Shipping>
5
- <version>2.4.5</version>
6
  </Iparcel_Shipping>
7
  </modules>
8
  <crontab>
2
  <config>
3
  <modules>
4
  <Iparcel_Shipping>
5
+ <version>2.4.6</version>
6
  </Iparcel_Shipping>
7
  </modules>
8
  <crontab>
app/design/adminhtml/default/default/layout/externalsales.xml CHANGED
@@ -4,7 +4,7 @@
4
  <action method="addJs"><script>iparcel/adminhtml/label.js</script></action>
5
  </reference>
6
  </adminhtml_sales_order_shipment_view>
7
- <shippingip_sync_ajax>
8
  <block type="adminhtml/page" name="root" output="toHtml" template="page.phtml">
9
  <block type="adminhtml/page_head" name="head" as="head" template="page/head.phtml">
10
  <action method="addJs"><script>iparcel/jQuery.js</script></action>
@@ -13,26 +13,26 @@
13
  </block>
14
  <block type="core/text_list" name="content" as="content" />
15
  </block>
16
- </shippingip_sync_ajax>
17
- <shippingip_sync_ajax_catalog>
18
  <reference name="head">
19
  <action method="setTitle"><title>i-parcel Catalog Upload</title></action>
20
  </reference>
21
  <reference name="content">
22
  <block type="core/template" name="catalog.sync" template="iparcel/sync/ajax/catalog.phtml"/>
23
  </reference>
24
- </shippingip_sync_ajax_catalog>
25
- <shippingip_sync_ajax_checkitems>
26
  <reference name="head">
27
  <action method="setTitle"><title>i-parcel Check Items</title></action>
28
  </reference>
29
  <reference name="content">
30
  <block type="core/template" name="checkitems.sync" template="iparcel/sync/ajax/checkitems.phtml" />
31
  </reference>
32
- </shippingip_sync_ajax_checkitems>
33
- <shippingip_log_index>
34
  <reference name="content">
35
  <block type="shippingip/adminhtml_logs" name="iparcel.logs" as="logs" />
36
  </reference>
37
- </shippingip_log_index>
38
  </layout>
4
  <action method="addJs"><script>iparcel/adminhtml/label.js</script></action>
5
  </reference>
6
  </adminhtml_sales_order_shipment_view>
7
+ <adminhtml_shippingip_sync_ajax>
8
  <block type="adminhtml/page" name="root" output="toHtml" template="page.phtml">
9
  <block type="adminhtml/page_head" name="head" as="head" template="page/head.phtml">
10
  <action method="addJs"><script>iparcel/jQuery.js</script></action>
13
  </block>
14
  <block type="core/text_list" name="content" as="content" />
15
  </block>
16
+ </adminhtml_shippingip_sync_ajax>
17
+ <adminhtml_shippingip_sync_ajax_catalog>
18
  <reference name="head">
19
  <action method="setTitle"><title>i-parcel Catalog Upload</title></action>
20
  </reference>
21
  <reference name="content">
22
  <block type="core/template" name="catalog.sync" template="iparcel/sync/ajax/catalog.phtml"/>
23
  </reference>
24
+ </adminhtml_shippingip_sync_ajax_catalog>
25
+ <adminhtml_shippingip_sync_ajax_checkitems>
26
  <reference name="head">
27
  <action method="setTitle"><title>i-parcel Check Items</title></action>
28
  </reference>
29
  <reference name="content">
30
  <block type="core/template" name="checkitems.sync" template="iparcel/sync/ajax/checkitems.phtml" />
31
  </reference>
32
+ </adminhtml_shippingip_sync_ajax_checkitems>
33
+ <adminhtml_shippingip_log_index>
34
  <reference name="content">
35
  <block type="shippingip/adminhtml_logs" name="iparcel.logs" as="logs" />
36
  </reference>
37
+ </adminhtml_shippingip_log_index>
38
  </layout>
app/design/adminhtml/default/default/template/iparcel/sync/ajax/catalog.phtml CHANGED
@@ -17,5 +17,5 @@
17
  <p>There was <span>0</span> errors when uploading catalog</p>
18
  </div>
19
  <script type="text/javascript">
20
- var sync = new iparcelSync.sync('<?php echo Mage::helper('adminhtml')->getUrl('shippingip/sync_ajax/catalog') ?>?isAjax=true', <?php echo Mage::getStoreConfig('catalog_mapping/upload/step'); ?>);
21
  </script>
17
  <p>There was <span>0</span> errors when uploading catalog</p>
18
  </div>
19
  <script type="text/javascript">
20
+ var sync = new iparcelSync.sync('<?php echo Mage::helper('adminhtml')->getUrl('adminhtml/shippingip_sync_ajax/catalog') ?>?isAjax=true', <?php echo Mage::getStoreConfig('catalog_mapping/upload/step'); ?>);
21
  </script>
app/design/adminhtml/default/default/template/iparcel/sync/ajax/checkitems.phtml CHANGED
@@ -17,5 +17,5 @@
17
  <p>There was <span>0</span> errors when checking items</p>
18
  </div>
19
  <script type="text/javascript">
20
- var sync = new iparcelSync.sync('<?php echo Mage::helper('adminhtml')->getUrl('shippingip/sync_ajax/checkitems') ?>?isAjax=true', 1);
21
  </script>
17
  <p>There was <span>0</span> errors when checking items</p>
18
  </div>
19
  <script type="text/javascript">
20
+ var sync = new iparcelSync.sync('<?php echo Mage::helper('adminhtml')->getUrl('adminhtml/shippingip_sync_ajax/checkitems') ?>?isAjax=true', 1);
21
  </script>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>iparcel_connect</name>
4
- <version>2.4.5</version>
5
  <stability>stable</stability>
6
  <license>GPL</license>
7
  <channel>community</channel>
@@ -21,9 +21,9 @@
21
  <email>maciej.jarmula@sabiosystem.com</email>
22
  </author>
23
  </authors>
24
- <date>2015-11-03</date>
25
- <time>18:33:14</time>
26
- <contents><target name="mageweb"><dir name="app"><dir name="code"><dir name="community"><dir name="Iparcel"><dir name="Shipping"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Checkitems"><file name="Button.php" hash="15a3e00fc5e8dacbc7d48456d44228c2"/></dir><dir name="Mapping"><file name="Button.php" hash="90e5992a865cfe508f45497e7bb4fe23"/></dir></dir><dir name="Iparcel"><file name="Dashboard.php" hash="2a3e19b84692ce10618bcce2bce55752"/></dir><dir name="Logs"><file name="Grid.php" hash="7e23ac946a85c14f8640a551bd5fd333"/></dir><file name="Logs.php" hash="95a043d5ac014ec0ea1b1dd410f0978d"/><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><file name="Totals.php" hash="860e5a537a30fefee9870386afa7e647"/></dir><dir name="Invoice"><file name="Totals.php" hash="4f5cd1680099b4deb5fefd2668aa4ce8"/></dir><dir name="Shipment"><dir name="View"><file name="Form.php" hash="1ba8bace9160f09d83744a218bc42650"/><file name="Tracking.php" hash="918c93bc535447b1b79900d05265f83e"/></dir></dir><file name="Totals.php" hash="faa0ae754492b004585ab1592fd72688"/></dir></dir><dir name="Salesrule"><dir name="Rule"><file name="Sync.php" hash="f8336ddb37885707d9c05ba62640a418"/></dir></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Method.php" hash="e2adb858a292118fbfe9d8f61791bb49"/></dir></dir></dir></dir></dir><dir name="Catalog"><dir name="Product"><file name="List.php" hash="4f023d8aac69c37399a42af4abca89ad"/></dir><file name="Product.php" hash="575e131da76d888f1b23d3f38ff9be1d"/></dir><dir name="Catalogsearch"><dir name="Advanced"><file name="Result.php" hash="5dae8b0b2887d6c7df56b4150fcca21f"/></dir><file name="Result.php" hash="fb38a46e7df874188f25bcc7ab9d721a"/></dir><file name="Cpf.php" hash="ecc152d72f74381e3bc7d8d3ca8e7055"/><dir name="Html"><dir name="Head"><file name="Iparcel.php" hash="8f82d5c95ce6e45baf2143fe115194d2"/><file name="Jquery.php" hash="0b0c70b6c86af9e38a435e790c32f87f"/><file name="Post.php" hash="861b6f298f5ede0f1806e4422a002e13"/></dir></dir><dir name="Payment"><file name="Info.php" hash="fcb621af11db8f45a5c865aef92dda37"/></dir><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><file name="Totals.php" hash="6a8e2d307c3a8a9e136b6e3abd11bae0"/></dir><dir name="Invoice"><file name="Totals.php" hash="09b0712477a6f89c619118e5795b3d4b"/></dir><file name="Totals.php" hash="4088cc4c881f968764dda62ed5eeec7e"/></dir></dir><dir name="Tax"><dir name="Checkout"><file name="Tax.php" hash="790d7b3167765b2826885e0600bfa964"/></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="LogController.php" hash="7cc5f8b4a703b339653d05e214518c0f"/><file name="SyncController.php" hash="9e2d01d1719e08e348fb0bcf7dba5df2"/><dir name="Sync"><file name="AjaxController.php" hash="3dbacef2220ebb7afbdf3a59dbac7801"/></dir></dir><file name="AjaxController.php" hash="600a78f19c76e94000158352b5ed627d"/><file name="DevController.php" hash="174f6a367ad59439ff7eff7044c66324"/><file name="InternationalController.php" hash="6f6e2687b5cb871bab9309aec1b230af"/><file name="OrderController.php" hash="c42301c3665a6e3095541447e75ac834"/></dir><dir name="etc"><file name="adminhtml.xml" hash="c341465d8c67fa8a4f16efe48d939917"/><file name="config.xml" hash="605f8a5c13740de4d4e406d6b07c78ed"/><file name="system.xml" hash="4a010dc3a2c18b775bbf6f234478aeda"/></dir><dir name="Helper"><dir name="Api"><file name="External.php" hash="259d44d670c91e4ba19fa82107e9337f"/></dir><file name="Api.php" hash="c9d585b611c6b3d60f94ea5a2b02b891"/><file name="Data.php" hash="bf96a75c39a2e93d083a702c06795b8c"/><file name="International.php" hash="9ea0c45aa697496eec2fd411e20edb8a"/><file name="String.php" hash="3bcda32c783dcb62d12d978c0ce5bd23"/><file name="Tax.php" hash="1b34958c290947247f70646270ff56fb"/><dir name="Sales"><file name="Data.php" hash="eebca4999dbeb54302af61a2416f3dca"/></dir></dir><dir name="Model"><dir name="Api"><dir name="External"><dir name="Sales"><file name="Order.php" hash="9bf1b29363d4b5184d1230ccb5903e4e"/></dir></dir><file name="Log.php" hash="e834aee91e19a55600360b12d19c8f12"/></dir><dir name="Carrier"><file name="Iparcel.php" hash="ff69da346758a078246f4f26f3504c85"/></dir><dir name="Catalog"><file name="Mapping.php" hash="9edc722ff3faa465db1de3834743298e"/><dir name="Product"><file name="Observer.php" hash="73b75b6029515f57f09cfd768ec978b6"/></dir></dir><dir name="Config"><dir name="Catalog"><file name="Mapping.php" hash="347fd7caa1d5c62df7f6366f67fde54f"/></dir><dir name="Data"><dir name="Date"><file name="Monthday.php" hash="4c5ce3f7664f13d529e11ebabdad9448"/><file name="Weekday.php" hash="0b620fdb69deec5d78583b7be22f058b"/></dir><dir name="Time"><file name="Hour.php" hash="1b5430f68d727417537bb5c69c6b128f"/><file name="Minute.php" hash="1321c21cb9147c9f3e2d312b5446677e"/></dir></dir><file name="Guid.php" hash="d1a7ff7ab39a8676df027e3c2056597f"/><dir name="Script"><file name="Js.php" hash="228cab50d4b3a2c6bb2662d2ad75b8e5"/></dir></dir><dir name="Cpf"><file name="Order.php" hash="995d84e6bd09b5c47e493dd2d6482dea"/><file name="Quote.php" hash="79c8b66a495b658d2777e6ef5fa2cb48"/></dir><file name="Cpf.php" hash="e0dcb99dbbbc730c01383c21be7916bf"/><file name="Parcel.php" hash="8ca68a8744fb2321274939f3664ba509"/><dir name="Payment"><file name="Iparcel.php" hash="68c472a7cf149f7c53154caf89b46228"/></dir><dir name="Resource"><dir name="Cpf"><file name="Collection.php" hash="dc9b9c280af0ab82e2bd5477868dc5a5"/><file name="Order.php" hash="cb44d1288ceae39cc54044d613523a3a"/><file name="Quote.php" hash="0184e6c0aef69ac12791b1b9ed4e7b77"/><dir name="Order"><file name="Collection.php" hash="fc0f9a60092fd2093ac02bc7e9a5da59"/></dir><dir name="Quote"><file name="Collection.php" hash="efa8636bf62c4059ee49b8efdd082177"/></dir></dir><file name="Cpf.php" hash="8574900614953d733ce64408bc960c17"/><file name="Parcel.php" hash="14e7ae8f8cdf6a63fee885bd91661361"/><file name="Setup.php" hash="5c9293a1ca48034ff86f091beabe461b"/><dir name="Parcel"><file name="Collection.php" hash="3ded0db6b72b53901487fe5210268386"/></dir><dir name="Tax"><dir name="Totals"><file name="Collection.php" hash="e51135362027c8b18ce850a7833b4a96"/></dir><file name="Totals.php" hash="dae8465f9ca720672b950d4635153d07"/></dir></dir><dir name="Sales"><dir name="Order"><file name="Observer.php" hash="d5f14a318e9bd2fa9416ad78d6288097"/><dir name="Shipment"><file name="Observer.php" hash="fa818d0782c860bf3e13f2f14d97f683"/></dir></dir><file name="Order.php" hash="ef00fa7cb5e6ddcc8f6544e3df776378"/><dir name="Quote"><file name="Observer.php" hash="d7d58ffb4441fa2cf76c5c98ab7ae7a8"/></dir></dir><dir name="System"><dir name="Config"><dir name="Source"><dir name="Catalog"><dir name="Mapping"><dir name="Configurable"><file name="Price.php" hash="178306a97aafb7e717938ab92c98035f"/></dir><file name="Mode.php" hash="003514d0c14291b6ec59d97555aa0991"/></dir><dir name="Product"><dir name="Attribute"><file name="Boolean.php" hash="17109b32710e636b9bdc879982a5d0d3"/></dir><file name="Attribute.php" hash="1deed1a6723034b7ad06cc73ce297398"/></dir></dir><dir name="Date"><file name="Weekday.php" hash="4b2c5b300e1c16879278858d6030d644"/></dir><dir name="Sales"><dir name="Order"><file name="Status.php" hash="c25d8254cb63325bb96ca898321d33b2"/></dir></dir><dir name="Tax"><file name="Mode.php" hash="ca23108b89c655f865f1383543ece982"/></dir></dir></dir></dir><dir name="Tax"><file name="Calculation.php" hash="b9dcfddc9a756d26b113b5bc102f768a"/><file name="Totals.php" hash="71438be80c8eec389117a4ef74a90645"/><dir name="Totals"><file name="Abstract.php" hash="2dd86336b3857ba09e3983577e425858"/><dir name="Duty"><file name="Creditmemo.php" hash="e6c309335650ab3367f083d6aeb1b063"/><file name="Invoice.php" hash="97fb7063feaebad3ba0d8e28c015c84c"/><file name="Quote.php" hash="6d9fe68106b9283a919b2b90b1c5f059"/></dir><dir name="Tax"><file name="Creditmemo.php" hash="8fb2059eb74629260352eb449b906a24"/><file name="Invoice.php" hash="3b7f4eea0548dcc71a3f57edddb6e1ed"/><file name="Quote.php" hash="999679f2a74e3b68e2d55ec4244be4ec"/></dir><dir name="Taxduty"><file name="Creditmemo.php" hash="ec4c696fded4179fce6831f48e998afa"/><file name="Invoice.php" hash="4ff5c20b92018d46143eb8ba6dbc925c"/><file name="Quote.php" hash="8856b399c49c8dfd1c8a0953dea4379f"/></dir></dir></dir></dir><dir name="sql"><dir name="shippingip_setup"><file name="mysql4-install-0.2.0.php" hash="0444109a77906bdf7cd48305a94b9af9"/><file name="mysql4-install-0.3.0.php" hash="0444109a77906bdf7cd48305a94b9af9"/><file name="mysql4-install-2.3.4.2.php" hash="95a02156352063f5ca992a1b01d6c19f"/><file name="mysql4-upgrade-0.2.0-0.3.0.php" hash="52a232b3e60be6ba2ec8ecd6a7b49db7"/><file name="mysql4-upgrade-0.3.0-0.3.1.php" hash="423a0f3b34346514a5edf1798246b6ca"/><file name="mysql4-upgrade-0.3.1-0.3.2.php" hash="881e48b8921cb3cbcd2348092ae8da13"/><file name="mysql4-upgrade-0.3.2-2.0.0.php" hash="1ec688052256ff2217c80369e75c9f76"/><file name="mysql4-upgrade-2.0.0-2.3.4.2.php" hash="850c05b3c300c8fb8449393e0d1b97e7"/><file name="mysql4-upgrade-2.3.4.2-2.3.4.4.php" hash="378ad84572e259d6bce61470ca0b9571"/><file name="mysql4-upgrade-2.3.4.3-2.3.4.4.php" hash="378ad84572e259d6bce61470ca0b9571"/><file name="mysql4-upgrade-2.4.0.3-2.4.1.0.php" hash="672903f59d4711306875a24f4dd5a27a"/><file name="mysql4-upgrade-2.4.1.17-2.4.3.0.php" hash="0fe7df3bf25ab47206508176961595b4"/><file name="mysql4-upgrade-2.4.1.6-2.4.1.7.php" hash="440fd8f5d25a092dea5b5b60076bf809"/></dir></dir></dir></dir></dir></dir><dir name="design"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="iparcel"><dir name="sales"><dir name="order"><dir name="shipment"><dir name="view"><file name="tracking.phtml" hash="8e7db62fb7a6afdf4ecac2046cb143bc"/></dir></dir></dir></dir><dir name="sync"><dir name="ajax"><file name="catalog.phtml" hash="38b9ea2cc01467c8221ed2540a63062a"/><file name="checkitems.phtml" hash="b0ed24b77d2ccd04c0c48209bac7d2e1"/></dir></dir></dir></dir><dir name="layout"><file name="externalsales.xml" hash="8e47661893cbd491d14332af3cb5fdd3"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="shippingip"><file name="cpf.phtml" hash="c5ce5632e329af430265d1a069f1549b"/><file name="post.phtml" hash="06a01a4e559474c66956c247cbd0acf3"/><dir name="html"><dir name="head"><file name="iparcel.phtml" hash="2c6ebcb17c00043066afa773c97563bf"/><file name="jquery.phtml" hash="9c7eb5b39de8e0a7821607fa5985e888"/><file name="post.phtml" hash="997d566fa62b8d7a575422d3434d2eb0"/></dir></dir><dir name="post"><file name="list.phtml" hash="8807f5a2dfd7efb9d18367aaf6bcf164"/></dir></dir></dir><dir name="layout"><file name="externalshipping.xml" hash="7010ac3511fa4895e4d6ee341ff8eaca"/></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="Iparcel_Shipping.xml" hash="82c0c0b16f4647a662536274f17f5d18"/></dir></dir></dir><dir name="var"><dir name="connect"><file name="iparcel_connect.xml" hash="d212a8922aadf484676e74a880ad86eb"/></dir></dir><dir name="js"><dir name="iparcel"><dir name="adminhtml"><file name="label.js" hash="4078e7d784a59362c7d3b53be80507fe"/><file name="sync.js" hash="f50716af0dde3aa6ce2d030f37ab9e0b"/></dir><file name="cpf.js" hash="5cf13252eae4218a80548fa01b0f6d02"/><file name="jQuery.js" hash="8fc25e27d42774aeae6edbc0a18b72aa"/><file name="lib.js" hash="ea60539f64dae3763c13c930df0454ca"/><file name="post.js" hash="27c649cb11499bbb7139f7d157282bd6"/></dir></dir><dir name="media"><dir name="font"><file name="code128.ttf" hash="8ffedc82f9b9a02f4016f502ab30117e"/></dir></dir><dir name="skin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="iparcel"><file name="ajaxSync.css" hash="c622b9e4b77589bc0f3c0555124d2751"/></dir></dir></dir></dir></dir></target></contents>
27
  <compatible/>
28
  <dependencies>
29
  <required>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>iparcel_connect</name>
4
+ <version>2.4.6</version>
5
  <stability>stable</stability>
6
  <license>GPL</license>
7
  <channel>community</channel>
21
  <email>maciej.jarmula@sabiosystem.com</email>
22
  </author>
23
  </authors>
24
+ <date>2015-11-05</date>
25
+ <time>19:42:29</time>
26
+ <contents><target name="mageweb"><dir name="app"><dir name="code"><dir name="community"><dir name="Iparcel"><dir name="Shipping"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Checkitems"><file name="Button.php" hash="cc1aa4cf8759fa575f22d74b199c6090"/></dir><dir name="Mapping"><file name="Button.php" hash="15953681517cc13bcdaa14d9cda43a6b"/></dir></dir><dir name="Iparcel"><file name="Dashboard.php" hash="2a3e19b84692ce10618bcce2bce55752"/></dir><dir name="Logs"><file name="Grid.php" hash="7e23ac946a85c14f8640a551bd5fd333"/></dir><file name="Logs.php" hash="95a043d5ac014ec0ea1b1dd410f0978d"/><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><file name="Totals.php" hash="860e5a537a30fefee9870386afa7e647"/></dir><dir name="Invoice"><file name="Totals.php" hash="4f5cd1680099b4deb5fefd2668aa4ce8"/></dir><dir name="Shipment"><dir name="View"><file name="Form.php" hash="1ba8bace9160f09d83744a218bc42650"/><file name="Tracking.php" hash="918c93bc535447b1b79900d05265f83e"/></dir></dir><file name="Totals.php" hash="faa0ae754492b004585ab1592fd72688"/></dir></dir><dir name="Salesrule"><dir name="Rule"><file name="Sync.php" hash="5aee9bc6b145b4343be39156b6d2c011"/></dir></dir><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Method.php" hash="e2adb858a292118fbfe9d8f61791bb49"/></dir></dir></dir></dir></dir><dir name="Catalog"><dir name="Product"><file name="List.php" hash="4f023d8aac69c37399a42af4abca89ad"/></dir><file name="Product.php" hash="575e131da76d888f1b23d3f38ff9be1d"/></dir><dir name="Catalogsearch"><dir name="Advanced"><file name="Result.php" hash="5dae8b0b2887d6c7df56b4150fcca21f"/></dir><file name="Result.php" hash="fb38a46e7df874188f25bcc7ab9d721a"/></dir><file name="Cpf.php" hash="ecc152d72f74381e3bc7d8d3ca8e7055"/><dir name="Html"><dir name="Head"><file name="Iparcel.php" hash="8f82d5c95ce6e45baf2143fe115194d2"/><file name="Jquery.php" hash="0b0c70b6c86af9e38a435e790c32f87f"/><file name="Post.php" hash="861b6f298f5ede0f1806e4422a002e13"/></dir></dir><dir name="Payment"><file name="Info.php" hash="fcb621af11db8f45a5c865aef92dda37"/></dir><dir name="Sales"><dir name="Order"><dir name="Creditmemo"><file name="Totals.php" hash="6a8e2d307c3a8a9e136b6e3abd11bae0"/></dir><dir name="Invoice"><file name="Totals.php" hash="09b0712477a6f89c619118e5795b3d4b"/></dir><file name="Totals.php" hash="4088cc4c881f968764dda62ed5eeec7e"/></dir></dir><dir name="Tax"><dir name="Checkout"><file name="Tax.php" hash="790d7b3167765b2826885e0600bfa964"/></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Shippingip"><file name="LogController.php" hash="49eca6944223e2a410172654d65cae3d"/><file name="SyncController.php" hash="92f3473852d37d8cf57cbd12751fb4e9"/><dir name="Sync"><file name="AjaxController.php" hash="9a78b01482982f2a40d2008b8cf57a83"/></dir></dir></dir><file name="AjaxController.php" hash="600a78f19c76e94000158352b5ed627d"/><file name="DevController.php" hash="174f6a367ad59439ff7eff7044c66324"/><file name="InternationalController.php" hash="6f6e2687b5cb871bab9309aec1b230af"/><file name="OrderController.php" hash="c42301c3665a6e3095541447e75ac834"/></dir><dir name="etc"><file name="adminhtml.xml" hash="d7c09b8f804f5095d28b91732f58fcea"/><file name="config.xml" hash="acec23b6cb1fcd32f0a08618ba0c88eb"/><file name="system.xml" hash="4a010dc3a2c18b775bbf6f234478aeda"/></dir><dir name="Helper"><dir name="Api"><file name="External.php" hash="259d44d670c91e4ba19fa82107e9337f"/></dir><file name="Api.php" hash="c9d585b611c6b3d60f94ea5a2b02b891"/><file name="Data.php" hash="bf96a75c39a2e93d083a702c06795b8c"/><file name="International.php" hash="9ea0c45aa697496eec2fd411e20edb8a"/><file name="String.php" hash="3bcda32c783dcb62d12d978c0ce5bd23"/><file name="Tax.php" hash="1b34958c290947247f70646270ff56fb"/><dir name="Sales"><file name="Data.php" hash="eebca4999dbeb54302af61a2416f3dca"/></dir></dir><dir name="Model"><dir name="Api"><dir name="External"><dir name="Sales"><file name="Order.php" hash="9bf1b29363d4b5184d1230ccb5903e4e"/></dir></dir><file name="Log.php" hash="e834aee91e19a55600360b12d19c8f12"/></dir><dir name="Carrier"><file name="Iparcel.php" hash="ff69da346758a078246f4f26f3504c85"/></dir><dir name="Catalog"><file name="Mapping.php" hash="9edc722ff3faa465db1de3834743298e"/><dir name="Product"><file name="Observer.php" hash="73b75b6029515f57f09cfd768ec978b6"/></dir></dir><dir name="Config"><dir name="Catalog"><file name="Mapping.php" hash="347fd7caa1d5c62df7f6366f67fde54f"/></dir><dir name="Data"><dir name="Date"><file name="Monthday.php" hash="4c5ce3f7664f13d529e11ebabdad9448"/><file name="Weekday.php" hash="0b620fdb69deec5d78583b7be22f058b"/></dir><dir name="Time"><file name="Hour.php" hash="1b5430f68d727417537bb5c69c6b128f"/><file name="Minute.php" hash="1321c21cb9147c9f3e2d312b5446677e"/></dir></dir><file name="Guid.php" hash="d1a7ff7ab39a8676df027e3c2056597f"/><dir name="Script"><file name="Js.php" hash="228cab50d4b3a2c6bb2662d2ad75b8e5"/></dir></dir><dir name="Cpf"><file name="Order.php" hash="995d84e6bd09b5c47e493dd2d6482dea"/><file name="Quote.php" hash="79c8b66a495b658d2777e6ef5fa2cb48"/></dir><file name="Cpf.php" hash="e0dcb99dbbbc730c01383c21be7916bf"/><file name="Parcel.php" hash="8ca68a8744fb2321274939f3664ba509"/><dir name="Payment"><file name="Iparcel.php" hash="68c472a7cf149f7c53154caf89b46228"/></dir><dir name="Resource"><dir name="Cpf"><file name="Collection.php" hash="dc9b9c280af0ab82e2bd5477868dc5a5"/><file name="Order.php" hash="cb44d1288ceae39cc54044d613523a3a"/><file name="Quote.php" hash="0184e6c0aef69ac12791b1b9ed4e7b77"/><dir name="Order"><file name="Collection.php" hash="fc0f9a60092fd2093ac02bc7e9a5da59"/></dir><dir name="Quote"><file name="Collection.php" hash="efa8636bf62c4059ee49b8efdd082177"/></dir></dir><file name="Cpf.php" hash="8574900614953d733ce64408bc960c17"/><file name="Parcel.php" hash="14e7ae8f8cdf6a63fee885bd91661361"/><file name="Setup.php" hash="5c9293a1ca48034ff86f091beabe461b"/><dir name="Parcel"><file name="Collection.php" hash="3ded0db6b72b53901487fe5210268386"/></dir><dir name="Tax"><dir name="Totals"><file name="Collection.php" hash="e51135362027c8b18ce850a7833b4a96"/></dir><file name="Totals.php" hash="dae8465f9ca720672b950d4635153d07"/></dir></dir><dir name="Sales"><dir name="Order"><file name="Observer.php" hash="d5f14a318e9bd2fa9416ad78d6288097"/><dir name="Shipment"><file name="Observer.php" hash="fa818d0782c860bf3e13f2f14d97f683"/></dir></dir><file name="Order.php" hash="ef00fa7cb5e6ddcc8f6544e3df776378"/><dir name="Quote"><file name="Observer.php" hash="d7d58ffb4441fa2cf76c5c98ab7ae7a8"/></dir></dir><dir name="System"><dir name="Config"><dir name="Source"><dir name="Catalog"><dir name="Mapping"><dir name="Configurable"><file name="Price.php" hash="178306a97aafb7e717938ab92c98035f"/></dir><file name="Mode.php" hash="003514d0c14291b6ec59d97555aa0991"/></dir><dir name="Product"><dir name="Attribute"><file name="Boolean.php" hash="17109b32710e636b9bdc879982a5d0d3"/></dir><file name="Attribute.php" hash="1deed1a6723034b7ad06cc73ce297398"/></dir></dir><dir name="Date"><file name="Weekday.php" hash="4b2c5b300e1c16879278858d6030d644"/></dir><dir name="Sales"><dir name="Order"><file name="Status.php" hash="c25d8254cb63325bb96ca898321d33b2"/></dir></dir><dir name="Tax"><file name="Mode.php" hash="ca23108b89c655f865f1383543ece982"/></dir></dir></dir></dir><dir name="Tax"><file name="Calculation.php" hash="b9dcfddc9a756d26b113b5bc102f768a"/><file name="Totals.php" hash="71438be80c8eec389117a4ef74a90645"/><dir name="Totals"><file name="Abstract.php" hash="2dd86336b3857ba09e3983577e425858"/><dir name="Duty"><file name="Creditmemo.php" hash="e6c309335650ab3367f083d6aeb1b063"/><file name="Invoice.php" hash="97fb7063feaebad3ba0d8e28c015c84c"/><file name="Quote.php" hash="6d9fe68106b9283a919b2b90b1c5f059"/></dir><dir name="Tax"><file name="Creditmemo.php" hash="8fb2059eb74629260352eb449b906a24"/><file name="Invoice.php" hash="3b7f4eea0548dcc71a3f57edddb6e1ed"/><file name="Quote.php" hash="999679f2a74e3b68e2d55ec4244be4ec"/></dir><dir name="Taxduty"><file name="Creditmemo.php" hash="ec4c696fded4179fce6831f48e998afa"/><file name="Invoice.php" hash="4ff5c20b92018d46143eb8ba6dbc925c"/><file name="Quote.php" hash="8856b399c49c8dfd1c8a0953dea4379f"/></dir></dir></dir></dir><dir name="sql"><dir name="shippingip_setup"><file name="mysql4-install-0.2.0.php" hash="0444109a77906bdf7cd48305a94b9af9"/><file name="mysql4-install-0.3.0.php" hash="0444109a77906bdf7cd48305a94b9af9"/><file name="mysql4-install-2.3.4.2.php" hash="95a02156352063f5ca992a1b01d6c19f"/><file name="mysql4-upgrade-0.2.0-0.3.0.php" hash="52a232b3e60be6ba2ec8ecd6a7b49db7"/><file name="mysql4-upgrade-0.3.0-0.3.1.php" hash="423a0f3b34346514a5edf1798246b6ca"/><file name="mysql4-upgrade-0.3.1-0.3.2.php" hash="881e48b8921cb3cbcd2348092ae8da13"/><file name="mysql4-upgrade-0.3.2-2.0.0.php" hash="1ec688052256ff2217c80369e75c9f76"/><file name="mysql4-upgrade-2.0.0-2.3.4.2.php" hash="850c05b3c300c8fb8449393e0d1b97e7"/><file name="mysql4-upgrade-2.3.4.2-2.3.4.4.php" hash="378ad84572e259d6bce61470ca0b9571"/><file name="mysql4-upgrade-2.3.4.3-2.3.4.4.php" hash="378ad84572e259d6bce61470ca0b9571"/><file name="mysql4-upgrade-2.4.0.3-2.4.1.0.php" hash="672903f59d4711306875a24f4dd5a27a"/><file name="mysql4-upgrade-2.4.1.17-2.4.3.0.php" hash="0fe7df3bf25ab47206508176961595b4"/><file name="mysql4-upgrade-2.4.1.6-2.4.1.7.php" hash="440fd8f5d25a092dea5b5b60076bf809"/></dir></dir></dir></dir></dir></dir><dir name="design"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="iparcel"><dir name="sales"><dir name="order"><dir name="shipment"><dir name="view"><file name="tracking.phtml" hash="8e7db62fb7a6afdf4ecac2046cb143bc"/></dir></dir></dir></dir><dir name="sync"><dir name="ajax"><file name="catalog.phtml" hash="fb42ce66a7bcc3e74b77f331a7d13470"/><file name="checkitems.phtml" hash="9da1fd48d6fa9cb2b9048233d04cabd4"/></dir></dir></dir></dir><dir name="layout"><file name="externalsales.xml" hash="cec9963a1742a676b73824eab850b2d0"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="shippingip"><file name="cpf.phtml" hash="c5ce5632e329af430265d1a069f1549b"/><file name="post.phtml" hash="06a01a4e559474c66956c247cbd0acf3"/><dir name="html"><dir name="head"><file name="iparcel.phtml" hash="2c6ebcb17c00043066afa773c97563bf"/><file name="jquery.phtml" hash="9c7eb5b39de8e0a7821607fa5985e888"/><file name="post.phtml" hash="997d566fa62b8d7a575422d3434d2eb0"/></dir></dir><dir name="post"><file name="list.phtml" hash="8807f5a2dfd7efb9d18367aaf6bcf164"/></dir></dir></dir><dir name="layout"><file name="externalshipping.xml" hash="7010ac3511fa4895e4d6ee341ff8eaca"/></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="Iparcel_Shipping.xml" hash="82c0c0b16f4647a662536274f17f5d18"/></dir></dir></dir><dir name="var"><dir name="connect"><file name="iparcel_connect.xml" hash="d212a8922aadf484676e74a880ad86eb"/></dir></dir><dir name="js"><dir name="iparcel"><dir name="adminhtml"><file name="label.js" hash="4078e7d784a59362c7d3b53be80507fe"/><file name="sync.js" hash="f50716af0dde3aa6ce2d030f37ab9e0b"/></dir><file name="cpf.js" hash="5cf13252eae4218a80548fa01b0f6d02"/><file name="jQuery.js" hash="8fc25e27d42774aeae6edbc0a18b72aa"/><file name="lib.js" hash="ea60539f64dae3763c13c930df0454ca"/><file name="post.js" hash="27c649cb11499bbb7139f7d157282bd6"/></dir></dir><dir name="media"><dir name="font"><file name="code128.ttf" hash="8ffedc82f9b9a02f4016f502ab30117e"/></dir></dir><dir name="skin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="iparcel"><file name="ajaxSync.css" hash="c622b9e4b77589bc0f3c0555124d2751"/></dir></dir></dir></dir></dir></target></contents>
27
  <compatible/>
28
  <dependencies>
29
  <required>