Version Notes
Supported Magento 1.4.1.1 - 1.6.x
Download this release
Release Info
Developer | Magento Core Team |
Extension | Mage_Exactor_Tax |
Version | 2012.03.26 |
Comparing to | |
See all releases |
Code changes from version 2012.03.22 to 2012.03.26
- app/code/local/Exactor/Adminhtml/etc/config.xml +1 -1
- app/code/local/Exactor/Checkout/etc/config.xml +1 -1
- app/code/local/Exactor/Exactordetails/etc/config.xml +1 -1
- app/code/local/Exactor/Paypal/etc/config.xml +1 -1
- app/code/local/Exactor/Sales/etc/config.xml +1 -1
- app/code/local/Exactor/Tax/etc/config.xml +1 -1
- app/design/adminhtml/default/default/template/exactordetails/exactordetailsform.phtml +6 -1
- package.xml +7 -8
app/code/local/Exactor/Adminhtml/etc/config.xml
CHANGED
@@ -28,7 +28,7 @@
|
|
28 |
<config>
|
29 |
<modules>
|
30 |
<Exactor_Adminhtml>
|
31 |
-
<version>2012.03.
|
32 |
</Exactor_Adminhtml>
|
33 |
</modules>
|
34 |
|
28 |
<config>
|
29 |
<modules>
|
30 |
<Exactor_Adminhtml>
|
31 |
+
<version>2012.03.26</version>
|
32 |
</Exactor_Adminhtml>
|
33 |
</modules>
|
34 |
|
app/code/local/Exactor/Checkout/etc/config.xml
CHANGED
@@ -28,7 +28,7 @@
|
|
28 |
<config>
|
29 |
<modules>
|
30 |
<Exactor_Checkout>
|
31 |
-
<version>2012.03.
|
32 |
</Exactor_Checkout>
|
33 |
</modules>
|
34 |
|
28 |
<config>
|
29 |
<modules>
|
30 |
<Exactor_Checkout>
|
31 |
+
<version>2012.03.26</version>
|
32 |
</Exactor_Checkout>
|
33 |
</modules>
|
34 |
|
app/code/local/Exactor/Exactordetails/etc/config.xml
CHANGED
@@ -28,7 +28,7 @@
|
|
28 |
<config>
|
29 |
<modules>
|
30 |
<Exactor_Exactordetails>
|
31 |
-
<version>2012.03.
|
32 |
</Exactor_Exactordetails>
|
33 |
</modules>
|
34 |
|
28 |
<config>
|
29 |
<modules>
|
30 |
<Exactor_Exactordetails>
|
31 |
+
<version>2012.03.26</version>
|
32 |
</Exactor_Exactordetails>
|
33 |
</modules>
|
34 |
|
app/code/local/Exactor/Paypal/etc/config.xml
CHANGED
@@ -28,7 +28,7 @@
|
|
28 |
<config>
|
29 |
<modules>
|
30 |
<Exactor_Paypal>
|
31 |
-
<version>2012.03.
|
32 |
</Exactor_Paypal>
|
33 |
</modules>
|
34 |
|
28 |
<config>
|
29 |
<modules>
|
30 |
<Exactor_Paypal>
|
31 |
+
<version>2012.03.26</version>
|
32 |
</Exactor_Paypal>
|
33 |
</modules>
|
34 |
|
app/code/local/Exactor/Sales/etc/config.xml
CHANGED
@@ -28,7 +28,7 @@
|
|
28 |
<config>
|
29 |
<modules>
|
30 |
<Exactor_Sales>
|
31 |
-
<version>2012.03.
|
32 |
</Exactor_Sales>
|
33 |
</modules>
|
34 |
|
28 |
<config>
|
29 |
<modules>
|
30 |
<Exactor_Sales>
|
31 |
+
<version>2012.03.26</version>
|
32 |
</Exactor_Sales>
|
33 |
</modules>
|
34 |
|
app/code/local/Exactor/Tax/etc/config.xml
CHANGED
@@ -28,7 +28,7 @@
|
|
28 |
<config>
|
29 |
<modules>
|
30 |
<Exactor_Tax>
|
31 |
-
<version>2012.03.
|
32 |
</Exactor_Tax>
|
33 |
</modules>
|
34 |
|
28 |
<config>
|
29 |
<modules>
|
30 |
<Exactor_Tax>
|
31 |
+
<version>2012.03.26</version>
|
32 |
</Exactor_Tax>
|
33 |
</modules>
|
34 |
|
app/design/adminhtml/default/default/template/exactordetails/exactordetailsform.phtml
CHANGED
@@ -56,7 +56,12 @@
|
|
56 |
</tr>
|
57 |
<tr>
|
58 |
<td class="label"><?php echo $this->__('Account #')?> <span class="required">*</span></td>
|
59 |
-
<td class="input-ele"
|
|
|
|
|
|
|
|
|
|
|
60 |
</tr>
|
61 |
<tr>
|
62 |
<td class="label"><?php echo $this->__('User Name')?> <span class="required">*</span></td>
|
56 |
</tr>
|
57 |
<tr>
|
58 |
<td class="label"><?php echo $this->__('Account #')?> <span class="required">*</span></td>
|
59 |
+
<td class="input-ele">
|
60 |
+
<input class="input-text required-entry" name="exactordetailsform[MerchantID]" value="<?php echo $exactor_account_details['MerchantID'];?>" />
|
61 |
+
<div style="font-weight: bold; margin-left: 15px; display: inline;">
|
62 |
+
(<a href="https://merchant.exactor.com/account/signup/application" target="_blank">Click Here</a> to sign up for an Exactor Account)
|
63 |
+
</div>
|
64 |
+
</td>
|
65 |
</tr>
|
66 |
<tr>
|
67 |
<td class="label"><?php echo $this->__('User Name')?> <span class="required">*</span></td>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Mage_Exactor_Tax</name>
|
4 |
-
<version>2012.03.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -11,13 +11,12 @@
|
|
11 |

