Eabi_DpdEE - Version 0.1.9

Version Notes

- Added ability to disable only parcelstore or courier carrier by and html comments respectively

Download this release

Release Info

Developer Magento Core Team
Extension Eabi_DpdEE
Version 0.1.9
Comparing to
See all releases


Code changes from version 0.1.8 to 0.1.9

Files changed (56) hide show
  1. app/code/community/Eabi/DpdEE/Block/Adminhtml/Config/Form/Field/Country.php +21 -5
  2. app/code/community/Eabi/DpdEE/Block/Info/Payment.php +21 -5
  3. app/code/community/Eabi/DpdEE/Block/Invoice.php +21 -5
  4. app/code/community/Eabi/DpdEE/Block/Order/Courier.php +21 -5
  5. app/code/community/Eabi/DpdEE/Helper/Data.php +21 -5
  6. app/code/community/Eabi/DpdEE/Model/Action/Carrier/Order/Courier.php +21 -5
  7. app/code/community/Eabi/DpdEE/Model/Api.php +21 -5
  8. app/code/community/Eabi/DpdEE/Model/Button/Courier.php +21 -5
  9. app/code/community/Eabi/DpdEE/Model/Config.php +21 -5
  10. app/code/community/Eabi/DpdEE/Model/Flat.php +54 -5
  11. app/code/community/Eabi/DpdEE/Model/Observer.php +21 -5
  12. app/code/community/Eabi/DpdEE/Model/Payment/Processor.php +21 -5
  13. app/code/community/Eabi/DpdEE/Model/Post.php +25 -5
  14. app/code/community/Eabi/DpdEE/Model/Source/Label/Position.php +21 -5
  15. app/code/community/Eabi/DpdEE/Model/Source/Service.php +21 -5
  16. app/code/community/Eabi/DpdEE/etc/config.xml +22 -6
  17. app/code/community/Eabi/DpdEE/etc/system.xml +21 -5
  18. app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-install-0.1.0.php +21 -5
  19. app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.0-0.1.1.php +21 -5
  20. app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.1-0.1.2.php +21 -5
  21. app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.2-0.1.3.php +21 -5
  22. app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.3-0.1.4.php +21 -5
  23. app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.6-0.1.7.php +21 -5
  24. app/code/community/Eabi/Postoffice/Block/Adminhtml/Config/Form/Field/Remove.php +21 -5
  25. app/code/community/Eabi/Postoffice/Block/Config/Rebuildbutton.php +21 -5
  26. app/code/community/Eabi/Postoffice/Helper/Countrycode.php +21 -5
  27. app/code/community/Eabi/Postoffice/Helper/Data.php +21 -5
  28. app/code/community/Eabi/Postoffice/Model/Carrier/Abstract.php +21 -5
  29. app/code/community/Eabi/Postoffice/Model/Carrier/Result.php +21 -5
  30. app/code/community/Eabi/Postoffice/Model/Carriermodule.php +21 -5
  31. app/code/community/Eabi/Postoffice/Model/Mysql4/Carriermodule.php +21 -5
  32. app/code/community/Eabi/Postoffice/Model/Mysql4/Carriermodule/Collection.php +21 -5
  33. app/code/community/Eabi/Postoffice/Model/Mysql4/Office.php +21 -5
  34. app/code/community/Eabi/Postoffice/Model/Mysql4/Office/Collection.php +21 -5
  35. app/code/community/Eabi/Postoffice/Model/Office.php +21 -5
  36. app/code/community/Eabi/Postoffice/Model/Orderview.php +21 -5
  37. app/code/community/Eabi/Postoffice/Model/Source/Sendevent.php +21 -5
  38. app/code/community/Eabi/Postoffice/Model/Updater.php +21 -5
  39. app/code/community/Eabi/Postoffice/controllers/Adminhtml/PostofficeController.php +21 -5
  40. app/code/community/Eabi/Postoffice/controllers/IndexController.php +21 -5
  41. app/code/community/Eabi/Postoffice/etc/config.xml +21 -5
  42. app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-install-0.1.0.php +21 -5
  43. app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.0-0.1.1.php +21 -5
  44. app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.1-0.1.2.php +21 -5
  45. app/design/adminhtml/default/default/layout/eabi_postoffice.xml +21 -5
  46. app/design/adminhtml/default/default/template/eabi_postoffice/shipping_method_form.phtml +21 -5
  47. app/design/frontend/base/default/layout/eabi_postoffice.xml +21 -5
  48. app/design/frontend/base/default/template/eabi_postoffice/available.phtml +21 -5
  49. app/design/frontend/base/default/template/eabi_postoffice/multishipping.phtml +21 -5
  50. app/design/frontend/base/default/template/eabi_postoffice/shipping.phtml +21 -5
  51. app/design/frontend/base/default/template/eabi_postoffice/tracking/popup.phtml +21 -5
  52. app/etc/modules/Eabi_DpdEE.xml +22 -6
  53. app/etc/modules/Eabi_Postoffice.xml +21 -5
  54. js/eabi_js/eabi_dpdee.js +21 -5
  55. package.xml +5 -6
  56. skin/adminhtml/default/default/eabi_dpdee.css +21 -5
app/code/community/Eabi/DpdEE/Block/Adminhtml/Config/Form/Field/Country.php CHANGED
@@ -2,14 +2,30 @@
2
 
