6b90a7d2a7
Merge branch 'master' into VSR-issues
2023-01-24 15:36:22 +01:00
583d7b24ba
Merge remote-tracking branch 'origin/export-2023-01-fixes'
2023-01-16 12:06:55 +01:00
164beb3ca9
Fixed: [Activity] fix appearance of reason list in Activity form
...
Fix https://gitlab.com/Chill-Projet/chill-bundles/-/issues/44
2023-01-13 16:15:05 +01:00
25dd65fbd8
Feature: [admin][ActivityReason] improve administration for activity reason
...
* list alphabetically;
* show "active" in index
2023-01-13 15:40:51 +01:00
e99fb75ebd
Fixed: Fixed loading the list of activity reason category, in dedicated type
...
fix https://gitlab.com/Chill-Projet/chill-bundles/-/issues/35
2023-01-13 15:33:14 +01:00
01790fa0cf
Fixed: [export] Fix checking of null value: take also empty string value
2023-01-11 17:42:50 +01:00
1f48900434
DX: fix CS
2023-01-11 16:55:10 +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
5fea61c450
Fixed: [export][activity type filter for acp] fix filter for acp, by activity type
...
Use an `EXISTS` subquery instead of a JOIN.
2023-01-11 16:34:10 +01:00
3ca2811494
Feature: set parameters for add_address as global
...
The parameter `window.addaddress` is now global and can be reached to all page. This ensure backward compatibility.
2022-12-22 11:22:24 +01:00
7a1cc9b076
Merge remote-tracking branch 'origin/master' into cire16
2022-12-22 10:22:58 +01:00
5211d092e3
Merge branch 'testing' into VSR-issues
2022-12-15 14:46:30 +01:00
f17c08f530
Feature: [accompanying-course-work] add new page to show an accompanying-course work
2022-12-14 18:26:39 +01:00
ff930e94f6
FEATURE: [export][form] use select2 for more user friendly form field
2022-12-13 10:07:00 +01:00
38ff46f03f
FIX: [export][activity] mistake in the alias
2022-12-13 10:00:55 +01:00
0f7d4ce5ee
Admin Section: misc templates corrections and improvments
...
* reset admin vertical menu custom styles
* disable icons in admin vertical menu
* fix main content positioning in admin section
* fix table appearance in admin crud template
* new scope/center form: move submit button in record_action sticky area
* edit scope/center form: move submit button in record_action sticky area
* improve homogeneity in admin index pages: centers/scopes/users/jobs
* remove centered div old tags
2022-12-12 20:31:30 +01:00
34602d0a56
Fixed: markdown resolution for private comments
...
note: j'ai une branche locale wip ou j'essaie d'implémenter un renderbox pour les private comments
2022-12-08 16:24:48 +01:00
aca81122d5
Merge branch 'calendar/finalization' into testing
2022-12-08 13:42:25 +01:00
531b49a536
Merge branch '111_exports_suite' into calendar/finalization
2022-12-06 21:21:01 +01:00
060d5d5ca3
Merge remote-tracking branch 'origin/master' into 111_exports_suite
2022-12-05 20:52:33 +01:00
368136ea57
Feature: [activity][list] Fix list for activities and refactor list with an helper
2022-12-05 18:26:01 +01:00
88fb48e2be
Fixed: let the aggregator "Activity by type" be shown again
2022-12-05 18:26:01 +01:00
593caec851
Merge remote-tracking branch 'origin/111_exports_suite' into calendar/finalization
2022-11-25 15:29:17 +01:00
9913938c1b
show x instead of 1 or 0 for boolean field in export
2022-11-25 14:19:22 +01:00
7c8ac8cfcb
Merge branch '111_exports_suite' into testing
2022-11-25 14:17:16 +01:00
3ebf3ae148
fix activity list export for linked with person
2022-11-25 14:16:44 +01:00
cd54fdd13f
Feature: [activity] automatically add a person to an activity, if
...
created in the person context
See https://gitlab.com/Chill-Projet/chill-bundles/-/issues/28
2022-11-18 16:12:49 +01:00
8894491dac
#16 fix error with vue_activity component in person context (when accompanyingPeriod is null)
2022-11-17 21:43:03 +01:00
3ca46efd2c
#16 pass default variables to add-address component when it is called from another vue component
2022-11-17 19:02:07 +01:00
dafd715efd
Merge branch '111_exports_suite' into testing
2022-11-16 14:32:54 +01:00
f144663877
Fixed: Fix typo in message for activity
2022-11-15 11:46:32 +00:00
e767557216
csfixer
2022-11-14 16:03:04 +01:00
68bfb082fc
chill-bundles#25: replace ChillDateType by PickRollingDateType
...
batch/serial replacing
untested
2022-11-14 15:43:02 +01:00
2e60b6735a
DX: more cs
2022-11-07 11:31:23 +01:00
b42e1a9a05
Feature: [export][activity] Add an aggregator to group by sent / received
2022-11-07 11:31:21 +01:00
055acbf43c
DX: more code style fixes
2022-11-07 11:30:51 +01:00
7f9e8c5a7b
Feature: [export] add aggregator by "number of activity" for acp
2022-11-07 11:30:51 +01:00
f3a3cab801
DX: review for hasNoActivityFilter
2022-11-07 11:30:51 +01:00
371a7dc05c
Fixed: handle null value in SentReceivedAggregator
2022-11-07 11:30:51 +01:00
eeb84d5cfb
php csfixes
2022-11-07 11:29:09 +01:00
226f172970
SentReceivedAggregator (in activity)
2022-11-07 11:29:09 +01:00
6d0622aa38
HasNoActivityFilter (in activity)
2022-11-07 11:29:09 +01:00
afb5ebc077
define queryKey in 11 aggregators
2022-11-07 11:29:09 +01:00
f751d2e9ab
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-11-07 11:29:09 +01:00
13d6e4587a
Create 16 new filters/aggregators in Bundles: Vendée, Person, Activity
...
Basic file creation, with methods, namespace, and title translation
2022-11-07 11:29:09 +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
60f93f7f12
DX: more code style fixes
2022-11-02 14:06:10 +01:00
24873f0cc2
Feature: [export] add aggregator by "number of activity" for acp
2022-11-02 13:33:33 +01:00
84e5be6a60
DX: review for hasNoActivityFilter
2022-11-02 13:21:26 +01:00