78a3dfd65e
Add validation for household metadata
...
A new validation group 'household_metadata' has been added to the Household form. The 'waitingForBirth' field now has a type check, and for the 'waitingForBirthDate' field, an expression is added to ensure it's set if 'waitingForBirth' is true. Simultaneously, error handling for form submission has been enriched in the HouseholdController to display specific error messages.
2024-04-08 14:52:40 +02:00
579bd829f8
Apply rector rules: symfony up to 54
2024-04-04 23:30:25 +02:00
f889d67e94
fixes after merge of master into upgrade-sf4
2024-02-12 22:31:16 +01:00
37af488f69
Merge branch 'master' into upgrade-sf5
2024-02-12 21:50:34 +01:00
3c8e59e088
php cs fixes after updating php cs fixer
2024-01-10 10:31:25 +01:00
5703fd0046
Refactor code to directly use Doctrine's ManagerRegistry
...
Replaced most of the invocations of getDoctrine()->getManager() with ManagerRegistry->getManager(), and added ManagerRegistry injection to controllers where needed. This is part of an ongoing effort to improve code clarity, and avoid unnecessary method chaining in various parts of the codebase.
2023-12-16 19:09:34 +01:00
bc2041cbdd
apply more cs rules for php-cs
2023-10-17 13:27:03 +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
6d63177ff4
apply rules rector up to php82
2023-05-01 21:39:45 +02:00
dde3002100
DX: apply rector rules up to php8.0
2023-04-28 22:30:33 +02:00
746ed4f5e5
DX: fix cs
2023-04-15 00:43:55 +02:00
858ade467c
DX: rector rules upt to PHP 74
2023-04-15 00:20:19 +02:00
48772efd54
DX: fix phpstan issues
2023-03-28 22:32:08 +02:00
9699e2304a
fix cs: declare type and license header mismatch
2022-10-06 22:25:43 +02:00
67c3f3a840
fix cs with licencse header
2022-10-05 17:08:14 +02:00
48daed26f9
replace BadRequestException by BadRequestHttpException
2022-04-27 14:31:39 +02:00
e6d59bc837
fix cs
2022-04-14 00:11:15 +02:00
86ec020f80
fixes on address valid from edit for household
2022-04-14 00:02:57 +02:00
nobohan
d34462d849
php code fix
2022-04-06 15:34:11 +02:00
nobohan
6a4edd000f
household address: add max date for changing the validFrom date
2022-04-06 15:31:17 +02:00
nobohan
ddce7603ad
household address: add condition for minimum value for vaildFrom date
2022-04-02 10:53:54 +02:00
nobohan
3a3eb68288
household address: add a form for editing the validFrom date
2022-04-01 16:17:04 +02:00
nobohan
dc5ff53a57
order accompanying course by openingDate for Household
2022-03-08 11:21:59 +01:00
5ff47050ff
replace deprecated TranslatorInterface by new one
2022-02-17 17:20:47 +01:00
Pol Dellaiera
8401ce2656
cs: Fix code-style (using PHPCSFixer and PHPCS).
2021-12-21 10:59:23 +01:00
Pol Dellaiera
cd3be25c22
cs: Remove duplicated headers.
2021-11-30 13:54:58 +01:00
Pol Dellaiera
47c5855a21
cs: Switch to a stricter way of coding - this might break in a lot of places.
2021-11-30 13:33:18 +01:00
Pol Dellaiera
a9188355c5
cs: Enable more risky rules.
2021-11-30 11:37:57 +01:00
Pol Dellaiera
f531cdc0ec
cs: Enable a couple of risky rules.
2021-11-30 09:39:45 +01:00
Pol Dellaiera
8f96a1121d
cs: Fix code style (safe rules only).
2021-11-23 14:08:50 +01:00
52dc89c06f
Merge branch 'master' into household_filiation
2021-11-12 17:20:46 +01:00
7fabe0214e
household list of accompanying periods + upgrade DBAL version to 3.1
2021-11-08 10:57:14 +00:00
1b0c19a68f
prepare vue_visgraph component, with store, dataset and display basic graph
2021-10-20 09:46:26 +02:00
ae7774ac39
init household filiation page with hello world visjs graph
2021-10-12 09:55:47 +02:00
nobohan
842dfcc69f
address: edit household addresses
2021-07-05 17:23:37 +02:00
nobohan
f05f7415bd
household: add household accompanying periods
2021-06-29 19:41:00 +02:00
99337c4aa6
add form edit metadata in summary page
2021-06-18 14:11:02 +02:00
e1f01a47f8
Merge remote-tracking branch 'origin/master' into features/household-edit-members-forms-improve-household
2021-06-18 13:42:37 +02:00
9d35e4efbb
Merge remote-tracking branch 'origin/master' into features/household-validation
2021-06-18 12:02:34 +02:00
0add757230
remove members page, move to summary
2021-06-18 11:27:25 +02:00
9f3cd943cb
Merge branch 'features/household-validation' into features/household-edit-members-forms-improve-household
2021-06-17 22:46:47 +02:00
nobohan
c8297b2230
fix conflict when merging _77_address_household into master
2021-06-17 16:59:55 +02:00
86e41fb877
Merge remote-tracking branch 'origin/_77_address_household' into features/household-edit-members-forms-improve-household
2021-06-17 15:05:46 +02:00
nobohan
5b72eeb147
addresses: edit address for household (WIP)
2021-06-16 15:05:32 +02:00
e68a5405a1
Merge branch 'master' into features/sql-vue-from-household-address-to-person
2021-06-15 22:53:21 +02:00
efdfd10e49
replace comment by commentEmbeddable
2021-06-15 10:17:53 +02:00
f827e50431
ajout métadonnées membres
2021-06-14 22:30:52 +02:00
nobohan
4c025184b4
household address: check if address are sequential (WIP)
2021-06-10 12:40:01 +02:00
be13f8f65b
fullfill summary page
2021-06-07 17:27:10 +02:00
eeffa3191e
page list members of an household: born date + collpse old members
2021-06-07 15:14:42 +02:00