Loading config/autoload/global.php +2 −2 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ return array( // 'process' => 'todo' // ] ], /**** // Durée par défaut des journées 'declarationsDurations' => [ 'dayLength' => [ Loading Loading @@ -98,7 +98,7 @@ return array( '3' => 3.0, ], ], /******/ 'pcru' => [ // Référenciel PCRU (Fichiers contenant les données officielles) Loading config/autoload/oscar.yml.dist +27 −0 Original line number Diff line number Diff line Loading @@ -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)%' Loading Loading
config/autoload/global.php +2 −2 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ return array( // 'process' => 'todo' // ] ], /**** // Durée par défaut des journées 'declarationsDurations' => [ 'dayLength' => [ Loading Loading @@ -98,7 +98,7 @@ return array( '3' => 3.0, ], ], /******/ 'pcru' => [ // Référenciel PCRU (Fichiers contenant les données officielles) Loading
config/autoload/oscar.yml.dist +27 −0 Original line number Diff line number Diff line Loading @@ -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)%' Loading