mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 05:44:58 +00:00
add list for exports
This commit is contained in:
13
Resources/config/services/export.yml
Normal file
13
Resources/config/services/export.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
Chill\ReportBundle\Export\Export\ReportListProvider:
|
||||
arguments:
|
||||
$em: '@Doctrine\ORM\EntityManagerInterface'
|
||||
$translatableStringHelper: '@Chill\MainBundle\Templating\TranslatableStringHelper'
|
||||
$translator: '@Symfony\Component\Translation\TranslatorInterface'
|
||||
$customFieldProvider: '@Chill\CustomFieldsBundle\Service\CustomFieldProvider'
|
||||
tags:
|
||||
- { name: chill.export_elements_provider, prefix: 'report' }
|
||||
|
||||
Chill\ReportBundle\Export\Filter\ReportDateFilter:
|
||||
tags:
|
||||
- { name: chill.export_filter, alias: 'report_date' }
|
@@ -43,4 +43,12 @@ No report registered for this person.: Aucun rapport pour cette personne.
|
||||
#roles
|
||||
CHILL_REPORT_UPDATE: Modifier les rapports
|
||||
CHILL_REPORT_SEE: Voir les rapports
|
||||
CHILL_REPORT_CREATE: Créer des rapports
|
||||
CHILL_REPORT_CREATE: Créer des rapports
|
||||
|
||||
#exports
|
||||
"List for report '%type%'": Liste des rapports "%type%"
|
||||
"Generate list of report '%type%'": Génère une liste des rapports "%type%"
|
||||
"Report's question": Question du rapport
|
||||
Filter by report's date: Filtrer par date de rapport
|
||||
Report is after this date: Rapports après cette date
|
||||
Report is before this date: Rapports avant cette date
|
Reference in New Issue
Block a user