Doc filtre groupement par localisation de l'échange

This commit is contained in:
Julien Fastré 2023-07-11 15:13:33 +02:00 committed by Julien Fastré
parent 3a3aedaec1
commit 9b14326edc
1 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,7 @@
```{=latex}
\cleardoublepage
```
# Exports
Chill permet d'exporter les données sous différentes formes:
@ -20,7 +24,19 @@ Les tableaux reprennent un indicateur (par exemple: nombre de parcours, nombre d
<!-- PHPFILE: this list was extracted through this command: find src/ -type f -iname '*.php' | grep Export | grep --invert-match Test | grep --invert-match Helper | grep --invert-match Controller | grep --invert-match Constraint | grep --invert-match DependencyInjection | grep --invert-match Interface | grep --invert-match Declaration | sort -->
### Filtres et regroupements liés aux échanges
### Filtres liés aux échanges
### Regroupements liés aux échanges
#### Grouper les échanges par localisation de l'échange
<!-- PHPFILE: src/Bundle/ChillActivityBundle/Export/Aggregator/ActivityLocationAggregator.php-->
Groupe les échanges par nom de la localisation de l'échange.
Les localisations qui possèdent le même nom sont regroupées ensemble.
<!-- PHPFILE: src/Bundle/ChillActivityBundle/Export/Aggregator/ACPAggregators/ByActivityNumberAggregator.php-->
<!-- PHPFILE: src/Bundle/ChillActivityBundle/Export/Aggregator/ACPAggregators/ByCreatorAggregator.php-->