diff --git a/src/Bundle/ChillCalendarBundle/Resources/config/services/exports.yaml b/src/Bundle/ChillCalendarBundle/Resources/config/services/exports.yaml index 56580dba1..0526ce1dc 100644 --- a/src/Bundle/ChillCalendarBundle/Resources/config/services/exports.yaml +++ b/src/Bundle/ChillCalendarBundle/Resources/config/services/exports.yaml @@ -1,104 +1,104 @@ -services: - - ## Indicators - chill.calendar.export.count_appointments: - class: Chill\CalendarBundle\Export\Export\CountAppointments - autowire: true - autoconfigure: true - tags: - - { name: chill.export, alias: count_appointments } - - chill.calendar.export.average_duration_appointments: - class: Chill\CalendarBundle\Export\Export\StatAppointmentAvgDuration - autowire: true - autoconfigure: true - tags: - - { name: chill.export, alias: average_duration_appointments } - - chill.calendar.export.sum_duration_appointments: - class: Chill\CalendarBundle\Export\Export\StatAppointmentSumDuration - autowire: true - autoconfigure: true - tags: - - { name: chill.export, alias: sum_duration_appointments } - - ## Filters - - chill.calendar.export.agent_filter: - class: Chill\CalendarBundle\Export\Filter\AgentFilter - autowire: true - autoconfigure: true - tags: - - { name: chill.export_filter, alias: agent_filter } - - chill.calendar.export.job_filter: - class: Chill\CalendarBundle\Export\Filter\JobFilter - autowire: true - autoconfigure: true - tags: - - { name: chill.export_filter, alias: job_filter } - - chill.calendar.export.scope_filter: - class: Chill\CalendarBundle\Export\Filter\ScopeFilter - autowire: true - autoconfigure: true - tags: - - { name: chill.export_filter, alias: scope_filter } - - chill.calendar.export.between_dates_filter: - class: Chill\CalendarBundle\Export\Filter\BetweenDatesFilter - autowire: true - autoconfigure: true - tags: - - { name: chill.export_filter, alias: between_dates_filter } - - ## Aggregator - - chill.calendar.export.agent_aggregator: - class: Chill\CalendarBundle\Export\Aggregator\AgentAggregator - autowire: true - autoconfigure: true - tags: - - { name: chill.export_aggregator, alias: agent_aggregator } - - chill.calendar.export.job_aggregator: - class: Chill\CalendarBundle\Export\Aggregator\JobAggregator - autowire: true - autoconfigure: true - tags: - - { name: chill.export_aggregator, alias: job_aggregator } - - chill.calendar.export.scope_aggregator: - class: Chill\CalendarBundle\Export\Aggregator\ScopeAggregator - autowire: true - autoconfigure: true - tags: - - { name: chill.export_aggregator, alias: scope_aggregator } - - chill.calendar.export.location_type_aggregator: - class: Chill\CalendarBundle\Export\Aggregator\LocationTypeAggregator - autowire: true - autoconfigure: true - tags: - - { name: chill.export_aggregator, alias: location_type_aggregator } - - chill.calendar.export.location_aggregator: - class: Chill\CalendarBundle\Export\Aggregator\LocationAggregator - autowire: true - autoconfigure: true - tags: - - { name: chill.export_aggregator, alias: location_aggregator } - - chill.calendar.export.cancel_reason_aggregator: - class: Chill\CalendarBundle\Export\Aggregator\CancelReasonAggregator - autowire: true - autoconfigure: true - tags: - - { name: chill.export_aggregator, alias: cancel_reason_aggregator } - - chill.calendar.export.month_aggregator: - class: Chill\CalendarBundle\Export\Aggregator\MonthYearAggregator - autowire: true - autoconfigure: true - tags: - - { name: chill.export_aggregator, alias: month_aggregator } \ No newline at end of file +#services: +# + # Indicators +# chill.calendar.export.count_appointments: +# class: Chill\CalendarBundle\Export\Export\CountAppointments +# autowire: true +# autoconfigure: true +# tags: +# - { name: chill.export, alias: count_appointments } +# +# chill.calendar.export.average_duration_appointments: +# class: Chill\CalendarBundle\Export\Export\StatAppointmentAvgDuration +# autowire: true +# autoconfigure: true +# tags: +# - { name: chill.export, alias: average_duration_appointments } +# +# chill.calendar.export.sum_duration_appointments: +# class: Chill\CalendarBundle\Export\Export\StatAppointmentSumDuration +# autowire: true +# autoconfigure: true +# tags: +# - { name: chill.export, alias: sum_duration_appointments } +# + # Filters +# +# chill.calendar.export.agent_filter: +# class: Chill\CalendarBundle\Export\Filter\AgentFilter +# autowire: true +# autoconfigure: true +# tags: +# - { name: chill.export_filter, alias: agent_filter } +# +# chill.calendar.export.job_filter: +# class: Chill\CalendarBundle\Export\Filter\JobFilter +# autowire: true +# autoconfigure: true +# tags: +# - { name: chill.export_filter, alias: job_filter } +# +# chill.calendar.export.scope_filter: +# class: Chill\CalendarBundle\Export\Filter\ScopeFilter +# autowire: true +# autoconfigure: true +# tags: +# - { name: chill.export_filter, alias: scope_filter } +# +# chill.calendar.export.between_dates_filter: +# class: Chill\CalendarBundle\Export\Filter\BetweenDatesFilter +# autowire: true +# autoconfigure: true +# tags: +# - { name: chill.export_filter, alias: between_dates_filter } +# + # Aggregator +# +# chill.calendar.export.agent_aggregator: +# class: Chill\CalendarBundle\Export\Aggregator\AgentAggregator +# autowire: true +# autoconfigure: true +# tags: +# - { name: chill.export_aggregator, alias: agent_aggregator } +# +# chill.calendar.export.job_aggregator: +# class: Chill\CalendarBundle\Export\Aggregator\JobAggregator +# autowire: true +# autoconfigure: true +# tags: +# - { name: chill.export_aggregator, alias: job_aggregator } +# +# chill.calendar.export.scope_aggregator: +# class: Chill\CalendarBundle\Export\Aggregator\ScopeAggregator +# autowire: true +# autoconfigure: true +# tags: +# - { name: chill.export_aggregator, alias: scope_aggregator } +# +# chill.calendar.export.location_type_aggregator: +# class: Chill\CalendarBundle\Export\Aggregator\LocationTypeAggregator +# autowire: true +# autoconfigure: true +# tags: +# - { name: chill.export_aggregator, alias: location_type_aggregator } +# +# chill.calendar.export.location_aggregator: +# class: Chill\CalendarBundle\Export\Aggregator\LocationAggregator +# autowire: true +# autoconfigure: true +# tags: +# - { name: chill.export_aggregator, alias: location_aggregator } +# +# chill.calendar.export.cancel_reason_aggregator: +# class: Chill\CalendarBundle\Export\Aggregator\CancelReasonAggregator +# autowire: true +# autoconfigure: true +# tags: +# - { name: chill.export_aggregator, alias: cancel_reason_aggregator } +# +# chill.calendar.export.month_aggregator: +# class: Chill\CalendarBundle\Export\Aggregator\MonthYearAggregator +# autowire: true +# autoconfigure: true +# tags: +# - { name: chill.export_aggregator, alias: month_aggregator } diff --git a/src/Bundle/ChillPersonBundle/config/services/exports_social_actions.yaml b/src/Bundle/ChillPersonBundle/config/services/exports_social_actions.yaml index d5f7376db..ac0f33cd8 100644 --- a/src/Bundle/ChillPersonBundle/config/services/exports_social_actions.yaml +++ b/src/Bundle/ChillPersonBundle/config/services/exports_social_actions.yaml @@ -9,12 +9,12 @@ services: ## FILTERS - chill.person.export.filter_social_work_type: - class: Chill\PersonBundle\Export\Filter\SocialWorkFilters\SocialWorkTypeFilter - autowire: true - autoconfigure: true - tags: - - { name: chill.export_filter, alias: social_work_type_filter } +# chill.person.export.filter_social_work_type: +# class: Chill\PersonBundle\Export\Filter\SocialWorkFilters\SocialWorkTypeFilter +# autowire: true +# autoconfigure: true +# tags: +# - { name: chill.export_filter, alias: social_work_type_filter } chill.person.export.filter_scope: class: Chill\PersonBundle\Export\Filter\SocialWorkFilters\ScopeFilter