Skip to content
Snippets Groups Projects
Commit 16671722 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

V0.4: Add automatic plugin updates, round amounts for Austrian XML

parent 13b38a81
No related branches found
No related tags found
No related merge requests found
BASE=eurecap BASE=eurecap
PLUGINTYPE=vmextended PLUGINTYPE=vmextended
VERSION=0.3 VERSION=0.4
PLUGINFILES=$(BASE).php $(BASE).script.php $(BASE).xml index.html PLUGINFILES=$(BASE).php $(BASE).script.php $(BASE).xml index.html
# $(BASE)/ # $(BASE)/
......
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
<authorUrl>http://www.open-tools.net/</authorUrl> <authorUrl>http://www.open-tools.net/</authorUrl>
<copyright>Copyright (C) 2015 Reinhold Kainhofer. All rights reserved.</copyright> <copyright>Copyright (C) 2015 Reinhold Kainhofer. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3</license> <license>http://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3</license>
<version>0.3</version> <version>0.4</version>
<releaseDate>2015-04-01</releaseDate> <releaseDate>2016-01-01</releaseDate>
<releaseType>Initial Release</releaseType> <releaseType>Update</releaseType>
<downloadUrl>http://www.open-tools.net</downloadUrl> <downloadUrl>http://www.open-tools.net</downloadUrl>
<description>VMEXT_EU_RECAP_DESC</description> <description>VMEXT_EU_RECAP_DESC</description>
...@@ -103,5 +103,9 @@ ...@@ -103,5 +103,9 @@
<param name="vendor_vatid" type="text" scope="com_virtuemart" default="" label="VMEXT_EU_RECAP_VENDOR_VATID" description="VMEXT_EU_RECAP_VENDOR_VATID_DESC"/> <param name="vendor_vatid" type="text" scope="com_virtuemart" default="" label="VMEXT_EU_RECAP_VENDOR_VATID" description="VMEXT_EU_RECAP_VENDOR_VATID_DESC"/>
<param name="taxnr" type="text" scope="com_virtuemart" default="" label="VMEXT_EU_RECAP_TAXNR" description="VMEXT_EU_RECAP_TAXNR_DESC"/> <param name="taxnr" type="text" scope="com_virtuemart" default="" label="VMEXT_EU_RECAP_TAXNR" description="VMEXT_EU_RECAP_TAXNR_DESC"/>
</params> </params>
<updateservers>
<server type="extension" name="VM EU Recapitulative Statements Updates"><![CDATA[http://open-tools.net/UpdateServer/index.php?package=Joomla&amp;extension=EURecap]]></server>
</updateservers>
</extension> </extension>
...@@ -48,7 +48,7 @@ foreach ($this->report as $r) { ...@@ -48,7 +48,7 @@ foreach ($this->report as $r) {
?> ?>
<ZM> <ZM>
<UID_MS><?php echo $vatid; ?></UID_MS> <UID_MS><?php echo $vatid; ?></UID_MS>
<SUM_BGL type="kz"><?php echo $r['sum_order_total']; ?></SUM_BGL> <SUM_BGL type="kz"><?php echo floor($r['sum_order_total']); ?></SUM_BGL>
<?php // <DREIECK>0</DREIECK> ?> <?php // <DREIECK>0</DREIECK> ?>
<SOLEI>1</SOLEI> <SOLEI>1</SOLEI>
</ZM> </ZM>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment