b20a75c2ee
Merge branch '111_exports_suite' into testing
2022-10-05 15:28:51 +02:00
a967e1ed17
fix cs
2022-10-05 15:23:28 +02:00
4388331b2f
Merge branch '111_exports_suite' into testing
2022-10-05 10:21:42 +02:00
ac39baa5f5
Fixed: avoid the requirement to store person current center, which is a readonly entity
2022-09-29 18:21:14 +02:00
2309484692
Fixed: cascade persist the center history when a person is created
2022-09-28 17:21:39 +02:00
49d2e98a1a
[person] Feature: add a person's center history
...
The association between Person and Center is now stored in a dedicated
Entity: `PersonCenterHistory`, which have a date interval (start date
and endDate). The SQL counterpart is a table, with a constraint which
ensure that no person might be associated with two center at the same time.
For ease, a view is created to get the current center associated with
the person.
The dedicated migration creates also:
* indexes for a rapid search for person at current date;
* and populate the table from current data, setting the startdate to the
person's creation date and time if any, `NOW()` unless.
The `Person` entity is also updated to use the information from the
PersonCenterHistory classes, but this commit does not yet delete the
`Center` column.
2022-09-26 21:11:01 +02:00
f3ca01fd88
cs: fix
2022-07-11 13:34:10 +02:00
68c1833584
fixed: CS
2022-07-11 12:56:48 +02:00
cec1588e91
Merge branch 'master' into calendar/finalization
2022-07-10 22:00:19 +02:00
1d8f25e2c8
use the date parameter in deprecated method getLastAddress
2022-07-08 15:04:06 +02:00
8bbd3b01d9
Add a mention on next calendars on search results
2022-07-01 18:01:42 +02:00
8ba7a39335
fix conflicting doc between class Resource and resource
2022-04-30 01:46:14 +02:00
dae383dbd9
fix some psalm errors
2022-04-30 01:34:23 +02:00
4794039250
declare properties used for cache
2022-04-27 14:45:42 +02:00
c7762dd6d2
fix trimming for email in person / thirdparty
2022-03-31 12:51:53 +02:00
dcddf4b3f1
trim email
2022-03-31 10:24:58 +02:00
eb2bad0f47
docgen normalization budget: fix budget when person is null
2022-03-30 21:35:02 +02:00
bc43d8bae5
force type on Person entity
2022-03-30 21:01:17 +02:00
36b1f05524
do not launch PersonMoveEvent when moving to the same household
2022-03-30 16:42:57 +02:00
02409d4992
Merge remote-tracking branch 'origin/master' into issue469_budget
2022-03-24 16:22:52 +01:00
c5ffca22ff
ease docgen normlisation for resources
2022-03-22 22:37:19 +01:00
5c68879509
fix doctrine annotation to make it comply with cs
2022-03-14 13:41:11 +01:00
nobohan
db95e935d9
order accompanying period by opening date in search person
2022-03-08 11:37:08 +01:00
0833bb49ca
fixes for budgets
2022-03-03 10:37:10 +01:00
ac12e75714
Merge remote-tracking branch 'origin/master' into issue469_budget
2022-03-02 22:01:28 +01:00
09de7cbf7d
allow null values on phonenumber in location and person
2022-03-02 15:53:39 +01:00
3eb826d422
default value for Phonenumbers
2022-03-02 14:21:53 +01:00
f4f488dad1
normalization of phonenumber
2022-03-02 14:10:48 +01:00
Pol Dellaiera
18c57d532c
Update Person entity fixup
2022-02-28 15:01:26 +01:00
Pol Dellaiera
dbbbd99788
Use PhoneNumber form type.
2022-02-28 15:01:26 +01:00
Pol Dellaiera
7ad78fbce1
remove regex
2022-02-28 15:01:26 +01:00
Pol Dellaiera
d780d95157
work in progress
2022-02-28 15:00:55 +01:00
2e59c1415b
csfixes plus changelog updated
2022-02-25 16:24:25 +01:00
f8d5f13a88
add methods to get budgetResources and budgetCharges in person entity
2022-02-25 16:20:07 +01:00
1658fee090
test on members editor post move + listen for event (wip)
2022-02-15 00:23:01 +01:00
646f39b9ed
Merge conflicts fixed
2022-01-28 12:15:51 +01:00
8e2d3616b5
Merge remote-tracking branch 'origin/master' into issue383_referent_in_acc_course
2022-01-24 15:04:55 +01:00
53b3f98bba
Household/composition add + fixes household composition editor
2022-01-24 10:59:00 +00:00
nobohan
25ebeebdfb
accompanying course: display closed acc. period in list
2022-01-20 08:32:48 +01:00
7e932e838f
Squashed commit of the following:
...
commit 9e767fa3e0788d87437c235e51fcdc4f26f75d98
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Mon Jan 17 15:28:02 2022 +0100
traductions
commit db6513474377b702cc2258be3e2ba720d007bc11
Author: nobohan <juminet@gmail.com>
Date: Mon Jan 17 12:17:22 2022 +0100
add person: increase z-index of toast and wait for validation before closing modal
commit 7af4c3434ef39b27eb51881611338b50a379acc8
Merge: a09c8ee8a 46c6d0e29
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Sun Jan 16 22:51:45 2022 +0100
Merge remote-tracking branch 'origin/master' into issue357_front_end_validation
commit a09c8ee8af962021b9d6a402863c8c5671c0e621
Author: nobohan <juminet@gmail.com>
Date: Wed Jan 12 15:47:11 2022 +0100
upd CHANGELOG
commit a312a9463d861659f70909bed7d8aa67fef444f2
Author: nobohan <juminet@gmail.com>
Date: Wed Jan 12 15:29:32 2022 +0100
address: display error message if some fields are empty (street & streetnumber)
commit 0035128138ddd3d877befae3e489329634555f79
Author: nobohan <juminet@gmail.com>
Date: Wed Jan 12 14:47:43 2022 +0100
address: display error message if some fields are empty
commit 49cb15467297bd24c5eb9a0dd7e366ccd7744679
Author: nobohan <juminet@gmail.com>
Date: Tue Jan 11 20:58:00 2022 +0100
address: add field validation (WIP)
commit 1a7ec9e39631e00d59fcb3204a157e1583679cda
Author: nobohan <juminet@gmail.com>
Date: Tue Jan 11 17:16:43 2022 +0100
Activity: fix vuejs warning
commit fa0b9271c2b4963564fdc1e0eda09a12758caa4b
Author: nobohan <juminet@gmail.com>
Date: Tue Jan 11 16:13:23 2022 +0100
location: treat 422 error when POSTing new location
commit c7b9a1a3fe8891f80699faa2dd277064dce7b0b6
Author: nobohan <juminet@gmail.com>
Date: Tue Jan 11 16:00:29 2022 +0100
location: fix error when creating a new location: a new location could not be added to the availableLocations due to refactoring
commit f1c61a2387df7507c79c55e7defe46fbb052df6c
Author: nobohan <juminet@gmail.com>
Date: Tue Jan 11 15:20:33 2022 +0100
person: treat 422 error in AddPerson for thirdparty
commit 8f6a70b240c286c18e1a102953f243e57b4af97a
Author: nobohan <juminet@gmail.com>
Date: Tue Jan 11 11:30:05 2022 +0100
person: add validation for required fields in on-the-fly person
commit 40e4bf953fa8e9a04a34e0330562bd25324c5589
Author: nobohan <juminet@gmail.com>
Date: Tue Jan 11 09:34:15 2022 +0100
vuejs: better violations message in 422 error handling
commit 378f3a16fc34228334cd44b9e7ca618bc7eb72aa
Author: nobohan <juminet@gmail.com>
Date: Mon Jan 10 18:11:02 2022 +0100
person: on-the-fly person: first implementation of makeFetch for posting person
2022-01-17 15:28:49 +01:00
06cbe8325c
fix person validation
2021-12-16 21:39:59 +01:00
14aab637eb
start to simplify validation groups for person
2021-12-16 21:23:40 +01:00
264bd76461
Issue336 internal create action fixes
2021-12-14 18:48:31 +00:00
juminet
7e045e964a
fix some person issues
2021-12-12 14:39:59 +00:00
839fb4a211
Squashed commit of the following:
...
commit 977863c2dd56d5c835f2a710cad7f7d3ba42da68
Merge: 5c37b419d 3eb7ffed1
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Sun Dec 12 14:45:21 2021 +0100
Merge remote-tracking branch 'origin/master' into docgen/improve-normalizer
commit 5c37b419ddf0b32b9950c33042396bba1860da84
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Sun Dec 12 14:37:05 2021 +0100
fix normalization for user and type in null value
commit 4469d46cdb19051fedec86bbb84e2351e6fcb72e
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Sun Dec 12 13:24:23 2021 +0100
add civility to person
commit 6cf92fbbde8f4d9f2f4763ec4ee88216257040f7
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Sun Dec 12 13:19:36 2021 +0100
fix person normalization: add a isNull on not null person
commit ed6087ff8fd47b80ea5e9526756fe5d032d478e3
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Sun Dec 12 13:08:46 2021 +0100
fix stan and cs issues
commit 8429c334c33b3545835cbde034fccaa529c134a7
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Sun Dec 12 13:08:36 2021 +0100
fix id type
commit 39ae00d172a9f29320a97abb8518b2ea48d89d9b
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Sun Dec 12 12:52:41 2021 +0100
fix test and fix null or not-null value have same keys
commit 312fcc44c07affa7aa60f6c5fce58f9d1c564cc3
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Sat Dec 11 03:27:30 2021 +0100
improve normalization wip
commit f91a29635827005fc58617dc1c9d210091372be5
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Sat Dec 11 01:15:32 2021 +0100
improve normalization
commit 56060e5e6a2191ef441039fdc91a01fb4653a553
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Sat Dec 11 00:41:09 2021 +0100
handle changelog with translatable string
commit 9004686a13f816309806cb1231bccd3159a652df
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Fri Dec 10 01:10:55 2021 +0100
improve docgen wip
commit e266fa0e5dc8c0da446851e5f79f2dc7dab00f70
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Thu Dec 9 21:50:56 2021 +0100
show errors from relatorio driver
commit 75ba56fa096917da3b284e3d5a3bb8fe490df2a3
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Thu Dec 9 21:14:12 2021 +0100
add verification tool for admin
commit 12d6829b98d73eab232b345f2a611d58ae95874b
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Thu Dec 9 14:17:42 2021 +0100
fix type with phonenumber helper
commit 7b5e96771f4ca76fc131b9f2f6b5cac70996bec9
Merge: 8a9024de1 8a4748dc2
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Thu Dec 9 14:11:14 2021 +0100
Merge remote-tracking branch 'origin/master' into docgen/improve-normalizer
commit 8a9024de13ed702373fffd19c15ca638eb398520
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Thu Dec 9 13:51:36 2021 +0100
add docgen:normalization for relation
commit 24a404964b75d1a31108c6b90d82b1592305dccb
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Thu Dec 9 12:44:41 2021 +0100
docgen normalization for relation
commit 5d24bd4d11db1627527497a8b83dd2bd59726fee
Merge: 70ab23214 455b225f4
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Wed Dec 8 21:08:30 2021 +0100
Merge branch 'master' into docgen/improve-normalizer
commit 70ab23214906088b9287061ca3d721ba3ea624f3
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Wed Dec 8 13:58:49 2021 +0100
improve docgen, trnslations, admin
commit 027c01fc58d679cfcc2e71ca16825a38533bdf79
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Wed Dec 8 12:23:24 2021 +0100
fix css block
commit fdc5127c74ff0be3828c4bb0fc989010d28eca6f
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Wed Dec 8 11:57:16 2021 +0100
fix some error in test (wip)
commit b8d48f04ae2e2c5dfec6a876c2a7d5733f8b8a58
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Wed Dec 8 11:47:50 2021 +0100
fix tests (wip)
commit f1b1771d6baf8e585e01859b138f3ad5ad6f8c7a
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Wed Dec 8 11:35:00 2021 +0100
fix tests (wip)
commit 62dabbe1e76dfead6b5ec94b354f8b4e1b9a7476
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Wed Dec 8 11:14:46 2021 +0100
fix code style
commit 4101392190f3e0a3772553235a44268d8144c2e8
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Wed Dec 8 11:13:49 2021 +0100
fix tests and type hinting
commit 3f1bed0b1cc4a4248f7041f81e633fedb762f5c9
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Wed Dec 8 11:05:41 2021 +0100
fix tests (wip)
commit 79fbdcdee4a1b9e63cf5ab7d33d61b75e638837e
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Wed Dec 8 11:05:29 2021 +0100
type hint User class
commit 3d8d79323e47c9dd27361a212dbf73f58600ed9a
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Wed Dec 8 10:56:30 2021 +0100
remove error messages
commit 32178e22feced2256ae58a3c63d4d7d863c555e6
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Wed Dec 8 10:51:30 2021 +0100
fix tests (wip)
commit 60a8c20896908d7e434871527910c83eefb8d849
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Wed Dec 8 10:29:54 2021 +0100
update app
commit 9d8011da617c83a96451b33b0a0b43054a1f0c7c
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Wed Dec 8 10:06:35 2021 +0100
fix loading origin
commit 789eeadb404c1950f4b33d201bd78bda915664df
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Wed Dec 8 09:52:51 2021 +0100
fix loading fixtures for doc generator template
commit f206fdb08ccd85d7d2a460e51578b1acc6dc153c
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Wed Dec 8 09:52:35 2021 +0100
fix code style
commit 9d5409d8d9e0df8c5f0e53e758dde60817732b9b
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Wed Dec 8 09:52:06 2021 +0100
fix casting
commit e297d8253344a13f297793e7102ed1f51ff28235
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Wed Dec 8 09:26:13 2021 +0100
fixes on tests [WIP]
2021-12-12 14:46:37 +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
91d12c4a96
cs: Enable risky rule static_lambda
.
2021-11-30 11:43:34 +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