Implement cli based export of reseller data
This commit is contained in:
@@ -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&Paste</h2>
|
||||
<ul>
|
||||
<f:for each="{products}" as="product">
|
||||
|
||||
Reference in New Issue
Block a user