Version Notes
Importa Pedidos, Produtos e Acesso Pelo menu do Painel.
Download this release
Release Info
Developer | XDMIX.com.br |
Extension | Tiny |
Version | 0.1.0 |
Comparing to | |
See all releases |
Code changes from version 0.0.9 to 0.1.0
- app/code/local/Tiny/Iframe/Helper/Data.php +1 -3
- app/code/local/Tiny/Iframe/etc/config.xml +1 -1
- app/code/local/Tiny/Iframe/etc/system.xml +1 -1
- app/code/local/Tiny/Pedidos/Model/Observer.php +1 -1
- app/code/local/Tiny/Pedidos/Model/config.php +0 -25
- app/code/local/Tiny/Pedidos/etc/config.xml +2 -2
- package.xml +3 -3
app/code/local/Tiny/Iframe/Helper/Data.php
CHANGED
@@ -1,4 +1,2 @@
|
|
1 |
<?php
|
2 |
-
class Tiny_Iframe_Helper_Data extends Mage_Core_Helper_Abstract{
|
3 |
-
|
4 |
-
}
|
1 |
<?php
|
2 |
+
class Tiny_Iframe_Helper_Data extends Mage_Core_Helper_Abstract{}
|
|
|
|
app/code/local/Tiny/Iframe/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Tiny_Iframe>
|
5 |
-
<version>0.0
|
6 |
</Tiny_Iframe>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Tiny_Iframe>
|
5 |
+
<version>0.1.0</version>
|
6 |
</Tiny_Iframe>
|
7 |
</modules>
|
8 |
<global>
|
app/code/local/Tiny/Iframe/etc/system.xml
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
<div>
|
24 |
<br style="clear: both;"/>
|
25 |
<div style="width: 439px; height: 40px; display: block; float: left; padding-left: 35px;">
|
26 |
-
<label style="font-size: 22px">Versão: <strong>0.0
|
27 |
</div>
|
28 |
<br style="clear: both;"/>
|
29 |
<hr>
|
23 |
<div>
|
24 |
<br style="clear: both;"/>
|
25 |
<div style="width: 439px; height: 40px; display: block; float: left; padding-left: 35px;">
|
26 |
+
<label style="font-size: 22px">Versão: <strong>0.1.0</strong></label>
|
27 |
</div>
|
28 |
<br style="clear: both;"/>
|
29 |
<hr>
|
app/code/local/Tiny/Pedidos/Model/Observer.php
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
19 |
*/
|
20 |
|
21 |
-
define("URL_TINY", "http://www.tiny.com.br/
|
22 |
|
23 |
class Tiny_Pedidos_Model_Observer {
|
24 |
|
18 |
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
19 |
*/
|
20 |
|
21 |
+
define("URL_TINY", "http://www.tiny.com.br/api2/recepcao.magento.api.php");
|
22 |
|
23 |
class Tiny_Pedidos_Model_Observer {
|
24 |
|
app/code/local/Tiny/Pedidos/Model/config.php
DELETED
@@ -1,25 +0,0 @@
|
|
1 |
-
<?
|
2 |
-
/*
|
3 |
-
* Tiny Magento: Integration Module
|
4 |
-
* Copyright (C) 2013 Tiny Software
|
5 |
-
*
|
6 |
-
* This program is free software: you can redistribute it and/or modify
|
7 |
-
* it under the terms of the GNU General Public License as published by
|
8 |
-
* the Free Software Foundation, either version 3 of the License, or
|
9 |
-
* (at your option) any later version.
|
10 |
-
*
|
11 |
-
* This program is distributed in the hope that it will be useful,
|
12 |
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
13 |
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
14 |
-
* GNU General Public License for more details.
|
15 |
-
*
|
16 |
-
* You should have received a copy of the GNU General Public License
|
17 |
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
18 |
-
*/
|
19 |
-
define("URL_TINY", "http://www.tiny.com.br/api2/recepcao.magento.api.php");
|
20 |
-
define("APIKEY_TINY", "");
|
21 |
-
//altere o valor desta constante para N caso queira desativá-la
|
22 |
-
define("INTEGRACAO_NA_CRIACAO_DO_PEDIDO_ATIVA", "N");
|
23 |
-
//altere o valor desta constante para N caso queira desativá-la
|
24 |
-
define("INTEGRACAO_NA_CRIACAO_DA_FATURA_ATIVA", "N");
|
25 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/local/Tiny/Pedidos/etc/config.xml
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Tiny_Pedidos>
|
5 |
-
<version>0.0
|
6 |
</Tiny_Pedidos>
|
7 |
<Tiny_Pedidos_Pagos>
|
8 |
-
<version>0.0
|
9 |
</Tiny_Pedidos_Pagos>
|
10 |
</modules>
|
11 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Tiny_Pedidos>
|
5 |
+
<version>0.1.0</version>
|
6 |
</Tiny_Pedidos>
|
7 |
<Tiny_Pedidos_Pagos>
|
8 |
+
<version>0.1.0</version>
|
9 |
</Tiny_Pedidos_Pagos>
|
10 |
</modules>
|
11 |
<global>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Tiny</name>
|
4 |
-
<version>0.0
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU General Public License (GPL)</license>
|
7 |
<channel>community</channel>
|
@@ -14,8 +14,8 @@ Menu Tiny com janela para para o Sistema Tiny.</description>
|
|
14 |
<notes>Importa Pedidos, Produtos e Acesso Pelo menu do Painel.</notes>
|
15 |
<authors><author><name>XDMIX.com.br</name><user>ClarckBR</user><email>clarck.1@gmail.com</email></author><author><name>tiny.com.br</name><user>marcosGrzeca</user><email>marcos@tiny.com.br</email></author></authors>
|
16 |
<date>2013-03-04</date>
|
17 |
-
<time>
|
18 |
-
<contents><target name="magelocal"><dir name="Tiny"><dir name="Iframe"><dir name="Block"><dir name="Adminhtml"><file name="Tinybackend.php" hash="ecf98e41f9335db02d7a2b780017d355"/><file name="Tinybackendnew.php" hash="fe03059e072a3ac07d38be59035b7f0b"/></dir></dir><dir name="Helper"><file name="Data.php" hash="
|
19 |
<compatible/>
|
20 |
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
|
21 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Tiny</name>
|
4 |
+
<version>0.1.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GNU General Public License (GPL)</license>
|
7 |
<channel>community</channel>
|
14 |
<notes>Importa Pedidos, Produtos e Acesso Pelo menu do Painel.</notes>
|
15 |
<authors><author><name>XDMIX.com.br</name><user>ClarckBR</user><email>clarck.1@gmail.com</email></author><author><name>tiny.com.br</name><user>marcosGrzeca</user><email>marcos@tiny.com.br</email></author></authors>
|
16 |
<date>2013-03-04</date>
|
17 |
+
<time>16:12:14</time>
|
18 |
+
<contents><target name="magelocal"><dir name="Tiny"><dir name="Iframe"><dir name="Block"><dir name="Adminhtml"><file name="Tinybackend.php" hash="ecf98e41f9335db02d7a2b780017d355"/><file name="Tinybackendnew.php" hash="fe03059e072a3ac07d38be59035b7f0b"/></dir></dir><dir name="Helper"><file name="Data.php" hash="7de402f6278c2c181e8f682586e60bcf"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="TinybackendController.php" hash="6730806216146eb04e89c12e8c757d6f"/><file name="TinybackendnewController.php" hash="6047fe80abd6eccd543ac5959fcc6bd1"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="f6d0d5eb762fa72b2c3acb17f0dce47b"/><file name="config.xml" hash="256bfadcc03069e33aa69d8593b72004"/><file name="system.xml" hash="1ab51732b956887a5ff208803a50593b"/></dir></dir><dir name="Pedidos"><dir name="Model"><file name="DestinoTiny.php" hash="840dcbfbdbe8b3a5174d49f73f8dd38b"/><file name="Observer.php" hash="cfeae63a08c5822ebc6806e921b1c45c"/><file name="OpcoesTiny.php" hash="78295366d294042d3cf00eadaa97b50d"/></dir><dir name="etc"><file name="config.xml" hash="b129be1f7041859b75a27eb02aa2741b"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="tiny.xml" hash="335baf6004b5b0afe2d19f0a752bbec6"/></dir><dir name="template"><dir name="tiny"><file name="tinybackend.phtml" hash="a52bca8a8b3f7de6281a1305476f5d28"/><file name="tinybackendnew.phtml" hash="3c76a75bb7adb8b7223c2faa331579a4"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Tiny.xml" hash="468d04f14f2ac16ee21d0cb863c10137"/></dir></target></contents>
|
19 |
<compatible/>
|
20 |
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
|
21 |
</package>
|