c8e33daf4b
change all translations using activité to using échange to make all chill versions coherent
2023-03-30 20:25:59 +02:00
Lucas Silva
3576f7f14f
Finishing evaluation document view and fixing dropdown in show
2023-03-30 14:32:00 +02:00
Lucas Silva
d8d517017d
switching to new syntax
2023-03-30 14:31:02 +02:00
4319b0d804
Feature: add timespent on "show" page
2023-03-24 18:16:44 +01:00
23951f1997
Merge remote-tracking branch 'origin/master' into issue714_eval_time_spent
2023-03-24 17:51:37 +01:00
Lucas Silva
afb25276ee
enleve l'id en bas de page
2023-03-23 15:32:30 +01:00
Lucas Silva
e850f67b00
rajout du voter, pour document et action dans la notif -> affiche les documents mais aussi le fais de partager dans notification create
2023-03-23 14:59:32 +01:00
Lucas Silva
1a759cabe4
changing evaluation for document -> no render for twig
2023-03-22 18:11:41 +01:00
99cdf0ebaf
Feature: [update accompanying course] do not show "locate to person" button if the person is already locating the course
2023-03-22 15:32:43 +01:00
204c28d373
Feature: [address reference] adapt vue app AccompanyingCourse to allow to open address details modal
2023-03-22 15:32:43 +01:00
f256dda6fe
Feature: [address] apply details button on address-render-box
2023-03-22 15:32:42 +01:00
Lucas Silva
457d71b4f3
add service + template pour documents
2023-03-21 16:03:22 +01:00
Lucas Silva
ecb8ef0146
add notification service for AccompanyingPeriodWork in show
2023-03-21 14:34:38 +01:00
4a30f310b8
FIX [referrer][deselect] allow referrer to be deselected in parcours edit form
2023-03-13 16:41:43 +01:00
f376b1af49
UX: [badges] uniformize user badges in lists, shows and dashboards
2023-03-07 16:23:41 +01:00
dd621186e8
improve
2023-03-06 18:07:06 +01:00
1b15abe635
oops.. with condition
2023-03-06 17:59:55 +01:00
1965fc55f4
Fixed button DocumentActionsButtonsGroup display bug
...
- improve document table
- add a smallfont css classe to handle table style
when called from index or from show page
2023-03-06 17:47:33 +01:00
c0675aee9b
Fixed: set referrer from suggestion
2023-03-06 13:28:47 +01:00
03ee04978c
FEATURE [confirm][popup] Add a popup asking for confirmation when referrer is changed to prevent mistakes and unecessary notifications
2023-03-06 13:20:10 +01:00
e982e81900
FIX [post] adjust vue components to allow thirdparty to be posted with new profession type as string
2023-03-06 13:01:21 +01:00
e50b02a8c7
FIX [rendering] adjust vue components to correctly render profession string
2023-03-06 13:01:21 +01:00
f5d17eb38c
Merge remote-tracking branch 'origin/master' into issue715_household_move_email
2023-03-06 12:20:20 +01:00
9696a8194c
DX: use the UserRenderBoxBadge to display user in AddPerson
2023-03-01 16:10:51 +01:00
6749758b46
Fixes for features "allow to set user absences"
2023-03-01 16:08:49 +01:00
f1ebc089c3
Merge remote-tracking branch 'origin/master' into user_absences
2023-03-01 14:59:43 +01:00
dbcc425f5f
DX: improve performance for counting feature linked to person
2023-02-28 17:22:54 +01:00
a16244a3f5
Feature: [docgen] generate documents in an async queue
...
The documents are now generated in a queue, using symfony messenger. This queue should be configured:
```yaml
# app/config/messenger.yaml
framework:
messenger:
# reset services after consuming messages
# reset_on_message: true
failure_transport: failed
transports:
# https://symfony.com/doc/current/messenger.html#transport-configuration
async: '%env(MESSENGER_TRANSPORT_DSN)%'
priority:
dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
failed: 'doctrine://default?queue_name=failed'
routing:
# ... other messages
'Chill\DocGeneratorBundle\Service\Messenger\RequestGenerationMessage': priority
```
`StoredObject`s now have additionnal properties:
* status (pending, failure, ready (by default) ), which explain if the document is generated;
* a generationTrialCounter, which is incremented on each generation trial, which prevent each generation more than 5 times;
The generator computation is moved from the `DocGenTemplateController` to a `Generator` (implementing `GeneratorInterface`.
There are new methods to `Context` which allow to normalize/denormalize context data to/from a messenger's `Message`.
2023-02-28 15:25:47 +00:00
27f13e0dd1
FEATURE [menu][counters] show counter icon for person resources and residential address if there are any
2023-02-24 13:54:44 +01:00
1f4438690e
FEATURE [email] add a line notifying referrer which user has moved a person or household
2023-02-22 11:36:57 +01:00
9ff116797a
FEATURE [store][component] final adjustments to methods to post time spent
2023-02-16 14:14:45 +01:00
08b3d476a7
FEATURE [vue][form] incorporating the timeSpent field in the vue form
2023-02-16 14:14:44 +01:00
eac3471cbb
FIX [person][contactinfo] place the contactinfo fields underneath birthdate for easier access
2023-02-10 11:37:32 +01:00
68f7a832b4
Fixed: [activity] fetch all the available location, beyond the first page
2023-02-08 14:42:16 +00:00
9f5b11e6cc
Feature: allow to convert to PDF from Chill and group action button on document
...
BREAKING CHANGE: avoid using the macro for download button. To keep the UI clean, use always the new "group of action buttons".
2023-01-31 16:30:19 +00:00
1a8e21a77f
Fixed: [vue] title hover translation for absent pill
2023-01-30 15:01:24 +01:00
d46304e229
FEATURE [banner][render] display the A icon within accourse banner if user is absent instead of string
2023-01-27 12:03:12 +01:00
0301641290
DX: keep the same case between translation key and translation
2023-01-25 13:34:36 +01:00
5c413edb32
Fixed: check for empty command
...
Use the the EmbeddableComment api for getting comment.
2023-01-25 13:26:57 +01:00
6b90a7d2a7
Merge branch 'master' into VSR-issues
2023-01-24 15:36:22 +01:00
99482edf0d
Fixed: remove the "preload" component, and do not preload the period's json
...
This didn't accelerated the loading of period's pages, and make the period's json loaded twice.
2023-01-19 23:21:28 +01:00
4a56c4c945
Fixed: correct link for "edit wopi document" in javascript
...
The link was hardcoded, but not correctly adapted
2023-01-16 11:19:25 +01:00
b2dec3e587
Fixed: [social issue][admin] do not remove the parent when editing a social issue
...
https://gitlab.com/Chill-Projet/chill-bundles/-/issues/46
2023-01-13 16:43:02 +01:00
4da9b6587d
DX: remove console comment in file Person.vue
2022-12-23 11:30:40 +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
1f58acd871
Feature: [person][creation] Add center field to OnTheFly/Person
2022-12-21 17:27:11 +01:00
2deed644b6
Merge branch 'master' into VSR-issues
2022-12-15 15:19:43 +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