Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
EU Sales Reports for VirtueMart
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VirtueMart
EU Sales Reports for VirtueMart
Commits
16671722
Commit
16671722
authored
9 years ago
by
Reinhold Kainhofer
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
eurecap.xml
+7
-3
7 additions, 3 deletions
eurecap.xml
views/eurecap/tmpl/export_at_xml.php
+1
-1
1 addition, 1 deletion
views/eurecap/tmpl/export_at_xml.php
with
9 additions
and
5 deletions
Makefile
+
1
−
1
View file @
16671722
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)/
...
...
This diff is collapsed.
Click to expand it.
eurecap.xml
+
7
−
3
View file @
16671722
...
@@ -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>
201
5
-0
4
-01
</releaseDate>
<releaseDate>
201
6
-0
1
-01
</releaseDate>
<releaseType>
Initial Releas
e
</releaseType>
<releaseType>
Updat
e
</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&extension=EURecap]]>
</server>
</updateservers>
</extension>
</extension>
This diff is collapsed.
Click to expand it.
views/eurecap/tmpl/export_at_xml.php
+
1
−
1
View file @
16671722
...
@@ -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
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment