|
54606403b4
|
Refactor confidential filtering on list to let it usable by other lists
|
2023-12-07 15:13:54 +01:00 |
|
|
47d829d72d
|
Filter confidential courses from list of accompanying periods
|
2023-12-06 22:46:50 +01:00 |
|
|
00de657cae
|
Fix filter evaluation by evaluation type
|
2023-12-01 09:46:02 +01:00 |
|
|
98fd5cae78
|
Merge branch '204-export-action-creator' into 'master'
[export] add filters/aggregators for creator works action
Closes #204
See merge request Chill-Projet/chill-bundles!610
|
2023-11-15 12:49:08 +00:00 |
|
|
e9df26c2f7
|
Export: add clauses on the social work start date and end date within the filter "Filter accompanying period by accompanying period work"'
|
2023-11-15 13:25:08 +01:00 |
|
|
af585bada3
|
Export: add a export which count persons on accompanying period work
|
2023-11-15 13:24:59 +01:00 |
|
|
f9763b866d
|
add 6 new tests for filters/aggrs
|
2023-11-15 13:00:45 +01:00 |
|
|
3743b336a6
|
Export: create an export which add the average duration of accompanying period work
|
2023-11-15 11:42:34 +00:00 |
|
|
3332413fe0
|
Merge branch '199-missing-exports' into 'master'
Add missing filters and grouping
Closes #189, #200, and #199
See merge request Chill-Projet/chill-bundles!609
|
2023-11-14 20:24:21 +00:00 |
|
|
1663c6f7c7
|
DX: rename CountHousehold => CountHouseholdInPeriod.php + add test
|
2023-11-14 21:17:08 +01:00 |
|
|
2cc5fa06ae
|
Export: split export about person on accompanying period work: one with the
people associated with the work, another one with the people associated with the
accompanying period
|
2023-11-14 21:17:07 +01:00 |
|
|
0d741ab886
|
Export: add grouping "group peoples by postal code"
|
2023-11-14 21:17:07 +01:00 |
|
|
ac9897d9e7
|
DX: add a test to ensure that accompanyingPeriodWork::getReferrers is a list
|
2023-11-14 20:33:18 +01:00 |
|
|
6fd80f9f2e
|
[export] fix data type from form: either collection or array
|
2023-11-05 23:08:13 +01:00 |
|
|
617d09ab8a
|
Merge branch '179-remove-filter-by-center-in-exports' into 'master'
Resolve "Export: permettre de ne pas filtrer les résultats par centre"
Closes #179
See merge request Chill-Projet/chill-bundles!599
|
2023-10-24 13:18:03 +00:00 |
|
|
a6e930958b
|
[export] create a parameter that will force to skip the filtering by center (ACL) when generating an export
|
2023-10-19 17:19:28 +02:00 |
|
|
a4edb34668
|
[export] add a filter and aggregator on accompanying period work: group/filter by handling third party
|
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 |
|
|
75e15c1389
|
Fix ClosingMotiveRender: rendering of label 'canceled' at the end of child, and remove trailing spaces
|
2023-10-17 10:43:12 +02:00 |
|
|
dd47ddc268
|
DX: Fix user repository test
|
2023-10-16 17:26:15 +02:00 |
|
|
0df93fb703
|
DX: Fix test for PersonMoveTest.php
|
2023-10-16 17:19:28 +02:00 |
|
|
93b189b091
|
DX: Fix HouseholdApiControllerTest.php
|
2023-10-16 16:20:25 +02:00 |
|
|
efcb903d10
|
Fix direct kernel deprecation in AccompanyingCourseApiControllerTest
|
2023-10-16 16:20:24 +02:00 |
|
|
b65f76262a
|
Refactor filters and aggregators of "acpwusers" for using the acpw referrer history instead
|
2023-10-16 16:20:24 +02:00 |
|
|
51a4ffca2e
|
Fix cs with new cs rules (php-cs-fixer version 3.35)
|
2023-10-16 11:59:49 +02:00 |
|
|
68d28f3e28
|
Fix filtres and scopes to take into account job and scope when the refferrer is add to the accompanying period work
|
2023-10-16 11:52:03 +02:00 |
|
|
978db5a5c5
|
update some queries in the interface to take into account history of user's scope and user's job
|
2023-10-16 11:52:02 +02:00 |
|
|
363785b779
|
Update schema to store accompanying period work referrer history
|
2023-10-11 15:37:44 +02:00 |
|
|
aeb0d5eab8
|
[export] fix acpw socialWork agent ScopeFilter query + unit test (partial)
|
2023-10-03 19:40:23 +02:00 |
|
|
bc69f83c37
|
[export] fix acpw socialWork agent JobFilter query + unit test (partial)
|
2023-10-03 19:40:23 +02:00 |
|
|
0953faedc4
|
[export] fix acpw socialWork agent ScopeAggregator query + unit test
|
2023-10-03 19:40:23 +02:00 |
|
|
7c25ca8dd4
|
[export] fix acpw socialWork agent JobAggregator query + unit test
|
2023-10-03 19:40:23 +02:00 |
|
|
8b7600e09f
|
[export] fix acp UserJobAggregator query + unit test
|
2023-10-03 19:40:23 +02:00 |
|
|
9db0011b2e
|
[export] fix acp ReferrerScopeAggregator query + unit test
TO CHECK: logic in alterQuery. calc_date is same for 2 histories ?
|
2023-10-03 19:40:23 +02:00 |
|
|
5f8b86b839
|
apply rector rules after merging master branch
|
2023-09-27 16:01:59 +02:00 |
|
|
65aa0a1588
|
Merge remote-tracking branch 'origin/master' into rector/rules-symfony
|
2023-09-27 15:25:29 +02:00 |
|
|
9e017b0d66
|
Export: fix filter household by composition
|
2023-09-26 17:24:22 +02:00 |
|
|
7ca2380dad
|
php cs fixes
|
2023-09-14 15:53:42 +02:00 |
|
|
87ea841aaa
|
fix rector
|
2023-09-14 15:47:17 +02:00 |
|
|
758ad9bc87
|
[test][household] add a test to check if leaveMovement write an enddate when member startdate is today
|
2023-09-14 15:47:16 +02:00 |
|
|
6f1dd5b3f2
|
Fix new CS
|
2023-09-14 15:47:16 +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 |
|
|
b36e37d9c5
|
Fix CompositionFilter
|
2023-09-12 15:54:12 +02:00 |
|
|
9375d50112
|
Merge remote-tracking branch 'origin/master' into rector/rules-symfony
# Conflicts:
# src/Bundle/ChillAsideActivityBundle/src/Entity/AsideActivity.php
# src/Bundle/ChillAsideActivityBundle/src/Export/Export/ListAsideActivity.php
|
2023-09-12 15:21:15 +02:00 |
|
|
c19d1ff0c7
|
php cs fixer
|
2023-09-07 16:08:18 +02:00 |
|
|
94f26df81e
|
Make test personMove work for centers
|
2023-09-07 16:07:23 +02:00 |
|
|
8f793d8985
|
[test][household] add a test to check if leaveMovement write an enddate when member startdate is today
|
2023-09-07 11:30:04 +02:00 |
|
|
34ee2b3ba5
|
Fix new CS
|
2023-09-06 16:18:28 +02:00 |
|
|
40b7c8ad8f
|
fix rector and cs
|
2023-09-01 17:50:07 +02:00 |
|