Add customer export

modifié:         core/lib/Thelia/Config/Resources/export.xml
	modifié:         core/lib/Thelia/ImportExport/AbstractHandler.php
	modifié:         core/lib/Thelia/ImportExport/Export/ExportHandler.php
	nouveau fichier: core/lib/Thelia/ImportExport/Export/Type/CustomerExport.php
	nouveau fichier: core/lib/Thelia/Tests/ImportExport/Export/CustomerExportTest.php
This commit is contained in:
Benjamin Perche
2014-07-24 16:35:10 +02:00
parent c5c8b4c9e4
commit f73703c578
5 changed files with 645 additions and 59 deletions

View File

@@ -27,6 +27,17 @@
</export_descriptive>
</export>
<export id="thelia.export.complete" category_id="thelia.export.customer" class="Thelia\ImportExport\Export\Type\CustomerExport">
<export_descriptive locale="fr_FR">
<title>Clients</title>
<description>Exporter toutes les informations à propos de vos clients</description>
</export_descriptive>
<export_descriptive locale="en_US">
<title>Customers</title>
<description>Export all the information about your customers</description>
</export_descriptive>
</export>
<export id="thelia.export.prices" class="Thelia\ImportExport\Export\Type\ProductPricesExport" category_id="thelia.export.products">
<export_descriptive locale="fr_FR">
<title>Prix des produits Hors-Taxes</title>