f0f651edea
update cs after php-cs-fixer upgrade
2024-09-12 12:02:33 +02:00
4587f66402
Add household info to activity exports
2024-08-30 08:57:27 +00:00
f889d67e94
fixes after merge of master into upgrade-sf4
2024-02-12 22:31:16 +01:00
67c3de733f
Refactor ActivityReasonAggregator: can be applied also on export for Activities linked with accompanying period
...
This commit renames the ActivityReasonAggregator's namespace from PersonAggregators to Aggregator and modifies its methods. The join method in the query builder has been changed from innerJoin to leftJoin, 'group by' part is simplified, and the applyOn method now returns Declarations::ACTIVITY instead of Declarations::ACTIVITY_PERSON. Further modifications apply to the getFormDefaultData method and the corresponding test.
2024-02-07 16:47:33 +01:00
036fe8d6f8
upgrade php-cs 3.49
2024-02-07 10:43:53 +01:00
3c8e59e088
php cs fixes after updating php cs fixer
2024-01-10 10:31:25 +01:00
2883e085ed
DX: Fix aggregator: "group activity by reason"
2023-11-20 18:07:06 +01:00
b05ed86d1e
DX: Fix aggregator: "group activity by type"
2023-11-20 18:06:55 +01:00
cbc83c0e63
Export: add grouping "group activity by person" (activites saved in person context)
2023-11-13 15:29:01 +01:00
4112e59af4
Export: add an ActivityPresenceAggregator
2023-11-09 17:35:34 +01:00
bb1602934c
Fix "group activity by creator job" aggregator
2023-11-07 16:07:24 +01:00
981dc6a959
[export] add a filter and aggregator on accompanying periods: group by activity type (accompanying course having at least one activity from this type)
2023-10-19 10:33:56 +02:00
11fb9bcd0b
[export] add a filter and aggregator on activities: filter/group by persons taking part to the activity
2023-10-19 10:33:55 +02:00
f799fe0649
[export] add a grouping of accompanying period by opening and closing date
2023-10-19 10:33:54 +02:00
bc2041cbdd
apply more cs rules for php-cs
2023-10-17 13:27:03 +02:00
63e9d1a96f
[export] add a filter and aggregator on activity: by creator job
2023-10-16 11:52:03 +02:00
15e23087ed
cs-fixer, phpstan et rector
2023-10-04 09:45:15 +02:00
fa3fc2c781
[export] fix activity filters/aggregators + tests: 'at' based on activity date
2023-10-03 19:43:16 +02:00
84ba626fb5
add missing form child in getFormDefaultData() + sort methods
...
try to resolve 2 last unit tests errors on ci (no errors in local)
2023-10-03 19:42:06 +02:00
eddcfc3921
cs-fixer
2023-10-03 19:42:06 +02:00
bea21d45fc
[export] fix 2 job/scope aggregators in activity and acp
2023-10-03 19:40:23 +02:00
3aa10927d7
[export] fix 4 job/scope aggregators in activity and aside activity
2023-10-03 19:40:23 +02:00
65aa0a1588
Merge remote-tracking branch 'origin/master' into rector/rules-symfony
2023-09-27 15:25:29 +02:00
4e27d71bea
Re-associate activity exports and filters
...
Some filter can work on both exports and lists associated to persons and accompanyings periods. They are moved to a more common namespace.
The modifiers in list are also fixed to allow an association with these filters.
2023-09-26 17:59:04 +02:00
d2323e91ca
new cs rule: single_line_empty_body
...
Rule is added to the last version of php-cs-fixer
2023-09-12 15:58:59 +02:00
023a29cb78
apply rector rules: php up to php82
2023-07-19 23:19:50 +02:00
74ed34ba97
apply rules rector
2023-07-19 22:48:26 +02:00
224c2c74e8
Merge remote-tracking branch 'origin/master' into rector/rules-up-to-php80
...
Conflicts:
src/Bundle/ChillActivityBundle/Controller/ActivityController.php
src/Bundle/ChillActivityBundle/Export/Aggregator/ACPAggregators/DateAggregator.php
src/Bundle/ChillActivityBundle/Menu/PersonMenuBuilder.php
src/Bundle/ChillActivityBundle/Repository/ActivityACLAwareRepository.php
src/Bundle/ChillActivityBundle/Service/DocGenerator/ActivityContext.php
src/Bundle/ChillCalendarBundle/Command/MapAndSubscribeUserCalendarCommand.php
src/Bundle/ChillCalendarBundle/RemoteCalendar/Connector/MSGraph/MSGraphUserRepository.php
src/Bundle/ChillDocStoreBundle/Controller/DocumentAccompanyingCourseController.php
src/Bundle/ChillDocStoreBundle/Controller/DocumentPersonController.php
src/Bundle/ChillDocStoreBundle/Repository/PersonDocumentACLAwareRepository.php
src/Bundle/ChillEventBundle/Search/EventSearch.php
src/Bundle/ChillMainBundle/Controller/ExportController.php
src/Bundle/ChillMainBundle/Controller/PermissionsGroupController.php
src/Bundle/ChillMainBundle/Cron/CronManager.php
src/Bundle/ChillMainBundle/Entity/CronJobExecution.php
src/Bundle/ChillMainBundle/Export/ExportManager.php
src/Bundle/ChillMainBundle/Form/Type/Export/PickCenterType.php
src/Bundle/ChillMainBundle/Form/Type/Listing/FilterOrderType.php
src/Bundle/ChillMainBundle/Repository/NotificationRepository.php
src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelper.php
src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelperBuilder.php
src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelperFactory.php
src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseWorkController.php
src/Bundle/ChillPersonBundle/Controller/SocialWorkSocialActionApiController.php
src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/AgeAggregator.php
src/Bundle/ChillPersonBundle/Export/Export/ListAccompanyingPeriod.php
src/Bundle/ChillPersonBundle/Export/Export/ListHouseholdInPeriod.php
src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriodACLAwareRepository.php
src/Bundle/ChillPersonBundle/Security/Authorization/AccompanyingPeriodVoter.php
src/Bundle/ChillPersonBundle/Service/DocGenerator/AccompanyingPeriodContext.php
src/Bundle/ChillPersonBundle/Service/DocGenerator/AccompanyingPeriodWorkEvaluationContext.php
src/Bundle/ChillPersonBundle/Service/DocGenerator/PersonContext.php
src/Bundle/ChillReportBundle/DataFixtures/ORM/LoadReports.php
src/Bundle/ChillTaskBundle/Controller/SingleTaskController.php
2023-07-17 12:49:13 +02:00
6065680e1e
Feature: [export] allow to group activities by location
2023-07-11 15:01:32 +02:00
21f11fb034
execute rector run on filters and aggregators
2023-06-18 21:36:40 +02:00
960acb8c0a
Revert "apply rector rules for exports"
...
This reverts commit 3adf3625
2023-06-18 11:57:26 +02:00
12fdfd81c4
remove empty data which sparkle a bug in RadioListMapper
2023-06-06 09:37:43 +02:00
3adf3625dc
apply rector rules for exports
2023-06-05 17:21:21 +02:00
dde3002100
DX: apply rector rules up to php8.0
2023-04-28 22:30:33 +02:00
70871176fc
DX: fix cs
2023-02-06 17:47:54 +01:00
01790fa0cf
Fixed: [export] Fix checking of null value: take also empty string value
2023-01-11 17:42:50 +01:00
91494c07d5
Fixed: [export][Agreggator by type] handle correctly case when an acp or an activity does not have any location type
2023-01-11 16:55:03 +01:00
88fb48e2be
Fixed: let the aggregator "Activity by type" be shown again
2022-12-05 18:26:01 +01:00
cda25d3459
DX: more cs
2022-11-02 14:40:17 +01:00
9cf06c147f
Feature: [export][activity] Add an aggregator to group by sent / received
2022-11-02 14:25:52 +01:00
24873f0cc2
Feature: [export] add aggregator by "number of activity" for acp
2022-11-02 13:33:33 +01:00
e46b285d3e
Fixed: handle null value in SentReceivedAggregator
2022-11-02 12:56:13 +01:00
1228a0323c
php csfixes
2022-11-02 10:28:52 +01:00
ed04c276c2
SentReceivedAggregator (in activity)
2022-10-31 16:18:10 +01:00
fe120086c7
define queryKey in 11 aggregators
2022-10-28 16:59:11 +02:00
f1fb77187f
create 13 new export/filters/aggregators in Person and AsideActivity Bundles
...
* minor corrections on last commit
* modify related files (declaration, messages.fr, repository)
* yaml service declaration
2022-10-28 16:48:09 +02:00
43d9ba1ba5
Create 16 new filters/aggregators in Bundles: Vendée, Person, Activity
...
Basic file creation, with methods, namespace, and title translation
2022-10-28 13:07:24 +02:00
50e12375f8
Feature: [export][activity] Group by users (participating) job and scope
...
on activity exports
2022-10-17 00:25:16 +02:00
4ed760949a
Feature: [export][activity] Add filter and aggregator by users
...
(participating to the activity)
2022-10-16 23:56:25 +02:00
c07cd2b715
Fixed: [export][activity] use createdBy property instead of user for
...
grouping or filtering by creator
2022-10-14 21:55:02 +02:00