Version Notes
Initial Public Release
Download this release
Release Info
Developer | Vonnda Development |
Extension | Taxify_Sales_Tax_Rates_and_Filing |
Version | 0.1.8 |
Comparing to | |
See all releases |
Code changes from version 0.1.7 to 0.1.8
app/code/local/Vonnda/Taxify/Helper/Data.php
CHANGED
@@ -46,7 +46,7 @@ class Vonnda_Taxify_Helper_Data extends Mage_Core_Helper_Abstract
|
|
46 |
|
47 |
public function getProductTaxClassMap()
|
48 |
{
|
49 |
-
$map = array();
|
50 |
foreach (Mage::getModel('tax/class')->getCollection() as $taxClass) {
|
51 |
$map[$taxClass->getClassId()] =
|
52 |
$taxClass->getTaxifyProductTaxability();
|
46 |
|
47 |
public function getProductTaxClassMap()
|
48 |
{
|
49 |
+
$map = array('0' => 'NON', '6' => 'NON');
|
50 |
foreach (Mage::getModel('tax/class')->getCollection() as $taxClass) {
|
51 |
$map[$taxClass->getClassId()] =
|
52 |
$taxClass->getTaxifyProductTaxability();
|
app/code/local/Vonnda/Taxify/controllers/{ExportController.php → TaxifyController.php}
RENAMED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
class
|
4 |
{
|
5 |
|
6 |
public function indexAction()
|
1 |
<?php
|
2 |
|
3 |
+
class Vonnda_Taxify_TaxifyController extends Mage_Adminhtml_Controller_Action
|
4 |
{
|
5 |
|
6 |
public function indexAction()
|
app/code/local/Vonnda/Taxify/etc/adminhtml.xml
CHANGED
@@ -20,7 +20,6 @@
|
|
20 |
</admin>
|
21 |
</resources>
|
22 |
</acl>
|
23 |
-
|
24 |
<menu>
|
25 |
<system>
|
26 |
<children>
|
@@ -29,7 +28,7 @@
|
|
29 |
<taxify-export translate="title" module="taxify">
|
30 |
<title>Taxify Order Export</title>
|
31 |
<sort_order>1000</sort_order>
|
32 |
-
<action>
|
33 |
</taxify-export>
|
34 |
</children>
|
35 |
</tools>
|
20 |
</admin>
|
21 |
</resources>
|
22 |
</acl>
|
|
|
23 |
<menu>
|
24 |
<system>
|
25 |
<children>
|
28 |
<taxify-export translate="title" module="taxify">
|
29 |
<title>Taxify Order Export</title>
|
30 |
<sort_order>1000</sort_order>
|
31 |
+
<action>adminhtml/taxify/index</action>
|
32 |
</taxify-export>
|
33 |
</children>
|
34 |
</tools>
|
app/code/local/Vonnda/Taxify/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Vonnda_Taxify>
|
5 |
-
<version>0.1.
|
6 |
</Vonnda_Taxify>
|
7 |
</modules>
|
8 |
<global>
|
@@ -78,13 +78,13 @@
|
|
78 |
</global>
|
79 |
<admin>
|
80 |
<routers>
|
81 |
-
<
|
82 |
-
<use>admin</use>
|
83 |
<args>
|
84 |
-
<
|
85 |
-
|
|
|
86 |
</args>
|
87 |
-
</
|
88 |
</routers>
|
89 |
</admin>
|
90 |
<adminhtml>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Vonnda_Taxify>
|
5 |
+
<version>0.1.8</version>
|
6 |
</Vonnda_Taxify>
|
7 |
</modules>
|
8 |
<global>
|
78 |
</global>
|
79 |
<admin>
|
80 |
<routers>
|
81 |
+
<adminhtml>
|
|
|
82 |
<args>
|
83 |
+
<modules>
|
84 |
+
<vonnda_taxify after="Mage_Adminhtml">Vonnda_Taxify</vonnda_taxify>
|
85 |
+
</modules>
|
86 |
</args>
|
87 |
+
</adminhtml>
|
88 |
</routers>
|
89 |
</admin>
|
90 |
<adminhtml>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Taxify_Sales_Tax_Rates_and_Filing</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU General Public License V2</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Taxify ensures that your Magento store collects, reports and remits accurate sales taxes for all Federal, state, and local jurisdictions throughout the United States</description>
|
11 |
<notes>Initial Public Release</notes>
|
12 |
<authors><author><name>Vonnda Development</name><user>Vonnda</user><email>info@vonnda.com</email></author></authors>
|
13 |
-
<date>2015-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magelocal"><dir name="Vonnda"><dir name="Taxify"><dir name="Block"><dir name="Adminhtml"><dir name="Tax"><dir name="Class"><dir name="Edit"><file name="Form.php" hash="4c8f337cb03db39cc74bb5df9d94850d"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.3.0</min><max>5.6.2</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Taxify_Sales_Tax_Rates_and_Filing</name>
|
4 |
+
<version>0.1.8</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU General Public License V2</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Taxify ensures that your Magento store collects, reports and remits accurate sales taxes for all Federal, state, and local jurisdictions throughout the United States</description>
|
11 |
<notes>Initial Public Release</notes>
|
12 |
<authors><author><name>Vonnda Development</name><user>Vonnda</user><email>info@vonnda.com</email></author></authors>
|
13 |
+
<date>2015-11-02</date>
|
14 |
+
<time>18:37:07</time>
|
15 |
+
<contents><target name="magelocal"><dir name="Vonnda"><dir name="Taxify"><dir name="Block"><dir name="Adminhtml"><dir name="Tax"><dir name="Class"><dir name="Edit"><file name="Form.php" hash="4c8f337cb03db39cc74bb5df9d94850d"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="8ee6e72b3d7fbbcee931f4253560c7d2"/></dir><dir name="Model"><file name="Client.php" hash="87d2fc2b68acbe9f624e00afca87f9d8"/><file name="Config.php" hash="2db3425ee59a162dedf5ef8a4fa655e3"/><dir name="Export"><file name="Row.php" hash="7c1ba01053c94524fa5bca031e310747"/></dir><file name="Export.php" hash="a7c54832cb11773f1598aa3a4778a59e"/><file name="Feed.php" hash="04f391cc7357d47184c243e81d068bf7"/><file name="Observer.php" hash="52d7d7e74b2a0676b58ad4262e26fc49"/><dir name="Request"><file name="Calculate.php" hash="75fa6340fbcfd7bc95a55b67c054bb82"/><file name="Cancel.php" hash="2d1eadf52123f4db8151832502d8ba01"/><file name="Codes.php" hash="43336ee3c7839b9746493c3f5860b8e0"/><file name="Commit.php" hash="3ec21b8860ab14f3eadc7bb9e53c02c1"/><file name="Request.php" hash="0047d6dc437b007e7923b70082aead6c"/><file name="Verifyaddress.php" hash="fff9f9d0ac574ac185916afaf7bdde0c"/><file name="Version.php" hash="ff41825cbc827abed4e0a2597e67ee67"/></dir><dir name="Resource"><dir name="Mysql4"><file name="Setup.php" hash="326120cd05749e9b48e7dd966a3b2c19"/></dir></dir><dir name="Sales"><dir name="Quote"><dir name="Address"><dir name="Total"><file name="Tax.php" hash="e41ac495324df63351c07f7772df7e9b"/></dir><file name=".DS_Store" hash="d6c424b95f6c304aa0e0c861c9a01073"/></dir><file name=".DS_Store" hash="e3088067e0aac643641350be6bd5da89"/></dir><file name=".DS_Store" hash="d8aa3112ea4a1c59b473e14dcddf7d1f"/></dir><file name=".DS_Store" hash="89503324a3148078dbd8a9ac140ae571"/></dir><dir name="controllers"><file name="TaxifyController.php" hash="1815f4c0074dfb6a508283ae92c97488"/></dir><dir name="etc"><file name="adminhtml.xml" hash="504a3e32bd2d6695811f67523c03504a"/><file name="config.xml" hash="4fc6a85dc644261d0564ddd4d08e118f"/><file name="system.xml" hash="f99743421bbf8bf7c4d19dca7a4b0d53"/></dir><dir name="sql"><dir name="taxify_setup"><file name="mysql4-install-0.1.1.php" hash="523629216cc236efa1e3a08dc40b9291"/><file name="mysql4-upgrade-0.1.6-0.1.7.php" hash="f63715adff31a85fb43aa1aecfc42c2d"/></dir></dir><dir name="tests"><dir name="Helper"><file name="DataTest.php" hash="3156f91fb3fdc07c3e7e9b06670ab049"/></dir><dir name="Model"><dir name="Export"><file name="RowTest.php" hash="370afb16507950dcbf2ac27090c8452c"/></dir><file name="ExportTest.php" hash="04ec5d1e4a71bf840881b2cb55be5528"/></dir><dir name="Request"><file name="CalculateTest.php" hash="7bd6291be8d42329a211fd6f73161cd8"/><file name="CancelTest.php" hash="b8ba6f0004d493f72ce22c66375ffdac"/><file name="CodesTest.php" hash="34101e57f496b40b817496fa78abad3a"/><file name="CommitTest.php" hash="59c4473ba919047dd821e05b335dbc38"/></dir><file name="SampleTest.php" hash="32606c8d8b84d95aec73bdeb1c03ca1e"/><dir name="fixtures"><file name="calculateMultiSimpleProductSuccess.txt" hash="6d7426310bebbcb0b758697035a4e8f7"/><file name="calculateSuccess.txt" hash="892ebdae0cd70bcf36cc34be2d21da76"/><file name="exportQueryResult.txt" hash="d07fec0de05420e89536fadb822baa84"/></dir></dir><file name=".DS_Store" hash="1f5579cf877cc451179cc658a1117441"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Vonnda_Taxify.xml" hash="b3120a86b364f80ee8daf825412a1318"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="base"><dir name="default"><dir name="template"><dir name="taxify"><file name="export.phtml" hash="25487d4b0664dd7cfbea135ad50bf948"/></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.3.0</min><max>5.6.2</max></php></required></dependencies>
|
18 |
</package>
|