|
12 |
Once installed, neither the merchant, nor the customer, need to perform any additional functions to obtain sales taxes. The taxes will be calculated and seamlessly displayed in the Magento shopping cart, and because the shopping cart communicates with the Exactor system, the ExactorFile module will be able to generate tax returns without the merchant having to transfer data from one system to another.
|
13 |

|
14 |
-
For additional information, please refer to the Exactor Magento User Guide that is attached to the plug-in, or which you can download directly from the Exactor control panel (navigate to Account Management – Integration Points
|
15 |
-
</
|
16 |
-
<
|
17 |
-
<authors><author><name>Exactor, Inc.</name><user>exactor</user><email>support@exactor.com</email></author></authors>
|
18 |
<date>2012-03-26</date>
|
19 |
-
<time>
|
20 |
-
<contents><target name="magelocal"><dir name="Exactor"><dir name="Adminhtml"><dir name="Model"><
|
21 |
<compatible/>
|
22 |
-
<dependencies
|
23 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Mage_Exactor_Tax</name>
|
4 |
+
<version>2012.03.26</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
11 |

|
12 |
Once installed, neither the merchant, nor the customer, need to perform any additional functions to obtain sales taxes. The taxes will be calculated and seamlessly displayed in the Magento shopping cart, and because the shopping cart communicates with the Exactor system, the ExactorFile module will be able to generate tax returns without the merchant having to transfer data from one system to another.
|
13 |

|
14 |
+
For additional information, please refer to the Exactor Magento User Guide that is attached to the plug-in, or which you can download directly from the Exactor control panel (navigate to Account Management – Integration Points</description>
|
15 |
+
<notes>Supported Magento 1.4.1.1 - 1.6.x</notes>
|
16 |
+
<authors><author><name>Exactor, Inc.</name><user>auto-converted</user><email>support@exactor.com</email></author></authors>
|
|
|
17 |
<date>2012-03-26</date>
|
18 |
+
<time>15:58:14</time>
|
19 |
+
<contents><target name="magelocal"><dir name="Exactor"><dir name="Adminhtml"><dir name="Model"><dir name="Sales"><dir name="Order"><file name="Create.php" hash="d674ced6eb9d65c7af43338950e62656"/></dir></dir><file name="Observer.php" hash="32d8516193e744508787a0bd601b6cbc"/></dir><dir name="etc"><file name="config.xml" hash="1373c3119398e50b65cf13924cf10b0c"/></dir></dir><dir name="Checkout"><dir name="Block"><dir name="Cart"><file name="Totals.php" hash="9cbdd4fbcc0aa3db644154ddc850d9d0"/></dir></dir><dir name="Model"><file name="Observer.php" hash="12c0dae271a868552443527e5e1b6327"/></dir><dir name="etc"><file name="config.xml" hash="dc4aa548fbeaf369f9dfc653d7e12e62"/></dir></dir><dir name="Exactordetails"><dir name="Block"><file name="Form.php" hash="a8ace42cdedcf7457a46cdbd35f8d9e4"/><file name="Switcher.php" hash="741c77e8ae998aefbad7e544c22b2c87"/></dir><dir name="Helper"><file name="ClassLoader.php" hash="c98a946628c6d1d5498d6656d80d2cc4"/><file name="Data.php" hash="1a8daf1afb06fd61c82f6c221b8eeb39"/><file name="VersionResolver.php" hash="14dce068dfe2a7d3364c4bd29e6f8431"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Exactoraccount"><file name="Collection.php" hash="ecd398a61811b320f26698fd37495bc9"/></dir><dir name="Exactortransactiondetails"><file name="Collection.php" hash="2c144746720d53bfd1b5702aa6d85ba8"/></dir><file name="Exactoraccount.php" hash="c4fcfe7e4b723e7e2f50f553877d4317"/><file name="Exactortransactiondetails.php" hash="b2ac1eba439e2b005681201f45838288"/></dir><file name="Exactoraccount.php" hash="e2ec6093563ab64c6d01eff685d249bc"/><file name="Exactortransactiondetails.php" hash="61c6cda5f312162842d3c4d98174e662"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ExactorformController.php" hash="6c14f814b94b819a4cfb3e4d31449714"/></dir><file name="AjaxController.php" hash="732d7e3bd489f8882693d76cdbb2e3bb"/><file name="IndexController.php" hash="4290eaa9101d0caaec6106ceb76b68a6"/></dir><dir name="etc"><file name="config.xml" hash="e7956b889a55fb498f322a6998b1a052"/></dir><dir name="sql"><dir name="exactordetails_setup"><file name="mysql4-install-2011.07.19.php" hash="3cce29b935cc58e76a97383b09e1f195"/></dir></dir></dir><dir name="Paypal"><dir name="Model"><dir name="Express"><file name="Checkout.php" hash="a398dcc1347b09ef043f0c5b745fd62b"/></dir></dir><dir name="etc"><file name="config.xml" hash="7e63915a0560b46763a45be426950c9f"/></dir></dir><dir name="Sales"><dir name="Model"><file name="Observer.php" hash="495dccb26bd4569567e1365b9c6a704b"/><file name="Order.php" hash="a683b319a3a8610db81d75700d010b73"/></dir><dir name="etc"><file name="config.xml" hash="e9c18b4bcfff8bf5764b76ad2890531f"/></dir></dir><dir name="Tax"><dir name="Model"><dir name="Sales"><dir name="Total"><dir name="Quote"><file name="Tax.php" hash="24a12ab41e2e9ef5c1ff03e6027f7665"/></dir></dir></dir><file name="Calculation.php" hash="5229dfca4276e2c4b6264365080ed83f"/><file name="Observer.php" hash="5df5ea5ff5369b1177a8eea8a5486ca0"/></dir><dir name="etc"><file name="config.xml" hash="671255d2257747864ba83bc3b98f7332"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="exactordetails.xml" hash="685044826a7b38996caaa890f90f827c"/></dir><dir name="template"><dir name="exactordetails"><file name="exactordetailsform.phtml" hash="c443547d02f01a5e141d931c7c1500fa"/><file name="switcher.phtml" hash="c87176df6c8a7da383a03827e97cd26d"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Exactor.xml" hash="76cb04b554522911d8845a01a5204320"/></dir></target><target name="mage"><dir name="js"><dir name="exactor"><file name="exactor.js" hash="ef87dbf6290f798eaa3008b2b83cdc32"/></dir></dir></target></contents>
|
20 |
<compatible/>
|
21 |
+
<dependencies/>
|
22 |
</package>
|