Implement cli based export of reseller data

This commit is contained in:
Björn Fromme
2019-09-11 22:23:30 +02:00
parent 7803ec41ac
commit debb27a612
7 changed files with 192 additions and 115 deletions
@@ -11,11 +11,17 @@
<f:if condition="{reseller}">
<h1>{reseller.name}</h1>
<h2>Gesamtexport XML</h2>
<f:link.action action="xml" arguments="{reseller: reseller}" target="_blank">Export XML</f:link.action>
<f:link.typolink parameter="fileadmin/reseller/export_{reseller.code}.xml" target="_blank">
Export XML
</f:link.typolink>
<h2>Gesamtexport CSV (Facebook)</h2>
<f:link.action action="csv" arguments="{reseller: reseller, type: 'facebook'}" target="_blank">Export CSV</f:link.action>
<f:link.typolink parameter="fileadmin/reseller/export_{reseller.code}_google.csv" target="_blank">
Export CSV (Google)
</f:link.typolink>
<h2>Gesamtexport CSV (Google)</h2>
<f:link.action action="csv" arguments="{reseller: reseller, type: 'google'}" target="_blank">Export CSV</f:link.action>
<f:link.typolink parameter="fileadmin/reseller/export_{reseller.code}_facebook.csv" target="_blank">
Export CSV (Facebook)
</f:link.typolink>
<h2>Einzelexport für Copy&amp;Paste</h2>
<ul>
<f:for each="{products}" as="product">