Commit 4a36388b authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Merge branch 'starling' of git.unicaen.fr:open-source/oscar into 2025-05-patch-organization-main

parents fd4ec090 62b4a3f9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ return array(
//                'process' => 'todo'
//            ]
        ],

        /****
        // Durée par défaut des journées
        'declarationsDurations' => [
            'dayLength' => [
@@ -98,7 +98,7 @@ return array(
                '3' => 3.0,
            ],
        ],

        /******/

        'pcru' => [
            // Référenciel PCRU (Fichiers contenant les données officielles)
+27 −0
Original line number Diff line number Diff line
@@ -28,6 +28,33 @@ oscar:

  gearman-job-server-host: '%env(GEARMAN_HOST)%'

## Répartition horaire pour les feuilles de temps
declarationsDurations:
  dayLength:
    value: 7.5
    max: 10.0
    min: 5.0
    days:
      1: 8.0
      2: 8.0
      3: 8.0
      4: 8.0
      5: 8.0
      6: 0.0
      7: 0.0
  weekLength:
    value: 37.0
    max: 44.0
    min: 20.0
    userChange: false
  monthLength:
    value: 144.0
    max: 184.0
    min: 80.0
    userChange: false
  weekExceptions:
    3: 3.0

# Vite (Prod) -------------------------------------------
  vite:
    mode: '%env(VITE_MODE)%'