3
  /*
4
 
5
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
- * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
- * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
2
 
3
  /*
4
 
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * or OpenGPL v3 license (GNU Public License V3.0)
10
+ * that is bundled with this package in the file LICENSE.txt.
11
+ * It is also available through the world-wide-web at this URL:
12
+ * http://opensource.org/licenses/osl-3.0.php
13
+ * or
14
+ * http://www.gnu.org/licenses/gpl-3.0.txt
15
+ * If you did not receive a copy of the license and are unable to
16
+ * obtain it through the world-wide-web, please send an email
17
+ * to info@e-abi.ee so we can send you a copy immediately.
18
+ *
19
+ * DISCLAIMER
20
+ *
21
+ * Do not edit or add to this file if you wish to upgrade this module to newer
22
+ * versions in the future.
23
  *
24
  * @category Eabi
25
+ * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
app/code/community/Eabi/DpdEE/Block/Info/Payment.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/DpdEE/Block/Invoice.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/DpdEE/Block/Order/Courier.php CHANGED
@@ -2,14 +2,30 @@
2
 
3
  /*
4
 
5
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
- * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
- * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
2
 
3
  /*
4
 
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * or OpenGPL v3 license (GNU Public License V3.0)
10
+ * that is bundled with this package in the file LICENSE.txt.
11
+ * It is also available through the world-wide-web at this URL:
12
+ * http://opensource.org/licenses/osl-3.0.php
13
+ * or
14
+ * http://www.gnu.org/licenses/gpl-3.0.txt
15
+ * If you did not receive a copy of the license and are unable to
16
+ * obtain it through the world-wide-web, please send an email
17
+ * to info@e-abi.ee so we can send you a copy immediately.
18
+ *
19
+ * DISCLAIMER
20
+ *
21
+ * Do not edit or add to this file if you wish to upgrade this module to newer
22
+ * versions in the future.
23
  *
24
  * @category Eabi
25
+ * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
app/code/community/Eabi/DpdEE/Helper/Data.php CHANGED
@@ -2,14 +2,30 @@
2
 
3
  /*
4
 
5
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
- * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
- * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
2
 
3
  /*
4
 
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * or OpenGPL v3 license (GNU Public License V3.0)
10
+ * that is bundled with this package in the file LICENSE.txt.
11
+ * It is also available through the world-wide-web at this URL:
12
+ * http://opensource.org/licenses/osl-3.0.php
13
+ * or
14
+ * http://www.gnu.org/licenses/gpl-3.0.txt
15
+ * If you did not receive a copy of the license and are unable to
16
+ * obtain it through the world-wide-web, please send an email
17
+ * to info@e-abi.ee so we can send you a copy immediately.
18
+ *
19
+ * DISCLAIMER
20
+ *
21
+ * Do not edit or add to this file if you wish to upgrade this module to newer
22
+ * versions in the future.
23
  *
24
  * @category Eabi
25
+ * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
app/code/community/Eabi/DpdEE/Model/Action/Carrier/Order/Courier.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/DpdEE/Model/Api.php CHANGED
@@ -2,14 +2,30 @@
2
 
3
  /*
4
 
5
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
- * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
- * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
2
 
3
  /*
4
 
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * or OpenGPL v3 license (GNU Public License V3.0)
10
+ * that is bundled with this package in the file LICENSE.txt.
11
+ * It is also available through the world-wide-web at this URL:
12
+ * http://opensource.org/licenses/osl-3.0.php
13
+ * or
14
+ * http://www.gnu.org/licenses/gpl-3.0.txt
15
+ * If you did not receive a copy of the license and are unable to
16
+ * obtain it through the world-wide-web, please send an email
17
+ * to info@e-abi.ee so we can send you a copy immediately.
18
+ *
19
+ * DISCLAIMER
20
+ *
21
+ * Do not edit or add to this file if you wish to upgrade this module to newer
22
+ * versions in the future.
23
  *
24
  * @category Eabi
25
+ * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
app/code/community/Eabi/DpdEE/Model/Button/Courier.php CHANGED
@@ -2,14 +2,30 @@
2
 
3
  /*
4
 
5
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
- * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
- * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
2
 
3
  /*
4
 
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * or OpenGPL v3 license (GNU Public License V3.0)
10
+ * that is bundled with this package in the file LICENSE.txt.
11
+ * It is also available through the world-wide-web at this URL:
12
+ * http://opensource.org/licenses/osl-3.0.php
13
+ * or
14
+ * http://www.gnu.org/licenses/gpl-3.0.txt
15
+ * If you did not receive a copy of the license and are unable to
16
+ * obtain it through the world-wide-web, please send an email
17
+ * to info@e-abi.ee so we can send you a copy immediately.
18
+ *
19
+ * DISCLAIMER
20
+ *
21
+ * Do not edit or add to this file if you wish to upgrade this module to newer
22
+ * versions in the future.
23
  *
24
  * @category Eabi
25
+ * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
app/code/community/Eabi/DpdEE/Model/Config.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/DpdEE/Model/Flat.php CHANGED
@@ -2,14 +2,30 @@
2
 
3
  /*
4
 
5
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
- * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
- * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
@@ -33,6 +49,39 @@ class Eabi_DpdEE_Model_Flat extends Eabi_DpdEE_Model_Post {
33
  protected $_code = Eabi_DpdEE_Model_Config::SHIPPING_METHOD_CODE_FLAT;
34
  protected $_parent_code = Eabi_DpdEE_Model_Config::SHIPPING_METHOD_CODE_PARCEL_TERMINAL;
35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  /**
37
  * Automatic data sending is defined in Parcel terminal module configuration
38
  * @return bool
2
 
3
  /*
4
 
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * or OpenGPL v3 license (GNU Public License V3.0)
10
+ * that is bundled with this package in the file LICENSE.txt.
11
+ * It is also available through the world-wide-web at this URL:
12
+ * http://opensource.org/licenses/osl-3.0.php
13
+ * or
14
+ * http://www.gnu.org/licenses/gpl-3.0.txt
15
+ * If you did not receive a copy of the license and are unable to
16
+ * obtain it through the world-wide-web, please send an email
17
+ * to info@e-abi.ee so we can send you a copy immediately.
18
+ *
19
+ * DISCLAIMER
20
+ *
21
+ * Do not edit or add to this file if you wish to upgrade this module to newer
22
+ * versions in the future.
23
  *
24
  * @category Eabi
25
+ * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
49
  protected $_code = Eabi_DpdEE_Model_Config::SHIPPING_METHOD_CODE_FLAT;
50
  protected $_parent_code = Eabi_DpdEE_Model_Config::SHIPPING_METHOD_CODE_PARCEL_TERMINAL;
51
 
52
+
53
+ /**
54
+ * <p>If disable shipping by product comment is allowed and product's short description in shopping cart contains html comment &lt;!-- no dpd_ee_module --&gt; then it returns false.</p>
55
+ * @param Mage_Shipping_Model_Rate_Request $request
56
+ * @return boolean true if this method is available.
57
+ * @see Eabi_Postoffice_Model_Carrier_Abstract::_isAvailable()
58
+ */
59
+ protected function _isAvailable(Mage_Shipping_Model_Rate_Request $request) {
60
+ $productItem = true;
61
+ if ($this->getConfigData('checkitems') == 1) {
62
+ $productItem = true;
63
+ if ($request->getAllItems()) {
64
+ foreach ($request->getAllItems() as $item) {
65
+ $custom = Mage::getModel('catalog/product')->load($item->getProduct()->getId());
66
+ $desc = $custom->getShortDescription();
67
+ if (stristr($desc, '<!-- no dpd_ee_module -->')) {
68
+ $productItem = false;
69
+ break;
70
+ }
71
+ if (stristr($desc, '<!-- no dpd_ee_courier -->')) {
72
+ $productItem = false;
73
+ break;
74
+ }
75
+ }
76
+ }
77
+ }
78
+ if (!$productItem) {
79
+ return false;
80
+ }
81
+ return true;
82
+ }
83
+
84
+
85
  /**
86
  * Automatic data sending is defined in Parcel terminal module configuration
87
  * @return bool
app/code/community/Eabi/DpdEE/Model/Observer.php CHANGED
@@ -2,14 +2,30 @@
2
 
3
  /*
4
 
5
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
- * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
- * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
2
 
3
  /*
4
 
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * or OpenGPL v3 license (GNU Public License V3.0)
10
+ * that is bundled with this package in the file LICENSE.txt.
11
+ * It is also available through the world-wide-web at this URL:
12
+ * http://opensource.org/licenses/osl-3.0.php
13
+ * or
14
+ * http://www.gnu.org/licenses/gpl-3.0.txt
15
+ * If you did not receive a copy of the license and are unable to
16
+ * obtain it through the world-wide-web, please send an email
17
+ * to info@e-abi.ee so we can send you a copy immediately.
18
+ *
19
+ * DISCLAIMER
20
+ *
21
+ * Do not edit or add to this file if you wish to upgrade this module to newer
22
+ * versions in the future.
23
  *
24
  * @category Eabi
25
+ * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
app/code/community/Eabi/DpdEE/Model/Payment/Processor.php CHANGED
@@ -2,14 +2,30 @@
2
 
3
  /*
4
 
5
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
- * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
- * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
2
 
3
  /*
4
 
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * or OpenGPL v3 license (GNU Public License V3.0)
10
+ * that is bundled with this package in the file LICENSE.txt.
11
+ * It is also available through the world-wide-web at this URL:
12
+ * http://opensource.org/licenses/osl-3.0.php
13
+ * or
14
+ * http://www.gnu.org/licenses/gpl-3.0.txt
15
+ * If you did not receive a copy of the license and are unable to
16
+ * obtain it through the world-wide-web, please send an email
17
+ * to info@e-abi.ee so we can send you a copy immediately.
18
+ *
19
+ * DISCLAIMER
20
+ *
21
+ * Do not edit or add to this file if you wish to upgrade this module to newer
22
+ * versions in the future.
23
  *
24
  * @category Eabi
25
+ * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
app/code/community/Eabi/DpdEE/Model/Post.php CHANGED
@@ -2,14 +2,30 @@
2
 
3
  /*
4
 
5
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
- * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
- * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
@@ -66,6 +82,10 @@ class Eabi_DpdEE_Model_Post extends Eabi_Postoffice_Model_Carrier_Abstract {
66
  $productItem = false;
67
  break;
68
  }
 
 
 
 
69
  }
70
  }
71
  }
2
 
3
  /*
4
 
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * or OpenGPL v3 license (GNU Public License V3.0)
10
+ * that is bundled with this package in the file LICENSE.txt.
11
+ * It is also available through the world-wide-web at this URL:
12
+ * http://opensource.org/licenses/osl-3.0.php
13
+ * or
14
+ * http://www.gnu.org/licenses/gpl-3.0.txt
15
+ * If you did not receive a copy of the license and are unable to
16
+ * obtain it through the world-wide-web, please send an email
17
+ * to info@e-abi.ee so we can send you a copy immediately.
18
+ *
19
+ * DISCLAIMER
20
+ *
21
+ * Do not edit or add to this file if you wish to upgrade this module to newer
22
+ * versions in the future.
23
  *
24
  * @category Eabi
25
+ * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
82
  $productItem = false;
83
  break;
84
  }
85
+ if (stristr($desc, '<!-- no dpd_ee_parcelstore -->')) {
86
+ $productItem = false;
87
+ break;
88
+ }
89
  }
90
  }
91
  }
app/code/community/Eabi/DpdEE/Model/Source/Label/Position.php CHANGED
@@ -2,14 +2,30 @@
2
 
3
  /*
4
 
5
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
- * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
- * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
2
 
3
  /*
4
 
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * or OpenGPL v3 license (GNU Public License V3.0)
10
+ * that is bundled with this package in the file LICENSE.txt.
11
+ * It is also available through the world-wide-web at this URL:
12
+ * http://opensource.org/licenses/osl-3.0.php
13
+ * or
14
+ * http://www.gnu.org/licenses/gpl-3.0.txt
15
+ * If you did not receive a copy of the license and are unable to
16
+ * obtain it through the world-wide-web, please send an email
17
+ * to info@e-abi.ee so we can send you a copy immediately.
18
+ *
19
+ * DISCLAIMER
20
+ *
21
+ * Do not edit or add to this file if you wish to upgrade this module to newer
22
+ * versions in the future.
23
  *
24
  * @category Eabi
25
+ * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
app/code/community/Eabi/DpdEE/Model/Source/Service.php CHANGED
@@ -2,14 +2,30 @@
2
 
3
  /*
4
 
5
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
- * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
- * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
2
 
3
  /*
4
 
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * or OpenGPL v3 license (GNU Public License V3.0)
10
+ * that is bundled with this package in the file LICENSE.txt.
11
+ * It is also available through the world-wide-web at this URL:
12
+ * http://opensource.org/licenses/osl-3.0.php
13
+ * or
14
+ * http://www.gnu.org/licenses/gpl-3.0.txt
15
+ * If you did not receive a copy of the license and are unable to
16
+ * obtain it through the world-wide-web, please send an email
17
+ * to info@e-abi.ee so we can send you a copy immediately.
18
+ *
19
+ * DISCLAIMER
20
+ *
21
+ * Do not edit or add to this file if you wish to upgrade this module to newer
22
+ * versions in the future.
23
  *
24
  * @category Eabi
25
+ * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
app/code/community/Eabi/DpdEE/etc/config.xml CHANGED
@@ -2,14 +2,30 @@
2
  <!--
3
  /*
4
 
5
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
- * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
- * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
@@ -20,7 +36,7 @@
20
  <config>
21
  <modules>
22
  <Eabi_DpdEE>
23
- <version>0.1.8</version>
24
  </Eabi_DpdEE>
25
  </modules>
26
 
2
  <!--
3
  /*
4
 
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * or OpenGPL v3 license (GNU Public License V3.0)
10
+ * that is bundled with this package in the file LICENSE.txt.
11
+ * It is also available through the world-wide-web at this URL:
12
+ * http://opensource.org/licenses/osl-3.0.php
13
+ * or
14
+ * http://www.gnu.org/licenses/gpl-3.0.txt
15
+ * If you did not receive a copy of the license and are unable to
16
+ * obtain it through the world-wide-web, please send an email
17
+ * to info@e-abi.ee so we can send you a copy immediately.
18
+ *
19
+ * DISCLAIMER
20
+ *
21
+ * Do not edit or add to this file if you wish to upgrade this module to newer
22
+ * versions in the future.
23
  *
24
  * @category Eabi
25
+ * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
36
  <config>
37
  <modules>
38
  <Eabi_DpdEE>
39
+ <version>0.1.9</version>
40
  </Eabi_DpdEE>
41
  </modules>
42
 
app/code/community/Eabi/DpdEE/etc/system.xml CHANGED
@@ -2,14 +2,30 @@
2
  <!--
3
  /*
4
 
5
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
- * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
- * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
2
  <!--
3
  /*
4
 
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * or OpenGPL v3 license (GNU Public License V3.0)
10
+ * that is bundled with this package in the file LICENSE.txt.
11
+ * It is also available through the world-wide-web at this URL:
12
+ * http://opensource.org/licenses/osl-3.0.php
13
+ * or
14
+ * http://www.gnu.org/licenses/gpl-3.0.txt
15
+ * If you did not receive a copy of the license and are unable to
16
+ * obtain it through the world-wide-web, please send an email
17
+ * to info@e-abi.ee so we can send you a copy immediately.
18
+ *
19
+ * DISCLAIMER
20
+ *
21
+ * Do not edit or add to this file if you wish to upgrade this module to newer
22
+ * versions in the future.
23
  *
24
  * @category Eabi
25
+ * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-install-0.1.0.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.0-0.1.1.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.1-0.1.2.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.2-0.1.3.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.3-0.1.4.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.6-0.1.7.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/Postoffice/Block/Adminhtml/Config/Form/Field/Remove.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/Postoffice/Block/Config/Rebuildbutton.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/Postoffice/Helper/Countrycode.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/Postoffice/Helper/Data.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/Postoffice/Model/Carrier/Abstract.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/Postoffice/Model/Carrier/Result.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/Postoffice/Model/Carriermodule.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/Postoffice/Model/Mysql4/Carriermodule.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/Postoffice/Model/Mysql4/Carriermodule/Collection.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/Postoffice/Model/Mysql4/Office.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/Postoffice/Model/Mysql4/Office/Collection.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/Postoffice/Model/Office.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/Postoffice/Model/Orderview.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/Postoffice/Model/Source/Sendevent.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/Postoffice/Model/Updater.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/Postoffice/controllers/Adminhtml/PostofficeController.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/Postoffice/controllers/IndexController.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/Postoffice/etc/config.xml CHANGED
@@ -2,14 +2,30 @@
2
  <!--
3
  /*
4
 
5
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
- * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
- * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
2
  <!--
3
  /*
4
 
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * or OpenGPL v3 license (GNU Public License V3.0)
10
+ * that is bundled with this package in the file LICENSE.txt.
11
+ * It is also available through the world-wide-web at this URL:
12
+ * http://opensource.org/licenses/osl-3.0.php
13
+ * or
14
+ * http://www.gnu.org/licenses/gpl-3.0.txt
15
+ * If you did not receive a copy of the license and are unable to
16
+ * obtain it through the world-wide-web, please send an email
17
+ * to info@e-abi.ee so we can send you a copy immediately.
18
+ *
19
+ * DISCLAIMER
20
+ *
21
+ * Do not edit or add to this file if you wish to upgrade this module to newer
22
+ * versions in the future.
23
  *
24
  * @category Eabi
25
+ * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-install-0.1.0.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.0-0.1.1.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.1-0.1.2.php CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/design/adminhtml/default/default/layout/eabi_postoffice.xml CHANGED
@@ -2,14 +2,30 @@
2
  <!--
3
  /*
4
 
5
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
- * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
- * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
2
  <!--
3
  /*
4
 
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * or OpenGPL v3 license (GNU Public License V3.0)
10
+ * that is bundled with this package in the file LICENSE.txt.
11
+ * It is also available through the world-wide-web at this URL:
12
+ * http://opensource.org/licenses/osl-3.0.php
13
+ * or
14
+ * http://www.gnu.org/licenses/gpl-3.0.txt
15
+ * If you did not receive a copy of the license and are unable to
16
+ * obtain it through the world-wide-web, please send an email
17
+ * to info@e-abi.ee so we can send you a copy immediately.
18
+ *
19
+ * DISCLAIMER
20
+ *
21
+ * Do not edit or add to this file if you wish to upgrade this module to newer
22
+ * versions in the future.
23
  *
24
  * @category Eabi
25
+ * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
app/design/adminhtml/default/default/template/eabi_postoffice/shipping_method_form.phtml CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/design/frontend/base/default/layout/eabi_postoffice.xml CHANGED
@@ -2,14 +2,30 @@
2
  <!--
3
  /*
4
 
5
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
- * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
- * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
2
  <!--
3
  /*
4
 
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * or OpenGPL v3 license (GNU Public License V3.0)
10
+ * that is bundled with this package in the file LICENSE.txt.
11
+ * It is also available through the world-wide-web at this URL:
12
+ * http://opensource.org/licenses/osl-3.0.php
13
+ * or
14
+ * http://www.gnu.org/licenses/gpl-3.0.txt
15
+ * If you did not receive a copy of the license and are unable to
16
+ * obtain it through the world-wide-web, please send an email
17
+ * to info@e-abi.ee so we can send you a copy immediately.
18
+ *
19
+ * DISCLAIMER
20
+ *
21
+ * Do not edit or add to this file if you wish to upgrade this module to newer
22
+ * versions in the future.
23
  *
24
  * @category Eabi
25
+ * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
app/design/frontend/base/default/template/eabi_postoffice/available.phtml CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/design/frontend/base/default/template/eabi_postoffice/multishipping.phtml CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/design/frontend/base/default/template/eabi_postoffice/shipping.phtml CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/design/frontend/base/default/template/eabi_postoffice/tracking/popup.phtml CHANGED
@@ -1,14 +1,30 @@
1
  <?php
2
  /*
3
 
4
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
5
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
6
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  *
8
  * @category Eabi
9
- * @package Eabi_Omniva
10
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
11
- * @license http://www.e-abi.ee/litsents
 
12
  * @author Matis Halmann
13
  *
14
 
1
  <?php
2
  /*
3
 
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * or OpenGPL v3 license (GNU Public License V3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * or
13
+ * http://www.gnu.org/licenses/gpl-3.0.txt
14
+ * If you did not receive a copy of the license and are unable to
15
+ * obtain it through the world-wide-web, please send an email
16
+ * to info@e-abi.ee so we can send you a copy immediately.
17
+ *
18
+ * DISCLAIMER
19
+ *
20
+ * Do not edit or add to this file if you wish to upgrade this module to newer
21
+ * versions in the future.
22
  *
23
  * @category Eabi
24
+ * @package Eabi_Dpd
25
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
26
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
27
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
28
  * @author Matis Halmann
29
  *
30
 
app/etc/modules/Eabi_DpdEE.xml CHANGED
@@ -2,14 +2,30 @@
2
  <!--
3
  /*
4
 
5
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
- * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
- * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
@@ -23,7 +39,7 @@
23
  <depends>
24
  <Eabi_Postoffice />
25
  </depends>
26
- <version>0.1.8</version>
27
  </Eabi_DpdEE>
28
  </modules>
29
  </config>
2
  <!--
3
  /*
4
 
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * or OpenGPL v3 license (GNU Public License V3.0)
10
+ * that is bundled with this package in the file LICENSE.txt.
11
+ * It is also available through the world-wide-web at this URL:
12
+ * http://opensource.org/licenses/osl-3.0.php
13
+ * or
14
+ * http://www.gnu.org/licenses/gpl-3.0.txt
15
+ * If you did not receive a copy of the license and are unable to
16
+ * obtain it through the world-wide-web, please send an email
17
+ * to info@e-abi.ee so we can send you a copy immediately.
18
+ *
19
+ * DISCLAIMER
20
+ *
21
+ * Do not edit or add to this file if you wish to upgrade this module to newer
22
+ * versions in the future.
23
  *
24
  * @category Eabi
25
+ * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
39
  <depends>
40
  <Eabi_Postoffice />
41
  </depends>
42
+ <version>0.1.9</version>
43
  </Eabi_DpdEE>
44
  </modules>
45
  </config>
app/etc/modules/Eabi_Postoffice.xml CHANGED
@@ -2,14 +2,30 @@
2
  <!--
3
  /*
4
 
5
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
6
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
7
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @category Eabi
10
- * @package Eabi_Omniva
11
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
12
- * @license http://www.e-abi.ee/litsents
 
13
  * @author Matis Halmann
14
  *
15
 
2
  <!--
3
  /*
4
 
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * or OpenGPL v3 license (GNU Public License V3.0)
10
+ * that is bundled with this package in the file LICENSE.txt.
11
+ * It is also available through the world-wide-web at this URL:
12
+ * http://opensource.org/licenses/osl-3.0.php
13
+ * or
14
+ * http://www.gnu.org/licenses/gpl-3.0.txt
15
+ * If you did not receive a copy of the license and are unable to
16
+ * obtain it through the world-wide-web, please send an email
17
+ * to info@e-abi.ee so we can send you a copy immediately.
18
+ *
19
+ * DISCLAIMER
20
+ *
21
+ * Do not edit or add to this file if you wish to upgrade this module to newer
22
+ * versions in the future.
23
  *
24
  * @category Eabi
25
+ * @package Eabi_Dpd
26
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
27
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
28
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
29
  * @author Matis Halmann
30
  *
31
 
js/eabi_js/eabi_dpdee.js CHANGED
@@ -1,13 +1,29 @@
1
  /*
2
 
3
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
4
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
5
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  *
7
  * @category Eabi
8
- * @package Eabi_Omniva
9
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
10
- * @license http://www.e-abi.ee/litsents
 
11
  * @author Matis Halmann
12
  *
13
 
1
  /*
2
 
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the Open Software License (OSL 3.0)
7
+ * or OpenGPL v3 license (GNU Public License V3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * or
12
+ * http://www.gnu.org/licenses/gpl-3.0.txt
13
+ * If you did not receive a copy of the license and are unable to
14
+ * obtain it through the world-wide-web, please send an email
15
+ * to info@e-abi.ee so we can send you a copy immediately.
16
+ *
17
+ * DISCLAIMER
18
+ *
19
+ * Do not edit or add to this file if you wish to upgrade this module to newer
20
+ * versions in the future.
21
  *
22
  * @category Eabi
23
+ * @package Eabi_Dpd
24
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
25
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
27
  * @author Matis Halmann
28
  *
29
 
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Eabi_DpdEE</name>
4
- <version>0.1.8</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.gnu.org/licenses/gpl-3.0.txt">GNU Public License V3.0</license>
7
  <channel>community</channel>
@@ -17,12 +17,11 @@
17
  &lt;p&gt;Allows to call the courier from Magento admin&lt;/p&gt;&#xD;
18
  &lt;p&gt;Allows cash on delivery payment and allows to set an extra fee per country which will be appended to shipping fee&lt;/p&gt;&#xD;
19
  &lt;p&gt;Intended to use for Estonian merchant who sends parcels to all Baltic states&lt;/p&gt;</description>
20
- <notes>- Fix recoverable error with isCodEnabled and getCodFee functions (remove Mage_Customer_Model_Address parameter type requirement)&#xD;
21
- - Fix error which prohibited confirming the checkout when one of the shipping methods have been disabled via ~/app/etc/modules/*.xml</notes>
22
  <authors><author><name>Matis Matis</name><user>auto-converted</user><email>info@e-abi.ee</email></author></authors>
23
- <date>2014-09-05</date>
24
- <time>19:58:08</time>
25
- <contents><target name="magecommunity"><dir name="Eabi"><dir name="DpdEE"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Country.php" hash="ac807329f5f8f7a29de88383c7f21e6c"/></dir></dir></dir></dir><dir name="Info"><file name="Payment.php" hash="b424b991c6890b9d699d4f556c03ee46"/></dir><dir name="Order"><file name="Courier.php" hash="2fbebeb7071744c4ae7f15eb1b4547de"/></dir><file name="Invoice.php" hash="9a9662f045736ee5dfe4388d7ec79812"/></dir><dir name="Helper"><file name="Data.php" hash="7678f3b688c12e81cce4d2e24fd992a8"/></dir><dir name="Model"><dir name="Action"><dir name="Carrier"><dir name="Order"><file name="Courier.php" hash="baa43b21f386ab27e69ebe1f18327b83"/></dir></dir></dir><dir name="Button"><file name="Courier.php" hash="8d0686262031a0a08cd98a449f41c022"/></dir><dir name="Payment"><file name="Processor.php" hash="a912ab47562d41713779f9613a3dbdee"/></dir><dir name="Source"><dir name="Label"><file name="Position.php" hash="f6ed6b7847865f109b7677004308c3bf"/></dir><file name="Service.php" hash="0ac4715c2e0281b77af4adc6ffdaf65f"/></dir><file name="Api.php" hash="00705626a726cc767eddc9cca221403a"/><file name="Config.php" hash="d1daa79ed2b2d87685756f30dd2a19c8"/><file name="Flat.php" hash="d7b868b68845620970921d08de85daf8"/><file name="Observer.php" hash="8bfb28576ab24bd2d62c436708842e16"/><file name="Post.php" hash="ae5115236e415c1b2a533b9da27eb4e3"/></dir><dir name="etc"><file name="config.xml" hash="761412e717ad8f994bb45ec471ba8ee8"/><file name="system.xml" hash="7c944faf1c314bfc958f75016bfd2e36"/></dir><dir name="sql"><dir name="eabi_dpdee_setup"><file name="mysql4-install-0.1.0.php" hash="f1dcf34349041627402818167d992189"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="fc24a0c7ba3b23401f52af48b71a84c7"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="9da0f5c53e26b3783e713c047a30cac6"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="93b5891f11b2326f8a1095d168d0fd7d"/><file name="mysql4-upgrade-0.1.3-0.1.4.php" hash="4db73f5c5887479906a0b36d883d0646"/><file name="mysql4-upgrade-0.1.6-0.1.7.php" hash="4c643dd815536d240732ddc21b8bf8de"/></dir></dir><file name="CHANGELOG.txt" hash="b8e4c86a3f4f9aac3bd52f05af52c65b"/><file name="LICENCE.txt" hash="0191312e121c0b3e1165619b96efcf9f"/></dir><dir name="Postoffice"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Remove.php" hash="58a08bf0bfa3bc2460cd3b150c3b56c5"/></dir></dir></dir></dir><dir name="Config"><file name="Rebuildbutton.php" hash="a15b3572e5c403dc0274b7d30e133646"/></dir></dir><dir name="Helper"><file name="Countrycode.php" hash="31505ba7615465bdce1aa64d7dc46cf9"/><file name="Data.php" hash="0b6e804b90aa0b3b274cf4325bbb4a26"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="312cdad267280162c12a0a447e18f4bc"/><file name="Result.php" hash="94bf7e06f0141a0bc078b4fa78dbce15"/></dir><dir name="Mysql4"><dir name="Carriermodule"><file name="Collection.php" hash="6a37d48916cab232dbb296ec67c13e87"/></dir><dir name="Office"><file name="Collection.php" hash="5a1435c67cce2c6ad094bbae955312fd"/></dir><file name="Carriermodule.php" hash="30e471aa048600b5d47e4dfad5ac6d52"/><file name="Office.php" hash="961f6818f12ff621dc37c8005cde53dd"/></dir><dir name="Source"><file name="Sendevent.php" hash="3b15f1b02f4c49cabd0d65deb4aec48c"/></dir><file name="Carriermodule.php" hash="2ebc4bbae9b642272896d04f1e4a8d9c"/><file name="Office.php" hash="59b2cb428381853cb9a174d0125a57df"/><file name="Orderview.php" hash="aa2e9b82333b189b41dddc0ce795f146"/><file name="Updater.php" hash="ffbea7be70f6e60a307ad7201127e118"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="PostofficeController.php" hash="1ff0d80e37080cc83e2bfe4ef2113c91"/></dir><file name="IndexController.php" hash="d57aaa5ef52f9bf17988663212021ff3"/></dir><dir name="etc"><file name="config.xml" hash="fa753c8263711a35788075be72246a75"/></dir><dir name="sql"><dir name="eabi_postoffice_setup"><file name="mysql4-install-0.1.0.php" hash="666bff9a0e8a0dea0642701bda468faa"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="6edf5cbc4427a87a91917253b4c22212"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="7bb4e23f135d3270c8218305eb1c0eff"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="eabi_dpdee.xml" hash="85311cb850eb13eadaed47cdc9c44fb3"/><file name="eabi_postoffice.xml" hash="0e359e28f0463730bf41473e0be9951d"/></dir><dir name="template"><dir name="eabi_dpdee"><dir name="order"><file name="courier.phtml" hash="0310f24e96ca3873e78e0e2a0ab26743"/></dir><file name="payment_info.phtml" hash="3f8a01e4bcd2efab555d729bee8335da"/></dir><dir name="eabi_postoffice"><file name="shipping_method_form.phtml" hash="811ec2a699f304ccf76afa0b10a2c2ca"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="eabi_dpdee.xml" hash="27179eee219a0a8c85b87b8d670ae9e1"/><file name="eabi_postoffice.xml" hash="b35c1c8c3a51fa6c4a2bcfc9d67c6c36"/></dir><dir name="template"><dir name="eabi_dpdee"><file name="payment_info.phtml" hash="3f8a01e4bcd2efab555d729bee8335da"/></dir><dir name="eabi_postoffice"><dir name="tracking"><file name="popup.phtml" hash="c99bc6ae13ea19b039b843487ec68a30"/></dir><file name="available.phtml" hash="25cbe14b1a6bcc6b2c451a38cc9cda98"/><file name="multishipping.phtml" hash="51c13e826405e44fb68760e9738eaa65"/><file name="shipping.phtml" hash="849100ee2d3ebcfd86d3c15fac8811bc"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Eabi_Postoffice.xml" hash="78d5fb2f3e088df7a36eb7ebaefd2b0d"/><file name="Eabi_DpdEE.xml" hash="9260ad12fed70ca5477d76a313313c4e"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Eabi_DpdEE.csv" hash="d98963cb668ca0c0174b1503c1eb0a34"/><file name="Eabi_Postoffice.csv" hash="efd07c7191b6787abe38bf13ee199714"/></dir><dir name="et_EE"><file name="Eabi_DpdEE.csv" hash="fe3c32249528cfb77519cff7e90ffb33"/><file name="Eabi_Postoffice.csv" hash="c70858d1325cb13428695e71582cd598"/></dir><dir name="ru_RU"><file name="Eabi_DpdEE.csv" hash="bb76f70e2c91160b11f570651ee0b8ee"/><file name="Eabi_Postoffice.csv" hash="efd07c7191b6787abe38bf13ee199714"/></dir><dir name="hu_HU"><file name="Eabi_Postoffice.csv" hash="efd07c7191b6787abe38bf13ee199714"/></dir><dir name="fi_FI"><file name="Eabi_Postoffice.csv" hash="efd07c7191b6787abe38bf13ee199714"/></dir><dir name="lt_LT"><file name="Eabi_Postoffice.csv" hash="efd07c7191b6787abe38bf13ee199714"/></dir><dir name="sv_SE"><file name="Eabi_Postoffice.csv" hash="fc105fd30ae95f5502e784aca5d8017d"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><file name="eabi_dpdee.css" hash="15bbce63d73ebad9853e2e1bc21ad8ee"/></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="eabi_js"><file name="eabi_dpdee.js" hash="bbedf98813aae2e593f04b9861190d4a"/></dir></dir></target></contents>
26
  <compatible/>
27
  <dependencies><required><package><name>Eabi_Livehandler</name><channel>community</channel><min>0.1.8</min><max>1.0.0</max></package></required></dependencies>
28
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Eabi_DpdEE</name>
4
+ <version>0.1.9</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.gnu.org/licenses/gpl-3.0.txt">GNU Public License V3.0</license>
7
  <channel>community</channel>
17
  &lt;p&gt;Allows to call the courier from Magento admin&lt;/p&gt;&#xD;
18
  &lt;p&gt;Allows cash on delivery payment and allows to set an extra fee per country which will be appended to shipping fee&lt;/p&gt;&#xD;
19
  &lt;p&gt;Intended to use for Estonian merchant who sends parcels to all Baltic states&lt;/p&gt;</description>
20
+ <notes>- Added ability to disable only parcelstore or courier carrier by &lt;!-- no dpd_ee_parcelstore --&gt; and &lt;!-- no dpd_ee_courier --&gt; html comments respectively</notes>
 
21
  <authors><author><name>Matis Matis</name><user>auto-converted</user><email>info@e-abi.ee</email></author></authors>
22
+ <date>2014-09-15</date>
23
+ <time>20:43:25</time>
24
+ <contents><target name="magecommunity"><dir name="Eabi"><dir name="DpdEE"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Country.php" hash="eea442b65d8f6a096e91c3087aa7a1d8"/></dir></dir></dir></dir><dir name="Info"><file name="Payment.php" hash="b2fee225c6e1d5df02cf39b46aa0f8b2"/></dir><dir name="Order"><file name="Courier.php" hash="dc7a838e0cbb5ea83fa706c4f627e397"/></dir><file name="Invoice.php" hash="4b66c452996bfe08f5ff3f0cac346ab1"/></dir><dir name="Helper"><file name="Data.php" hash="e309fa33bbd4eb0d0b607b9428313837"/></dir><dir name="Model"><dir name="Action"><dir name="Carrier"><dir name="Order"><file name="Courier.php" hash="a7188340758f43b53302cd0146467daf"/></dir></dir></dir><dir name="Button"><file name="Courier.php" hash="e18911389141943fb0aa02de7c14574b"/></dir><dir name="Payment"><file name="Processor.php" hash="0cd6e6138c88069b36eae2e37e8e73ff"/></dir><dir name="Source"><dir name="Label"><file name="Position.php" hash="92238059519dcdec87401ef8cafe3fe7"/></dir><file name="Service.php" hash="3f61777107806dd84e360c3d0867b2bb"/></dir><file name="Api.php" hash="083c3534789282ca18e377247fd35bd9"/><file name="Config.php" hash="9adeafdbd2cf7a15128f2ff9b5dacdee"/><file name="Flat.php" hash="77975d48ae295ae15e0b6bc49319856e"/><file name="Observer.php" hash="2c1b22592eb9d7361fe2f42545f75b63"/><file name="Post.php" hash="d41eb1d814e47cd0e78cf0b1b489be99"/></dir><dir name="etc"><file name="config.xml" hash="0865dcdcdc3b671fd6b2cb50f5f5c2ee"/><file name="system.xml" hash="d5a433e6134082292a6c00509bc839b7"/></dir><dir name="sql"><dir name="eabi_dpdee_setup"><file name="mysql4-install-0.1.0.php" hash="9899be85206a5ab3a36cf9acf176f1ba"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="867f9921932996c3a0f77fa9bb2fdb04"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="182c47a3d5fab4a466a07ef996dfe4d1"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="6a7ef422fd05c87c0c7b29557cd064ae"/><file name="mysql4-upgrade-0.1.3-0.1.4.php" hash="3c20db4f5d9de485f51b4cb28ca9eb87"/><file name="mysql4-upgrade-0.1.6-0.1.7.php" hash="d54424c11c48db64ed514ced1df4d60c"/></dir></dir><file name="CHANGELOG.txt" hash="b8e4c86a3f4f9aac3bd52f05af52c65b"/><file name="LICENCE.txt" hash="0191312e121c0b3e1165619b96efcf9f"/></dir><dir name="Postoffice"><dir name="Block"><dir name="Adminhtml"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Remove.php" hash="11818c816c7e37c0f37e8732d02d7711"/></dir></dir></dir></dir><dir name="Config"><file name="Rebuildbutton.php" hash="b54ac12fa93514f5fd772e4512be945e"/></dir></dir><dir name="Helper"><file name="Countrycode.php" hash="11b598e6008f18baa7dafc3b579c6c96"/><file name="Data.php" hash="9a1611526773ae349e8cc1d036fb7f45"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="d1d4b2db38aac6f6b5a41a535cea00fe"/><file name="Result.php" hash="452b5250a1eeaa2647106d896f170f0e"/></dir><dir name="Mysql4"><dir name="Carriermodule"><file name="Collection.php" hash="8ccfde755a7ef4d3eecb09144919ae9a"/></dir><dir name="Office"><file name="Collection.php" hash="26894ab3a3079edf21a722b46d495d07"/></dir><file name="Carriermodule.php" hash="06fb7663d449a1a559e482807e8a8e9e"/><file name="Office.php" hash="f1ab374d9041692dabd1a1c569bc5065"/></dir><dir name="Source"><file name="Sendevent.php" hash="4d0a215ab10eb52c4de46a66155899b8"/></dir><file name="Carriermodule.php" hash="cc4ad05756dc8f8fbb66e5a3561d61ea"/><file name="Office.php" hash="6f3829a91a2d3c474f0127de8e8279da"/><file name="Orderview.php" hash="b319d0e8ae54630cc503c35630156081"/><file name="Updater.php" hash="1bd7d37a9a2e814e85a14b3c669ef4ba"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="PostofficeController.php" hash="cd4fd08232d9723e9b2bd4e516f1f6b1"/></dir><file name="IndexController.php" hash="43f17e0e603d6e671db1e4cd49938dc8"/></dir><dir name="etc"><file name="config.xml" hash="0dd6d11c44f49285d873e2d978b7442c"/></dir><dir name="sql"><dir name="eabi_postoffice_setup"><file name="mysql4-install-0.1.0.php" hash="6c8c1a726bbebeaa707b007bdff592d9"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="641d3015c6f3b761759a882ed8fea5c2"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="c61dcac734cc0be364afe3262a710729"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="eabi_dpdee.xml" hash="85311cb850eb13eadaed47cdc9c44fb3"/><file name="eabi_postoffice.xml" hash="458f5c47dbdfc1ab1528e200d5d8f932"/></dir><dir name="template"><dir name="eabi_dpdee"><dir name="order"><file name="courier.phtml" hash="0310f24e96ca3873e78e0e2a0ab26743"/></dir><file name="payment_info.phtml" hash="3f8a01e4bcd2efab555d729bee8335da"/></dir><dir name="eabi_postoffice"><file name="shipping_method_form.phtml" hash="542898a02261b0bccf075424fd0b4903"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="eabi_dpdee.xml" hash="27179eee219a0a8c85b87b8d670ae9e1"/><file name="eabi_postoffice.xml" hash="1af217a15c9429cf194ea2cf111fac69"/></dir><dir name="template"><dir name="eabi_dpdee"><file name="payment_info.phtml" hash="3f8a01e4bcd2efab555d729bee8335da"/></dir><dir name="eabi_postoffice"><dir name="tracking"><file name="popup.phtml" hash="c6d8cc592aaa7bee1ec20dc1c202d841"/></dir><file name="available.phtml" hash="0afb1521ac8c2ab4c80364dd3cef051a"/><file name="multishipping.phtml" hash="f27c3d8ac939a97ab160feef8f5370d1"/><file name="shipping.phtml" hash="b041efafbcbbea2f2b4a6584cba83e2f"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Eabi_Postoffice.xml" hash="128f7e52794b156b46c9747ebac0ad96"/><file name="Eabi_DpdEE.xml" hash="942c509dc290a09d070bb503301fe1a3"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Eabi_DpdEE.csv" hash="d98963cb668ca0c0174b1503c1eb0a34"/><file name="Eabi_Postoffice.csv" hash="efd07c7191b6787abe38bf13ee199714"/></dir><dir name="et_EE"><file name="Eabi_DpdEE.csv" hash="fe3c32249528cfb77519cff7e90ffb33"/><file name="Eabi_Postoffice.csv" hash="c70858d1325cb13428695e71582cd598"/></dir><dir name="ru_RU"><file name="Eabi_DpdEE.csv" hash="bb76f70e2c91160b11f570651ee0b8ee"/><file name="Eabi_Postoffice.csv" hash="efd07c7191b6787abe38bf13ee199714"/></dir><dir name="hu_HU"><file name="Eabi_Postoffice.csv" hash="efd07c7191b6787abe38bf13ee199714"/></dir><dir name="fi_FI"><file name="Eabi_Postoffice.csv" hash="efd07c7191b6787abe38bf13ee199714"/></dir><dir name="lt_LT"><file name="Eabi_Postoffice.csv" hash="efd07c7191b6787abe38bf13ee199714"/></dir><dir name="sv_SE"><file name="Eabi_Postoffice.csv" hash="fc105fd30ae95f5502e784aca5d8017d"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><file name="eabi_dpdee.css" hash="fc08519f26a3b0819b4c925bd2f1ef1a"/></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="eabi_js"><file name="eabi_dpdee.js" hash="1339c149edea070f9908ceb2e7bf559d"/></dir></dir></target></contents>
25
  <compatible/>
26
  <dependencies><required><package><name>Eabi_Livehandler</name><channel>community</channel><min>0.1.8</min><max>1.0.0</max></package></required></dependencies>
27
  </package>
skin/adminhtml/default/default/eabi_dpdee.css CHANGED
@@ -1,13 +1,29 @@
1
  /*
2
 
3
- * Käesoleva loomingu autoriõigused kuuluvad Matis Halmannile ja Aktsiamaailm OU-le
4
- * Litsentsitingimused on saadaval http://www.e-abi.ee/litsents
5
- *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  *
7
  * @category Eabi
8
- * @package Eabi_Omniva
9
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
10
- * @license http://www.e-abi.ee/litsents
 
11
  * @author Matis Halmann
12
  *
13
 
1
  /*
2
 
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the Open Software License (OSL 3.0)
7
+ * or OpenGPL v3 license (GNU Public License V3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * or
12
+ * http://www.gnu.org/licenses/gpl-3.0.txt
13
+ * If you did not receive a copy of the license and are unable to
14
+ * obtain it through the world-wide-web, please send an email
15
+ * to info@e-abi.ee so we can send you a copy immediately.
16
+ *
17
+ * DISCLAIMER
18
+ *
19
+ * Do not edit or add to this file if you wish to upgrade this module to newer
20
+ * versions in the future.
21
  *
22
  * @category Eabi
23
+ * @package Eabi_Dpd
24
  * @copyright Copyright (c) 2014 Aktsiamaailm LLC (http://en.e-abi.ee/)
25
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
26
+ * @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
27
  * @author Matis Halmann
28
  *
29