Commit d741cfe4 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Modularisation :

- Chargens
- EtatSortie
- Administration (dénémagement Parametres, gestion, etc)
- Workflow
parent d7580ec2
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@
 */

use Application\Entity\Db\Fichier;
use Application\Entity\Db\Validation;
use Application\Service\FichierService;
use Application\Service\TypeValidationService;
use Application\Service\ValidationService;
use Intervenant\Service\IntervenantService;
use PieceJointe\Entity\Db\PieceJointe;
use PieceJointe\Service\PieceJointeService;
use PieceJointe\Service\TypePieceJointeService;
use Workflow\Entity\Db\Validation;
use Workflow\Service\TypeValidationService;
use Workflow\Service\ValidationService;

$repertoire = '/app/cache/2020/';
$typeMime   = 'application/msword';
+1 −1
Original line number Diff line number Diff line
<?php
/**
 * @var $document    Unicaen\OpenDocument\Document    Document permettant de travailler à sa mise en page
 * @var $etatSortie    Application\Entity\Db\EtatSortie    Etat de sortie
 * @var $etatSortie    \EtatSortie\Entity\Db\EtatSortie    Etat de sortie
 * @var $data    array    Tableau de données issu de la requête exécutée
 * @var $filtres    array    Liste des filtres avec les valeurs transmises (format COLONNE => Valeur)
 * @var $entityManager    Doctrine\ORM\EntityManager    Gestionaire d'entités Doctrine (permet d'accéder à la base de données)
+4 −2
Original line number Diff line number Diff line
@@ -43,9 +43,11 @@
            "Agrement\\"      : "module/Agrement/src/",
            "Application\\"   : "module/Application/src/",
            "Contrat\\"       : "module/Contrat/src/",
            "Chargens\\"      : "module/Chargens/src/",
            "Dossier\\"       : "module/Dossier/src/",
            "Enseignement\\"  : "module/Enseignement/src/",
            "ExportRh\\"      : "module/ExportRh/src/",
            "EtatSortie\\"    : "module/EtatSortie/src/",
            "Formule\\"       : "module/Formule/src/",
            "Indicateur\\"    : "module/Indicateur/src/",
            "Intervenant\\"   : "module/Intervenant/src/",
@@ -54,11 +56,11 @@
            "OffreFormation\\": "module/OffreFormation/src/",
            "Paiement\\"      : "module/Paiement/src/",
            "Signature\\"     : "module/Signature/src/",
            "Parametre\\"     : "module/Parametre/src/",
            "PieceJointe\\"   : "module/PieceJointe/src/",
            "Plafond\\"       : "module/Plafond/src/",
            "Referentiel\\"   : "module/Referentiel/src/",
            "Service\\"       : "module/Service/src/"
            "Service\\"       : "module/Service/src/",
            "Workflow\\"      : "module/Workflow/src/"
        }
    },
    "require-dev"      : {
+18 −18
Original line number Diff line number Diff line
@@ -6394,16 +6394,16 @@
        },
        {
            "name": "symfony/mime",
            "version": "v7.2.3",
            "version": "v7.2.4",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/mime.git",
                "reference": "2fc3b4bd67e4747e45195bc4c98bea4628476204"
                "reference": "87ca22046b78c3feaff04b337f33b38510fd686b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/mime/zipball/2fc3b4bd67e4747e45195bc4c98bea4628476204",
                "reference": "2fc3b4bd67e4747e45195bc4c98bea4628476204",
                "url": "https://api.github.com/repos/symfony/mime/zipball/87ca22046b78c3feaff04b337f33b38510fd686b",
                "reference": "87ca22046b78c3feaff04b337f33b38510fd686b",
                "shasum": ""
            },
            "require": {
@@ -6458,7 +6458,7 @@
                "mime-type"
            ],
            "support": {
                "source": "https://github.com/symfony/mime/tree/v7.2.3"
                "source": "https://github.com/symfony/mime/tree/v7.2.4"
            },
            "funding": [
                {
@@ -6474,7 +6474,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2025-01-27T11:08:17+00:00"
            "time": "2025-02-19T08:51:20+00:00"
        },
        {
            "name": "symfony/polyfill-ctype",
@@ -10724,16 +10724,16 @@
        },
        {
            "name": "symfony/dependency-injection",
            "version": "v7.2.3",
            "version": "v7.2.4",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/dependency-injection.git",
                "reference": "1d321c4bc3fe926fd4c38999a4c9af4f5d61ddfc"
                "reference": "f0a1614cccb4b8431a97076f9debc08ddca321ca"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/1d321c4bc3fe926fd4c38999a4c9af4f5d61ddfc",
                "reference": "1d321c4bc3fe926fd4c38999a4c9af4f5d61ddfc",
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/f0a1614cccb4b8431a97076f9debc08ddca321ca",
                "reference": "f0a1614cccb4b8431a97076f9debc08ddca321ca",
                "shasum": ""
            },
            "require": {
@@ -10784,7 +10784,7 @@
            "description": "Allows you to standardize and centralize the way objects are constructed in your application",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/dependency-injection/tree/v7.2.3"
                "source": "https://github.com/symfony/dependency-injection/tree/v7.2.4"
            },
            "funding": [
                {
@@ -10800,20 +10800,20 @@
                    "type": "tidelift"
                }
            ],
            "time": "2025-01-17T10:56:55+00:00"
            "time": "2025-02-21T09:47:16+00:00"
        },
        {
            "name": "symfony/var-exporter",
            "version": "v7.2.0",
            "version": "v7.2.4",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-exporter.git",
                "reference": "1a6a89f95a46af0f142874c9d650a6358d13070d"
                "reference": "4ede73aa7a73d81506002d2caadbbdad1ef5b69a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/1a6a89f95a46af0f142874c9d650a6358d13070d",
                "reference": "1a6a89f95a46af0f142874c9d650a6358d13070d",
                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/4ede73aa7a73d81506002d2caadbbdad1ef5b69a",
                "reference": "4ede73aa7a73d81506002d2caadbbdad1ef5b69a",
                "shasum": ""
            },
            "require": {
@@ -10860,7 +10860,7 @@
                "serialize"
            ],
            "support": {
                "source": "https://github.com/symfony/var-exporter/tree/v7.2.0"
                "source": "https://github.com/symfony/var-exporter/tree/v7.2.4"
            },
            "funding": [
                {
@@ -10876,7 +10876,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2024-10-18T07:58:17+00:00"
            "time": "2025-02-13T10:27:23+00:00"
        },
        {
            "name": "theseer/tokenizer",
+3 −1
Original line number Diff line number Diff line
@@ -34,6 +34,8 @@ $modules = [
    'Agrement',
    'Intervenant',
    'Service',
    'EtatSortie',
    'Chargens',
    'Enseignement',
    'Referentiel',
    'Mission',
@@ -46,10 +48,10 @@ $modules = [
    'Dossier',
    'Contrat',
    'Lieu',
    'Parametre',
    'Formule',
    'UnicaenSignature',
    'Signature',
    'Workflow',
];

if (AppAdmin::config()['actul']['host'] ?? null){
Loading