add average duration indicator calendar

This commit is contained in:
2022-08-17 17:36:42 +02:00
parent 3c5d533c58
commit dfbaaef778
3 changed files with 113 additions and 1 deletions

View File

@@ -6,4 +6,11 @@ services:
autowire: true
autoconfigure: true
tags:
- { name: chill.export, alias: count_appointments }
- { name: chill.export, alias: count_appointments }
chill.calendar.export.average_duration_appointments:
class: Chill\CalendarBundle\Export\Export\StatAppointmentDuration
autowire: true
autoconfigure: true
tags:
- { name: chill.export, alias: average_duration_appointments }