Version Notes
Change log:
- Added labels for errors.
- Added discount field when applicable.
- Improved NIF autentication.
- VAT now being read from backend.
Download this release
Release Info
Developer | Waterstone |
Extension | Waterstone_Winvoice |
Version | 1.0.1.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1.1 to 1.0.1.2
- app/code/local/Waterstone/{winvoice → Winvoice}/Helper/Data.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/AddInvoice.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/Email/Template/Mailer.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/Log.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/Mysql4/Winvoice.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/Mysql4/Winvoice/Collection.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/Order/Invoice.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/Status.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/lib/changelog +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/lib/class.nusoap_base.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/lib/class.soap_fault.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/lib/class.soap_parser.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/lib/class.soap_server.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/lib/class.soap_transport_http.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/lib/class.soap_val.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/lib/class.soapclient.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/lib/class.wsdl.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/lib/class.wsdlcache.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/lib/class.xmlschema.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/lib/nusoap.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/lib/nusoapmime.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/client1.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/client2.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/client3.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/getfile1client.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/getfile2client.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/index.html +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/mimeclient.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/sslclient.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient1.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient10.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient11.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient12.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient13.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient14.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient15.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient2.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient3.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient3b.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient3c.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient4.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient5.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient6.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient7.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient8.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient9.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/controllers/Adminhtml/WinvoiceController.php +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/etc/adminhtml.xml +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/etc/config.xml +1 -1
- app/code/local/Waterstone/{winvoice → Winvoice}/etc/system.xml +0 -0
- app/code/local/Waterstone/{winvoice → Winvoice}/sql/winvoice_setup/mysql4-install-0.1.0.php +0 -0
- app/etc/modules/Waterstone_Winvoice.xml +27 -0
- package.xml +13 -8
app/code/local/Waterstone/{winvoice → Winvoice}/Helper/Data.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/AddInvoice.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/Email/Template/Mailer.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/Log.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/Mysql4/Winvoice.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/Mysql4/Winvoice/Collection.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/Order/Invoice.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/Status.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/lib/changelog
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/lib/class.nusoap_base.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/lib/class.soap_fault.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/lib/class.soap_parser.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/lib/class.soap_server.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/lib/class.soap_transport_http.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/lib/class.soap_val.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/lib/class.soapclient.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/lib/class.wsdl.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/lib/class.wsdlcache.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/lib/class.xmlschema.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/lib/nusoap.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/lib/nusoapmime.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/client1.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/client2.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/client3.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/getfile1client.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/getfile2client.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/index.html
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/mimeclient.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/sslclient.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient1.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient10.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient11.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient12.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient13.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient14.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient15.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient2.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient3.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient3b.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient3c.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient4.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient5.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient6.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient7.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient8.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/Model/nusoap/samples/wsdlclient9.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/controllers/Adminhtml/WinvoiceController.php
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/etc/adminhtml.xml
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/etc/config.xml
RENAMED
@@ -17,7 +17,7 @@
|
|
17 |
<config>
|
18 |
<modules>
|
19 |
<Waterstone_Winvoice>
|
20 |
-
<version>1.0.
|
21 |
</Waterstone_Winvoice>
|
22 |
|
23 |
</modules>
|
17 |
<config>
|
18 |
<modules>
|
19 |
<Waterstone_Winvoice>
|
20 |
+
<version>1.0.1.2</version>
|
21 |
</Waterstone_Winvoice>
|
22 |
|
23 |
</modules>
|
app/code/local/Waterstone/{winvoice → Winvoice}/etc/system.xml
RENAMED
File without changes
|
app/code/local/Waterstone/{winvoice → Winvoice}/sql/winvoice_setup/mysql4-install-0.1.0.php
RENAMED
File without changes
|
app/etc/modules/Waterstone_Winvoice.xml
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Open Software License (OSL 3.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 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* @category Waterstone
|
17 |
+
* @package Waterstone_Winvoice
|
18 |
+
*/
|
19 |
+
-->
|
20 |
+
<config>
|
21 |
+
<modules>
|
22 |
+
<Waterstone_Winvoice>
|
23 |
+
<active>true</active>
|
24 |
+
<codePool>local</codePool>
|
25 |
+
</Waterstone_Winvoice>
|
26 |
+
</modules>
|
27 |
+
</config>
|
package.xml
CHANGED
@@ -1,18 +1,23 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Waterstone_Winvoice</name>
|
4 |
-
<version>1.0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>
|
10 |
-
<description
|
11 |
-
<notes
|
|
|
|
|
|
|
|
|
|
|
12 |
<authors><author><name>Waterstone</name><user>waterstone</user><email>info@waterstone.pt</email></author></authors>
|
13 |
-
<date>2014-06-
|
14 |
-
<time>18:
|
15 |
-
<contents><target name="magelocal"><dir
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><php><min>5.4.12</min><max>5.5.12</max></php><package><name>Mage_Core_Modules</name><channel>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Waterstone_Winvoice</name>
|
4 |
+
<version>1.0.1.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Portuguese certified invoice provider</summary>
|
10 |
+
<description>.</description>
|
11 |
+
<notes>Change log:
|
12 |
+

|
13 |
+
- Added labels for errors.
|
14 |
+
- Added discount field when applicable.
|
15 |
+
- Improved NIF autentication.
|
16 |
+
- VAT now being read from backend.</notes>
|
17 |
<authors><author><name>Waterstone</name><user>waterstone</user><email>info@waterstone.pt</email></author></authors>
|
18 |
+
<date>2014-06-04</date>
|
19 |
+
<time>20:18:40</time>
|
20 |
+
<contents><target name="magelocal"><dir name="Waterstone"><dir name="Winvoice"><dir name="Helper"><file name="Data.php" hash="793437e2a036dae3ab1097f5de91d27d"/></dir><dir name="Model"><file name="AddInvoice.php" hash="2819ed5adc413eb646a69ad5dbcaf62c"/><dir name="Email"><dir name="Template"><file name="Mailer.php" hash="d990fe62b70529b6fcdb2c3e72cb0480"/></dir></dir><file name="Log.php" hash="d9f0200dd7c95dbf9bf5953462932526"/><dir name="Mysql4"><dir name="Winvoice"><file name="Collection.php" hash="2dd253dfae89056b584de8524a329a27"/></dir><file name="Winvoice.php" hash="6c1c7b045b65bddc395c828edb60ebe0"/></dir><dir name="Order"><file name="Invoice.php" hash="3670cfdea82e27da66d32556760c7e22"/></dir><file name="Status.php" hash="0e33254db1775e85fdd95773d9612c5c"/><dir name="nusoap"><dir name="lib"><file name="changelog" hash="3919a6a82b4f75206da9feaf8ceec3ed"/><file name="class.nusoap_base.php" hash="926c4daafe38a19c5d8444c270714741"/><file name="class.soap_fault.php" hash="cfd584361ababce6337b99e5979d7c4d"/><file name="class.soap_parser.php" hash="99ebb296b20d61d0161a037904366759"/><file name="class.soap_server.php" hash="5fd364995957f5c38a535a04a4be4384"/><file name="class.soap_transport_http.php" hash="2fedc17e37799b06e489d6a89c66453e"/><file name="class.soap_val.php" hash="ddd9047b47c42e5cbb2a88897372cb4f"/><file name="class.soapclient.php" hash="682f206b6917a163bc085d5093817767"/><file name="class.wsdl.php" hash="cafbf5025785922c4b6ecb005fd9b387"/><file name="class.wsdlcache.php" hash="89e38c3a9b266bce6ce70953829e0b70"/><file name="class.xmlschema.php" hash="f2a76931ddbd07c85ec882e736c2b90d"/><file name="nusoap.php" hash="675597fb030e84c0a3041bbceff9a2de"/><file name="nusoapmime.php" hash="29d372d39482f75b12655a562a10b822"/></dir><dir name="samples"><file name="client1.php" hash="d409d0bae57e8d4c13fefd63bec70b84"/><file name="client2.php" hash="7b95031a64f7b5975610520385503c37"/><file name="client3.php" hash="c6f1a9a2c44fac36fadcd4631373a998"/><file name="getfile1client.php" hash="c8e9b2d47e157bea50cd4285d6989e3d"/><file name="getfile2client.php" hash="b1338a810f91d58973c95b9d12c579e3"/><file name="index.html" hash="b52de1d66171cade209a651328ac3f97"/><file name="mimeclient.php" hash="0b1196705730ee220b42f1197599dcfa"/><file name="sslclient.php" hash="b790bf099c5d983c848cdd3571ee05df"/><file name="wsdlclient1.php" hash="b114369ba77f166e02da529678f0e74b"/><file name="wsdlclient10.php" hash="b63c4edc9cdbe4fe0ef69ca2250538e8"/><file name="wsdlclient11.php" hash="f3bc441f4b1747612510c3644dd00367"/><file name="wsdlclient12.php" hash="b1413252ca52f96a01b6d30ad1dc341e"/><file name="wsdlclient13.php" hash="d93cbd256bffa0fc637012451466ff0d"/><file name="wsdlclient14.php" hash="496b7d67e53bf2573ca2a35c4f0e696e"/><file name="wsdlclient15.php" hash="7ef02ec40fb271b281a4dc698035ae25"/><file name="wsdlclient2.php" hash="9fd136cd8355714cf3780116d1cb6b2f"/><file name="wsdlclient3.php" hash="5cb748a2989ae8c6c151c43a9b16a51b"/><file name="wsdlclient3b.php" hash="d7eb5f646f946438b034b818098f941d"/><file name="wsdlclient3c.php" hash="22220ca28722857ff04a519b1a89280f"/><file name="wsdlclient4.php" hash="06160017a0748dc2e39d63150a17b869"/><file name="wsdlclient5.php" hash="4503ba03f13e5f75c7a69e09253c5ba9"/><file name="wsdlclient6.php" hash="9376d30095c9572d50cec1294914b51f"/><file name="wsdlclient7.php" hash="92640c4e76c3c024d57434d638fedd78"/><file name="wsdlclient8.php" hash="61fea89801914afc8c99119a5ea090ef"/><file name="wsdlclient9.php" hash="d2111b6ae75bb3fe104a51e845208e4b"/></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="WinvoiceController.php" hash="cf1aa2e70e3343c8f173bf7bb56d867a"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="28cda20f40db5efb00659ae4bd83f19e"/><file name="config.xml" hash="4facb1261181ee1af3b323e0893d5fbd"/><file name="system.xml" hash="8b75637d21e01e24be2d4c61c7a23ebe"/></dir><dir name="sql"><dir name="winvoice_setup"><file name="mysql4-install-0.1.0.php" hash="92b059cb47ed001e285ff7b11e7311bd"/></dir></dir></dir></dir></target><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="Waterstone_Winvoice.xml" hash="5a9b97b844970a29a117656cb53b46c0"/></dir></dir></dir></target></contents>
|
21 |
<compatible/>
|
22 |
+
<dependencies><required><php><min>5.4.12</min><max>5.5.12</max></php><package><name>Mage_Core_Modules</name><channel>core</channel><min>1.5.0</min><max>1.9.0.1</max></package></required></dependencies>
|
23 |
</package>
|