From 28ed09b9d9abbd600b162a4825bde1f71f26a77e Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Tue, 12 Jul 2022 15:16:38 +0200 Subject: [PATCH] exports: add 2 new exports for accompanying courses --- .../Export/Export/CountAccompanyingCourse.php | 76 ++++++++++++ .../Export/Export/ListAccompanyingCourse.php | 116 ++++++++++++++++++ .../Authorization/AccompanyingPeriodVoter.php | 7 ++ .../config/services/exports.yaml | 12 ++ .../translations/messages.fr.yml | 4 + 5 files changed, 215 insertions(+) create mode 100644 src/Bundle/ChillPersonBundle/Export/Export/CountAccompanyingCourse.php create mode 100644 src/Bundle/ChillPersonBundle/Export/Export/ListAccompanyingCourse.php diff --git a/src/Bundle/ChillPersonBundle/Export/Export/CountAccompanyingCourse.php b/src/Bundle/ChillPersonBundle/Export/Export/CountAccompanyingCourse.php new file mode 100644 index 000000000..51eeee6fb --- /dev/null +++ b/src/Bundle/ChillPersonBundle/Export/Export/CountAccompanyingCourse.php @@ -0,0 +1,76 @@ +