Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VirtueMart
EU Sales Reports for VirtueMart
Commits
16671722
Commit
16671722
authored
Jan 01, 2016
by
Reinhold Kainhofer
Browse files
V0.4: Add automatic plugin updates, round amounts for Austrian XML
parent
13b38a81
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
16671722
BASE
=
eurecap
PLUGINTYPE
=
vmextended
VERSION
=
0.
3
VERSION
=
0.
4
PLUGINFILES
=
$(BASE)
.php
$(BASE)
.script.php
$(BASE)
.xml index.html
# $(BASE)/
...
...
eurecap.xml
View file @
16671722
...
...
@@ -7,9 +7,9 @@
<authorUrl>
http://www.open-tools.net/
</authorUrl>
<copyright>
Copyright (C) 2015 Reinhold Kainhofer. All rights reserved.
</copyright>
<license>
http://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3
</license>
<version>
0.
3
</version>
<releaseDate>
201
5
-0
4
-01
</releaseDate>
<releaseType>
Initial Releas
e
</releaseType>
<version>
0.
4
</version>
<releaseDate>
201
6
-0
1
-01
</releaseDate>
<releaseType>
Updat
e
</releaseType>
<downloadUrl>
http://www.open-tools.net
</downloadUrl>
<description>
VMEXT_EU_RECAP_DESC
</description>
...
...
@@ -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=
"taxnr"
type=
"text"
scope=
"com_virtuemart"
default=
""
label=
"VMEXT_EU_RECAP_TAXNR"
description=
"VMEXT_EU_RECAP_TAXNR_DESC"
/>
</params>
<updateservers>
<server
type=
"extension"
name=
"VM EU Recapitulative Statements Updates"
>
<![CDATA[http://open-tools.net/UpdateServer/index.php?package=Joomla&extension=EURecap]]>
</server>
</updateservers>
</extension>
views/eurecap/tmpl/export_at_xml.php
View file @
16671722
...
...
@@ -48,7 +48,7 @@ foreach ($this->report as $r) {
?>
<ZM>
<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> ?>
<
SOLEI
>
1
</
SOLEI
>
</
ZM
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment