Changes

m
no edit summary
Line 7: Line 7:     
= Use the Dolibarr export module =
 
= Use the Dolibarr export module =
The Exports module allows yous to make personalise exports of data using an assistant. You should be able to export data with no technical knowledges.
+
The Exports module allows yous to make personalize exports of data using an assistant. You should be able to export data with no technical knowledges.
 
# First step is to enable the export module. Then go on menu Tools - Export and choose a predefined dataset.
 
# First step is to enable the export module. Then go on menu Tools - Export and choose a predefined dataset.
 
# Then choose fields you wan in your output files, and in which order.  
 
# Then choose fields you wan in your output files, and in which order.  
Line 16: Line 16:     
= Develop your own export script =
 
= Develop your own export script =
{{ToTranslate}}
+
Any language can be used if this language can read a database.
N'importe quel langage peut faire l'affaire du moment que vous pouvez lire la base de donnée.
+
You just have to read the table of the entity you want to export and build a file, with format of your choice, from any fields available in table.
Il vous suffit de lire la table de l'entité qui vous intéresse et de fabriquer un fichier export au format qu'il vous plaira
+
So the only thing to know is which table contains data you want to export.
à partir des données de cette table.
+
To help you, page [[List of tables]] presents you the list of all Dolibarr tables.
Le seul prérequis est donc de connaitre la table qui contient les données qui vous intéressent.
  −
Pour vous y aider, la page [[Liste des tables]] vous présente la liste des tables de Dolibarr