File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,10 @@ <h4 id="stockage">Stockage</h4>
200200< h4 id ="conservation "> Conservation</ h4 >
201201< p > Cette partie de l'écran permet de configurer la durée de conservation (en mois) des contrôles réalisés dans l'application.</ p >
202202< p > Touts les contrôles réalisés passé cette date sont supprimés ainsi que les documents et plans d'actions associés.</ p >
203+ < p > Cette suppression est effectuée en exécutant la commande</ p >
204+ < pre > < code > php artisan deming:cleanup
205+ </ code > </ pre >
206+ < p > au travers d'un cron.</ p >
203207< h3 id ="notifications "> Notifications < a name ="notifications "> </ a > </ h3 >
204208< p > Cet écran permet de configurer les notifications envoyées aux utilisateurs lorsqu'ils doivent réaliser des contrôles.</ p >
205209< p > L'écran contient :</ p >
Original file line number Diff line number Diff line change @@ -208,6 +208,10 @@ <h4 id="storage">Storage</h4>
208208< h4 id ="retention "> Retention</ h4 >
209209< p > This part of the screen lets you configure the retention period (in months) for checks carried out in the application.</ p >
210210< p > All checks carried out after this date are deleted, along with the associated documents and action plans.</ p >
211+ < p > This is done by executing the command</ p >
212+ < pre > < code > php artisan deming:cleanup
213+ </ code > </ pre >
214+ < p > command via a cron.</ p >
211215< h3 id ="notifications "> Notifications < a name ="notifications "> </ a > </ h3 >
212216< p > This screen is used to configure the notifications sent to users when they have to carry out controls.</ p >
213217< p > The screen contains:</ p >
Original file line number Diff line number Diff line change @@ -232,5 +232,5 @@ <h3 id="definitions">Definitions</h3>
232232
233233<!--
234234MkDocs version : 1.6.0
235- Build Date UTC : 2025-05-30 07:39:14.476643 +00:00
235+ Build Date UTC : 2025-05-30 09:09:26.476546 +00:00
236236-->
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments