Version Notes
- Added ability to send e-mails with attachments
Download this release
Release Info
Developer | Magento Core Team |
Extension | Eabi_DpdEE |
Version | 0.1.14 |
Comparing to | |
See all releases |
Code changes from version 0.1.13 to 0.1.14
- app/code/community/Eabi/DpdEE/Block/Adminhtml/Config/Form/Field/Country.php +6 -22
- app/code/community/Eabi/DpdEE/Block/Info/Payment.php +6 -22
- app/code/community/Eabi/DpdEE/Block/Invoice.php +6 -22
- app/code/community/Eabi/DpdEE/Block/Order/Courier.php +6 -22
- app/code/community/Eabi/DpdEE/CHANGELOG.txt +2 -0
- app/code/community/Eabi/DpdEE/Helper/Data.php +6 -22
- app/code/community/Eabi/DpdEE/Model/Action/Carrier/Order/Courier.php +6 -22
- app/code/community/Eabi/DpdEE/Model/Api.php +6 -22
- app/code/community/Eabi/DpdEE/Model/Button/Courier.php +6 -22
- app/code/community/Eabi/DpdEE/Model/Config.php +6 -22
- app/code/community/Eabi/DpdEE/Model/Flat.php +6 -22
- app/code/community/Eabi/DpdEE/Model/Observer.php +6 -22
- app/code/community/Eabi/DpdEE/Model/Payment/Processor.php +6 -22
- app/code/community/Eabi/DpdEE/Model/Post.php +6 -22
- app/code/community/Eabi/DpdEE/Model/Source/Label/Position.php +6 -22
- app/code/community/Eabi/DpdEE/Model/Source/Service.php +6 -22
- app/code/community/Eabi/DpdEE/etc/config.xml +7 -23
- app/code/community/Eabi/DpdEE/etc/system.xml +6 -22
- app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-install-0.1.0.php +6 -22
- app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.0-0.1.1.php +6 -22
- app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.1-0.1.2.php +6 -22
- app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.2-0.1.3.php +6 -22
- app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.3-0.1.4.php +6 -22
- app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.6-0.1.7.php +6 -22
- app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.9-0.1.10.php +6 -22
- app/code/community/Eabi/Postoffice/Block/Adminhtml/Config/Form/Field/License.php +6 -22
- app/code/community/Eabi/Postoffice/Block/Adminhtml/Config/Form/Field/Remove.php +6 -22
- app/code/community/Eabi/Postoffice/Block/Config/Rebuildbutton.php +6 -22
- app/code/community/Eabi/Postoffice/Helper/Countrycode.php +6 -22
- app/code/community/Eabi/Postoffice/Helper/Data.php +22 -26
- app/code/community/Eabi/Postoffice/Model/Carrier/Abstract.php +6 -22
- app/code/community/Eabi/Postoffice/Model/Carrier/Result.php +6 -22
- app/code/community/Eabi/Postoffice/Model/Carriermodule.php +6 -22
- app/code/community/Eabi/Postoffice/Model/Email/Template/Mailer.php +83 -0
- app/code/community/Eabi/Postoffice/Model/Mysql4/Carriermodule.php +6 -22
- app/code/community/Eabi/Postoffice/Model/Mysql4/Carriermodule/Collection.php +6 -22
- app/code/community/Eabi/Postoffice/Model/Mysql4/Office.php +6 -22
- app/code/community/Eabi/Postoffice/Model/Mysql4/Office/Collection.php +6 -22
- app/code/community/Eabi/Postoffice/Model/Observer.php +35 -26
- app/code/community/Eabi/Postoffice/Model/Office.php +6 -22
- app/code/community/Eabi/Postoffice/Model/Orderview.php +6 -22
- app/code/community/Eabi/Postoffice/Model/Source/Sendevent.php +6 -22
- app/code/community/Eabi/Postoffice/Model/Updater.php +6 -22
- app/code/community/Eabi/Postoffice/controllers/Adminhtml/PostofficeController.php +6 -22
- app/code/community/Eabi/Postoffice/controllers/IndexController.php +6 -22
- app/code/community/Eabi/Postoffice/etc/config.xml +7 -23
- app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-install-0.1.0.php +6 -22
- app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.0-0.1.1.php +6 -22
- app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.1-0.1.2.php +6 -22
- app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.5-0.1.6.php +6 -22
- app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.6-0.1.7.php +6 -22
- app/design/adminhtml/default/default/layout/eabi_postoffice.xml +6 -22
- app/design/adminhtml/default/default/template/eabi_postoffice/shipping_method_form.phtml +6 -22
- app/design/frontend/base/default/layout/eabi_postoffice.xml +6 -22
- app/design/frontend/base/default/template/eabi_postoffice/available.phtml +6 -22
- app/design/frontend/base/default/template/eabi_postoffice/multishipping.phtml +6 -22
- app/design/frontend/base/default/template/eabi_postoffice/shipping.phtml +6 -22
- app/design/frontend/base/default/template/eabi_postoffice/tracking/popup.phtml +6 -22
- app/etc/modules/Eabi_DpdEE.xml +7 -23
- app/etc/modules/Eabi_Postoffice.xml +7 -23
- js/eabi_js/eabi_dpdee.js +6 -22
- package.xml +5 -6
- skin/adminhtml/default/default/eabi_dpdee.css +6 -22
- skin/adminhtml/default/default/eabi_postoffice.css +6 -22
- skin/frontend/base/default/css/eabi_postoffice.css +6 -22
- skin/frontend/default/default/css/eabi_postoffice.css +6 -22
app/code/community/Eabi/DpdEE/Block/Adminhtml/Config/Form/Field/Country.php
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
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_Itella
|
11 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/code/community/Eabi/DpdEE/Block/Info/Payment.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/DpdEE/Block/Invoice.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/DpdEE/Block/Order/Courier.php
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
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_Itella
|
11 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/code/community/Eabi/DpdEE/CHANGELOG.txt
CHANGED
@@ -44,4 +44,6 @@
|
|
44 |
- Added ability to log requests to a file
|
45 |
- Sh_company field is populated properly
|
46 |
|
|
|
|
|
47 |
|
44 |
- Added ability to log requests to a file
|
45 |
- Sh_company field is populated properly
|
46 |
|
47 |
+
0.1.14
|
48 |
+
- Added ability to send e-mails with attachments
|
49 |
|
app/code/community/Eabi/DpdEE/Helper/Data.php
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
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_Itella
|
11 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/code/community/Eabi/DpdEE/Model/Action/Carrier/Order/Courier.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/DpdEE/Model/Api.php
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
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_Itella
|
11 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/code/community/Eabi/DpdEE/Model/Button/Courier.php
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
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_Itella
|
11 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/code/community/Eabi/DpdEE/Model/Config.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/DpdEE/Model/Flat.php
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
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_Itella
|
11 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/code/community/Eabi/DpdEE/Model/Observer.php
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
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_Itella
|
11 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/code/community/Eabi/DpdEE/Model/Payment/Processor.php
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
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_Itella
|
11 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/code/community/Eabi/DpdEE/Model/Post.php
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
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_Itella
|
11 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/code/community/Eabi/DpdEE/Model/Source/Label/Position.php
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
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_Itella
|
11 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/code/community/Eabi/DpdEE/Model/Source/Service.php
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
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_Itella
|
11 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/code/community/Eabi/DpdEE/etc/config.xml
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
<!--
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
@@ -36,7 +20,7 @@
|
|
36 |
<config>
|
37 |
<modules>
|
38 |
<Eabi_DpdEE>
|
39 |
-
<version>0.1.
|
40 |
</Eabi_DpdEE>
|
41 |
</modules>
|
42 |
|
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_Itella
|
11 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
20 |
<config>
|
21 |
<modules>
|
22 |
<Eabi_DpdEE>
|
23 |
+
<version>0.1.14</version>
|
24 |
</Eabi_DpdEE>
|
25 |
</modules>
|
26 |
|
app/code/community/Eabi/DpdEE/etc/system.xml
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
<!--
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
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_Itella
|
11 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-install-0.1.0.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.0-0.1.1.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.1-0.1.2.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.2-0.1.3.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.3-0.1.4.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.6-0.1.7.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/DpdEE/sql/eabi_dpdee_setup/mysql4-upgrade-0.1.9-0.1.10.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Block/Adminhtml/Config/Form/Field/License.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Block/Adminhtml/Config/Form/Field/Remove.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Block/Config/Rebuildbutton.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Helper/Countrycode.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Helper/Data.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
30 |
|
@@ -349,17 +333,21 @@ class Eabi_Postoffice_Helper_Data extends Mage_Core_Helper_Abstract {
|
|
349 |
if ($result) {
|
350 |
$order->addStatusHistoryComment(print_r($result, true));
|
351 |
|
352 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
353 |
Mage::dispatchEvent('eabi_postoffice_autosend_data_success', array(
|
354 |
'request' => $request,
|
355 |
'shipment_method' => $shippingMethodModel,
|
356 |
'order' => $order,
|
357 |
'result' => $result,
|
358 |
));
|
359 |
-
} else {
|
360 |
-
$order->addStatusHistoryComment($this->__('Automatic data sending not applicable'));
|
361 |
}
|
362 |
-
$order->save();
|
363 |
} catch (Exception $e) {
|
364 |
$order->addStatusHistoryComment($e->__toString());
|
365 |
$order->save();
|
@@ -597,6 +585,14 @@ class Eabi_Postoffice_Helper_Data extends Mage_Core_Helper_Abstract {
|
|
597 |
protected function _getCarrierModuleModel() {
|
598 |
return Mage::getModel('eabi_postoffice/carriermodule');
|
599 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
600 |
|
601 |
|
602 |
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
333 |
if ($result) {
|
334 |
$order->addStatusHistoryComment(print_r($result, true));
|
335 |
|
336 |
+
} else {
|
337 |
+
$order->addStatusHistoryComment($this->__('Automatic data sending not applicable'));
|
338 |
+
}
|
339 |
+
$order->save();
|
340 |
+
|
341 |
+
if ($result) {
|
342 |
+
//reload the order, otherwise system may not understand if the order has barcode or pdf
|
343 |
+
$order = $this->_getOrderModel()->load($order->getId());
|
344 |
Mage::dispatchEvent('eabi_postoffice_autosend_data_success', array(
|
345 |
'request' => $request,
|
346 |
'shipment_method' => $shippingMethodModel,
|
347 |
'order' => $order,
|
348 |
'result' => $result,
|
349 |
));
|
|
|
|
|
350 |
}
|
|
|
351 |
} catch (Exception $e) {
|
352 |
$order->addStatusHistoryComment($e->__toString());
|
353 |
$order->save();
|
585 |
protected function _getCarrierModuleModel() {
|
586 |
return Mage::getModel('eabi_postoffice/carriermodule');
|
587 |
}
|
588 |
+
|
589 |
+
/**
|
590 |
+
*
|
591 |
+
* @return Mage_Sales_Model_Order
|
592 |
+
*/
|
593 |
+
protected function _getOrderModel() {
|
594 |
+
return Mage::getModel('sales/order');
|
595 |
+
}
|
596 |
|
597 |
|
598 |
|
app/code/community/Eabi/Postoffice/Model/Carrier/Abstract.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Model/Carrier/Result.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Model/Carriermodule.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Model/Email/Template/Mailer.php
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
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_Itella
|
11 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
13 |
+
* @author Matis Halmann
|
14 |
+
*
|
15 |
+
|
16 |
+
*/
|
17 |
+
|
18 |
+
/**
|
19 |
+
* <p>Extends Magento Mailer to add attachment functionality and monitor status of mail send action</p>
|
20 |
+
*
|
21 |
+
* @author Matis
|
22 |
+
*/
|
23 |
+
class Eabi_Postoffice_Model_Email_Template_Mailer extends Mage_Core_Model_Email_Template_Mailer {
|
24 |
+
|
25 |
+
/**
|
26 |
+
* Send all emails from email list
|
27 |
+
* @see self::$_emailInfos
|
28 |
+
*
|
29 |
+
* @return Eabi_Postoffice_Model_Email_Template_Mailer
|
30 |
+
*/
|
31 |
+
public function send()
|
32 |
+
{
|
33 |
+
$emailTemplate = $this->getEmailTemplate();
|
34 |
+
// Send all emails from corresponding list
|
35 |
+
while (!empty($this->_emailInfos)) {
|
36 |
+
$emailInfo = array_pop($this->_emailInfos);
|
37 |
+
// Handle "Bcc" recepients of the current email
|
38 |
+
$emailTemplate->addBcc($emailInfo->getBccEmails());
|
39 |
+
// Set required design parameters and delegate email sending to Mage_Core_Model_Email_Template
|
40 |
+
$emailTemplate->setDesignConfig(array('area' => 'frontend', 'store' => $this->getStoreId()))
|
41 |
+
->sendTransactional(
|
42 |
+
$this->getTemplateId(),
|
43 |
+
$this->getSender(),
|
44 |
+
$emailInfo->getToEmails(),
|
45 |
+
$emailInfo->getToNames(),
|
46 |
+
$this->getTemplateParams(),
|
47 |
+
$this->getStoreId()
|
48 |
+
);
|
49 |
+
}
|
50 |
+
return $this;
|
51 |
+
}
|
52 |
+
|
53 |
+
/**
|
54 |
+
* <p>Resets email sender</p>
|
55 |
+
* @return Eabi_Postoffice_Model_Email_Template_Mailer
|
56 |
+
*/
|
57 |
+
public function resetEmailTemplate() {
|
58 |
+
$this->unsetData('email_template');
|
59 |
+
return $this;
|
60 |
+
}
|
61 |
+
|
62 |
+
/**
|
63 |
+
*
|
64 |
+
* @return Mage_Core_Model_Email_Template
|
65 |
+
*/
|
66 |
+
public function getEmailTemplate() {
|
67 |
+
if ($this->hasData('email_template')) {
|
68 |
+
return $this->getData('email_template');
|
69 |
+
}
|
70 |
+
$this->setData('email_template', $this->_getEmailTemplateModel());
|
71 |
+
return $this->getData('email_template');
|
72 |
+
}
|
73 |
+
|
74 |
+
/**
|
75 |
+
*
|
76 |
+
* @return Mage_Core_Model_Email_Template
|
77 |
+
*/
|
78 |
+
protected function _getEmailTemplateModel() {
|
79 |
+
return Mage::getModel('core/email_template');
|
80 |
+
}
|
81 |
+
|
82 |
+
|
83 |
+
}
|
app/code/community/Eabi/Postoffice/Model/Mysql4/Carriermodule.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Model/Mysql4/Carriermodule/Collection.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Model/Mysql4/Office.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Model/Mysql4/Office/Collection.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Model/Observer.php
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
@@ -141,6 +125,9 @@ class Eabi_Postoffice_Model_Observer {
|
|
141 |
|
142 |
$mailer = $this->_getEmailerModel();
|
143 |
|
|
|
|
|
|
|
144 |
|
145 |
|
146 |
Mage::dispatchEvent('eabi_' . $shipmentMethod->getCode() . '_autosend_data_success', array(
|
@@ -167,11 +154,33 @@ class Eabi_Postoffice_Model_Observer {
|
|
167 |
)
|
168 |
);
|
169 |
|
170 |
-
|
171 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
172 |
$mailer->send();
|
173 |
|
|
|
|
|
|
|
|
|
|
|
174 |
|
|
|
175 |
|
176 |
|
177 |
}
|
@@ -180,10 +189,10 @@ class Eabi_Postoffice_Model_Observer {
|
|
180 |
|
181 |
/**
|
182 |
*
|
183 |
-
* @return
|
184 |
*/
|
185 |
protected function _getEmailerModel() {
|
186 |
-
return Mage::getModel('
|
187 |
}
|
188 |
|
189 |
/**
|
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_Itella
|
11 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
125 |
|
126 |
$mailer = $this->_getEmailerModel();
|
127 |
|
128 |
+
if ($shipmentMethod->getConfigData('enable_log')) {
|
129 |
+
Mage::log('auto-send-success-for carrier:' . $shipmentMethod->getCode(), Zend_Log::DEBUG, get_class($shipmentMethod) . '.log');
|
130 |
+
}
|
131 |
|
132 |
|
133 |
Mage::dispatchEvent('eabi_' . $shipmentMethod->getCode() . '_autosend_data_success', array(
|
154 |
)
|
155 |
);
|
156 |
|
157 |
+
if ($shipmentMethod->getConfigData('enable_log')) {
|
158 |
+
Mage::log('customer note', Zend_Log::DEBUG, get_class($shipmentMethod) . '.log');
|
159 |
+
Mage::log(print_r($order->getCustomerNote(), true), Zend_Log::DEBUG, get_class($shipmentMethod) . '.log');
|
160 |
+
}
|
161 |
+
|
162 |
+
//add the attachment
|
163 |
+
if ($barcodePdf = $shipmentMethod->getBarcodePdf($order)) {
|
164 |
+
$at = $mailer->getEmailTemplate()->getMail()
|
165 |
+
->createAttachment($barcodePdf);
|
166 |
+
$at->type = 'application/pdf';
|
167 |
+
$at->filename = $barcode . '.pdf';
|
168 |
+
if ($shipmentMethod->getConfigData('enable_log')) {
|
169 |
+
Mage::log('adding attachment', Zend_Log::DEBUG, get_class($shipmentMethod) . '.log');
|
170 |
+
Mage::log(print_r($at->filename, true), Zend_Log::DEBUG, get_class($shipmentMethod) . '.log');
|
171 |
+
}
|
172 |
+
}
|
173 |
+
|
174 |
+
//send the e-mail
|
175 |
$mailer->send();
|
176 |
|
177 |
+
if ($shipmentMethod->getConfigData('enable_log')) {
|
178 |
+
Mage::log('mail send result', Zend_Log::DEBUG, get_class($shipmentMethod) . '.log');
|
179 |
+
Mage::log(print_r($mailer->getEmailTemplate()->getSentSuccess(), true), Zend_Log::DEBUG, get_class($shipmentMethod) . '.log');
|
180 |
+
}
|
181 |
+
|
182 |
|
183 |
+
$mailer->resetEmailTemplate();
|
184 |
|
185 |
|
186 |
}
|
189 |
|
190 |
/**
|
191 |
*
|
192 |
+
* @return Eabi_Postoffice_Model_Email_Template_Mailer
|
193 |
*/
|
194 |
protected function _getEmailerModel() {
|
195 |
+
return Mage::getModel('eabi_postoffice/email_template_mailer');
|
196 |
}
|
197 |
|
198 |
/**
|
app/code/community/Eabi/Postoffice/Model/Office.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Model/Orderview.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Model/Source/Sendevent.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/Model/Updater.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/controllers/Adminhtml/PostofficeController.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/controllers/IndexController.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/etc/config.xml
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
<!--
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
@@ -36,7 +20,7 @@
|
|
36 |
<config>
|
37 |
<modules>
|
38 |
<Eabi_Postoffice>
|
39 |
-
<version>0.1.
|
40 |
</Eabi_Postoffice>
|
41 |
</modules>
|
42 |
|
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_Itella
|
11 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
20 |
<config>
|
21 |
<modules>
|
22 |
<Eabi_Postoffice>
|
23 |
+
<version>0.1.9</version>
|
24 |
</Eabi_Postoffice>
|
25 |
</modules>
|
26 |
|
app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-install-0.1.0.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.0-0.1.1.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.1-0.1.2.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.5-0.1.6.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/code/community/Eabi/Postoffice/sql/eabi_postoffice_setup/mysql4-upgrade-0.1.6-0.1.7.php
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/design/adminhtml/default/default/layout/eabi_postoffice.xml
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
<!--
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
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_Itella
|
11 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/design/adminhtml/default/default/template/eabi_postoffice/shipping_method_form.phtml
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/design/frontend/base/default/layout/eabi_postoffice.xml
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
<!--
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
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_Itella
|
11 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
app/design/frontend/base/default/template/eabi_postoffice/available.phtml
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/design/frontend/base/default/template/eabi_postoffice/multishipping.phtml
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/design/frontend/base/default/template/eabi_postoffice/shipping.phtml
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/design/frontend/base/default/template/eabi_postoffice/tracking/popup.phtml
CHANGED
@@ -1,30 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
|
4 |
-
*
|
5 |
-
*
|
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
|
25 |
-
* @copyright Copyright (c)
|
26 |
-
* @license http://
|
27 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
28 |
* @author Matis Halmann
|
29 |
*
|
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_Itella
|
10 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
11 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
12 |
* @author Matis Halmann
|
13 |
*
|
14 |
|
app/etc/modules/Eabi_DpdEE.xml
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
<!--
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
@@ -39,7 +23,7 @@
|
|
39 |
<depends>
|
40 |
<Eabi_Postoffice />
|
41 |
</depends>
|
42 |
-
<version>0.1.
|
43 |
</Eabi_DpdEE>
|
44 |
</modules>
|
45 |
</config>
|
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_Itella
|
11 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
23 |
<depends>
|
24 |
<Eabi_Postoffice />
|
25 |
</depends>
|
26 |
+
<version>0.1.14</version>
|
27 |
</Eabi_DpdEE>
|
28 |
</modules>
|
29 |
</config>
|
app/etc/modules/Eabi_Postoffice.xml
CHANGED
@@ -2,30 +2,14 @@
|
|
2 |
<!--
|
3 |
/*
|
4 |
|
5 |
-
*
|
6 |
-
*
|
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
|
26 |
-
* @copyright Copyright (c)
|
27 |
-
* @license http://
|
28 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
29 |
* @author Matis Halmann
|
30 |
*
|
31 |
|
@@ -42,7 +26,7 @@
|
|
42 |
<Mage_Shipping />
|
43 |
<Eabi_Livehandler />
|
44 |
</depends>
|
45 |
-
<version>0.1.
|
46 |
</Eabi_Postoffice>
|
47 |
</modules>
|
48 |
</config>
|
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_Itella
|
11 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
12 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
13 |
* @author Matis Halmann
|
14 |
*
|
15 |
|
26 |
<Mage_Shipping />
|
27 |
<Eabi_Livehandler />
|
28 |
</depends>
|
29 |
+
<version>0.1.9</version>
|
30 |
</Eabi_Postoffice>
|
31 |
</modules>
|
32 |
</config>
|
js/eabi_js/eabi_dpdee.js
CHANGED
@@ -1,29 +1,13 @@
|
|
1 |
/*
|
2 |
|
3 |
-
*
|
4 |
-
*
|
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
|
24 |
-
* @copyright Copyright (c)
|
25 |
-
* @license http://
|
26 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
27 |
* @author Matis Halmann
|
28 |
*
|
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_Itella
|
9 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
10 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
11 |
* @author Matis Halmann
|
12 |
*
|
13 |
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Eabi_DpdEE</name>
|
4 |
-
<version>0.1.
|
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 |
<p>Allows to call the courier from Magento admin</p>
|
18 |
<p>Allows cash on delivery payment and allows to set an extra fee per country which will be appended to shipping fee</p>
|
19 |
<p>Intended to use for Estonian merchant who sends parcels to all Baltic states</p></description>
|
20 |
-
<notes>- Added ability to
|
21 |
-
- Sh_company field is populated properly</notes>
|
22 |
<authors><author><name>Matis Matis</name><user>auto-converted</user><email>info@e-abi.ee</email></author></authors>
|
23 |
-
<date>2015-
|
24 |
-
<time>21:
|
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="
|
26 |
<compatible/>
|
27 |
<dependencies><required><package><name>Eabi_Livehandler</name><channel>community</channel><min>0.1.9</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.14</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 |
<p>Allows to call the courier from Magento admin</p>
|
18 |
<p>Allows cash on delivery payment and allows to set an extra fee per country which will be appended to shipping fee</p>
|
19 |
<p>Intended to use for Estonian merchant who sends parcels to all Baltic states</p></description>
|
20 |
+
<notes>- Added ability to send e-mails with attachments</notes>
|
|
|
21 |
<authors><author><name>Matis Matis</name><user>auto-converted</user><email>info@e-abi.ee</email></author></authors>
|
22 |
+
<date>2015-03-06</date>
|
23 |
+
<time>21:18:46</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="f0758aa72280ac11eacb486d018b6135"/></dir></dir></dir></dir><dir name="Info"><file name="Payment.php" hash="09ee71b470d40e48b1c39f1bab0d55dd"/></dir><dir name="Order"><file name="Courier.php" hash="a35ff75545a35276a918035aee1c064e"/></dir><file name="Invoice.php" hash="fddf219d6fd48c6d4ed43dfca3a67a85"/></dir><dir name="Helper"><file name="Data.php" hash="8579a93ae14446c74af11bdff41e879c"/></dir><dir name="Model"><dir name="Action"><dir name="Carrier"><dir name="Order"><file name="Courier.php" hash="886dbd3ef3b0c9d7c470fa990efd9ff1"/></dir></dir></dir><dir name="Button"><file name="Courier.php" hash="a6f28316e33a3726fd63b60baefa4bfe"/></dir><dir name="Payment"><file name="Processor.php" hash="8e596c89df50dcffe74a262e9877fc37"/></dir><dir name="Source"><dir name="Label"><file name="Position.php" hash="6025f75ae387bcef77e948f304feb25b"/></dir><file name="Service.php" hash="d12354cf16ea509c84261754017488d2"/></dir><file name="Api.php" hash="3ee7984fc02152f246b50393e9bbaf6d"/><file name="Config.php" hash="e886465b3a533d720567f237babd6767"/><file name="Flat.php" hash="1a37d701f3c7325d8cd5e2459d148975"/><file name="Observer.php" hash="03c40bf0320fdd3cb9d50352e57fd503"/><file name="Post.php" hash="cdd7e44af258574c9bf83fb2ffeed1b3"/></dir><dir name="etc"><file name="config.xml" hash="a3042c8d9ad9a09c1ba7e83b75831b5c"/><file name="system.xml" hash="0e98cf6c7d8c9a3a8ad4b1d37858458d"/></dir><dir name="sql"><dir name="eabi_dpdee_setup"><file name="mysql4-install-0.1.0.php" hash="8b1af2881f02a4a317a3c0f4cea73d7b"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="e75b638c188a2808f26c2e41f82e3243"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="552f9fd09de07587e5e10ba764679a02"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="2860d89bae26df773797578e36238ee1"/><file name="mysql4-upgrade-0.1.3-0.1.4.php" hash="b251f82e265b7291c41fbf851b4be448"/><file name="mysql4-upgrade-0.1.6-0.1.7.php" hash="3901e173e21a9a7c190f94ab7ba2f907"/><file name="mysql4-upgrade-0.1.9-0.1.10.php" hash="6c9d04a1e3c2eb6d3b8b1ae6e88ec39e"/></dir></dir><file name="CHANGELOG.txt" hash="3d485eb8a7365975ab5ec8d37e693d00"/><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="License.php" hash="7a1c3cf34acf5d1c65c178219df66b25"/><file name="Remove.php" hash="82c1f9ec301b7fb2d435b71a64df34de"/></dir></dir></dir></dir><dir name="Config"><file name="Rebuildbutton.php" hash="68d45f5eb6f6c828b6ef2a8e2828433d"/></dir></dir><dir name="Helper"><file name="Countrycode.php" hash="7be1b321b4b5d0cc75e15c74ede316ab"/><file name="Data.php" hash="b62680a2cccd8d2384ea0e7b1f2b15e4"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="b50a751b32277da681cc7208b1b1d31a"/><file name="Result.php" hash="dd1560bf79de2814d52c9ab1aceeb5fd"/></dir><dir name="Email"><dir name="Template"><file name="Mailer.php" hash="7597ab9bc9fcb057d85cf0e83fe0e7f1"/></dir></dir><dir name="Mysql4"><dir name="Carriermodule"><file name="Collection.php" hash="d5e7b96d2f5af9748b9ea164888c4abf"/></dir><dir name="Office"><file name="Collection.php" hash="8fa6850e295c68c13789a834913b197d"/></dir><file name="Carriermodule.php" hash="27aad5a61edc4caebbe836665a20a189"/><file name="Office.php" hash="bafc96fb58167e46dba749469f0b1e9b"/></dir><dir name="Source"><file name="Sendevent.php" hash="4925fcfb2c89e742a83725f53809eab5"/></dir><file name="Carriermodule.php" hash="3300adf1bdb1652d74b114d9031a3a99"/><file name="Observer.php" hash="a54ac35e4ced50da5a757bf39afb573c"/><file name="Office.php" hash="07e68b3167611772708cc770e7fa93fd"/><file name="Orderview.php" hash="f9458e198fe2457af94cb6135e022282"/><file name="Updater.php" hash="8dbe70c7051fabe57deed7edb68c624c"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="PostofficeController.php" hash="a140d1514d0fb4498e76f05cb4cef1be"/></dir><file name="IndexController.php" hash="098221783c05567e32042bb8656255f1"/></dir><dir name="etc"><file name="config.xml" hash="b90632e17670f30c76329ae53b051e2a"/></dir><dir name="sql"><dir name="eabi_postoffice_setup"><file name="mysql4-install-0.1.0.php" hash="61e233cc436a7090ae56e605a08e9d87"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="99f180100451f6b4b29810ced2dc9d4c"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="34a8f172638a122ca2baf83b56573b4e"/><file name="mysql4-upgrade-0.1.5-0.1.6.php" hash="ea30901905469db5b8af80d1af86332f"/><file name="mysql4-upgrade-0.1.6-0.1.7.php" hash="7fba5f84ad161b1eafe9368304324a93"/></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="8964f0383308231b9af206a3dee60d18"/></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="1a0a86ba9eb912fdf49638143bb359b1"/></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="6b0106d681b50eaad12fc1baf96325d8"/></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="e97063592049cfc2a124010d15e1a8c2"/></dir><file name="available.phtml" hash="a6ae54bbd7f75cac415d4cc81ac2c6f3"/><file name="multishipping.phtml" hash="93cf90382954e7e8957c4a5dfd410e90"/><file name="shipping.phtml" hash="9c87077f7e33f8d1512967c79d8e155d"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Eabi_Postoffice.xml" hash="1ced54f814e473ecb852ae3df832db6e"/><file name="Eabi_DpdEE.xml" hash="7bc2dec801d66204be97f582f4a05525"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Eabi_DpdEE.csv" hash="d98963cb668ca0c0174b1503c1eb0a34"/><file name="Eabi_Postoffice.csv" hash="ebe39d7d5df2083aded7a85be7d237e8"/></dir><dir name="et_EE"><file name="Eabi_DpdEE.csv" hash="fe3c32249528cfb77519cff7e90ffb33"/><file name="Eabi_Postoffice.csv" hash="0cb3f5bcc2f07e0a11152f5e51620063"/></dir><dir name="ru_RU"><file name="Eabi_DpdEE.csv" hash="bb76f70e2c91160b11f570651ee0b8ee"/><file name="Eabi_Postoffice.csv" hash="fb913aabfe19bb95b89bcbdb878e715c"/></dir><dir name="hu_HU"><file name="Eabi_Postoffice.csv" hash="fb913aabfe19bb95b89bcbdb878e715c"/></dir><dir name="fi_FI"><file name="Eabi_Postoffice.csv" hash="fb913aabfe19bb95b89bcbdb878e715c"/></dir><dir name="lt_LT"><file name="Eabi_Postoffice.csv" hash="fb913aabfe19bb95b89bcbdb878e715c"/></dir><dir name="sv_SE"><file name="Eabi_Postoffice.csv" hash="88e407afb5e2a957aeb1cbe525e593f9"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><file name="eabi_dpdee.css" hash="1be88987a43896fb9639486c4bbc84aa"/><file name="eabi_postoffice.css" hash="5e3d236def4909774ced7550cb1393f6"/></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="eabi_postoffice.css" hash="645cc4114ef1405e36f4e8a1b8fede98"/></dir></dir></dir><dir name="default"><dir name="default"><dir name="css"><file name="eabi_postoffice.css" hash="645cc4114ef1405e36f4e8a1b8fede98"/></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="eabi_js"><file name="eabi_dpdee.js" hash="c7d5aeba92ded6a77db6e649b5bfd9e6"/></dir></dir></target></contents>
|
25 |
<compatible/>
|
26 |
<dependencies><required><package><name>Eabi_Livehandler</name><channel>community</channel><min>0.1.9</min><max>1.0.0</max></package></required></dependencies>
|
27 |
</package>
|
skin/adminhtml/default/default/eabi_dpdee.css
CHANGED
@@ -1,29 +1,13 @@
|
|
1 |
/*
|
2 |
|
3 |
-
*
|
4 |
-
*
|
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
|
24 |
-
* @copyright Copyright (c)
|
25 |
-
* @license http://
|
26 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
27 |
* @author Matis Halmann
|
28 |
*
|
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_Itella
|
9 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
10 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
11 |
* @author Matis Halmann
|
12 |
*
|
13 |
|
skin/adminhtml/default/default/eabi_postoffice.css
CHANGED
@@ -1,29 +1,13 @@
|
|
1 |
/*
|
2 |
|
3 |
-
*
|
4 |
-
*
|
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
|
24 |
-
* @copyright Copyright (c)
|
25 |
-
* @license http://
|
26 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
27 |
* @author Matis Halmann
|
28 |
*
|
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_Itella
|
9 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
10 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
11 |
* @author Matis Halmann
|
12 |
*
|
13 |
|
skin/frontend/base/default/css/eabi_postoffice.css
CHANGED
@@ -1,29 +1,13 @@
|
|
1 |
/*
|
2 |
|
3 |
-
*
|
4 |
-
*
|
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
|
24 |
-
* @copyright Copyright (c)
|
25 |
-
* @license http://
|
26 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
27 |
* @author Matis Halmann
|
28 |
*
|
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_Itella
|
9 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
10 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
11 |
* @author Matis Halmann
|
12 |
*
|
13 |
|
skin/frontend/default/default/css/eabi_postoffice.css
CHANGED
@@ -1,29 +1,13 @@
|
|
1 |
/*
|
2 |
|
3 |
-
*
|
4 |
-
*
|
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
|
24 |
-
* @copyright Copyright (c)
|
25 |
-
* @license http://
|
26 |
-
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU Public License V3.0
|
27 |
* @author Matis Halmann
|
28 |
*
|
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_Itella
|
9 |
+
* @copyright Copyright (c) 2015 Aktsiamaailm LLC (http://en.e-abi.ee/)
|
10 |
+
* @license http://www.e-abi.ee/litsents
|
|
|
11 |
* @author Matis Halmann
|
12 |
*
|
13 |
|